I Use This!
Activity Not Available

Commits : Listings

Analyzed 4 months ago. based on code collected 5 months ago.
Dec 08, 2022 — Dec 08, 2023
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Get rid of a number of 'incompatible pointer type' warnings using
bjh
More... over 24 years ago
Get rid of a number of 'incompatible pointer type' warnings using ap_os_{get,put}_file() on platforms who's ap_os_file_t is not an int. More... over 24 years ago
Stop using APR_BUFFERED for the error log and httpd.pid file. The error More... over 24 years ago
Stop using APR_BUFFERED for the error log and httpd.pid file. The error logging code has been tweaked a bit so that we still have one write per log entry. More... over 24 years ago
Export ap_send_error_response More... over 24 years ago
Export ap_send_error_response
bill stoddard
as stoddard
More... over 24 years ago
Get the Windows 95/98 specific code compiling. Have not tested it though...
bill stoddard
as stoddard
More... over 24 years ago
Get the Windows 95/98 specific code compiling. Have not tested it though... More... over 24 years ago
More stuff to do More... over 24 years ago
More stuff to do
bill stoddard
as stoddard
More... over 24 years ago
ToDo: timeout pipes to CGIs
bill stoddard
as stoddard
More... over 24 years ago
ToDo: timeout pipes to CGIs More... over 24 years ago
Some updates to STATUS... More... over 24 years ago
Some updates to STATUS...
bill stoddard
as stoddard
More... over 24 years ago
First cut at port to apache-2.0. Simple tests are working. Error handling is still not quite clear in some cases (especially in conjunction with ap_pcfg_openfile), and random-number generation still needs to be moved into APR. More... over 24 years ago
First cut at port to apache-2.0. Simple tests are working. More... over 24 years ago
OS/2: Don't return APR_EOF from ap_read(). EOF is indicated by a APR_SUCCESS status with nbytes set to 0. More... over 24 years ago
OS/2: Don't return APR_EOF from ap_read(). EOF is indicated by a APR_SUCCESS
bjh
More... over 24 years ago
Fix yet another APR bug. This one caused sporadic CGI failures. More... over 24 years ago
Fix yet another APR bug. This one caused sporadic CGI failures. More... over 24 years ago
Fix bug setting localaddr and remoteaddr More... over 24 years ago
Fix bug setting localaddr and remoteaddr
bill stoddard
as stoddard
More... over 24 years ago
No, PalmOS doesn't have threads or any process support other More... over 24 years ago
No, PalmOS doesn't have threads or any process support other than a task swapper, but it has a TCP stack with non-blocking I/O and an event subsystem that will report on socket status changes. A PalmOS MPM shouldn't be too much trouble at all. More... over 24 years ago
Add some return code checking and general tidying up.
bill stoddard
as stoddard
More... over 24 years ago
Add some return code checking and general tidying up. More... over 24 years ago
Add support for connection_info to BeOS. This follows the stuff Manoj has added to dexter. Also take the opportunity to clean-up some of the code. More... over 24 years ago
Add support for connection_info to BeOS. This follows the stuff More... over 24 years ago
De-errno ap_pcfg_openfile(). More... over 24 years ago
De-errno ap_pcfg_openfile().
bjh
More... over 24 years ago