summaryrefslogtreecommitdiff
path: root/socket/http.c
Commit message (Expand)AuthorAgeFilesLines
* socket: Assert trying to use free'd socketOlivier Crête2016-06-021-6/+4
* socket: refactor nice_socket_is_base_of()Jakub Adam2016-04-041-5/+6
* socket: add nice_socket_is_base_of()Jakub Adam2015-09-111-0/+10
* socket: Return early from socket functions if the socket is closedPhilip Withnall2014-09-021-0/+9
* Add a nice_socket_can_send and nice_socket_set_writable_callback APIsYouness Alaoui2014-05-171-0/+22
* Factor out the add_to_be_sent into a helper API for socketsYouness Alaoui2014-05-151-75/+5
* Add a nice_socket_send_reliable API for internal use.Youness Alaoui2014-05-151-3/+30
* Allow tcp-bsd to act as reliable or non reliable transport and fix is_reliabl...Youness Alaoui2014-05-151-1/+3
* Add a socket type for socket layerYouness Alaoui2014-05-151-1/+1
* Remove the "length" parameter from NiceOutputMessageOlivier Crête2014-01-311-6/+5
* Remove the "to" parameter from NiceOutputMessageOlivier Crête2014-01-311-15/+14
* socket: Add vectored I/O support for sending on socketsPhilip Withnall2014-01-311-26/+62
* socket: Add vectored I/O support for receiving on socketsPhilip Withnall2014-01-311-82/+287
* socket: Add missing switch casesPhilip Withnall2014-01-311-0/+1
* Fix variable shadowingPhilip Withnall2013-12-181-7/+7
* Return real origin when using a proxy (fixes detecting TURN sockets)Youness Alaoui2012-02-131-1/+4
* Adding HTTP proxy supportYouness Alaoui2008-12-191-0/+411