0
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 17, 2023 — Jan 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
No longer require "Keep-Alive:" header. More... almost 18 years ago
mini-httpd doesn't need libboost_thread yet. More... almost 18 years ago
Implemented a fairly wild file back-end using mmap(). More... almost 18 years ago
Fix a comment. More... almost 18 years ago
Added a bunch of macros to easy tracing the program flow. More... almost 18 years ago
Cosmetic. More... almost 18 years ago
Messed around with the comments. More... almost 18 years ago
Ported mini-httpd to new i/o driver code. Responding doesn't work yet. More... almost 18 years ago
Changed parser interface to accept iterator ranges. More... almost 18 years ago
Append __func__ to trace messages. More... almost 18 years ago
Including <boost/thread/thread.hpp> fails when threading has been explicitly disabled. More... almost 18 years ago
Turned input_buffer::min_buf_size into a static function instead of a static constant to avoid potential linker problems. More... almost 18 years ago
experimental theory for investigating flushGap vs realloc More... almost 18 years ago
Cosmetic. More... almost 18 years ago
Improved comments. More... almost 18 years ago
More refactoring. More... almost 18 years ago
Refactoring: Split member function definitions for input_buffer and output_buffer into separate files. This organization makes it easier to move part of that code into a compiled module if we want to do so. It also prevents the Doxygen comments for those functions from cluttering up the main io.hpp file. More... almost 18 years ago
Added lots of documentation, not necessarily good one. More... almost 18 years ago
Began working on a real documentation. More... almost 18 years ago
Polishing log messages. Renamed output_buffer::append() to push_back(). More... almost 18 years ago
Re-factored logging and I/O library code from monolithic new-main.cpp into separate modules. More... almost 18 years ago
Implemented a full I/O driver, made the number of worker threads run-time configurable and added syslog support on POSIX. More... almost 18 years ago
This looks really good. More... almost 18 years ago
Link boost_program_options to new-main. More... almost 18 years ago
Added command line option parser. More... almost 18 years ago
Re-implemented io_driver to do input and output. More... almost 18 years ago
The stream driver now calls the handler repeatedly until it returns 0. More... almost 18 years ago
Code cleanup. More... almost 18 years ago
cleanup More... almost 18 years ago
simplified the code More... almost 18 years ago