index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
* Do not add the query string again in the case that we are using the
Ruediger Pluem
2008-05-29
1
-12
/
+9
*
Switch ftp_directory_charset and interpolate_env in proxy_dir_conf,
Nick Kew
2008-05-28
1
-1
/
+1
*
* mod_proxy_http.c
Ruediger Pluem
2008-05-27
2
-2
/
+65
*
* Make setting of HttpOnly flag more explicit.
Ruediger Pluem
2008-05-27
1
-4
/
+6
*
* Handle the case that secure is NULL
Ruediger Pluem
2008-05-27
1
-1
/
+3
*
* Introduce a flag to decide whether we sent an body to the backend or not.
Ruediger Pluem
2008-05-26
1
-1
/
+3
*
For now don't build mod_session_crypto on NetWare
Bradley Nicholes
2008-05-23
1
-1
/
+2
*
Build mod_request on NetWare
Bradley Nicholes
2008-05-23
2
-0
/
+251
*
Add new exports
Bradley Nicholes
2008-05-23
1
-2
/
+4
*
Add an include path to mod_request.h
Bradley Nicholes
2008-05-23
1
-0
/
+1
*
The response to the TRACE method is partially garbled on an EBCDIC platform.
Greg Ames
2008-05-23
1
-1
/
+12
*
Determine registered authn/z providers directly in ap_setup_auth_internal(),
Chris Darroch
2008-05-22
4
-30
/
+0
*
Convert common provider version strings ("0") to
Chris Darroch
2008-05-20
17
-41
/
+83
*
* Only send 100-continue if the status code so far indicates success.
Ruediger Pluem
2008-05-19
1
-1
/
+1
*
Make sure the optional function calls are used for ap_session_set and
Graham Leggett
2008-05-11
1
-6
/
+6
*
fix uninitialized variable
Roy T. Fielding
2008-05-10
1
-0
/
+3
*
Remove extra cruft that ended up in a commit.
Graham Leggett
2008-05-10
1
-4
/
+0
*
core, mod_proxy: If a kept_body is present, it becomes safe for
Graham Leggett
2008-05-10
1
-1
/
+8
*
mod_auth_form: Make sure the input filter stack is properly set
Graham Leggett
2008-05-10
1
-61
/
+92
*
mod_request: Insert the KEPT_BODY filter via the insert_filter
Graham Leggett
2008-05-09
2
-44
/
+70
*
*) mod_cgid: Explicitly set permissions of the socket (ScriptSock) shared by
Eric Covener
2008-05-08
1
-0
/
+10
*
mod_cgid: Don't try to restart the daemon if it fails to initialize the socket.
Jeff Trawick
2008-05-07
1
-6
/
+20
*
* Make code more readable by using OR (which is also Roys preference over AND)
Ruediger Pluem
2008-05-07
1
-1
/
+1
*
Fix the method used to detect the root of the request tree when subrequests
Graham Leggett
2008-05-07
1
-1
/
+10
*
* modules/ssl/mod_ssl.c (ssl_cleanup_pre_config): Remove the call to
Joe Orton
2008-05-07
1
-5
/
+6
*
Remove C++ style comments.
Graham Leggett
2008-05-01
1
-3
/
+1
*
Typo.
Jean-Frederic Clere
2008-04-21
1
-1
/
+1
*
Set at init time, and combine comments
Jim Jagielski
2008-04-20
2
-10
/
+11
*
* Do not add the query string again in the case that we are using the
Ruediger Pluem
2008-04-19
2
-29
/
+6
*
* We need to use the headers_out table we merged above, not the original one.
Ruediger Pluem
2008-04-19
1
-1
/
+1
*
* Style fixes. No functional changes.
Ruediger Pluem
2008-04-19
2
-5
/
+5
*
* Use the correct headers_out table for overlaying.
Ruediger Pluem
2008-04-19
1
-1
/
+1
*
Centralize the error-header collapsing done when sending out cached replies. ...
Dirk-Willem van Gulik
2008-04-18
2
-12
/
+6
*
Make it compile on pre-C99 compilers
Martin Kraemer
2008-04-18
1
-1
/
+1
*
* The previous patch did not work correctly with neither enable nor disable
Ruediger Pluem
2008-04-17
1
-6
/
+3
*
* Require to explicitly enable mod_session_crypto since it requires the apr ssl
Ruediger Pluem
2008-04-17
1
-1
/
+1
*
* Fix r649054: Do the correct thing when neither enable nor disable is specfied.
Ruediger Pluem
2008-04-17
1
-4
/
+13
*
handle ? in cases where nocanon is in effect
Jim Jagielski
2008-04-17
2
-4
/
+9
*
* Style police. No functional changes.
Ruediger Pluem
2008-04-17
2
-17
/
+21
*
Centralize hop-by-hop header handling in the main mod_cache code. This change...
Dirk-Willem van Gulik
2008-04-17
1
-1
/
+5
*
Centralize hop-by-hop header handling in the memory caching code.
Dirk-Willem van Gulik
2008-04-17
1
-10
/
+1
*
Centralize hop-by-hop header handling in the disk caching code. Note that 'ou...
Dirk-Willem van Gulik
2008-04-17
1
-12
/
+3
*
and make mod_proxy_fcgi also nocanon aware
Jim Jagielski
2008-04-17
1
-1
/
+6
*
Make mod_proxy_ajp aware of the nocanon envvar
Jim Jagielski
2008-04-17
1
-2
/
+7
*
Currently each of the caching module includes logic to implement
Dirk-Willem van Gulik
2008-04-17
2
-4
/
+72
*
Ensure that the REMOTE_USER variable is correctly written when the user
Graham Leggett
2008-04-17
1
-0
/
+5
*
Be defensive to ensure no segfault should the session entries table
Graham Leggett
2008-04-17
1
-1
/
+1
*
Fix the optional declarations so that the modules will build clean in
Graham Leggett
2008-04-17
3
-4
/
+6
*
* modules/session/config.m4: Have --disable-session disable mod_session_*
Joe Orton
2008-04-17
1
-4
/
+4
*
remove const on socache module declarations to avoid segfault in
Chris Darroch
2008-04-16
4
-4
/
+4
[next]