openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
M
mini-httpd
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
about 1 year
ago. based on code collected
about 1 year
ago.
Jan 17, 2023 — Jan 17, 2024
Showing page 7 of 26
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
No longer require "Keep-Alive:" header.
Peter Simons
More...
almost 18 years ago
mini-httpd doesn't need libboost_thread yet.
Peter Simons
More...
almost 18 years ago
Implemented a fairly wild file back-end using mmap().
Peter Simons
More...
almost 18 years ago
Fix a comment.
Peter Simons
More...
almost 18 years ago
Added a bunch of macros to easy tracing the program flow.
Peter Simons
More...
almost 18 years ago
Cosmetic.
Peter Simons
More...
almost 18 years ago
Messed around with the comments.
Peter Simons
More...
almost 18 years ago
Ported mini-httpd to new i/o driver code. Responding doesn't work yet.
Peter Simons
More...
almost 18 years ago
Changed parser interface to accept iterator ranges.
Peter Simons
More...
almost 18 years ago
Append __func__ to trace messages.
Peter Simons
More...
almost 18 years ago
Including <boost/thread/thread.hpp> fails when threading has been explicitly disabled.
Peter Simons
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.
Peter Simons
More...
almost 18 years ago
experimental theory for investigating flushGap vs realloc
Peter Simons
More...
almost 18 years ago
Cosmetic.
Peter Simons
More...
almost 18 years ago
Improved comments.
Peter Simons
More...
almost 18 years ago
More refactoring.
Peter Simons
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.
Peter Simons
More...
almost 18 years ago
Added lots of documentation, not necessarily good one.
Peter Simons
More...
almost 18 years ago
Began working on a real documentation.
Peter Simons
More...
almost 18 years ago
Polishing log messages. Renamed output_buffer::append() to push_back().
Peter Simons
More...
almost 18 years ago
Re-factored logging and I/O library code from monolithic new-main.cpp into separate modules.
Peter Simons
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.
Peter Simons
More...
almost 18 years ago
This looks really good.
Peter Simons
More...
almost 18 years ago
Link boost_program_options to new-main.
Peter Simons
More...
almost 18 years ago
Added command line option parser.
Peter Simons
More...
almost 18 years ago
Re-implemented io_driver to do input and output.
Peter Simons
More...
almost 18 years ago
The stream driver now calls the handler repeatedly until it returns 0.
Peter Simons
More...
almost 18 years ago
Code cleanup.
Peter Simons
More...
almost 18 years ago
cleanup
Peter Simons
More...
almost 18 years ago
simplified the code
Peter Simons
More...
almost 18 years ago
←
1
2
3
4
5
6
7
8
9
10
11
…
25
26
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree