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
I shouldn't have to explicitly provide an MPM. I am setting the default as mpmt_pthread. I would much rather it was prefork, but the autoconf work hasn't progressed to the point that prefork will work yet. When it does work, I expect the default to change. More... over 24 years ago
I shouldn't have to explicitly provide an MPM. I am setting the default
rbb
More... over 24 years ago
autoconf: Start adding support for selecting modules on the ./configure line. This commit only supports mod_env and mod_log_config. More... over 24 years ago
autoconf: Start adding support for selecting modules on the More... over 24 years ago
The possibility of a libenv module and a libenv system library (for More... over 24 years ago
The possibility of a libenv module and a libenv system library (for example) irks me. Take a page from PHP and make the module's library names unique. More... over 24 years ago
autoconf: Generate modules.c based on configuration. This is the first step to supporting selection of modules, and it seems to make --with-mpm actually work now. More... over 24 years ago
autoconf: Generate modules.c based on configuration. This is the first More... over 24 years ago
Disable the DYLD_CANT_UNLOAD workaround for Mac OS X Server, since the More... over 24 years ago
Disable the DYLD_CANT_UNLOAD workaround for Mac OS X Server, since the current version (and the patched older version) doesn't need this any more. We don't want to delete the code from unix/os.c, however, because OpenStep's dyld needs it. More... over 24 years ago
The Unix MPMs were depending on APR for signal.h, and broke. Add an More... over 24 years ago
The Unix MPMs were depending on APR for signal.h, and broke. Add an explicit #include for it back in. More... over 24 years ago
We may not always want to make the pipes between processes non-blocking. This patch allows us to set if both sides of the pipes are nonblocking, both sides are blocking, just the parent side blocks, or just the child side blocks for all three of the pipes created during create_process. I have also modified Apache to take advantage of this change. More... over 24 years ago
We may not always want to make the pipes between processes non-blocking.
rbb
More... over 24 years ago
Bring mod_mime_magic to Apache 2.0. Submitted by: Paul Reder Reviewed by: Ryan Bloom More... over 24 years ago
Bring mod_mime_magic to Apache 2.0.
rbb
More... over 24 years ago
A thread (of messages) in comp.programming.threads reminded me of this. Blaaaah More... over 24 years ago
A thread (of messages) in comp.programming.threads reminded me of this. More... over 24 years ago
Add the long-awaited IndexOptions DescriptionWidth keyword. It was waiting for a way to avoid breaking HTML tags, but that's already been done as much as possible -- we can't do anything about breaking HTML elements without putting a full parser in. More... over 24 years ago
Add the long-awaited IndexOptions DescriptionWidth keyword. More... over 24 years ago
Add a FoldersFirst keyword to the IndexOptions directive, which More... over 24 years ago
Add a FoldersFirst keyword to the IndexOptions directive, which causes subdirectories to always appear first in FancyIndexed listings. More... over 24 years ago
Fix a couple of comments More... over 24 years ago
Fix a couple of comments More... over 24 years ago
Place ap_config_auto.h in src/include. It didn't seem to work earlier, More... over 24 years ago
Place ap_config_auto.h in src/include. It didn't seem to work earlier, but it does now. *shrug* More... over 24 years ago
Fix what I think is a bug where rlim_t won't be #defined on systems More... over 24 years ago
Fix what I think is a bug where rlim_t won't be #defined on systems that need it if the autoconf check for it was cached. More... over 24 years ago
Eliminate ap_config.h's checks when using autoconf. Now, ap_ac_config.h is used instead, and autoconf's configure script will check for everything else. More... over 24 years ago
Eliminate ap_config.h's checks when using autoconf. Now, ap_ac_config.h More... over 24 years ago