| Partial integration of incremental response parser into the asynchronous client. |
|
More...
|
over 15 years ago
|
| Merge branch '0.7-devel' of git://github.com/mikhailberis/cpp-netlib into 0.7-devel |
|
More...
|
over 15 years ago
|
| Fixing GCC errors. |
|
More...
|
over 15 years ago
|
| Merge branch '0.7-devel' of git://github.com/mikhailberis/cpp-netlib into 0.7-devel |
|
More...
|
over 15 years ago
|
| Adding comment and additional debugging information in the test for incremental HTTP response parsing. |
|
More...
|
over 15 years ago
|
| Merge branch '0.7-devel' of git://github.com/mikhailberis/cpp-netlib into 0.7-devel |
|
More...
|
over 15 years ago
|
| Refactoring the common decorator/facade for directive function objects. |
|
More...
|
over 15 years ago
|
| Moving FIXME comments, adding debugging output in tests, and an additional case for HTTP/0.9 versions. |
|
More...
|
over 15 years ago
|
| Implementing header line parsing. |
|
More...
|
over 15 years ago
|
| Adding Internal Server Error as a test string for status messages. |
|
More...
|
over 15 years ago
|
| Adding test and implementation for status message parsing. |
|
More...
|
over 15 years ago
|
| Merge branch 'master' of github.com:mikhailberis/cpp-netlib into 0.7-devel |
|
More...
|
over 15 years ago
|
| Updating documentation in the test. |
|
More...
|
over 15 years ago
|
| Closes #14 -- use Boost.String_algorithm is_digit to determine version major and minor characters, according to RFC. |
|
More...
|
over 15 years ago
|
| Initial support for using Boost.String_algorithms predicates. |
|
More...
|
over 15 years ago
|
| Beginnings of a status parsing implementation. |
|
More...
|
over 15 years ago
|
| Beginnings of a status parsing implementation. |
|
More...
|
over 15 years ago
|
| Adding one negative test case for the HTTP version string. |
|
More...
|
over 15 years ago
|
| Cleaned my branch and merged changes from upstream. |
|
More...
|
over 15 years ago
|
| TDD-made WIP on HTTP Response Incremental Parsing |
|
More...
|
over 15 years ago
|
| Fixing mismatch between the forward declaration signature and the implementation signature of the parse_mime function. |
|
More...
|
over 15 years ago
|
| Adding the simple_wget and uri examples in the CMake build. |
|
More...
|
over 15 years ago
|
| Removing unnecessary cast for string_type in the body wrapper when getting the size of the body. |
|
More...
|
over 15 years ago
|
| Batch of fixes to make everything at least build with clang. |
|
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. |
|
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. |
|
More...
|
over 15 years ago
|
| Merging in changes from the master branch. |
|
More...
|
over 15 years ago
|
| Re-ordering OpenSSL library linking in preparation for non-required OpenSSL. |
|
More...
|
over 15 years ago
|
| Adding threading library requirement to test linkage for http_1_0_test. |
|
More...
|
over 15 years ago
|