3
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 6 hours ago.
Feb 01, 2025 — Feb 01, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed async_connection::write() SFINAE-isation More... almost 15 years ago
Fixed async_connection::write() SFINAE-isation More... almost 15 years ago
Supporting Custom Ports in Host Header for Requests
deanberris
as Dean Michael Berris
More... about 15 years ago
Checking in missing changes to make things work correctly on 0.8-devel
deanberris
as Dean Michael Berris
More... about 15 years ago
Test for Less Copy Connection Write
deanberris
as Dean Michael Berris
More... about 15 years ago
Test for Less Copy Connection Write
deanberris
as Dean Michael Berris
More... about 15 years ago
SFINAE for choosing 'write' overload
deanberris
as Dean Michael Berris
More... about 15 years ago
SFINAE for choosing 'write' overload
deanberris
as Dean Michael Berris
More... about 15 years ago
Introduced non-copying async_connection::write_vec() More... about 15 years ago
Introduced non-copying async_connection::write_vec() More... about 15 years ago
Making uri::port(...) return a convertible wrapper
deanberris
as Dean Michael Berris
More... about 15 years ago
Removing std::auto_ptr from 0.9-devel
deanberris
as Dean Michael Berris
More... about 15 years ago
Fixing Asynchronous Server Test to look like the Hello World Server test.
deanberris
as Dean Michael Berris
More... about 15 years ago
Re-arranging tests for HTTP, renaming accordingly.
deanberris
as Dean Michael Berris
More... about 15 years ago
Commenting out Lorem-Ipsum text in favor of Hello, World!
deanberris
as Dean Michael Berris
More... about 15 years ago
Using Boost.Filesystem v3 interface.
deanberris
as Dean Michael Berris
More... about 15 years ago
Acceptance Test Improvements
deanberris
as Dean Michael Berris
More... about 15 years ago
Fixing Performance-Affecting Regression
deanberris
as Dean Michael Berris
More... about 15 years ago
Merge branch '0.9-devel' of https://github.com/omalashenko/cpp-netlib into omalashenko-0.9-devel
deanberris
as Dean Michael Berris
More... about 15 years ago
Slowly moving to the optional<> exposed URI wrappers.
deanberris
as Dean Michael Berris
More... about 15 years ago
Fixed HTTP headers parsing for async_server More... about 15 years ago
Fixed http::async_connection::write_first_line() More... about 15 years ago
Fixed http::async_connection::write_first_line() More... about 15 years ago
Merge branch '0.8-devel' of https://github.com/omalashenko/cpp-netlib into omalashenko-0.8-devel
deanberris
as Dean Michael Berris
More... about 15 years ago
Merge branch '0.9-devel' of https://github.com/omalashenko/cpp-netlib into omalashenko-0.9-devel
deanberris
as Dean Michael Berris
More... about 15 years ago
Use std::distance() and std::advance() instead of iterator arithmetic. More... about 15 years ago
Use std::distance() and std::advance() instead of iterator arithmetic. More... about 15 years ago
Tweaking and debugging HTTP server implementations.
deanberris
as Dean Michael Berris
More... about 15 years ago
Making the HTTP Async Server use the socket_options_base for setting parameter-set customizations on the socket options handled by the HTTP server.
deanberris
as Dean Michael Berris
More... about 15 years ago
Adding support for socket options to be passed in the constructor via Boost.Parameter enabled constructor.
deanberris
as Dean Michael Berris
More... about 15 years ago