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
The write-handler now unregisters itself when the buffer contains no data. More... over 23 years ago
Unless DEBUG is defined, debug() and trace() are defined as inlined, empty functions. This way all debugging code vanishes when compiled without DEBUG. More... over 23 years ago
Unless DEBUG is defined, debug() and trace() are defined as inlined, empty functions. This way all debugging code vanishes when compiled without DEBUG. More... over 23 years ago
Added compile httpd without debugging and with optimization enabled. More... over 23 years ago
Added compile httpd without debugging and with optimization enabled. More... over 23 years ago
Implemented the state machine that will reply with the actual file. More... over 23 years ago
Implemented the state machine that will reply with the actual file. More... over 23 years ago
Declare the logging routines as not-throwing any exceptions. More... over 23 years ago
Declare the logging routines as not-throwing any exceptions. More... over 23 years ago
- Disabled tracing code. - Enabled optimization. More... over 23 years ago
- Disabled tracing code. - Enabled optimization. More... over 23 years ago
Removed unnecessary debugging and tracing code. More... over 23 years ago
Removed unnecessary debugging and tracing code. More... over 23 years ago
Added warning flags when compiling. More... over 23 years ago
Added warning flags when compiling. More... over 23 years ago
Rather than passing the log-level to one routine, have one routine for each log-level so that we can use the optimizer to switch, say, debugging code off. More... over 23 years ago
Rather than passing the log-level to one routine, have one routine for each log-level so that we can use the optimizer to switch, say, debugging code off. More... over 23 years ago
The fd-number that caused the crash was random. The real problem is within the memory management. More... over 23 years ago
The fd-number that caused the crash was random. The real problem is within the memory management. More... over 23 years ago
- Made destructor of TCPListener virtual. - Added errno-string to error message. More... over 23 years ago
- Made destructor of TCPListener virtual. - Added errno-string to error message. More... over 23 years ago
Include <netinet/in.h> so that sockaddr_in is defined on BSD Unix, too. More... over 23 years ago
Include <netinet/in.h> so that sockaddr_in is defined on BSD Unix, too. More... over 23 years ago
Added correct logging and debugging code. More... over 23 years ago
Added correct logging and debugging code. More... over 23 years ago
The web server answers all requests with a virtual page now. More... over 23 years ago
The web server answers all requests with a virtual page now. More... over 23 years ago
The http daemon now understands http 1.0 requests. More... over 23 years ago
The http daemon now understands http 1.0 requests. More... over 23 years ago
Moved RequestHandler class into a separate module. More... over 23 years ago