summaryrefslogtreecommitdiff
path: root/lib/http_proxy.c
Commit message (Expand)AuthorAgeFilesLines
...
* mprintf.h: remove #ifdef CURLDEBUGDaniel Stenberg2015-03-031-5/+2
* code cleanup: we prefer 'CURLcode result'Daniel Stenberg2014-10-241-4/+4
* Curl_proxyCONNECT: remove superfluous statementDaniel Stenberg2014-10-241-1/+0
* CONNECT: close proxy connections that fail to CONNECTDaniel Stenberg2014-08-251-4/+10
* CONNECT: Revert Curl_proxyCONNECT back to 7.29.0 designDaniel Stenberg2014-07-221-17/+30
* bits.close: introduce connection close trackingDaniel Stenberg2014-05-221-1/+1
* CURLOPT_PROXYHEADER: set headers for proxy-onlyDaniel Stenberg2014-04-041-4/+4
* remote_port: allow connect to port 0Daniel Stenberg2014-03-051-2/+2
* mprintf: Replaced internal usage of FORMAT_OFF_T and FORMAT_OFF_TUSteve Holme2013-12-311-2/+2
* http: Post base64 decoding tidy upSteve Holme2013-11-031-2/+3
* http: Added proxy tunnel authentication message header value extractionSteve Holme2013-11-021-2/+9
* SessionHandle: the protocol specific pointer is now a void *Daniel Stenberg2013-08-121-3/+3
* Curl_proxyCONNECT: count received headersMartin Jansen2013-03-231-0/+4
* Curl_proxyCONNECT: clear 'rewindaftersend' on successOliver Schindler2013-03-181-0/+2
* Curl_proxyCONNECT: return once CONNECT is sentDaniel Stenberg2013-02-051-26/+3
* always-multi: always use non-blocking internalsDaniel Stenberg2013-01-171-20/+13
* build: fix circular header inclusion with other packagesYang Tse2013-01-091-1/+1
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-0/+595
* build: rename 93 lib/*.c filesYang Tse2013-01-031-595/+0
* build: make use of 93 lib/*.c renamed filesYang Tse2013-01-031-2/+2
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-12/+12
* setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>Yang Tse2012-12-141-4/+0
* mem-include-scan: verify memory #includesDaniel Stenberg2012-11-171-0/+1
* http-proxy: keep CONNECT connections alive (for NTLM)Daniel Stenberg2012-07-051-0/+22
* CONNECT: fix multi interface regressionDaniel Stenberg2012-03-221-3/+45
* http_proxy.c: fix OOM handlingYang Tse2012-03-161-1/+4
* CONNECT: fix ipv6 address in the Request-LineDaniel Stenberg2012-02-241-17/+22
* CONNECT: send correct Host: with IPv6 numerical addressDaniel Stenberg2012-01-311-3/+6
* Curl_proxyCONNECT() trace known bug #39Yang Tse2012-01-151-2/+9
* Curl_proxyCONNECT: use newlines in debug outputDaniel Stenberg2011-12-191-2/+2
* stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.hYang Tse2011-07-261-0/+1
* Curl_socket_ready: make timeout a 'long'Daniel Stenberg2011-06-041-1/+1
* CLOSESOCKETFUNCTION: addedDaniel Stenberg2011-05-181-1/+2
* source cleanup: unify look, style and indent levelsDaniel Stenberg2011-04-271-2/+3
* Include unistd.h to declare close()Dan Fandrich2011-04-211-0/+3
* CURL_DOES_CONVERSIONS: cleanupDaniel Stenberg2011-04-201-2/+1
* http-proxy: move proxy code to http_proxy.cDaniel Stenberg2011-04-041-0/+511