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
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
2011-04-28
proxy: allow socks:// prefix in proxy string
Daniel Stenberg
2011-04-27
source cleanup: unify look, style and indent levels
Daniel Stenberg
2011-04-25
async resolvers: further cleanups
Daniel Stenberg
2011-04-21
Fix a couple of spelling errors in lib/
Fabian Keil
2011-01-04
Curl_timeleft: s/conn/data in first argument
Daniel Stenberg
2010-05-31
fix compiler warning: enumerated type mixed with another type
Yang Tse
2010-05-07
sendrecv: split the I/O handling into private handler
Howard Chu
2010-04-24
socks5: please static code analyzer
Daniel Stenberg
2010-04-16
SOCKS4: Value stored to 'rc' is never read
Daniel Stenberg
2010-04-16
SOCKS5: when name resolves fail return immediately
Daniel Stenberg
2010-03-24
remove the CVSish $Id$ lines
Daniel Stenberg
2010-02-04
fix printf-style format strings
Yang Tse
2010-02-02
Fix compiler warning: conditional expression is constant
Yang Tse
2009-08-29
removed obsolete casts.
Gunter Knauf
2009-08-29
add casts to silent compiler warnings with 64bit systems.
Gunter Knauf
2009-07-09
- Eric Wong introduced curlx_nonblock() that the curl tool now (re-)uses for
Daniel Stenberg
2009-04-21
Moved potential inclusion of system's malloc.h and memory.h header files to
Yang Tse
2009-03-15
If CURL_DISABLE_PROXY is defined, we must allow socks_sspi.c to call
Gisle Vanem
2009-01-28
- Markus Moeller introduced two new options to libcurl:
Daniel Stenberg
2008-09-29
- Daniel Egger provided a patch that allows you to disable proxy support in
Daniel Stenberg
2008-09-22
- Made the SOCKS code use the new Curl_read_plain() function to fix the bug
Daniel Stenberg
2008-06-20
- Hans-Jurgen May pointed out that trying SCP or SFTP over a SOCKS proxy
Daniel Stenberg
2008-02-11
Yang Tse pointed out a few remaining quirks from my timeout refactoring from
Daniel Stenberg
2008-02-07
- Refactored a lot of timeout code into a few functions in an attempt to make
Daniel Stenberg
2008-01-14
fix compiler warning
Yang Tse
[next]