0
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 17, 2023 — Jan 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Converted http::daemon to async_streambuf API. More... over 17 years ago
Intermediate step: io_driver::context is an async_streambuf now. The next step is to make context a shared_ptr<async_streambuf> and to adapt http::daemon. More... over 17 years ago
Consistently use size_t without namespace qualification. More... over 17 years ago
The i/o driver doesn't need mutable buffers. More... over 17 years ago
Moved buffer interface to the top of the io driver section. More... over 17 years ago
io: Added async_streambuf interface. More... over 17 years ago
Redated. More... over 17 years ago
Updated maintainer-clean files. More... over 17 years ago
Find boost libraries with Autoconf. More... over 17 years ago
Tabified. More... over 17 years ago
Clean generated autotool files. More... over 17 years ago
Switch to debug/multi-threaded run. More... over 17 years ago
Re-ordered definitions to make sure reset() is defined before other functions use it. More... over 17 years ago
Ignore autotools files. More... over 17 years ago
Don't ignore release branch files in here. More... over 17 years ago
Tune 'run' for performance testing. More... over 17 years ago
Implemented file streaming. More... over 17 years ago
Doesn't need boost::noncopyable. More... over 17 years ago
Ported httpd for new io_driver code. More... over 17 years ago
Greatly simplified io_driver. Instead of a size_t of newly read characters, the handler is passed a bool that signifies "more input coming". These semantics allow us to call the handler after a write comes back too, which allows for streaming semantics. More... over 17 years ago
Make header parsers tolerate trailing whitespace. More... over 17 years ago
Specify -pthread at link-time too. More... over 17 years ago
No more autotools build in private branch. More... over 17 years ago
Use standard version numbers in release branch. More... over 17 years ago
std-options doesn't work; probably because of prg_exec_monitor. More... over 17 years ago
Updated list of distfiles. More... over 17 years ago
Don't distribute GNUmakefile. More... over 17 years ago
Include local system-error.hpp. More... over 17 years ago
Include local system-error.hpp header. More... over 17 years ago
Adapted include guards. More... over 17 years ago