lp://staging/~gary-wzl77/net-cpp/dual_landing_support
Created by
Gary.Wang
and last modified
- Get this branch:
- bzr branch lp://staging/~gary-wzl77/net-cpp/dual_landing_support
Branch merges
Propose for merging
No branches
dependent on this one.
- Thomas Voß (community): Approve
- James Henstridge: Approve
- Robert Bruce Park (community): Approve
- Marcus Tomlinson: Pending requested
-
Diff: 1717 lines (+960/-118)33 files modifiedCMakeLists.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)
Recent revisions
- 76. By Gary.Wang
-
1.modify tag name for symbol files.
2.make code changes according to James' comment. - 75. By Gary.Wang
-
1.make post/del methods as normal non-virtual functions.
2.move pause/resume/abort_request_ if from Request to Streaming_Request.
3.bump project version to 2.1.0.
4.update symbols files.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/net-cpp