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