summaryrefslogtreecommitdiffstats
path: root/Announcement (unfollow)
Commit message (Expand)AuthorFilesLines
2000-06-06OS/390: avoid unconditional -ldl and -export-dynamic (otherJeff Trawick1-2/+10
2000-06-06 Bring forward a change from 1.3 (the ability to use SetEnvIf*Ken Coar1-18/+64
2000-06-06 Bring forward a fix from 1.3.Ken Coar1-3/+4
2000-06-06Increase the size of the buffer passed to ap_strerror(); I sawJeff Trawick1-1/+1
2000-06-06Fix zombie process problem with mod_cgi. This problem was introducedJeff Trawick1-6/+6
2000-06-06PR:William A. Rowe Jr2-16/+18
2000-06-06PR:William A. Rowe Jr2-2/+2
2000-06-06PR:William A. Rowe Jr2-0/+20
2000-06-06Port mod_mmap_static to 2.0. Make it go faster.Jeff Trawick2-2/+3
2000-06-06PR:William A. Rowe Jr3-5/+5
2000-06-06PR:William A. Rowe Jr9-133/+357
2000-06-06Fix typo in configure script when checking for mod_so. bashJeff Trawick1-2/+1
2000-06-06Remove some #ifdef'ed code that doesn't make much senseTony Finch1-14/+0
2000-06-06Remove the ability to enable/disable DSO support in APR. The only currentRyan Bloom1-9/+2
2000-06-06Fix a warning and a bug from the server_token commit.Ryan Bloom2-1/+2
2000-06-06PR:William A. Rowe Jr8-97/+71
2000-06-06cleanup to cgid_init():Jeff Trawick1-7/+1
2000-06-05Make the string in a log message unique so we knowJeff Trawick1-1/+1
2000-06-05Make a copy of getenv("PATH") before storing for later use. SomeJeff Trawick1-1/+1
2000-06-05Add server tokens back to 2.0. Also bring forward the change to allowRyan Bloom6-28/+77
2000-06-05on a5 now.Ask Bjørn Hansen1-2/+2
2000-06-052.0a4Ask Bjørn Hansen1-1/+1
2000-06-05Fix mod_so handling. Basically, if --enable-so orRyan Bloom2-1/+11
2000-06-05add selfAsk Bjørn Hansen1-0/+41
2000-06-05correct some typos from the last commit.Ask Bjørn Hansen1-21/+205
2000-06-05EBCDIC fixes:Jeff Trawick1-4/+11
2000-06-04mod_cgid:Jeff Trawick1-11/+17
2000-06-04mod_charset_lite:Jeff Trawick1-16/+40
2000-06-04EBCDIC: Rearrange calls to ap_checkconv() so that most handlersJeff Trawick4-18/+25
2000-06-03a few changes that should be in the next announcement. I still think this isAsk Bjørn Hansen1-16/+24
2000-06-03Bring mpmt_beos up to date and allow it play nice with mpm_common.David Reid3-184/+144
2000-06-03Modify the config order so that we read the config, process all EXEC_ON_READRyan Bloom4-24/+67
2000-06-03mod_cgi: Make ScriptLog directive work again by fixing theJeff Trawick1-2/+2
2000-06-03PR:William A. Rowe Jr2-16/+26
2000-06-03PR:William A. Rowe Jr1-1/+10
2000-06-03PR:William A. Rowe Jr1-4/+14
2000-06-03Start a "Common Problems" section in the mod_charset_liteJeff Trawick1-0/+33
2000-06-02PR:William A. Rowe Jr1-9/+22
2000-06-02Argh, bhalfduplex is implemented, but it doesn't work for this case, so putRyan Bloom1-1/+2
2000-06-02Remove a TODO. Actually just putting back a call to ap_bhalfduplex nowRyan Bloom1-2/+1
2000-06-02APACHE_XLATE, when doing translation that isn't single-byte-onlyJeff Trawick3-0/+15
2000-06-02Add pre_config hooks back in for all modules. This is important for theRyan Bloom7-20/+18
2000-06-02fix missed change to commentJeff Trawick1-1/+1
2000-06-02Add something to the STATUS file.Ryan Bloom1-1/+3
2000-06-02Fix a SIGSEGV in ap_md5digest() (bad parms to ap_seek()). This is usedJeff Trawick1-2/+4
2000-06-01Add support for the BeOS mpm. Also change some things to make it easierDavid Reid1-6/+8
2000-06-01Fix DSO enabling logic. Basically if --enable-dso was specified on theRyan Bloom1-1/+3
2000-06-01PR:William A. Rowe Jr1-1/+1
2000-06-01don't include apr_shmem.h when APR_HAS_SHARED_MEMORY is false, but instead se...Ronald Tschalar1-1/+37
2000-06-01PR:William A. Rowe Jr2-17/+23