summaryrefslogtreecommitdiff
path: root/socket/socks5.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* socket: Fix return values of socket_send_messages in socks5.cPhilip Withnall2014-09-021-2/+1
* Add a nice_socket_can_send and nice_socket_set_writable_callback APIsYouness Alaoui2014-05-171-0/+21
* Factor out the add_to_be_sent into a helper API for socketsYouness Alaoui2014-05-151-68/+5
* Add a nice_socket_send_reliable API for internal use.Youness Alaoui2014-05-151-4/+30
* Fix return value of send_messages in socks5Youness Alaoui2014-05-151-2/+2
* 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-0/+1
* Remove the "length" parameter from NiceOutputMessageOlivier CrĂȘte2014-01-311-4/+5
* Remove the "to" parameter from NiceOutputMessageOlivier CrĂȘte2014-01-311-11/+12
* socket: Add vectored I/O support for sending on socketsPhilip Withnall2014-01-311-27/+47
* socket: Add vectored I/O support for receiving on socketsPhilip Withnall2014-01-311-29/+59
* socket: Add missing switch casesPhilip Withnall2014-01-311-0/+1
* Fix strict aliasing of sockaddr structuresPhilip Withnall2013-12-181-8/+13
* Fix variable shadowingPhilip Withnall2013-12-181-2/+2
* Return real origin when using a proxy (fixes detecting TURN sockets)Youness Alaoui2012-02-131-6/+9
* Check for username/password lenght of socks5 proxy to avoid a buffer overflowYouness Alaoui2010-05-191-0/+8
* do not call memcpy if there is no copying to be done.. avoid a warning with c...Youness Alaoui2009-11-131-2/+4
* remove useless agent in socks5 proxy, fix copyright and return FALSE in send,...Youness Alaoui2008-12-171-10/+7
* Add support for SOCKS5 proxy serversYouness Alaoui2008-12-101-0/+427