summaryrefslogtreecommitdiff
path: root/socket/socks5.c
AgeCommit message (Expand)AuthorFilesLines
2014-09-02socket: Return early from socket functions if the socket is closedPhilip Withnall1-0/+9
2014-09-02socket: Fix return values of socket_send_messages in socks5.cPhilip Withnall1-2/+1
2014-05-17Add a nice_socket_can_send and nice_socket_set_writable_callback APIsYouness Alaoui1-0/+21
2014-05-15Factor out the add_to_be_sent into a helper API for socketsYouness Alaoui1-68/+5
2014-05-15Add a nice_socket_send_reliable API for internal use.Youness Alaoui1-4/+30
2014-05-15Fix return value of send_messages in socks5Youness Alaoui1-2/+2
2014-05-15Allow tcp-bsd to act as reliable or non reliable transport and fix is_reliabl...Youness Alaoui1-1/+3
2014-05-15Add a socket type for socket layerYouness Alaoui1-0/+1
2014-01-31Remove the "length" parameter from NiceOutputMessageOlivier CrĂȘte1-4/+5
2014-01-31Remove the "to" parameter from NiceOutputMessageOlivier CrĂȘte1-11/+12
2014-01-31socket: Add vectored I/O support for sending on socketsPhilip Withnall1-27/+47
2014-01-31socket: Add vectored I/O support for receiving on socketsPhilip Withnall1-29/+59
2014-01-31socket: Add missing switch casesPhilip Withnall1-0/+1
2013-12-18Fix strict aliasing of sockaddr structuresPhilip Withnall1-8/+13
2013-12-18Fix variable shadowingPhilip Withnall1-2/+2
2012-02-13Return real origin when using a proxy (fixes detecting TURN sockets)Youness Alaoui1-6/+9
2010-05-19Check for username/password lenght of socks5 proxy to avoid a buffer overflowYouness Alaoui1-0/+8
2009-11-13do not call memcpy if there is no copying to be done.. avoid a warning with c...Youness Alaoui1-2/+4
2008-12-17remove useless agent in socks5 proxy, fix copyright and return FALSE in send,...Youness Alaoui1-10/+7
2008-12-10Add support for SOCKS5 proxy serversYouness Alaoui1-0/+427