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
Added the number of read() and write() calls to the access log. More... over 23 years ago
Implemented nice request logging. More... over 23 years ago
Implemented nice request logging. More... over 23 years ago
Added code that will free RequestHandler's buffer immediately when it's not needed anymore. This saves some memory. More... over 23 years ago
Added code that will free RequestHandler's buffer immediately when it's not needed anymore. This saves some memory. More... over 23 years ago
Cleaned FileCache class up. More... over 23 years ago
Cleaned FileCache class up. More... over 23 years ago
Avoid use of u_int16_t datatye, use short instead. More... over 23 years ago
Avoid use of u_int16_t datatye, use short instead. More... over 23 years ago
Include <string> for strncasecmp(). More... over 23 years ago
Include <string> for strncasecmp(). More... over 23 years ago
Don't use %Ld unconditionally because it won't work an all platforms. More... over 23 years ago
Don't use %Ld unconditionally because it won't work an all platforms. More... over 23 years ago
- Include cstdio for snprintf(). - Use %Ld to format the file size into the buffer. More... over 23 years ago
- Include cstdio for snprintf(). - Use %Ld to format the file size into the buffer. More... over 23 years ago
Include cstdio for snprintf(). More... over 23 years ago
Include cstdio for snprintf(). More... over 23 years ago
Include local files with #include "..." rather than #include <...>. More... over 23 years ago
Include local files with #include "..." rather than #include <...>. More... over 23 years ago
Added the hit counter to the debug message telling about the hit. More... over 23 years ago
Added the hit counter to the debug message telling about the hit. More... over 23 years ago
Added file-cache.cc to the project. More... over 23 years ago
Added file-cache.cc to the project. More... over 23 years ago
Implemented file caching. More... over 23 years ago
Implemented file caching. More... over 23 years ago
Removed log message in signal handler. More... over 23 years ago
Removed log message in signal handler. More... over 23 years ago
Implemented adaptive behavior: If more than 'n' instances of RequestHandler exist, we switch to hard poll intervals in order to be more efficient. More... over 23 years ago
Implemented adaptive behavior: If more than 'n' instances of RequestHandler exist, we switch to hard poll intervals in order to be more efficient. More... over 23 years ago
Moved log message to the _end_ of the destructor. More... over 23 years ago