Merge lp://staging/~pete-woods/net-cpp/base64 into lp://staging/net-cpp
Proposed by
Pete Woods
Status: | Merged | ||||
---|---|---|---|---|---|
Approved by: | Thomas Voß | ||||
Approved revision: | 31 | ||||
Merged at revision: | 30 | ||||
Proposed branch: | lp://staging/~pete-woods/net-cpp/base64 | ||||
Merge into: | lp://staging/net-cpp | ||||
Diff against target: |
183 lines (+111/-1) 6 files modified
debian/control (+1/-0) include/core/net/http/client.h (+6/-0) src/CMakeLists.txt (+1/-1) src/core/net/http/impl/curl/client.cpp (+57/-0) src/core/net/http/impl/curl/client.h (+4/-0) tests/http_client_test.cpp (+42/-0) |
||||
To merge this branch: | bzr merge lp://staging/~pete-woods/net-cpp/base64 | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Thomas Voß (community) | Approve | ||
Ubuntu Phablet Team | Pending | ||
Review via email: mp+222055@code.staging.launchpad.net |
Commit message
Add support for base64 encoding / decoding
Description of the change
Add support for base64 encoding / decoding
To post a comment you must log in.
I think the symbols file needs an update. Did you try running a package build?