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 25 of 26
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
The write-handler now unregisters itself when the buffer contains no data.
Peter Simons
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.
Peter Simons
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.
Peter Simons
More...
over 23 years ago
Added compile httpd without debugging and with optimization enabled.
Peter Simons
More...
over 23 years ago
Added compile httpd without debugging and with optimization enabled.
Peter Simons
More...
over 23 years ago
Implemented the state machine that will reply with the actual file.
Peter Simons
More...
over 23 years ago
Implemented the state machine that will reply with the actual file.
Peter Simons
More...
over 23 years ago
Declare the logging routines as not-throwing any exceptions.
Peter Simons
More...
over 23 years ago
Declare the logging routines as not-throwing any exceptions.
Peter Simons
More...
over 23 years ago
- Disabled tracing code. - Enabled optimization.
Peter Simons
More...
over 23 years ago
- Disabled tracing code. - Enabled optimization.
Peter Simons
More...
over 23 years ago
Removed unnecessary debugging and tracing code.
Peter Simons
More...
over 23 years ago
Removed unnecessary debugging and tracing code.
Peter Simons
More...
over 23 years ago
Added warning flags when compiling.
Peter Simons
More...
over 23 years ago
Added warning flags when compiling.
Peter Simons
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.
Peter Simons
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.
Peter Simons
More...
over 23 years ago
The fd-number that caused the crash was random. The real problem is within the memory management.
Peter Simons
More...
over 23 years ago
The fd-number that caused the crash was random. The real problem is within the memory management.
Peter Simons
More...
over 23 years ago
- Made destructor of TCPListener virtual. - Added errno-string to error message.
Peter Simons
More...
over 23 years ago
- Made destructor of TCPListener virtual. - Added errno-string to error message.
Peter Simons
More...
over 23 years ago
Include <netinet/in.h> so that sockaddr_in is defined on BSD Unix, too.
Peter Simons
More...
over 23 years ago
Include <netinet/in.h> so that sockaddr_in is defined on BSD Unix, too.
Peter Simons
More...
over 23 years ago
Added correct logging and debugging code.
Peter Simons
More...
over 23 years ago
Added correct logging and debugging code.
Peter Simons
More...
over 23 years ago
The web server answers all requests with a virtual page now.
Peter Simons
More...
over 23 years ago
The web server answers all requests with a virtual page now.
Peter Simons
More...
over 23 years ago
The http daemon now understands http 1.0 requests.
Peter Simons
More...
over 23 years ago
The http daemon now understands http 1.0 requests.
Peter Simons
More...
over 23 years ago
Moved RequestHandler class into a separate module.
Peter Simons
More...
over 23 years ago
←
1
2
…
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