I Use This!
Activity Not Available

Commits : Listings

Analyzed 3 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
Remove the readdir files from os/win32. These are taken care of by APR now, and they have been bothering me. This is my first attempt at generating a Makefile for Windows, but it seems to have worked for me. More... over 24 years ago
Remove the readdir files from os/win32. These are taken care of by APR now,
rbb
More... over 24 years ago
A small change to allow Apache to run on the most recent versions More... over 24 years ago
A small change to allow Apache to run on the most recent versions of BeOS. More... over 24 years ago
Cleanup the Windows build a bit by getting rid of more platform dependant code. Still won't compile cleanly, but we are closer. I am hoping for a clean Windows compile by Friday. More... over 24 years ago
Cleanup the Windows build a bit by getting rid of more platform dependant
rbb
More... over 24 years ago
Make CGI's work correctly in Apache 2.0. APR wants the first element in the
rbb
More... over 24 years ago
Make CGI's work correctly in Apache 2.0. APR wants the first element in the argument list to be the program name. This is exactly what POSIX requires, and what Windows wants, but Apache 1.3 would create the arg list, and then have another function squeeze the program name in later. This patch fixes that by having mod_cgi put the program name the correct place. More... over 24 years ago
Make prefork compile. More... over 24 years ago
Make prefork compile.
rbb
More... over 24 years ago
Fix some warnings when configured with --enable-maintainer-mode.
rbb
More... over 24 years ago
Fix some warnings when configured with --enable-maintainer-mode. ap_start_(shutdown|restart) are no longer static in dexter, because we explicitly state we are creating them to be called from places other than the parent. This is the first in a series of patches to get the 2.0 code to compile cleanly again. More... over 24 years ago
Get rid of more platform dependant code. More... over 24 years ago
Get rid of more platform dependant code.
rbb
More... over 24 years ago
Update STATUS
bill stoddard
as stoddard
More... over 24 years ago
Update STATUS More... over 24 years ago
Get rid of a couple more ap_os_file_t's along with their platform dependant code. More... over 24 years ago
Get rid of a couple more ap_os_file_t's along with their platform
rbb
More... over 24 years ago
Use ap_open_stderr in http_config.c. This cleans up some non-portable
rbb
More... over 24 years ago
Use ap_open_stderr in http_config.c. This cleans up some non-portable code that has been bothering me. More... over 24 years ago
Get rid of an instance of ap_file_os_t from the Apache source. I will be finishing the cleansing of these interim variables over the next few days. More... over 24 years ago
Get rid of an instance of ap_file_os_t from the Apache source. I will
rbb
More... over 24 years ago
We now make the decision to USE_MMAP_FILES based on whether or not APR
rbb
More... over 24 years ago
We now make the decision to USE_MMAP_FILES based on whether or not APR has MMAP. If APR_HAS_MMAP is true then USE_MMAP_FILES is true. We also no longer check for MMAP in autoconf within Apache. Apache relies on APR to give us MMAP functionality, and therefore doesn't need to check for itself. More... over 24 years ago
AIX DSO tweaks. Enable use of native DSO for AIX 4.3 and beyond. Apache DSO emulation breaks with 64-bit compiles of Apache and AIX DSO support is broken in releases prior to 4.3. More... over 24 years ago
AIX DSO tweaks. Enable use of native DSO for AIX 4.3 and beyond. Apache DSO
bill stoddard
as stoddard
More... over 24 years ago
Add a note about DNS being required on Windows. More... over 24 years ago
Add a note about DNS being required on Windows. More... over 24 years ago
Removed these a bit too soon. Adding them back. More... over 24 years ago
Removed these a bit too soon. Adding them back.
bill stoddard
as stoddard
More... over 24 years ago