Package: net-cpp / 2.2.1+dfsg1-6

Metadata

Package Version Patches format
net-cpp 2.2.1+dfsg1-6 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
1001_no bundled httpbin.patch | (download)

tests/CMakeLists.txt | 4 0 + 4 - 0 !
tests/httpbin.h.in | 2 1 + 1 - 0 !
2 files changed, 1 insertion(+), 5 deletions(-)

 [patch] don't bundle httpbin, don't fail silently


1002_set content type header on POSTs.patch | (download)

src/core/net/http/impl/curl/client.cpp | 3 3 + 0 - 0 !
1 file changed, 3 insertions(+)

 [patch] set the content-type header on post, otherwise stuff breaks


1003_port to new json cpp API.patch | (download)

tests/http_client_load_test.cpp | 14 6 + 8 - 0 !
tests/http_client_test.cpp | 80 48 + 32 - 0 !
tests/http_streaming_client_test.cpp | 75 45 + 30 - 0 !
3 files changed, 99 insertions(+), 70 deletions(-)

 [patch] port to new jsoncpp api


1004_INSTANTIATE_TEST_SUITE.patch | (download)

tests/http_client_test.cpp | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 replace deprecated instantiate_test_case_p by instantiate_test_suite_p.
1005_typo fix.patch | (download)

src/core/net/http/client.cpp | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 typo fix in http/client.cpp.
1006_doxygen no buildpath.patch | (download)

doc/Doxyfile.in | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 avoid build paths in api docs. resolves a reproducible builds issue.
1007_wait for flask.patch | (download)

tests/http_client_test.cpp | 2 2 + 0 - 0 !
tests/http_streaming_client_test.cpp | 2 2 + 0 - 0 !
2 files changed, 4 insertions(+)

 sleep for 3 seconds before running http client tests, giving the flask server some time to come up.
2001_no tests that require inet access.patch | (download)

tests/http_streaming_client_test.cpp | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

 disable tests that require internet access.