3
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jan 28, 2025 — Jan 28, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Partial integration of incremental response parser into the asynchronous client.
deanberris
as Dean Michael Berris
More... over 15 years ago
Merge branch '0.7-devel' of git://github.com/mikhailberis/cpp-netlib into 0.7-devel
Glyn
as Glyn Matthews
More... over 15 years ago
Fixing GCC errors.
deanberris
as Dean Michael Berris
More... over 15 years ago
Merge branch '0.7-devel' of git://github.com/mikhailberis/cpp-netlib into 0.7-devel
Glyn
as Glyn Matthews
More... over 15 years ago
Adding comment and additional debugging information in the test for incremental HTTP response parsing.
deanberris
as Dean Michael Berris
More... over 15 years ago
Merge branch '0.7-devel' of git://github.com/mikhailberis/cpp-netlib into 0.7-devel
Glyn
as Glyn Matthews
More... over 15 years ago
Refactoring the common decorator/facade for directive function objects.
deanberris
as Dean Michael Berris
More... over 15 years ago
Moving FIXME comments, adding debugging output in tests, and an additional case for HTTP/0.9 versions.
deanberris
as Dean Michael Berris
More... over 15 years ago
Implementing header line parsing.
deanberris
as Dean Michael Berris
More... over 15 years ago
Adding Internal Server Error as a test string for status messages.
deanberris
as Dean Michael Berris
More... over 15 years ago
Adding test and implementation for status message parsing.
deanberris
as Dean Michael Berris
More... over 15 years ago
Merge branch 'master' of github.com:mikhailberis/cpp-netlib into 0.7-devel
deanberris
as Dean Michael Berris
More... over 15 years ago
Updating documentation in the test.
deanberris
as Dean Michael Berris
More... over 15 years ago
Closes #14 -- use Boost.String_algorithm is_digit to determine version major and minor characters, according to RFC.
deanberris
as Dean Michael Berris
More... over 15 years ago
Initial support for using Boost.String_algorithms predicates.
deanberris
as Dean Michael Berris
More... over 15 years ago
Beginnings of a status parsing implementation.
deanberris
as Dean Michael Berris
More... over 15 years ago
Beginnings of a status parsing implementation.
deanberris
as Dean Michael Berris
More... over 15 years ago
Adding one negative test case for the HTTP version string.
deanberris
as Dean Michael Berris
More... over 15 years ago
Cleaned my branch and merged changes from upstream.
Glyn
as Glyn Matthews
More... over 15 years ago
TDD-made WIP on HTTP Response Incremental Parsing
deanberris
as Dean Michael Berris
More... over 15 years ago
Fixing mismatch between the forward declaration signature and the implementation signature of the parse_mime function.
deanberris
as Dean Michael Berris
More... over 15 years ago
Adding the simple_wget and uri examples in the CMake build.
deanberris
as Dean Michael Berris
More... over 15 years ago
Removing unnecessary cast for string_type in the body wrapper when getting the size of the body.
deanberris
as Dean Michael Berris
More... over 15 years ago
Batch of fixes to make everything at least build with clang.
deanberris
as Dean Michael Berris
More... over 15 years ago
Fixing header include order in server.hpp inclusion of request.hpp and response.hpp -- this should be fixed some other way.
deanberris
as Dean Michael Berris
More... over 15 years ago
Fixed sync_connection_base_impl::read_body_transfer_chunk_encoding method to account for data alreay read into the buffer More... over 15 years ago
Changes to make clang happy enough to build the hello world server test.
deanberris
as Dean Michael Berris
More... over 15 years ago
Merging in changes from the master branch.
deanberris
as Dean Michael Berris
More... over 15 years ago
Re-ordering OpenSSL library linking in preparation for non-required OpenSSL.
deanberris
as Dean Michael Berris
More... over 15 years ago
Adding threading library requirement to test linkage for http_1_0_test.
deanberris
as Dean Michael Berris
More... over 15 years ago