0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 20, 2025 — Feb 20, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'responsechunking' into staging More... over 11 years ago
Removing another unnecessary cast in http_win7.cpp. More... over 11 years ago
Improving/removing some casts in http_win7.cpp. 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. More... over 11 years ago
Refactored linux_connection close() to its destructor and added more comments in http_linux.cpp More... over 11 years ago
Fixing up thread id on pplxlinux to support FreeBSD per M1xA's recommendation. 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. More... over 11 years ago
Replaced request headers copy with local-built header strings in linux_client::send_request(). More... over 11 years ago
Added missing error in linux_connection cancel() and moved pool timer canceling out from close() in http_linux.cpp More... over 11 years ago
Fixing an invalid encoding component path being used in uri_builder::append_query. More... over 11 years ago
Merge remote-tracking branch 'upstream/development' into cancellation More... over 11 years ago
Clarified method names and wrote comments in http_linux.cpp More... over 11 years ago
Adding missing defined macro check for has_feature. More... over 11 years ago
More reafactoring of linux_connection http_linux.cpp More... over 11 years ago
Hide some private data members. More... over 11 years ago
Merge branch 'development' of https://git01.codeplex.com/forks/tsone/linuxclientconnectionreuse into tsone/LinuxClientConnectionReuse More... over 11 years ago
Remove fragment overloads in websocket APIs More... over 11 years ago
Refactored close() and cancel() to linux_connection class. More... over 11 years ago
Reverted changes to request_stream_tests.cpp More... over 11 years ago
First WIP of Linux HTTP client cancellation token support. More... over 11 years ago
Clarified method names in http_linux.cpp More... over 11 years ago
Merge branch 'jsonextractforce' into staging More... over 11 years ago
Removing invalid use of http_response::error_code() from BlackJack client UI. More... over 11 years ago
Minor fix in http_linux.cpp More... over 11 years ago
Fixed OS X issue where linux_client_request_context was not deleted due shared_ptr reference. More... over 11 years ago
Yet another rename in http_linux.cpp More... over 11 years ago
A variable rename in http_linux.cpp More... over 11 years ago
Changed linux_client_request_context to use shared_from_this() (for async callbacks), clarified variable names. 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. 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. More... over 11 years ago