summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* version 0.0.70.0.7Youness Alaoui2009-06-112-3/+25
* Add support for droping packets when using TCP and the bandwidth is too slow ...Youness Alaoui2009-06-113-17/+34
* Updating TODOYouness Alaoui2009-06-111-1/+0
* Fix foundation generation for remote peer reflexive candidatesYouness Alaoui2009-06-101-30/+84
* by Olivier Crete : Really return the next available foundationYouness Alaoui2009-06-101-5/+10
* fix keepalive issue when there is network/cpu bottleneckYouness Alaoui2009-06-093-5/+25
* fix peer reflexive candidate's priorities for msn/googleYouness Alaoui2009-06-091-1/+13
* Keep in progress checks running if their priority is higher than the nominate...Youness Alaoui2009-06-081-11/+42
* update TODO listYouness Alaoui2009-06-021-0/+2
* properly set remote candidates for delayed answer test, also include the dela...Youness Alaoui2009-06-022-11/+15
* should avoid a race condition where a remote candidate is taken as a peer ref...Youness Alaoui2009-06-021-0/+16
* Use thread-safe version of GUPnP Simple IGDOlivier Crête2009-06-022-4/+4
* Attempt to work around binding responses with no mapped address to have inter...Youness Alaoui2009-05-293-5/+20
* unse the timer's source if they return FALSEYouness Alaoui2009-05-244-9/+28
* Adding a TODO fileYouness Alaoui2009-05-211-0/+8
* use localaddr before testing if externaddr is validYouness Alaoui2009-05-191-3/+3
* oups, arguments given in the wrong order...Youness Alaoui2009-05-151-2/+2
* no need to set the request timeoutYouness Alaoui2009-05-151-1/+0
* fix a possible crash if the address is invalidYouness Alaoui2009-05-151-18/+21
* Make the upnp timeout 200ms so that it doesn't lag too much and so that it wo...Youness Alaoui2009-05-151-1/+1
* Link the lib against gupnp tooYouness Alaoui2009-05-071-0/+1
* Link manual building with GUPNP if availableOlivier Crête2009-05-071-1/+2
* Make libnice dependent on gupnp-igd >= 0.1.2 since the error-mapping signal A...Youness Alaoui2009-04-281-1/+3
* Fix compilation when gupnp-igd is not foundYouness Alaoui2009-04-281-1/+5
* if USE_LOOPBACK=0 do not add a fixed ip in test-fullmodeYouness Alaoui2009-04-241-5/+0
* Hopefully fix a race condition when disposing of the turn socket and the time...Youness Alaoui2009-04-241-10/+27
* Add UPnP support to libniceYouness Alaoui2009-04-248-13/+308
* Fix confusing docs, addr_len is an IN and OUT variable...Youness Alaoui2009-04-163-7/+14
* Add -n to stunbdc usage stringOlivier Crête2009-04-161-2/+3
* version 0.0.6.1Youness Alaoui2009-03-311-2/+2
* version 0.0.60.0.6Youness Alaoui2009-03-311-4/+4
* Fix documentationYouness Alaoui2009-03-313-18/+22
* Updating NEWS fileYouness Alaoui2009-03-311-0/+13
* Updating docsYouness Alaoui2009-03-311-1/+17
* Improve test-turn to test for turnserver locally tooYouness Alaoui2009-03-311-4/+13
* Disable test-turn as its dependent on internet and on an external serverYouness Alaoui2009-03-311-1/+0
* Set test-turn to use turnserver locally instead of numb.viagenie.caYouness Alaoui2009-03-311-5/+5
* Return 0 in stun_agent_finish_message if there is no more slots for saved idsYouness Alaoui2009-03-311-16/+21
* MSN calls do not support keepalive connchecks, so enable keepalive connchecks...Youness Alaoui2009-03-311-9/+1
* oups, this caused non-msn calls to failYouness Alaoui2009-03-311-14/+15
* Don't answer to MSN if you don't know from which remote the request cameYouness Alaoui2009-03-301-8/+8
* Change send_requests GList into a GQueue to allow a faster push_tailYouness Alaoui2009-03-301-8/+10
* Fix refcounting correctly. Don't forget to decrement the reference kept by th...Youness Alaoui2009-03-302-2/+5
* Add some kind of refcounting to avoid race conditionsYouness Alaoui2009-03-301-2/+9
* Destroy the keepalive retransmission timer if the component is destroyedYouness Alaoui2009-03-301-0/+6
* Correctly forget turn send request transactions if they time outYouness Alaoui2009-03-301-8/+77
* fix an if/else correctlyYouness Alaoui2009-03-301-8/+11
* Set libnice specific debug domainsOlivier Crête2009-03-303-1/+3
* If underlying socket errors out, do not parse_recv for turnYouness Alaoui2009-03-271-2/+5
* Verify the return value of stun_agent_finish_message and similar functionsYouness Alaoui2009-03-271-34/+43