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 17 of 26
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Support Keep-Alive header.
Peter Simons
More...
almost 23 years ago
Added call_state_handler() member function so that I don't have to write that weird syntax everywhere.
Peter Simons
More...
almost 23 years ago
Added call_state_handler() member function so that I don't have to write that weird syntax everywhere.
Peter Simons
More...
almost 23 years ago
Don't call log_access() in the destructor in order to avoid creating access logs for aborted connections. Rather log in terminate().
Peter Simons
More...
almost 23 years ago
Don't call log_access() in the destructor in order to avoid creating access logs for aborted connections. Rather log in terminate().
Peter Simons
More...
almost 23 years ago
Parse HTTP version and log it accurately.
Peter Simons
More...
almost 23 years ago
Parse HTTP version and log it accurately.
Peter Simons
More...
almost 23 years ago
- Parse the Connection header.
Peter Simons
More...
almost 23 years ago
- Parse the Connection header.
Peter Simons
More...
almost 23 years ago
Parse user-agent and referer headers and log the result.
Peter Simons
More...
almost 23 years ago
Parse user-agent and referer headers and log the result.
Peter Simons
More...
almost 23 years ago
Updated dependencies.
Peter Simons
More...
almost 23 years ago
Updated dependencies.
Peter Simons
More...
almost 23 years ago
- Implemented access logs. - Moved port number into the configuration.
Peter Simons
More...
almost 23 years ago
- Implemented access logs. - Moved port number into the configuration.
Peter Simons
More...
almost 23 years ago
log_access() is a member function of HTTPRequest now.
Peter Simons
More...
almost 23 years ago
log_access() is a member function of HTTPRequest now.
Peter Simons
More...
almost 23 years ago
Made sure all state transitions are debug-logged.
Peter Simons
More...
almost 23 years ago
Made sure all state transitions are debug-logged.
Peter Simons
More...
almost 23 years ago
Moved the poll-interval switching to the main() routine.
Peter Simons
More...
almost 23 years ago
Moved the poll-interval switching to the main() routine.
Peter Simons
More...
almost 23 years ago
Include <cstdio> for snprintf.
Peter Simons
More...
almost 23 years ago
Include <cstdio> for snprintf.
Peter Simons
More...
almost 23 years ago
Implemented line length limit for request headers to protect against flooding.
Peter Simons
More...
almost 23 years ago
Implemented line length limit for request headers to protect against flooding.
Peter Simons
More...
almost 23 years ago
Made the name of the default page configurable.
Peter Simons
More...
almost 23 years ago
Made the name of the default page configurable.
Peter Simons
More...
almost 23 years ago
Implemented HEAD and GET.
Peter Simons
More...
almost 23 years ago
Implemented HEAD and GET.
Peter Simons
More...
almost 23 years ago
Implemented the header parse framework.
Peter Simons
More...
almost 23 years ago
←
1
2
…
13
14
15
16
17
18
19
20
21
…
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