I Use This!
High Activity

Commits : Listings

Analyzed about 10 hours ago. based on code collected 4 days ago.
Jun 06, 2023 — Jun 06, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Logs have already been opened by http_main.c. Don't need to do it here again.
bill stoddard
as stoddard
More... over 24 years ago
Logs have already been opened by http_main.c. Don't need to do it here again. -------------------------------------------------------- More... over 24 years ago
Temporary hack to fix WIN32 compiles until the autoconf induced include
bill stoddard
as stoddard
More... over 24 years ago
Temporary hack to fix WIN32 compiles until the autoconf induced include file mess is fixed. More... over 24 years ago
Fix the make clean rules. We must delete *.slo files or we are leaving stale libraries in the modules/standard directory when configured for dynamic modules. More... over 24 years ago
Fix the make clean rules. We must delete *.slo files or we are leaving stale
rbb
More... over 24 years ago
ap_dupfile (specifically dup2) is not available in a general form under Windows.
bill stoddard
as stoddard
More... over 24 years ago
ap_dupfile (specifically dup2) is not available in a general form under Windows. So use SetStdHandle directly. A single call to ap_dup2stderr() (or similar) could replace the entire chunk of code in the #ifdef #else #endif block. Ryan didn't want to put this speciality function into APR, but we could put it into os.c if folks are interested. More... over 24 years ago
Don't close the duplicated AcceptEx completion port handle in the parent.
bill stoddard
as stoddard
More... over 24 years ago
Don't close the duplicated AcceptEx completion port handle in the parent. Check the return code when duplicating the acceptex completion port. Get rid of the event routine wrappers. More... over 24 years ago
First step to get piped logs working on Windows (and Unix as well). There are still all kinds of problems in http_log.c. This patch just barely scratches the surface. More... over 24 years ago
First step to get piped logs working on Windows (and Unix as well).
bill stoddard
as stoddard
More... over 24 years ago
Port the scoreboard from the mpmt_pthread MPM to use APR's shared memory. Tested on Linux, but it could use testing on other platforms. More... over 24 years ago
Port the scoreboard from the mpmt_pthread MPM to use APR's shared memory.
rbb
More... over 24 years ago
Rework the code to handle apache -k shutdown|restart. The fundamental problem being solved here is determining the best way to discover the Apache parent process PID (stored in the location specified by the PidFile directive). This patch attempts to read the config file directly to determine the pidfile and avoids going through the motions of calling all the module initialization routines. More... over 24 years ago
Rework the code to handle apache -k shutdown|restart. The fundamental problem
bill stoddard
as stoddard
More... over 24 years ago
Enable Windows MPM to run in single process mode Submitted by: Allan Edwards Reviewed by: Bill Stoddard More... over 24 years ago
Enable Windows MPM to run in single process mode
bill stoddard
as stoddard
More... over 24 years ago
Set up return codes correctly in the failure case.
bill stoddard
as stoddard
More... over 24 years ago
Set up return codes correctly in the failure case. More... over 24 years ago
Remove dead code.
bill stoddard
as stoddard
More... over 24 years ago
Remove dead code. More... over 24 years ago
Add another module capable of doing footers. More... over 24 years ago
Add another module capable of doing footers. More... over 24 years ago
Fix compile breaks on Windows. Projects need to know where to find os.h. More... over 24 years ago
Fix compile breaks on Windows. Projects need to know where to find os.h.
bill stoddard
as stoddard
More... over 24 years ago
Change </a> to </A> to be consistent with remaining layout.
rse
More... over 24 years ago
Change </a> to </A> to be consistent with remaining layout. Thanks to Martin for hint. More... over 24 years ago
Make the prefork MPM use APR shared memory for it's scoreboard. More... over 24 years ago
Make the prefork MPM use APR shared memory for it's scoreboard.
rbb
More... over 24 years ago