summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Version 0.0.100.0.10Youness Alaoui2009-11-041-4/+4
* Updating NEWS file for 0.0.10Youness Alaoui2009-11-041-0/+12
* Export the symbols for nice_agent_set_software and stun_agent_set_softwareYouness Alaoui2009-11-041-0/+2
* Add nice_agent_set_software and stun_agent_set_software documentationYouness Alaoui2009-11-041-0/+2
* Free the strduped software attribute when the nice agent gets disposedYouness Alaoui2009-11-041-0/+3
* Add a SOFTWARE attribute in test-fullmode testYouness Alaoui2009-11-041-0/+2
* stun_agent_set_software must also take a const char *, not just a char *Youness Alaoui2009-11-042-3/+3
* nice_agent_set_software must take a const gchar *, not just a gchar *Youness Alaoui2009-11-042-2/+2
* Adding a nice_agent_set_software APIYouness Alaoui2009-11-043-0/+44
* add SOFTWARE attribute only if we're in the right compatibility modeYouness Alaoui2009-11-041-6/+6
* Add a stun_agent_set_software API and correctly append only the first 128 utf...Youness Alaoui2009-11-044-12/+82
* Fix obivous/stupid bug.. do not use variable i for looping inside the 'i' loopYouness Alaoui2009-10-121-2/+2
* Oups, fix bad copy/pasteYouness Alaoui2009-10-091-11/+10
* Fix a crash in case a relay candidate could not be added (because of an error...Youness Alaoui2009-10-071-2/+3
* Once we process the pending checks, we should free them to avoid reprocessing...Youness Alaoui2009-10-071-0/+11
* avoid a memory leak in case of a restartYouness Alaoui2009-10-071-0/+2
* Properly cleanup the idle source in the gst srcOlivier CrĂȘte2009-09-171-5/+10
* use sizeof struct sockaddr instead of sizeof sockadddr_storage for doing the ...Youness Alaoui2009-09-101-2/+2
* Do not use connect on UDP sockets and use sendto/recvfrom instead of send/rec...Youness Alaoui2009-08-202-22/+30
* Only prune pending checks once if there's a nominated pair, not 100 times for...Youness Alaoui2009-08-201-8/+10
* Correctly show the priority as a guint64Youness Alaoui2009-08-202-9/+18
* Only keep the srv-reflexive candidates alive by resending our initial STUN di...Youness Alaoui2009-08-171-7/+31
* Use candidate->type instead of candidate->turn to check if a candidate is of ...Youness Alaoui2009-08-141-1/+1
* do not change the username/foundation for google TURN candidatesYouness Alaoui2009-08-141-1/+4
* nicesrc: Don't leak a ref to the main contextOlivier CrĂȘte2009-08-102-4/+9
* version 0.0.9.1Youness Alaoui2009-07-311-2/+2
* version 0.0.90.0.9Youness Alaoui2009-07-312-5/+17
* Update docYouness Alaoui2009-07-281-1/+1
* add the doc for nice_agent_set_stream_tosYouness Alaoui2009-07-281-0/+1
* Change new API to nice_agent_set_stream_tos, save the tos and apply it to new...Youness Alaoui2009-07-286-14/+43
* Add ToS support for libniceYouness Alaoui2009-07-272-0/+39
* include sys/time.h in timer.h instead of timer.c since we need it for the str...Youness Alaoui2009-07-242-4/+2
* if MSG_ERRQUEUE is not defined, then make recv_err return something since it'...Youness Alaoui2009-07-241-0/+2
* Add the AC_DEFINE for HAVE_GETIFADDRSYouness Alaoui2009-07-241-1/+3
* include sys/socket even if HAVE_GETIFADDRS isn't definedYouness Alaoui2009-07-241-1/+2
* oups, agent undefinedYouness Alaoui2009-07-241-2/+2
* Do not limit the size of the conncheck list if we're not using DRAFT19.. goog...Youness Alaoui2009-07-221-2/+6
* Add correct conncheck pairs for discovered remote peer reflexive candidates. ...Youness Alaoui2009-07-211-0/+4
* Fix SHA1 algorithm when strict aliasing is used : http://bugs.archlinux.org/t...Youness Alaoui2009-07-021-2/+2
* fix up a little the test program in the docsYouness Alaoui2009-06-291-4/+3
* Correctly find the username of a peer-reflexive candidate in google mode when...Youness Alaoui2009-06-293-16/+79
* version 0.0.8.1Youness Alaoui2009-06-192-46/+101
* version 0.0.80.0.8Youness Alaoui2009-06-192-3/+11
* Update TODOYouness Alaoui2009-06-171-3/+7
* force autoreconf so libtoolize can renew its filesYouness Alaoui2009-06-161-1/+1
* Initialize the length to 0 to avoid a compiler warningYouness Alaoui2009-06-161-6/+6
* no more need for refcounting the request since we use g_source_is_destroyedYouness Alaoui2009-06-161-19/+8
* unlock the mutex before calling the recv callbackYouness Alaoui2009-06-161-2/+8
* Use a global mutex for all nice agents and use g_source_is_destroyed to avoid...Youness Alaoui2009-06-167-83/+155
* Remove deprecated g_strcasecmpYouness Alaoui2009-06-151-1/+2