summaryrefslogtreecommitdiffstats
path: root/STATUS (unfollow)
Commit message (Expand)AuthorFilesLines
2009-03-25* configure.in: Allow configure to be built without find_apu.m4,Joe Orton1-1/+6
2009-03-25Provide ap_set_retained_data()/ap_get_retained_data() for preservationJeff Trawick6-7/+44
2009-03-25* Teach apxs to work with APR 2.x where there is no separate APR-UTILRuediger Pluem1-8/+19
2009-03-25* With APR 2.x we no longer have APR-UTIL. So don't care about it.Ruediger Pluem1-35/+47
2009-03-24set ap_server_conf as early as possible; axe the duplicate variableJeff Trawick1-20/+18
2009-03-24main() now sets ap_server_conf()Jeff Trawick2-3/+0
2009-03-24axe the remaining checks of AP_MPM_WANT_foo to see what code to generateJeff Trawick5-39/+6
2009-03-24MPM header files are private; don't install themJeff Trawick1-1/+0
2009-03-24Allow building httpd without a built-in MPM by specifyingJeff Trawick2-14/+27
2009-03-24fix shell syntax error in check for apr major versionJeff Trawick1-1/+1
2009-03-24shoot ourselves in the footWilliam A. Rowe Jr1-53/+0
2009-03-24Introduce a new set of APIs to allow MPMs to be proper modules insteadJeff Trawick29-535/+451
2009-03-24make_sni.sh test -- Accomodate for platforms which do not have RANDOM in thei...Dirk-Willem van Gulik1-4/+5
2009-03-24Declare variables prior to code statements otherwise some compilers choke.Bradley Nicholes1-1/+1
2009-03-24xformsJim Jagielski15-14/+20
2009-03-24Documentation is easier than code sometimes...Jim Jagielski1-1/+2
2009-03-24* build/config_vars.sh.in: Fix error if APU_CONFIG is not defined.Joe Orton1-1/+1
2009-03-24* configure.in: If APR version is 2, APR-util does not exist.Joe Orton1-8/+16
2009-03-24* Fix a memory leak by freeing the memory consumed by the bucket.Ruediger Pluem2-1/+4
2009-03-24* Do not allow name based virtual hosts in the case no hostname wasRuediger Pluem1-0/+10
2009-03-23* Store the correct server_rec in the connection record configuration andRuediger Pluem6-39/+66
2009-03-23Roll on to 2.3.2.Paul Querna3-1/+5
2009-03-23* modules/mappers/mod_rewrite.c (apply_rewrite_rule): When evaluatingJoe Orton1-1/+14
2009-03-23* modules/cache/mod_socache_memcache.c,Joe Orton3-40/+29
2009-03-23Remove code to support per-dir-CA configuration which relies on aJoe Orton3-78/+9
2009-03-23Prevent a case of SSI timefmt-smashing with filter chains includingJoe Orton1-17/+8
2009-03-23* If the SNI extension supplied a hostname. So don't accept requests withRuediger Pluem1-5/+25
2009-03-20Add change to changelog.Rainer Jung1-0/+2
2009-03-20When trying to detect the content type of theRainer Jung1-1/+3
2009-03-20Set the content encoding for compressed contentRainer Jung1-3/+3
2009-03-20Creating the external gzip process fails, because weRainer Jung1-5/+2
2009-03-20Creation of external gzip process fails, if weRainer Jung1-3/+2
2009-03-20Whitespace cleanup before doing other changes.Rainer Jung1-4/+4
2009-03-18add application/x-java-jnlp-fileRoy T. Fielding1-0/+1
2009-03-17* APR_BUCKET_NEXT is wrong here as we are already a doing a APR_BUCKET_NEXT inRuediger Pluem1-2/+0
2009-03-12It's a pet peeve of mine when docs do something, and then say "don't do that." Rich Bowen2-6/+8
2009-03-12Add an example of using a wildcard with ServerAliasRich Bowen2-2/+4
2009-03-12* Escape pathes of filenames in 406 responses to avoid HTML injections andRuediger Pluem2-2/+6
2009-03-11the CRLF following 100 Continue needs to be sent as ASCII on EBCDICGreg Ames1-1/+1
2009-03-10Small typo.Lucien Gentis1-1/+1
2009-03-10Note for self: PPR drops the path info so weJim Jagielski1-0/+3
2009-03-10sync xformsJim Jagielski17-18/+22
2009-03-08Small typos.Lucien Gentis1-3/+3
2009-03-05Remove anomalous copyright lineNick Kew1-2/+1
2009-03-05Until APR is actually fixed between apr_os_sock_make and the logicWilliam A. Rowe Jr1-5/+10
2009-03-05Use a single event for the lifetime of the 'AcceptFilter none' varietyWilliam A. Rowe Jr1-34/+71
2009-03-04* remove uneeded remains of r750126.Ruediger Pluem1-4/+0
2009-03-04Accelerate mod_dumpio processing; William A. Rowe Jr1-34/+58
2009-03-04Use APR_POLLSET_NOCOPY for better performance with some pollset implementations.Jeff Trawick2-17/+16
2009-03-04Implement Event-Based accept for 'AcceptMutex none' in the WinNT MPM.William A. Rowe Jr1-16/+94