summaryrefslogtreecommitdiff
path: root/lib/http_proxy.c
Commit message (Expand)AuthorAgeFilesLines
* 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