Merge lp://staging/~gary-wzl77/net-cpp/dual_landing_support into lp://staging/net-cpp
Proposed by
Marcus Tomlinson
Status: | Merged |
---|---|
Approved by: | Thomas Voß |
Approved revision: | 77 |
Merged at revision: | 50 |
Proposed branch: | lp://staging/~gary-wzl77/net-cpp/dual_landing_support |
Merge into: | lp://staging/net-cpp |
Diff against target: |
1717 lines (+960/-118) 33 files modified
CMakeLists.txt (+6/-7) data/net-cpp.pc.in (+3/-8) debian/VERSION (+1/-0) debian/VERSION.vivid (+1/-0) debian/bileto_pre_release_hook (+55/-0) debian/changelog (+31/-0) debian/control (+7/-10) debian/control.in (+61/-0) debian/libnet-cpp-dev.install (+0/-3) debian/libnet-cpp-doc.install (+0/-1) debian/libnet-cpp.install.in (+1/-0) debian/libnet-cpp1.install (+0/-1) debian/libnet-cpp1.symbols (+0/-47) debian/libnet-cpp2.symbols (+44/-0) debian/rules (+15/-5) include/core/net/http/client.h (+19/-0) include/core/net/http/method.h (+3/-1) include/core/net/http/request.h (+1/-0) include/core/net/http/streaming_client.h (+41/-0) include/core/net/http/streaming_request.h (+22/-0) src/CMakeLists.txt (+2/-2) src/core/net/http/client.cpp (+28/-0) src/core/net/http/impl/curl/client.cpp (+171/-2) src/core/net/http/impl/curl/client.h (+29/-15) src/core/net/http/impl/curl/easy.cpp (+23/-0) src/core/net/http/impl/curl/easy.h (+16/-2) src/core/net/http/impl/curl/multi.cpp (+5/-0) src/core/net/http/impl/curl/multi.h (+3/-0) src/core/net/http/impl/curl/request.h (+37/-1) tests/http_client_load_test.cpp (+1/-1) tests/http_client_test.cpp (+74/-1) tests/http_streaming_client_test.cpp (+253/-10) tests/httpbin.h.in (+7/-1) |
To merge this branch: | bzr merge lp://staging/~gary-wzl77/net-cpp/dual_landing_support |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Thomas Voß (community) | Approve | ||
James Henstridge | Approve | ||
Robert Bruce Park (community) | Approve | ||
Marcus Tomlinson | Pending | ||
Review via email: mp+302671@code.staging.launchpad.net |
To post a comment you must log in.
"changelog.in" is not valid, bileto generates the changelog for you, get rid of that.