summaryrefslogtreecommitdiff
path: root/socket
Commit message (Expand)AuthorAgeFilesLines
* Remove the "length" parameter from NiceOutputMessageOlivier Crête2014-01-317-55/+57
* Remove the "to" parameter from NiceOutputMessageOlivier Crête2014-01-319-92/+88
* socket: Add note that the packet dropping in tcp-bsd is broken behaviorOlivier Crête2014-01-311-0/+3
* socket: Add vectored I/O support for sending on socketsPhilip Withnall2014-01-319-198/+578
* agent: Add support for vectored I/O for receivesPhilip Withnall2014-01-312-0/+43
* socket: Fix the formal parameter types of nice_turn_socket_parse_recv()Philip Withnall2014-01-312-9/+9
* socket: Add vectored I/O support for receiving on socketsPhilip Withnall2014-01-319-212/+651
* socket: Ensure variables are nullified correctly in UDP socketsPhilip Withnall2014-01-311-1/+2
* socket: Add missing switch casesPhilip Withnall2014-01-312-0/+2
* configure: Verify that the compiler understands warning cflagsOlivier Crête2013-12-261-1/+1
* stun: Indications are never authentication when using long term authOlivier Crête2013-12-231-1/+0
* turn: Send queued TURN messages to the turn serverOlivier Crête2013-12-231-1/+2
* Fix strict aliasing of sockaddr structuresPhilip Withnall2013-12-185-85/+136
* Add missing ‘default’ cases to switchesPhilip Withnall2013-12-181-0/+6
* Fix variable shadowingPhilip Withnall2013-12-183-16/+16
* Refresh TURN CreatePermission at receiving data in case TURN path is asymetri...Livio Madaro2013-06-271-0/+7
* Manage multiple TURN CreatePermission in parallelLivio Madaro2012-11-191-30/+59
* Fix gaddr initializationLivio Madaro2012-08-031-2/+2
* Cache GSocketAddress in UdpBsdSocketOlivier Crête2012-05-281-9/+33
* 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