summaryrefslogtreecommitdiff
path: root/socket/socket.h
AgeCommit message (Expand)AuthorFilesLines
2014-05-17Add a nice_socket_can_send and nice_socket_set_writable_callback APIsYouness Alaoui1-0/+12
2014-05-17Add tcp-passive and tcp-active socket layers with unit testYouness Alaoui1-0/+2
2014-05-15Add a nice_socket_recv convenience function similar to nice_socket_sendYouness Alaoui1-1/+4
2014-05-15Rename turn files and API to be UDP specificYouness Alaoui1-4/+4
2014-05-15Add a nice_socket_send_reliable API for internal use.Youness Alaoui1-0/+8
2014-05-15Add a socket type for socket layerYouness Alaoui1-0/+14
2014-01-31Remove the "to" parameter from NiceOutputMessageOlivier CrĂȘte1-4/+4
2014-01-31socket: Add vectored I/O support for sending on socketsPhilip Withnall1-5/+9
2014-01-31socket: Add vectored I/O support for receiving on socketsPhilip Withnall1-3/+7
2012-03-01Replace sockets with GSocketLivio Madaro1-1/+2
2010-02-16Fix copyright headers for all filesYouness Alaoui1-5/+4
2008-12-19Adding HTTP proxy supportYouness Alaoui1-0/+1
2008-12-10Add support for SOCKS5 proxy serversYouness Alaoui1-0/+1
2008-12-08Socket layer refactorising and adding of tcp-bsd, pseudossl, and moved the tc...Youness Alaoui1-11/+6
2008-11-04make nice_socket_send return a boolean so we can know whether or not the send...Youness Alaoui1-1/+1
2008-10-29add correct includes and define close as closesocket for windowsYouness Alaoui1-0/+10
2008-10-22add tcp-turn to the socket.h includeYouness Alaoui1-0/+1
2008-10-08Add nice_socket_is_reliable to the APIYouness Alaoui1-0/+5
2008-10-07Much better NiceSocket API now, no more need for a socket factoryYouness Alaoui1-33/+3
2008-10-06new NiceSocket APIYouness Alaoui1-25/+33
2008-10-06Renaming udp directory to socketYouness Alaoui1-0/+105