summaryrefslogtreecommitdiff
path: root/socket/socket.h
Commit message (Expand)AuthorAgeFilesLines
* socket: refactor nice_socket_is_base_of()Jakub Adam2016-04-041-6/+8
* socket: add nice_socket_is_base_of()Jakub Adam2015-09-111-0/+16
* Add a nice_socket_can_send and nice_socket_set_writable_callback APIsYouness Alaoui2014-05-171-0/+12
* Add tcp-passive and tcp-active socket layers with unit testYouness Alaoui2014-05-171-0/+2
* Add a nice_socket_recv convenience function similar to nice_socket_sendYouness Alaoui2014-05-151-1/+4
* Rename turn files and API to be UDP specificYouness Alaoui2014-05-151-4/+4
* Add a nice_socket_send_reliable API for internal use.Youness Alaoui2014-05-151-0/+8
* Add a socket type for socket layerYouness Alaoui2014-05-151-0/+14
* Remove the "to" parameter from NiceOutputMessageOlivier CrĂȘte2014-01-311-4/+4
* socket: Add vectored I/O support for sending on socketsPhilip Withnall2014-01-311-5/+9
* socket: Add vectored I/O support for receiving on socketsPhilip Withnall2014-01-311-3/+7
* Replace sockets with GSocketLivio Madaro2012-03-011-1/+2
* Fix copyright headers for all filesYouness Alaoui2010-02-161-5/+4
* Adding HTTP proxy supportYouness Alaoui2008-12-191-0/+1
* Add support for SOCKS5 proxy serversYouness Alaoui2008-12-101-0/+1
* Socket layer refactorising and adding of tcp-bsd, pseudossl, and moved the tc...Youness Alaoui2008-12-081-11/+6
* make nice_socket_send return a boolean so we can know whether or not the send...Youness Alaoui2008-11-041-1/+1
* add correct includes and define close as closesocket for windowsYouness Alaoui2008-10-291-0/+10
* add tcp-turn to the socket.h includeYouness Alaoui2008-10-221-0/+1
* Add nice_socket_is_reliable to the APIYouness Alaoui2008-10-081-0/+5
* Much better NiceSocket API now, no more need for a socket factoryYouness Alaoui2008-10-071-33/+3
* new NiceSocket APIYouness Alaoui2008-10-061-25/+33
* Renaming udp directory to socketYouness Alaoui2008-10-061-0/+105