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 filePatch | File delta | Description |
---|---|---|
1001_no bundled httpbin.patch | (download) |
tests/CMakeLists.txt |
4 0 + 4 - 0 ! |
[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 ! |
[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 ! |
[patch] port to new jsoncpp api |
1004_INSTANTIATE_TEST_SUITE.patch | (download) |
tests/http_client_test.cpp |
4 2 + 2 - 0 ! |
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 ! |
typo fix in http/client.cpp. |
1006_doxygen no buildpath.patch | (download) |
doc/Doxyfile.in |
2 1 + 1 - 0 ! |
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 ! |
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 ! |
disable tests that require internet access. |