index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
socks.c
Age
Commit message (
Expand
)
Author
2017-10-28
Curl_timeleft: change return type to timediff_t
Daniel Stenberg
2017-09-18
socks: fix incorrect port number in SOCKS4 error message
Jay Satiro
2017-09-11
code style: use spaces around pluses
Daniel Stenberg
2017-09-11
code style: use spaces around equals signs
Daniel Stenberg
2017-06-28
CURLOPT_SOCKS5_AUTH: allowed methods for SOCKS5 proxy auth
Kamil Dudka
2017-06-28
socks: deduplicate the code for auth request
Kamil Dudka
2017-06-28
socks: use proxy_user instead of proxy_name
Kamil Dudka
2017-03-13
Improve code readbility
Sylvestre Ledru
2016-11-24
checksrc: white space edits to comply to stricter checksrc
Daniel Stenberg
2016-11-24
proxy: Support HTTPS proxy and SOCKS+HTTP(s)
Alex Rousskov
2016-11-18
lib: fix compiler warnings after de4de4e3c7c
Marcel Raad
2016-10-31
strcasecompare: is the new name for strequal()
Daniel Stenberg
2016-10-18
select: switch to macros in uppercase
Daniel Stenberg
2016-08-20
socks.c: display the hostname returned by the SOCKS5 proxy server
Marc Hoersken
2016-08-20
socks.c: use Curl_printable_address in SOCKS5 connection sequence
Marc Hoersken
2016-08-20
socks.c: align SOCKS4 connection sequence with SOCKS5
Marc Hoersken
2016-08-20
socks.c: improve verbose output of SOCKS5 connection sequence
Marc Hoersken
2016-08-14
socks.c: Correctly calculate position of port in response packet
Marc Hoersken
2016-08-14
socks.c: Do not modify and invalidate calculated response length
Marc Hoersken
2016-08-14
socks.c: Move error output after reading the whole response packet
Marc Hoersken
2016-06-22
internals: rename the SessionHandle struct to Curl_easy
Daniel Stenberg
2016-04-03
code: style updates
Daniel Stenberg
2016-02-03
URLs: change all http:// URLs to https://
Daniel Stenberg
2015-10-27
socks: Fix incorrect port numbers in failed connect messages
Jay Satiro
2015-09-26
build: fix failures with -Wcast-align and -Werror
Tatsuhiro Tsujikawa
2015-03-17
checksrc: use space after comma
Daniel Stenberg
2014-10-24
code cleanup: we prefer 'CURLcode result'
Daniel Stenberg
2014-10-04
nonblock: call with (void) to show we ignore the return code
Daniel Stenberg
2014-07-23
docs: Improve inline GSS-API naming in code documentation
Michael Osipov
2013-10-26
FTP: make the data connection work when going through proxy
Daniel Stenberg
2013-02-14
strlcat: remove function
Daniel Stenberg
2013-01-09
build: fix circular header inclusion with other packages
Yang Tse
2013-01-06
Revert changes relative to lib/*.[ch] recent renaming
Yang Tse
2013-01-03
build: rename 93 lib/*.c files
Yang Tse
2012-12-28
build: make use of 76 lib/*.h renamed files
Yang Tse
2012-12-14
setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>
Yang Tse
2012-10-04
lib/socks.c: Merged two size variables into one
Marc Hoersken
2012-10-04
lib/socks.c: Avoid type conversions where possible
Marc Hoersken
2012-09-14
socks.c: Fixed warning: conversion to 'int' from 'long unsigned int'
Marc Hoersken
2012-09-14
socks.c: Check that IPv6 is enabled before using it's features
Marc Hoersken
2012-09-14
checksrc: Fixed line length and comment indentation
Marc Hoersken
2012-09-14
socks.c: Updated error messages to handle hostname and IPv6
Marc Hoersken
2012-09-14
socks.c: Added support for IPv6 connections through SOCKSv5 proxy
Marc Hoersken
2012-09-06
SOCKS: truly disable it if CURL_DISABLE_PROXY is defined
Daniel Stenberg
2011-09-05
fix bool variables checking and assignment
Yang Tse
2011-08-18
Curl_SOCKS4: minor code compression
Daniel Stenberg
2011-08-08
SOCKS: fix the connect timeout
Daniel Stenberg
2011-07-26
stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.h
Yang Tse
2011-06-04
Curl_socket_ready: make timeout a 'long'
Daniel Stenberg
2011-05-26
socks: fix unaligned memory access
Yang Tse
[next]