summaryrefslogtreecommitdiff
path: root/socket
Commit message (Expand)AuthorAgeFilesLines
* Fix tcp-bsd/udp-bsd coding style, add robustness and remove use of name_lenYouness Alaoui2012-03-012-49/+35
* Fix memory leak with udp-bsdYouness Alaoui2012-03-011-11/+12
* Callback now takes a GSocket * as argumentYouness Alaoui2012-03-011-2/+2
* Fix coding styleYouness Alaoui2012-03-012-43/+46
* Replace sockets with GSocketLivio Madaro2012-03-013-132/+129
* set nonblocking mode for socket on WindowsLivio Madaro2012-02-232-2/+13
* Use g_io_channel_win32_new_socket for windowsFilippo Della Betta2012-02-151-0/+4
* Use the correct enumRohan Garg2012-02-141-1/+1
* Return real origin when using a proxy (fixes detecting TURN sockets)Youness Alaoui2012-02-132-7/+13
* udp-bsd: Do not return an error for CONNRESET errors from ICMPMadaro Livio2012-02-131-1/+2
* Merge branch 'master' of ssh://dhansak/srv/git.collabora.co.uk/git/libniceYouness Alaoui2012-02-088-19/+37
|\
| * Don't pass the agent to the socket layerOlivier CrĂȘte2011-09-208-18/+33
| * Keep a ref on the GMainContext that are attached toOlivier CrĂȘte2011-09-201-1/+4
* | Fix sending data padding for TURN TCP draft 9 and RFC 5766Madaro Livio2012-02-081-4/+4
* | Add support for windows's compilation through MinGWNader Morshed2011-11-302-4/+2
|/
* Fix a (possible) memory leak in nice_turn_socket_new and in a testTimothy Redaelli2011-03-311-1/+3
* coverity: fix possible buffer overrun with turn and IPv6. Use sockaddr_storageYouness Alaoui2011-03-231-16/+16
* Fix a crash (Broken pipe) if we send to a TCP socket that had an errorYouness Alaoui2011-01-181-1/+14
* Add support for RFC TURN TCPYouness Alaoui2011-01-131-4/+8
* test-fullmode: disable checking for the expected selected-pair signal when us...Youness Alaoui2011-01-131-1/+2
* only remove sources that are validYouness Alaoui2010-12-231-2/+5
* handle the permission response instead of having the code handled in the erro...Youness Alaoui2010-12-231-18/+19
* turn: Do not access the response's attributes if there is no responseYouness Alaoui2010-12-221-4/+6
* Do not destroy the object until we're done using it..Youness Alaoui2010-12-221-3/+2
* Do not destroy the retransmission timer that just got created by priv_schedul...Youness Alaoui2010-12-171-12/+18
* Do not loop forever if we keep getting unauthorized error on create_permissionYouness Alaoui2010-12-171-24/+45
* Add the expired binding to the pending list before destroying itYouness Alaoui2010-12-171-0/+3
* If a channel bind couldn't be renewed when it expired, then renew it after we...Youness Alaoui2010-12-171-4/+20
* Make sure we don't free a currently being-refreshed bindingYouness Alaoui2010-12-171-0/+21
* Make the binding timeout unique per channel binding. And refactor code.Youness Alaoui2010-12-171-54/+104
* Destroy sent_permissions and remove tick_source_create_permission and binding...Youness Alaoui2010-12-171-0/+10
* Some minor changes, code cleaningYouness Alaoui2010-12-161-12/+8
* Remove trailing spacesYouness Alaoui2010-12-141-2/+3
* Fix lines that are > 80 charsYouness Alaoui2010-12-141-12/+19
* Fix compilation errors as a result of the rebaseYouness Alaoui2010-12-141-2/+4
* fix indentation issuesYouness Alaoui2010-12-141-187/+187
* Removed trailing whitespaces that had appeared..Marcus Lundblad2010-12-141-4/+4
* Fixed some whitespace before function calls (nice_debug)Marcus Lundblad2010-12-141-5/+4
* Remove a couple of unnessesary debug outputsMarcus Lundblad2010-12-141-7/+0
* Re-arrange the code when obtaining a permission and enqueueing dataMarcus Lundblad2010-12-141-7/+4
* Use a flag for active bindings in the ChannelBinding struct instead of keepin...Marcus Lundblad2010-12-141-11/+12
* Move code handling lists of installed and pending permissions into separate f...Marcus Lundblad2010-12-141-58/+70
* Remove some debug outputs and an exit call that I had accidentally left in fo...Marcus Lundblad2010-12-141-26/+1
* Don't log pending permission messages more than once (when resending the mess...Marcus Lundblad2010-12-141-14/+43
* OK, so nice_address_equal does not fullfill GCompareFunc, use custom lookup f...Marcus Lundblad2010-12-141-15/+34
* Fix a couple of whitespace-before param list issuesMarcus Lundblad2010-12-141-2/+2
* Fix indentationMarcus Lundblad2010-12-141-290/+287
* Fixing tabs, trailing whitespaces and indentationMarcus Lundblad2010-12-141-383/+421
* Use a string hash on the string representation of a NiceAddress as a the hash...Marcus Lundblad2010-12-141-9/+5
* Use a GList instead of a GHashTable to store peers for which there is a pendi...Marcus Lundblad2010-12-141-27/+41