curl-library
CURLOPT_PROXYHEADER getting closer
Date: Thu, 20 Feb 2014 18:11:40 +0100 (CET)
Hey
So here's my latest version of the patch set for CURLOPT_PROXYHEADER. Now at 7
patches, including 5 new test cases and updated documentation.
The diffstat for the set follows. I'm very interested in feedback, positive or
negative, everything is welcome!
docs/curl.1 | 15 ++++
docs/libcurl/curl_easy_setopt.3 | 61 +++++++++++---
docs/libcurl/symbols-in-versions | 8 +-
include/curl/curl.h | 16 +++-
lib/http.c | 224 ++++++++++++++++++++++++++++++++-----------------
lib/http.h | 9 +-
lib/http_proxy.c | 10 +--
lib/rtsp.c | 26 +++---
lib/url.c | 22 +++++
lib/urldata.h | 2 +
src/tool_cfgable.c | 1 +
src/tool_cfgable.h | 1 +
src/tool_getparam.c | 6 +-
src/tool_operate.c | 6 ++
tests/data/Makefile.am | 4 +
tests/data/test1428 | 81 ++++++++++++++++++
tests/data/test1525 | 76 +++++++++++++++++
tests/data/test1526 | 76 +++++++++++++++++
tests/data/test1527 | 76 +++++++++++++++++
tests/data/test1528 | 60 +++++++++++++
tests/libtest/Makefile.inc | 20 ++++-
tests/libtest/lib1525.c | 97 +++++++++++++++++++++
tests/libtest/lib1526.c | 100 ++++++++++++++++++++++
tests/libtest/lib1527.c | 95 +++++++++++++++++++++
tests/libtest/lib1528.c | 72 ++++++++++++++++
25 files changed, 1051 insertions(+), 113 deletions(-)
-- / daniel.haxx.se
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
- APPLICATION/octet-stream attachment: CURLOPT_PROXYHEADER.tar.gz