aboutsummaryrefslogtreecommitdiff
path: root/lib/http_proxy.c
AgeCommit message (Expand)Author
2016-04-17news: CURLOPT_CONNECT_TO and --connect-toMichael Kaufmann
2016-02-08Proxy-Connection: stop sending this header by defaultDaniel Stenberg
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2015-06-17FTP: do the HTTP CONNECT for data connection blockingDaniel Stenberg
2015-05-18http2: separate multiplex/pipelining + cleanup memory leaksDaniel Stenberg
2015-05-08proxy: add newline to info messageDaniel Stenberg
2015-03-16free: instead of Curl_safefree()Daniel Stenberg
2015-03-16Bug #149: Deletion of unnecessary checks before calls of the function "free"Markus Elfring
2015-03-07multi: fix *getsock() with CONNECTDaniel Stenberg
2015-03-03mprintf.h: remove #ifdef CURLDEBUGDaniel Stenberg
2014-10-24code cleanup: we prefer 'CURLcode result'Daniel Stenberg
2014-10-24Curl_proxyCONNECT: remove superfluous statementDaniel Stenberg
2014-08-25CONNECT: close proxy connections that fail to CONNECTDaniel Stenberg
2014-07-22CONNECT: Revert Curl_proxyCONNECT back to 7.29.0 designDaniel Stenberg
2014-05-22bits.close: introduce connection close trackingDaniel Stenberg
2014-04-04CURLOPT_PROXYHEADER: set headers for proxy-onlyDaniel Stenberg
2014-03-05remote_port: allow connect to port 0Daniel Stenberg
2013-12-31mprintf: Replaced internal usage of FORMAT_OFF_T and FORMAT_OFF_TUSteve Holme
2013-11-03http: Post base64 decoding tidy upSteve Holme
2013-11-02http: Added proxy tunnel authentication message header value extractionSteve Holme
2013-08-12SessionHandle: the protocol specific pointer is now a void *Daniel Stenberg
2013-03-23Curl_proxyCONNECT: count received headersMartin Jansen
2013-03-18Curl_proxyCONNECT: clear 'rewindaftersend' on successOliver Schindler
2013-02-05Curl_proxyCONNECT: return once CONNECT is sentDaniel Stenberg
2013-01-17always-multi: always use non-blocking internalsDaniel Stenberg
2013-01-09build: fix circular header inclusion with other packagesYang Tse
2013-01-06Revert changes relative to lib/*.[ch] recent renamingYang Tse
2013-01-03build: rename 93 lib/*.c filesYang Tse
2013-01-03build: make use of 93 lib/*.c renamed filesYang Tse
2012-12-28build: make use of 76 lib/*.h renamed filesYang Tse
2012-12-14setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>Yang Tse
2012-11-17mem-include-scan: verify memory #includesDaniel Stenberg
2012-07-05http-proxy: keep CONNECT connections alive (for NTLM)Daniel Stenberg
2012-03-22CONNECT: fix multi interface regressionDaniel Stenberg
2012-03-16http_proxy.c: fix OOM handlingYang Tse
2012-02-24CONNECT: fix ipv6 address in the Request-LineDaniel Stenberg
2012-01-31CONNECT: send correct Host: with IPv6 numerical addressDaniel Stenberg
2012-01-15Curl_proxyCONNECT() trace known bug #39Yang Tse
2011-12-19Curl_proxyCONNECT: use newlines in debug outputDaniel Stenberg
2011-07-26stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.hYang Tse
2011-06-04Curl_socket_ready: make timeout a 'long'Daniel Stenberg
2011-05-18CLOSESOCKETFUNCTION: addedDaniel Stenberg
2011-04-27source cleanup: unify look, style and indent levelsDaniel Stenberg
2011-04-21Include unistd.h to declare close()Dan Fandrich
2011-04-20CURL_DOES_CONVERSIONS: cleanupDaniel Stenberg
2011-04-04http-proxy: move proxy code to http_proxy.cDaniel Stenberg