index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
STATUS
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2009-03-25
* configure.in: Allow configure to be built without find_apu.m4,
Joe Orton
1
-1
/
+6
2009-03-25
Provide ap_set_retained_data()/ap_get_retained_data() for preservation
Jeff Trawick
6
-7
/
+44
2009-03-25
* Teach apxs to work with APR 2.x where there is no separate APR-UTIL
Ruediger Pluem
1
-8
/
+19
2009-03-25
* With APR 2.x we no longer have APR-UTIL. So don't care about it.
Ruediger Pluem
1
-35
/
+47
2009-03-24
set ap_server_conf as early as possible; axe the duplicate variable
Jeff Trawick
1
-20
/
+18
2009-03-24
main() now sets ap_server_conf()
Jeff Trawick
2
-3
/
+0
2009-03-24
axe the remaining checks of AP_MPM_WANT_foo to see what code to generate
Jeff Trawick
5
-39
/
+6
2009-03-24
MPM header files are private; don't install them
Jeff Trawick
1
-1
/
+0
2009-03-24
Allow building httpd without a built-in MPM by specifying
Jeff Trawick
2
-14
/
+27
2009-03-24
fix shell syntax error in check for apr major version
Jeff Trawick
1
-1
/
+1
2009-03-24
shoot ourselves in the foot
William A. Rowe Jr
1
-53
/
+0
2009-03-24
Introduce a new set of APIs to allow MPMs to be proper modules instead
Jeff Trawick
29
-535
/
+451
2009-03-24
make_sni.sh test -- Accomodate for platforms which do not have RANDOM in thei...
Dirk-Willem van Gulik
1
-4
/
+5
2009-03-24
Declare variables prior to code statements otherwise some compilers choke.
Bradley Nicholes
1
-1
/
+1
2009-03-24
xforms
Jim Jagielski
15
-14
/
+20
2009-03-24
Documentation is easier than code sometimes...
Jim Jagielski
1
-1
/
+2
2009-03-24
* build/config_vars.sh.in: Fix error if APU_CONFIG is not defined.
Joe Orton
1
-1
/
+1
2009-03-24
* configure.in: If APR version is 2, APR-util does not exist.
Joe Orton
1
-8
/
+16
2009-03-24
* Fix a memory leak by freeing the memory consumed by the bucket.
Ruediger Pluem
2
-1
/
+4
2009-03-24
* Do not allow name based virtual hosts in the case no hostname was
Ruediger Pluem
1
-0
/
+10
2009-03-23
* Store the correct server_rec in the connection record configuration and
Ruediger Pluem
6
-39
/
+66
2009-03-23
Roll on to 2.3.2.
Paul Querna
3
-1
/
+5
2009-03-23
* modules/mappers/mod_rewrite.c (apply_rewrite_rule): When evaluating
Joe Orton
1
-1
/
+14
2009-03-23
* modules/cache/mod_socache_memcache.c,
Joe Orton
3
-40
/
+29
2009-03-23
Remove code to support per-dir-CA configuration which relies on a
Joe Orton
3
-78
/
+9
2009-03-23
Prevent a case of SSI timefmt-smashing with filter chains including
Joe Orton
1
-17
/
+8
2009-03-23
* If the SNI extension supplied a hostname. So don't accept requests with
Ruediger Pluem
1
-5
/
+25
2009-03-20
Add change to changelog.
Rainer Jung
1
-0
/
+2
2009-03-20
When trying to detect the content type of the
Rainer Jung
1
-1
/
+3
2009-03-20
Set the content encoding for compressed content
Rainer Jung
1
-3
/
+3
2009-03-20
Creating the external gzip process fails, because we
Rainer Jung
1
-5
/
+2
2009-03-20
Creation of external gzip process fails, if we
Rainer Jung
1
-3
/
+2
2009-03-20
Whitespace cleanup before doing other changes.
Rainer Jung
1
-4
/
+4
2009-03-18
add application/x-java-jnlp-file
Roy T. Fielding
1
-0
/
+1
2009-03-17
* APR_BUCKET_NEXT is wrong here as we are already a doing a APR_BUCKET_NEXT in
Ruediger Pluem
1
-2
/
+0
2009-03-12
It's a pet peeve of mine when docs do something, and then say "don't do that."
Rich Bowen
2
-6
/
+8
2009-03-12
Add an example of using a wildcard with ServerAlias
Rich Bowen
2
-2
/
+4
2009-03-12
* Escape pathes of filenames in 406 responses to avoid HTML injections and
Ruediger Pluem
2
-2
/
+6
2009-03-11
the CRLF following 100 Continue needs to be sent as ASCII on EBCDIC
Greg Ames
1
-1
/
+1
2009-03-10
Small typo.
Lucien Gentis
1
-1
/
+1
2009-03-10
Note for self: PPR drops the path info so we
Jim Jagielski
1
-0
/
+3
2009-03-10
sync xforms
Jim Jagielski
17
-18
/
+22
2009-03-08
Small typos.
Lucien Gentis
1
-3
/
+3
2009-03-05
Remove anomalous copyright line
Nick Kew
1
-2
/
+1
2009-03-05
Until APR is actually fixed between apr_os_sock_make and the logic
William A. Rowe Jr
1
-5
/
+10
2009-03-05
Use a single event for the lifetime of the 'AcceptFilter none' variety
William A. Rowe Jr
1
-34
/
+71
2009-03-04
* remove uneeded remains of r750126.
Ruediger Pluem
1
-4
/
+0
2009-03-04
Accelerate mod_dumpio processing;
William A. Rowe Jr
1
-34
/
+58
2009-03-04
Use APR_POLLSET_NOCOPY for better performance with some pollset implementations.
Jeff Trawick
2
-17
/
+16
2009-03-04
Implement Event-Based accept for 'AcceptMutex none' in the WinNT MPM.
William A. Rowe Jr
1
-16
/
+94
[next]