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
Cleanup the threads check, also resets the CFLAGS and LDFLAGS variables in cases where no threading library was found. Submitted by: Sascha Schumann Reviewed by: Ryan Bloom More... over 24 years ago
Cleanup the threads check, also resets the CFLAGS and LDFLAGS variables
rbb
More... over 24 years ago
Fix the threads check so it works on non-bash shells. Submitted by: Sascha Schumann Reviewed by: Ryan Bloom More... over 24 years ago
Fix the threads check so it works on non-bash shells.
rbb
More... over 24 years ago
Submitted by: Sascha Schumann <[email protected]> Reviewed by: Rasmus Lerdorf More... over 24 years ago
Submitted by: Sascha Schumann <[email protected]> More... over 24 years ago
Submitted by: Sascha Schumann <[email protected]> Reviewed by: Rasmus Lerdorf More... over 24 years ago
Submitted by: Sascha Schumann <[email protected]> More... over 24 years ago
Submitted by: Sascha Schumann <[email protected]> Reviewed by: Rasmus Lerdorf More... over 24 years ago
Submitted by: Sascha Schumann <[email protected]> More... over 24 years ago
Finish the MPM decision logic. This moves the threads checking stuff into the mpm directory where it belongs. It also adds logic so that if threads aren't detected, we automatically choose to use the prefork mpm. Lastly, I also cleaned up a variable name to make it more consistent with the other variables used in our configure script. More... over 24 years ago
Finish the MPM decision logic. This moves the threads checking stuff into
rbb
More... over 24 years ago
First stab at logic to determine which threading library to use. This also
rbb
More... over 24 years ago
First stab at logic to determine which threading library to use. This also gets rid of the hack of always putting -pthread in the CFLAGS variable. More... over 24 years ago
This fixes the bug in my last commit. Apache always caches a value for enable-threads. This allows us to re-configure the server for different MPM's without worrying about not having APR-threads available. More... over 24 years ago
This fixes the bug in my last commit. Apache always caches a value for
rbb
More... over 24 years ago
Clean up APR's configure script a bit. This commit also allows Apache to
rbb
More... over 24 years ago
Clean up APR's configure script a bit. This commit also allows Apache to specify that APR should be built without threads for the prefork MPM. This is broken if we then try to configure Apache again using a threaded MPM, but this is easily fixable, and I will be doing that soon. Lastly, I removed all thread calls from APR when it is told to build without threads. More... over 24 years ago
I don't have to get up before 2PM for almost 2 weeks! More... over 24 years ago
I don't have to get up before 2PM for almost 2 weeks! More... over 24 years ago
--include-deps only seems to take advantage of pregenerated More... over 24 years ago
--include-deps only seems to take advantage of pregenerated dependencies, and makes the build process refuse to generate them, so this removes it. It should be used when making a distribution, though. More... over 24 years ago
Remove a bunch of functions that are being replaced by functions in APR. Also finished porting Apache to use APR in most cases. More... over 24 years ago
Remove a bunch of functions that are being replaced by functions in APR.
rbb
More... over 24 years ago
Documentation update for latest TPF changes More... over 24 years ago
Documentation update for latest TPF changes More... over 24 years ago
Change ap_gm_timestr_822 to ap_timestr. Now, one function can be used to get a timestr for GMT and Localtimes. More... over 24 years ago
Change ap_gm_timestr_822 to ap_timestr. Now, one function can be used to get
rbb
More... over 24 years ago
Fix compile break introduced to Apache 2.0 by the mass vhosting security fix. More... over 24 years ago
Fix compile break introduced to Apache 2.0 by the mass vhosting security fix.
bill stoddard
as stoddard
More... over 24 years ago