summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-09-21Don't pass the agent to the socket layerHEADmasterOlivier Crête10-26/+39
2011-09-21Keep a ref on the GMainContext that are attached toOlivier Crête3-6/+17
2011-09-21Use the agent's main main-context for the tcp-bsd callback as it's for sendingOlivier Crête1-2/+4
2011-09-21Version 0.1.1.1Olivier Crête1-2/+2
2011-09-08version 0.1.1Youness Alaoui2-3/+11
2011-09-08Fix support for solarisApostolos Syropoulos3-0/+16
2011-08-30Google puts the STUN cookie, but doesn't follow RFC 5389Olivier Crête1-1/+2
2011-08-15Fix check-symbols test for PPC64David Woodhouse1-3/+10
2011-07-07Merge remote-tracking branch 'main/master'Youness Alaoui1-1/+2
2011-06-23Use a Queue in gstnicesrc to avoid multiple read_callbacks overwriting the ou...Youness Alaoui2-9/+15
2011-05-24Updating README fileYouness Alaoui1-16/+11
2011-05-24Updated to the TURN RFCMarcus Lundblad1-5/+2
2011-05-20Remove useless conncheck_stateJakub Adam2-23/+1
2011-04-20Rename the internally used librandom into libnice-random to avoid any possibl...Youness Alaoui2-5/+5
2011-04-19Updating TODO fileYouness Alaoui1-5/+0
2011-03-31Fix a (possible) memory leak in nice_turn_socket_new and in a testTimothy Redaelli2-2/+6
2011-03-31Use IN6_IS_ADDR_LINKLOCAL in a more portable wayTimothy Redaelli1-1/+1
2011-03-31Use #!/bin/sh instead of #!/bin/bashTimothy Redaelli1-1/+1
2011-03-31Use only POSIX statements in Makefile.amTimothy Redaelli2-7/+7
2011-03-31Remove some "set but not used" variables since GCC 4.6 emit a warning about thatTimothy Redaelli2-4/+2
2011-03-24Avoid a possible coverity false positiveYouness Alaoui1-0/+2
2011-03-24Change variable buffer_len into attribute_len: variable already exists in dif...Youness Alaoui1-5/+5
2011-03-24Add some new APIs to sha1 module, unused for nowYouness Alaoui2-9/+75
2011-03-24coverity: fix possible buffer overrun with turn and IPv6. Use sockaddr_storageYouness Alaoui1-16/+16
2011-03-24Fix coverity issues, remove possibly NULL dereferencingYouness Alaoui3-5/+15
2011-03-24test-fullmode: add some debug output to track down a weird bug..Youness Alaoui1-2/+10
2011-03-24Add some debug output when errors happen and the conncheck is cancelledYouness Alaoui1-1/+7
2011-03-08Version 0.1.0.1Youness Alaoui1-2/+2
2011-03-08Print size_t with the right argumentwarningOlivier Crête1-1/+2
2011-02-10Only restart the timer onceSjoerd Simons2-3/+8
2011-02-10Remove some dead codeSjoerd Simons1-6/+0
2011-02-10Reset the connectivity check timer when we get triggered checksSjoerd Simons1-2/+7
2011-02-10Also initialize the number of timer retransmissionsSjoerd Simons1-0/+1
2011-01-31Only restart the timer onceSjoerd Simons2-3/+8
2011-01-28Remove some dead codeSjoerd Simons1-6/+0
2011-01-28Reset the connectivity check timer when we get triggered checksSjoerd Simons1-2/+7
2011-01-28Also initialize the number of timer retransmissionsSjoerd Simons1-0/+1
2011-01-21Version 0.1.0.1Youness Alaoui1-2/+2
2011-01-21Version 0.1.0Youness Alaoui2-4/+16
2011-01-21Send new-candidate signals for host cands only if the gathering was successfulYouness Alaoui2-1/+10
2011-01-20Add some testing for the nice_agent_set_port_range APIYouness Alaoui1-2/+55
2011-01-20Clear the sockets when removing the candidatesYouness Alaoui1-0/+9
2011-01-19Fix doc for nice_agent_gather_candidatesYouness Alaoui1-2/+5
2011-01-19Make sure that we revert/free the candidates gathered before an error occured...Youness Alaoui1-0/+14
2011-01-19Add a nice_agent_set_port_range API to allow forcing the listening port on lo...Youness Alaoui4-2/+60
2011-01-19Do not gather candidates if we can't listen to the host interfaceYouness Alaoui1-2/+4
2011-01-18Fix a crash (Broken pipe) if we send to a TCP socket that had an errorYouness Alaoui1-1/+14
2011-01-18define SOL_IPV6 to IPPROTO_IPV6 if not definedYouness Alaoui2-0/+11
2011-01-14Add support for RFC TURN TCPYouness Alaoui1-4/+8
2011-01-14test-fullmode: disable checking for the expected selected-pair signal when us...Youness Alaoui2-3/+28