index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Makefile.win
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2006-12-08
sync with 2.2.x branch
Jeff Trawick
1
-4
/
+4
2006-12-08
sync with 2.2.x/CHANGES
Jeff Trawick
1
-4
/
+4
2006-12-08
remove mod_headers edit feature from new_features_2_4.xml
Chris Darroch
9
-62
/
+91
2006-12-07
As per http://issues.apache.org/bugzilla/show_bug.cgi?id=40640, remove
Rich Bowen
2
-2
/
+0
2006-12-07
* Do not replace a Date header set by a proxied backend server.
Ruediger Pluem
2
-6
/
+24
2006-12-07
* Add the missing include of http_request.h and thus fix a compiler warning.
Ruediger Pluem
1
-0
/
+1
2006-12-07
* Remove an unused variable and thus fix a compiler warning.
Ruediger Pluem
1
-2
/
+1
2006-12-07
Revert a regression introduced in the recent overhauls of mod_isapi.
William A. Rowe Jr
1
-1
/
+11
2006-12-07
Mirror r483555, for GUI environment. Reason for the duplication is to make
William A. Rowe Jr
1
-6
/
+6
2006-12-07
Similar change to r483553 to help developers work in parallel on win32, install
William A. Rowe Jr
2
-3
/
+3
2006-12-03
* Ensure that at least scheme://hostname[:port] matches between worker and URL
Ruediger Pluem
2
-1
/
+11
2006-12-03
* Remove expired content from cache that cannot be revalidated.
Ruediger Pluem
2
-0
/
+17
2006-12-02
Stash DBD connections in request_config of initial request
Chris Darroch
2
-2
/
+28
2006-11-28
Protect against any sort of non-block read that
Jim Jagielski
1
-2
/
+4
2006-11-28
Apply patch for PR 41056 (19954) to fix chunk
Jim Jagielski
1
-7
/
+25
2006-11-28
Attempt to clarify Order's effect.
Chris Pepper
1
-48
/
+95
2006-11-28
ifdef out suexec for the platforms that don't support it
Bradley Nicholes
1
-0
/
+7
2006-11-27
Typo.
Chris Pepper
1
-1
/
+1
2006-11-27
* Move the error log slug higher in the trace function, so it gets
Sander Temme
1
-18
/
+22
2006-11-27
* Further clarify hook callback return convention
Sander Temme
1
-117
/
+154
2006-11-25
* Make EXAMPLE_LOG_EACH compiler directive settable on command line
Sander Temme
1
-58
/
+143
2006-11-24
* Start re-organizing the function declarations to put related items together
Sander Temme
1
-185
/
+191
2006-11-22
* modules/ssl/ssl_engine_io.c (ssl_io_buffer_fill): Remove subpool; it
Joe Orton
1
-4
/
+2
2006-11-22
* support/rotatelogs.c (main): Produce useful error message for open()
Joe Orton
1
-9
/
+16
2006-11-22
* docs/manual/mod/mpm_common.xml: s/depreciated/deprecated/
Joe Orton
2
-6
/
+6
2006-11-19
update convmap
André Malo
1
-0
/
+2
2006-11-19
update transformation
André Malo
32
-775
/
+894
2006-11-18
* CVE-2006-3747 was the main reason to release 2.2.3. So place the changelog
Ruediger Pluem
1
-9
/
+9
2006-11-18
* Use the query string stored in r->parsed_uri.query instead of r->args
Ruediger Pluem
3
-2
/
+5
2006-11-18
Housekeeping: keep track of size even in the edge-case where validation
Nick Kew
1
-0
/
+1
2006-11-16
* Fix some comments. No functional change.
Ruediger Pluem
1
-3
/
+5
2006-11-16
* Also log the presence of garbage data at the end of the stream if all
Ruediger Pluem
1
-0
/
+4
2006-11-16
* Actually append new data to the validation buffer and do not overwrite old
Ruediger Pluem
1
-10
/
+14
2006-11-16
TimeOut can be set in a vhost context
Jeff Trawick
1
-1
/
+1
2006-11-15
* Ensure that we do not perform our final operations twice if a second EOS
Ruediger Pluem
1
-0
/
+6
2006-11-15
* Ensure that we do not try to inflate validation data or garbage data. None
Ruediger Pluem
1
-0
/
+8
2006-11-15
Document the hoops you need to jump through to get mod_authnz_ldap to
Graham Leggett
1
-1
/
+39
2006-11-14
Remove the "virtual host" context for the AuthnProviderAlias directive in the...
Bradley Nicholes
1
-1
/
+1
2006-11-10
Add alternate is_socket_connected by using APR functions.
Mladen Turk
1
-1
/
+46
2006-11-10
Remove alternate is_socket_connected detection.
Mladen Turk
1
-59
/
+0
2006-11-09
Minor niggles that have been sitting around for a while
Noirin Plunkett
4
-2
/
+26
2006-11-09
forgot minor bump
Jim Jagielski
1
-1
/
+1
2006-11-08
Better detection and clean up of ldap connection that have been
Bradley Nicholes
1
-106
/
+119
2006-11-07
Note 2 backported ports applied to 2.2.4-dev
Jim Jagielski
1
-9
/
+9
2006-11-07
Note 2 backports applied to 2.2.4-dev
Jim Jagielski
1
-7
/
+7
2006-11-02
Fix broken compile for platforms with sendfile() -- As Graham says: Looks lik...
Martin Kraemer
1
-0
/
+4
2006-11-01
* Assign rv in the if statement to return the correct error code and
Ruediger Pluem
2
-1
/
+7
2006-11-01
* Increase the minimum and default value for MCacheMinObjectSize from 0 to 1,
Ruediger Pluem
3
-4
/
+12
2006-10-29
When Servlet container sends AJP body message with size 0, this means that Se...
Mladen Turk
1
-12
/
+21
2006-10-29
Add a usage example to mod_proxy_balancer.
Rich Bowen
2
-0
/
+33
[prev]
[next]