summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-06-19version 0.0.80.0.8Youness Alaoui2-3/+11
2009-06-17Update TODOYouness Alaoui1-3/+7
2009-06-16force autoreconf so libtoolize can renew its filesYouness Alaoui1-1/+1
2009-06-16Initialize the length to 0 to avoid a compiler warningYouness Alaoui1-6/+6
2009-06-16no more need for refcounting the request since we use g_source_is_destroyedYouness Alaoui1-19/+8
2009-06-16unlock the mutex before calling the recv callbackYouness Alaoui1-2/+8
2009-06-16Use a global mutex for all nice agents and use g_source_is_destroyed to avoid...Youness Alaoui7-83/+155
2009-06-15Remove deprecated g_strcasecmpYouness Alaoui1-1/+2
2009-06-12Use addr instead of base_addr for assigning remote foundation for remote peer...Youness Alaoui1-2/+2
2009-06-11Version 0.0.7.1Youness Alaoui1-2/+2
2009-06-11version 0.0.70.0.7Youness Alaoui2-3/+25
2009-06-11Add support for droping packets when using TCP and the bandwidth is too slow ...Youness Alaoui3-17/+34
2009-06-11Updating TODOYouness Alaoui1-1/+0
2009-06-10Fix foundation generation for remote peer reflexive candidatesYouness Alaoui1-30/+84
2009-06-10by Olivier Crete : Really return the next available foundationYouness Alaoui1-5/+10
2009-06-09fix keepalive issue when there is network/cpu bottleneckYouness Alaoui3-5/+25
2009-06-09fix peer reflexive candidate's priorities for msn/googleYouness Alaoui1-1/+13
2009-06-08Keep in progress checks running if their priority is higher than the nominate...Youness Alaoui1-11/+42
2009-06-02update TODO listYouness Alaoui1-0/+2
2009-06-02properly set remote candidates for delayed answer test, also include the dela...Youness Alaoui2-11/+15
2009-06-02should avoid a race condition where a remote candidate is taken as a peer ref...Youness Alaoui1-0/+16
2009-06-02Use thread-safe version of GUPnP Simple IGDOlivier Crête2-4/+4
2009-05-29Attempt to work around binding responses with no mapped address to have inter...Youness Alaoui3-5/+20
2009-05-24unse the timer's source if they return FALSEYouness Alaoui4-9/+28
2009-05-21Adding a TODO fileYouness Alaoui1-0/+8
2009-05-19use localaddr before testing if externaddr is validYouness Alaoui1-3/+3
2009-05-15oups, arguments given in the wrong order...Youness Alaoui1-2/+2
2009-05-15no need to set the request timeoutYouness Alaoui1-1/+0
2009-05-15fix a possible crash if the address is invalidYouness Alaoui1-18/+21
2009-05-15Make the upnp timeout 200ms so that it doesn't lag too much and so that it wo...Youness Alaoui1-1/+1
2009-05-07Link the lib against gupnp tooYouness Alaoui1-0/+1
2009-05-07Link manual building with GUPNP if availableOlivier Crête1-1/+2
2009-04-28Make libnice dependent on gupnp-igd >= 0.1.2 since the error-mapping signal A...Youness Alaoui1-1/+3
2009-04-28Fix compilation when gupnp-igd is not foundYouness Alaoui1-1/+5
2009-04-24if USE_LOOPBACK=0 do not add a fixed ip in test-fullmodeYouness Alaoui1-5/+0
2009-04-24Hopefully fix a race condition when disposing of the turn socket and the time...Youness Alaoui1-10/+27
2009-04-24Add UPnP support to libniceYouness Alaoui8-13/+308
2009-04-16Fix confusing docs, addr_len is an IN and OUT variable...Youness Alaoui3-7/+14
2009-04-16Add -n to stunbdc usage stringOlivier Crête1-2/+3
2009-03-31version 0.0.6.1Youness Alaoui1-2/+2
2009-03-31version 0.0.60.0.6Youness Alaoui1-4/+4
2009-03-31Fix documentationYouness Alaoui3-18/+22
2009-03-31Updating NEWS fileYouness Alaoui1-0/+13
2009-03-31Updating docsYouness Alaoui1-1/+17
2009-03-31Improve test-turn to test for turnserver locally tooYouness Alaoui1-4/+13
2009-03-31Disable test-turn as its dependent on internet and on an external serverYouness Alaoui1-1/+0
2009-03-31Set test-turn to use turnserver locally instead of numb.viagenie.caYouness Alaoui1-5/+5
2009-03-31Return 0 in stun_agent_finish_message if there is no more slots for saved idsYouness Alaoui1-16/+21
2009-03-31MSN calls do not support keepalive connchecks, so enable keepalive connchecks...Youness Alaoui1-9/+1
2009-03-31oups, this caused non-msn calls to failYouness Alaoui1-14/+15