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
Support Keep-Alive header. More... almost 23 years ago
Added call_state_handler() member function so that I don't have to write that weird syntax everywhere. More... almost 23 years ago
Added call_state_handler() member function so that I don't have to write that weird syntax everywhere. 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(). 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(). More... almost 23 years ago
Parse HTTP version and log it accurately. More... almost 23 years ago
Parse HTTP version and log it accurately. More... almost 23 years ago
- Parse the Connection header. More... almost 23 years ago
- Parse the Connection header. More... almost 23 years ago
Parse user-agent and referer headers and log the result. More... almost 23 years ago
Parse user-agent and referer headers and log the result. More... almost 23 years ago
Updated dependencies. More... almost 23 years ago
Updated dependencies. More... almost 23 years ago
- Implemented access logs. - Moved port number into the configuration. More... almost 23 years ago
- Implemented access logs. - Moved port number into the configuration. More... almost 23 years ago
log_access() is a member function of HTTPRequest now. More... almost 23 years ago
log_access() is a member function of HTTPRequest now. More... almost 23 years ago
Made sure all state transitions are debug-logged. More... almost 23 years ago
Made sure all state transitions are debug-logged. More... almost 23 years ago
Moved the poll-interval switching to the main() routine. More... almost 23 years ago
Moved the poll-interval switching to the main() routine. More... almost 23 years ago
Include <cstdio> for snprintf. More... almost 23 years ago
Include <cstdio> for snprintf. More... almost 23 years ago
Implemented line length limit for request headers to protect against flooding. More... almost 23 years ago
Implemented line length limit for request headers to protect against flooding. More... almost 23 years ago
Made the name of the default page configurable. More... almost 23 years ago
Made the name of the default page configurable. More... almost 23 years ago
Implemented HEAD and GET. More... almost 23 years ago
Implemented HEAD and GET. More... almost 23 years ago
Implemented the header parse framework. More... almost 23 years ago