openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
C
C++ REST SDK
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very Low Activity
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Feb 20, 2025 — Feb 20, 2026
Showing page 60 of 76
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Merge branch 'responsechunking' into staging
Steve Gates
More...
over 11 years ago
Removing another unnecessary cast in http_win7.cpp.
Steve Gates
More...
over 11 years ago
Improving/removing some casts in http_win7.cpp.
Steve Gates
More...
over 11 years ago
Fixed linux_client leak. It was caused by cancellation registration lambda that took shared ownership of the request context object.
Valtteri Heikkila
More...
over 11 years ago
Refactored linux_connection close() to its destructor and added more comments in http_linux.cpp
Valtteri Heikkila
More...
over 11 years ago
Fixing up thread id on pplxlinux to support FreeBSD per M1xA's recommendation.
Steve Gates
More...
over 11 years ago
Removed weak_ptr reference to linux_connection_pool and made pool timeout to bind pool object instead of linux_connection.
Valtteri Heikkila
More...
over 11 years ago
Replaced request headers copy with local-built header strings in linux_client::send_request().
Valtteri Heikkila
More...
over 11 years ago
Added missing error in linux_connection cancel() and moved pool timer canceling out from close() in http_linux.cpp
Valtteri Heikkila
More...
over 11 years ago
Fixing an invalid encoding component path being used in uri_builder::append_query.
Steve Gates
More...
over 11 years ago
Merge remote-tracking branch 'upstream/development' into cancellation
Valtteri Heikkila
More...
over 11 years ago
Clarified method names and wrote comments in http_linux.cpp
Valtteri Heikkila
More...
over 11 years ago
Adding missing defined macro check for has_feature.
Steve Gates
More...
over 11 years ago
More reafactoring of linux_connection http_linux.cpp
Valtteri Heikkila
More...
over 11 years ago
Hide some private data members.
Artur Laksberg
More...
over 11 years ago
Merge branch 'development' of https://git01.codeplex.com/forks/tsone/linuxclientconnectionreuse into tsone/LinuxClientConnectionReuse
Artur Laksberg
More...
over 11 years ago
Remove fragment overloads in websocket APIs
zhelu
More...
over 11 years ago
Refactored close() and cancel() to linux_connection class.
Valtteri Heikkila
More...
over 11 years ago
Reverted changes to request_stream_tests.cpp
Valtteri Heikkila
More...
over 11 years ago
First WIP of Linux HTTP client cancellation token support.
Valtteri Heikkila
More...
over 11 years ago
Clarified method names in http_linux.cpp
Valtteri Heikkila
More...
over 11 years ago
Merge branch 'jsonextractforce' into staging
Steve Gates
More...
over 11 years ago
Removing invalid use of http_response::error_code() from BlackJack client UI.
Steve Gates
More...
over 11 years ago
Minor fix in http_linux.cpp
Valtteri Heikkila
More...
over 11 years ago
Fixed OS X issue where linux_client_request_context was not deleted due shared_ptr reference.
Valtteri Heikkila
More...
over 11 years ago
Yet another rename in http_linux.cpp
Valtteri Heikkila
More...
over 11 years ago
A variable rename in http_linux.cpp
Valtteri Heikkila
More...
over 11 years ago
Changed linux_client_request_context to use shared_from_this() (for async callbacks), clarified variable names.
Valtteri Heikkila
More...
over 11 years ago
Linux HTTP client connection reuse (='Connection: Keep-Alive'), using connection pool (std::unordered_set) with timeout for each connection. Also minor fix in Linux listener handle_http_line(), and relevant changes in unit tests.
Valtteri Heikkila
More...
over 11 years ago
Removing http_response::error_code(). This API should never have existed in the first place. All errors are communicated via an http_exception with contains a std::error_code.
Steve Gates
More...
over 11 years ago
←
1
2
…
56
57
58
59
60
61
62
63
64
…
75
76
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree