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
...
*
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
*
Move the public mod_request.h header out of the include directory and back to...
Graham Leggett
2008-04-15
1
-0
/
+124
*
* Allow Cookie option to set secure and HttpOnly flags
Ruediger Pluem
2008-04-12
1
-0
/
+6
*
Move the KeptBodySize directive, kept_body filters and the
Graham Leggett
2008-04-11
6
-446
/
+607
*
Fix socache modules' APACHE_MODULE() definitions.
Chris Darroch
2008-04-10
1
-3
/
+3
*
Move the initialization of rebind to the post_config handler so that it is do...
Bradley Nicholes
2008-04-10
1
-3
/
+3
*
Handle integer configuration directive parameters with a dedicated
Chris Darroch
2008-04-09
1
-19
/
+24
*
Let each consumer of authn providers redefine the list_provider_names
Chris Darroch
2008-04-09
2
-0
/
+13
*
* modules/cache/ap_socache.h: Doxify.
Joe Orton
2008-04-09
1
-33
/
+82
*
make use of var for output name.
Guenter Knauf
2008-04-09
3
-3
/
+3
*
Fixed export list for mod_session.
Guenter Knauf
2008-04-09
1
-1
/
+3
[prev]
[next]