summaryrefslogtreecommitdiff
path: root/socket
AgeCommit message (Expand)AuthorFilesLines
2014-05-02stunmessage: Revert another function to use sockaddrOlivier Crête1-2/+2
2014-04-28Fix udp-turn returning wrong message length in socket_recv_messages.Youness Alaoui1-1/+1
2014-04-23Return the correct originating IP on TURNYouness Alaoui1-0/+2
2014-04-08tcp-bsd: Don't clear error that hasn't been setOlivier Crête1-3/+2
2014-04-04Fix TCP TURN for Google compatibility. Message length was sent uninitializedYouness Alaoui1-0/+1
2014-04-04Small cleaning of tcp-bsd.cYouness Alaoui1-19/+21
2014-03-31Rename variables that shadow global definitionsOlivier Crête1-2/+2
2014-03-31stun: Use struct sockaddr_storage * for any pointer that we write toOlivier Crête1-11/+11
2014-03-31Don't mix gsize vs size_t, seems like they're not always the same sizeOlivier Crête1-4/+4
2014-03-30tcp-turn: Don't access output message after freeing itOlivier Crête1-2/+3
2014-03-30turn: Don't overwrite source, destroy it firstOlivier Crête1-0/+4
2014-03-30turn: Don't access list node after freeing itOlivier Crête1-0/+5
2014-03-30turn: Put timeouts on the specific main contextOlivier Crête1-21/+32
2014-03-27turn: Don't try to process empty messagesOlivier Crête1-0/+3
2014-03-27tcp-bsd: Use default main context if none specifiedOlivier Crête1-0/+2
2014-03-27turn-tcp: Don't corrupt messagesOlivier Crête1-21/+13
2014-01-31Remove the "length" parameter from NiceOutputMessageOlivier Crête7-55/+57
2014-01-31Remove the "to" parameter from NiceOutputMessageOlivier Crête9-92/+88
2014-01-31socket: Add note that the packet dropping in tcp-bsd is broken behaviorOlivier Crête1-0/+3
2014-01-31socket: Add vectored I/O support for sending on socketsPhilip Withnall9-198/+578
2014-01-31agent: Add support for vectored I/O for receivesPhilip Withnall2-0/+43
2014-01-31socket: Fix the formal parameter types of nice_turn_socket_parse_recv()Philip Withnall2-9/+9
2014-01-31socket: Add vectored I/O support for receiving on socketsPhilip Withnall9-212/+651
2014-01-31socket: Ensure variables are nullified correctly in UDP socketsPhilip Withnall1-1/+2
2014-01-31socket: Add missing switch casesPhilip Withnall2-0/+2
2013-12-26configure: Verify that the compiler understands warning cflagsOlivier Crête1-1/+1
2013-12-23stun: Indications are never authentication when using long term authOlivier Crête1-1/+0
2013-12-23turn: Send queued TURN messages to the turn serverOlivier Crête1-1/+2
2013-12-18Fix strict aliasing of sockaddr structuresPhilip Withnall5-85/+136
2013-12-18Add missing ‘default’ cases to switchesPhilip Withnall1-0/+6
2013-12-18Fix variable shadowingPhilip Withnall3-16/+16
2013-06-27Refresh TURN CreatePermission at receiving data in case TURN path is asymetri...Livio Madaro1-0/+7
2012-11-19Manage multiple TURN CreatePermission in parallelLivio Madaro1-30/+59
2012-08-03Fix gaddr initializationLivio Madaro1-2/+2
2012-05-28Cache GSocketAddress in UdpBsdSocketOlivier Crête1-9/+33
2012-03-01Fix tcp-bsd/udp-bsd coding style, add robustness and remove use of name_lenYouness Alaoui2-49/+35
2012-03-01Fix memory leak with udp-bsdYouness Alaoui1-11/+12
2012-03-01Callback now takes a GSocket * as argumentYouness Alaoui1-2/+2
2012-03-01Fix coding styleYouness Alaoui2-43/+46
2012-03-01Replace sockets with GSocketLivio Madaro3-132/+129
2012-02-23set nonblocking mode for socket on WindowsLivio Madaro2-2/+13
2012-02-15Use g_io_channel_win32_new_socket for windowsFilippo Della Betta1-0/+4
2012-02-14Use the correct enumRohan Garg1-1/+1
2012-02-13Return real origin when using a proxy (fixes detecting TURN sockets)Youness Alaoui2-7/+13
2012-02-13udp-bsd: Do not return an error for CONNRESET errors from ICMPMadaro Livio1-1/+2
2012-02-08Merge branch 'master' of ssh://dhansak/srv/git.collabora.co.uk/git/libniceYouness Alaoui8-19/+37
2012-02-08Fix sending data padding for TURN TCP draft 9 and RFC 5766Madaro Livio1-4/+4
2011-11-30Add support for windows's compilation through MinGWNader Morshed2-4/+2
2011-09-20Don't pass the agent to the socket layerOlivier Crête8-18/+33
2011-09-20Keep a ref on the GMainContext that are attached toOlivier Crête1-1/+4