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
/
http_proxy.c
Age
Commit message (
Expand
)
Author
2014-05-22
bits.close: introduce connection close tracking
Daniel Stenberg
2014-04-04
CURLOPT_PROXYHEADER: set headers for proxy-only
Daniel Stenberg
2014-03-05
remote_port: allow connect to port 0
Daniel Stenberg
2013-12-31
mprintf: Replaced internal usage of FORMAT_OFF_T and FORMAT_OFF_TU
Steve Holme
2013-11-03
http: Post base64 decoding tidy up
Steve Holme
2013-11-02
http: Added proxy tunnel authentication message header value extraction
Steve Holme
2013-08-12
SessionHandle: the protocol specific pointer is now a void *
Daniel Stenberg
2013-03-23
Curl_proxyCONNECT: count received headers
Martin Jansen
2013-03-18
Curl_proxyCONNECT: clear 'rewindaftersend' on success
Oliver Schindler
2013-02-05
Curl_proxyCONNECT: return once CONNECT is sent
Daniel Stenberg
2013-01-17
always-multi: always use non-blocking internals
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
2013-01-03
build: make use of 93 lib/*.c renamed 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-11-17
mem-include-scan: verify memory #includes
Daniel Stenberg
2012-07-05
http-proxy: keep CONNECT connections alive (for NTLM)
Daniel Stenberg
2012-03-22
CONNECT: fix multi interface regression
Daniel Stenberg
2012-03-16
http_proxy.c: fix OOM handling
Yang Tse
2012-02-24
CONNECT: fix ipv6 address in the Request-Line
Daniel Stenberg
2012-01-31
CONNECT: send correct Host: with IPv6 numerical address
Daniel Stenberg
2012-01-15
Curl_proxyCONNECT() trace known bug #39
Yang Tse
2011-12-19
Curl_proxyCONNECT: use newlines in debug output
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-18
CLOSESOCKETFUNCTION: added
Daniel Stenberg
2011-04-27
source cleanup: unify look, style and indent levels
Daniel Stenberg
2011-04-21
Include unistd.h to declare close()
Dan Fandrich
2011-04-20
CURL_DOES_CONVERSIONS: cleanup
Daniel Stenberg
2011-04-04
http-proxy: move proxy code to http_proxy.c
Daniel Stenberg