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
12 months
ago. based on code collected
12 months
ago.
Jan 17, 2023 — Jan 17, 2024
Showing page 4 of 26
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Converted http::daemon to async_streambuf API.
Peter Simons
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.
Peter Simons
More...
over 17 years ago
Consistently use size_t without namespace qualification.
Peter Simons
More...
over 17 years ago
The i/o driver doesn't need mutable buffers.
Peter Simons
More...
over 17 years ago
Moved buffer interface to the top of the io driver section.
Peter Simons
More...
over 17 years ago
io: Added async_streambuf interface.
Peter Simons
More...
over 17 years ago
Redated.
Peter Simons
More...
over 17 years ago
Updated maintainer-clean files.
Peter Simons
More...
over 17 years ago
Find boost libraries with Autoconf.
Peter Simons
More...
over 17 years ago
Tabified.
Peter Simons
More...
over 17 years ago
Clean generated autotool files.
Peter Simons
More...
over 17 years ago
Switch to debug/multi-threaded run.
Peter Simons
More...
over 17 years ago
Re-ordered definitions to make sure reset() is defined before other functions use it.
Peter Simons
More...
over 17 years ago
Ignore autotools files.
Peter Simons
More...
over 17 years ago
Don't ignore release branch files in here.
Peter Simons
More...
over 17 years ago
Tune 'run' for performance testing.
Peter Simons
More...
over 17 years ago
Implemented file streaming.
Peter Simons
More...
over 17 years ago
Doesn't need boost::noncopyable.
Peter Simons
More...
over 17 years ago
Ported httpd for new io_driver code.
Peter Simons
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.
Peter Simons
More...
over 17 years ago
Make header parsers tolerate trailing whitespace.
Peter Simons
More...
over 17 years ago
Specify -pthread at link-time too.
Peter Simons
More...
over 17 years ago
No more autotools build in private branch.
Peter Simons
More...
over 17 years ago
Use standard version numbers in release branch.
Peter Simons
More...
over 17 years ago
std-options doesn't work; probably because of prg_exec_monitor.
Peter Simons
More...
over 17 years ago
Updated list of distfiles.
Peter Simons
More...
over 17 years ago
Don't distribute GNUmakefile.
Peter Simons
More...
over 17 years ago
Include local system-error.hpp.
Peter Simons
More...
over 17 years ago
Include local system-error.hpp header.
Peter Simons
More...
over 17 years ago
Adapted include guards.
Peter Simons
More...
over 17 years ago
←
1
2
3
4
5
6
7
8
9
…
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