summaryrefslogtreecommitdiff
path: root/socket/socket.c
Commit message (Expand)AuthorAgeFilesLines
* Add a nice_socket_can_send and nice_socket_set_writable_callback APIsYouness Alaoui2014-05-171-0/+16
* Add a nice_socket_recv convenience function similar to nice_socket_sendYouness Alaoui2014-05-151-0/+17
* Factor out the add_to_be_sent into a helper API for socketsYouness Alaoui2014-05-151-0/+187
* Add a nice_socket_send_reliable API for internal use.Youness Alaoui2014-05-151-0/+56
* Remove the "length" parameter from NiceOutputMessageOlivier CrĂȘte2014-01-311-2/+1
* Remove the "to" parameter from NiceOutputMessageOlivier CrĂȘte2014-01-311-5/+5
* socket: Add vectored I/O support for sending on socketsPhilip Withnall2014-01-311-4/+59
* socket: Add vectored I/O support for receiving on socketsPhilip Withnall2014-01-311-2/+46
* Fix copyright headers for all filesYouness Alaoui2010-02-161-5/+4
* Socket layer refactorising and adding of tcp-bsd, pseudossl, and moved the tc...Youness Alaoui2008-12-081-10/+3
* make nice_socket_send return a boolean so we can know whether or not the send...Youness Alaoui2008-11-041-2/+2
* Add an else to HAVE_CONFIG_H in order to define NICEAPI_EXPORT. Also removed ...Youness Alaoui2008-11-031-4/+4
* remove unnecessary inclusion of socket files in some files, and make glib inc...Youness Alaoui2008-10-281-1/+0
* Add nice_socket_is_reliable to the APIYouness Alaoui2008-10-081-0/+6
* Much better NiceSocket API now, no more need for a socket factoryYouness Alaoui2008-10-071-48/+0
* new NiceSocket APIYouness Alaoui2008-10-061-15/+52
* Renamed udp-generic into socket.cYouness Alaoui2008-10-061-0/+87