I Use This!
Activity Not Available

Commits : Listings

Analyzed 4 months ago. based on code collected 4 months ago.
Dec 08, 2022 — Dec 08, 2023
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed typo in htdocs/manual/install.html.
rse
More... over 24 years ago
Fixed typo in htdocs/manual/install.html. More... over 24 years ago
Clean up some code that BeOS doesn't use. More... over 24 years ago
Clean up some code that BeOS doesn't use. More... over 24 years ago
Update some dependancies. Move the final two files out of apr/inc and into apr/include. Basically just finish some cleanup from some changes I've been making over the last two days. More... over 24 years ago
Update some dependancies. Move the final two files out of apr/inc and into
rbb
More... over 24 years ago
Hmmm, turns out that the nice event library for network events on PalmOS More... over 24 years ago
Hmmm, turns out that the nice event library for network events on PalmOS only applies to the wireless transceiver. Oh well, I guess select() will have to do... More... over 24 years ago
Fix a spelling mistake and we probably shouldn't put Internet Exploder in any official Apache documentation. More... over 24 years ago
Fix a spelling mistake and we probably shouldn't put Internet Exploder in More... over 24 years ago
Clean up the getopt stuff a bit. Basically, I am removing the #define's, and changing the names in the getopt.c file so that we are sure there is no namespace collision between regular getopt's, and APR's getopt. More... over 24 years ago
Clean up the getopt stuff a bit. Basically, I am removing the #define's,
rbb
More... over 24 years ago
Use APR's getopt More... over 24 years ago
Use APR's getopt More... over 24 years ago
Next stage of ap_mmap support. Tested on FreeBSD and BeOS. More... over 24 years ago
Next stage of ap_mmap support. Tested on FreeBSD and BeOS. More... over 24 years ago
Remove the ap_thread_mutex code from all MPM's. This code isn't actually being called anywhere, and I have compiled dexter, mpmt_pthread, and prefork without it. Away it goes. More... over 24 years ago
Remove the ap_thread_mutex code from all MPM's. This code isn't actually
rbb
More... over 24 years ago
Initial version of CGI Daemon module. This module needs to be tested more
rbb
More... over 24 years ago
Initial version of CGI Daemon module. This module needs to be tested more thoroughly and cleanup up a bit, but it does execute CGI's currently. More... over 24 years ago
Update STATUS to get rid of the fprintf(stderr problem. More... over 24 years ago
Update STATUS to get rid of the fprintf(stderr problem.
rbb
More... over 24 years ago
Finish the conversion from fprintf(stderr -> ap_log_err. More... over 24 years ago
Finish the conversion from fprintf(stderr -> ap_log_err.
rbb
More... over 24 years ago
First step in removing the fprintf(stderr problem from Apache. Basically, I defined APLOG_STARTUP, which refrains from printing the date string and the log level information in log_error_core. I then changed all the fprintf(stderr calls to ap_log_error, and used APLOG_STARTUP. log_error_core on Unix takes care of creating a log file and directing it to stderr if a log file isn't already active. I will continue to make these changes tomorrow. Currently, the main code and the dexter mpm have been modified. More... over 24 years ago
First step in removing the fprintf(stderr problem from Apache. Basically,
rbb
More... over 24 years ago
Cleaned up the APRFile uses in Apache. Also removed the apr.h header file
rbb
More... over 24 years ago
Cleaned up the APRFile uses in Apache. Also removed the apr.h header file because it is no longer used. Finally, I updated the dependancies to compile cleanly. More... over 24 years ago
Cleanup the ZZZ comments. Basically these used to mark places where APR
rbb
More... over 24 years ago
Cleanup the ZZZ comments. Basically these used to mark places where APR is needed. It is much easier to do this conversion by hand than by searching for old comments, so they are going away now. More... over 24 years ago