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 21 of 26
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Added the number of read() and write() calls to the access log.
Peter Simons
More...
over 23 years ago
Implemented nice request logging.
Peter Simons
More...
over 23 years ago
Implemented nice request logging.
Peter Simons
More...
over 23 years ago
Added code that will free RequestHandler's buffer immediately when it's not needed anymore. This saves some memory.
Peter Simons
More...
over 23 years ago
Added code that will free RequestHandler's buffer immediately when it's not needed anymore. This saves some memory.
Peter Simons
More...
over 23 years ago
Cleaned FileCache class up.
Peter Simons
More...
over 23 years ago
Cleaned FileCache class up.
Peter Simons
More...
over 23 years ago
Avoid use of u_int16_t datatye, use short instead.
Peter Simons
More...
over 23 years ago
Avoid use of u_int16_t datatye, use short instead.
Peter Simons
More...
over 23 years ago
Include <string> for strncasecmp().
Peter Simons
More...
over 23 years ago
Include <string> for strncasecmp().
Peter Simons
More...
over 23 years ago
Don't use %Ld unconditionally because it won't work an all platforms.
Peter Simons
More...
over 23 years ago
Don't use %Ld unconditionally because it won't work an all platforms.
Peter Simons
More...
over 23 years ago
- Include cstdio for snprintf(). - Use %Ld to format the file size into the buffer.
Peter Simons
More...
over 23 years ago
- Include cstdio for snprintf(). - Use %Ld to format the file size into the buffer.
Peter Simons
More...
over 23 years ago
Include cstdio for snprintf().
Peter Simons
More...
over 23 years ago
Include cstdio for snprintf().
Peter Simons
More...
over 23 years ago
Include local files with #include "..." rather than #include <...>.
Peter Simons
More...
over 23 years ago
Include local files with #include "..." rather than #include <...>.
Peter Simons
More...
over 23 years ago
Added the hit counter to the debug message telling about the hit.
Peter Simons
More...
over 23 years ago
Added the hit counter to the debug message telling about the hit.
Peter Simons
More...
over 23 years ago
Added file-cache.cc to the project.
Peter Simons
More...
over 23 years ago
Added file-cache.cc to the project.
Peter Simons
More...
over 23 years ago
Implemented file caching.
Peter Simons
More...
over 23 years ago
Implemented file caching.
Peter Simons
More...
over 23 years ago
Removed log message in signal handler.
Peter Simons
More...
over 23 years ago
Removed log message in signal handler.
Peter Simons
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.
Peter Simons
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.
Peter Simons
More...
over 23 years ago
Moved log message to the _end_ of the destructor.
Peter Simons
More...
over 23 years ago
←
1
2
…
17
18
19
20
21
22
23
24
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