Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-04-20 | CURL_DOES_CONVERSIONS: cleanup | Daniel Stenberg | |
Massively reduce #ifdefs all over (23 #ifdef lines less so far) Moved conversion-specific code to non-ascii.c | |||
2011-04-04 | http-proxy: move proxy code to http_proxy.c | Daniel Stenberg | |
The new http_proxy.* files now host HTTP proxy specific code (500+ lines moved out from http.c), and as a consequence there is a macro introduced for the Curl_proxyCONNECT() function so that code can use it without actually supporting proxy (or HTTP) in builds. |