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
*
If the provider returns an error, then we should propagate it (rather
Greg Stein
2002-01-20
1
-1
/
+1
*
Input filtering prototype change: Socket blocking type should be
Justin Erenkrantz
2002-01-19
11
-36
/
+51
*
Style changes only. (Remove tabs, etc, etc.)
Justin Erenkrantz
2002-01-19
1
-38
/
+41
*
move OpenSSL specific SSL_{get,set}_state macros to the #ifdef'd group of
Doug MacEachern
2002-01-19
2
-8
/
+9
*
Fix a segfault in mod_include which was found by Sander Striker using
Jeff Trawick
2002-01-18
1
-1
/
+2
*
Shush
William A. Rowe Jr
2002-01-18
1
-0
/
+4
*
fix for SSLv2 requests
Doug MacEachern
2002-01-18
1
-3
/
+15
*
Clean up several typesaftey (signedness and size) emits.
William A. Rowe Jr
2002-01-17
1
-7
/
+11
*
output filter optimizations:
Doug MacEachern
2002-01-17
1
-24
/
+26
*
prevent possible segv if SSL_get_current_cipher() returns NULL in
Doug MacEachern
2002-01-17
1
-2
/
+4
*
Fix a problem in the parsing of the <Proxy foo> directive.
Jeff Trawick
2002-01-17
1
-2
/
+2
*
adjust BIO_METHOD initializers for sslc
Doug MacEachern
2002-01-17
1
-2
/
+6
*
allow mod_auth_digest to configure with --srcdir
Doug MacEachern
2002-01-17
1
-1
/
+1
*
Follow our Unix bretherens' conventions, and name the sub-proxy modules
William A. Rowe Jr
2002-01-17
4
-68
/
+69
*
rewrite of mod_ssl input filter for better performance and less memory usage
Doug MacEachern
2002-01-17
3
-350
/
+332
*
quick handler now runs on subrequests as well
Ian Holsman
2002-01-16
1
-10
/
+7
*
Log a more descriptive error message.
Bill Stoddard
2002-01-14
1
-1
/
+1
*
Revamp how mod_dav asks its provider to generate a GET response.
Greg Stein
2002-01-14
3
-179
/
+96
*
Removed the creation of a temporary pool in the expression parsing
Brian Pane
2002-01-13
1
-34
/
+17
*
Allocate only as much data as we need to hold token values in the
Brian Pane
2002-01-13
1
-4
/
+5
*
Added the NetWare def files for mod_cache and mod_mem_cache
Bradley Nicholes
2002-01-12
2
-0
/
+11
*
Bring forward the FileETag directive enhancement from 1.3.23-dev.
Ken Coar
2002-01-11
1
-9
/
+55
*
Document future binary compatibility problem.
Ben Laurie
2002-01-11
1
-0
/
+2
*
Fix a segfault in mod_rewrite's logging code caused by passing the
Jeff Trawick
2002-01-11
1
-1
/
+1
*
The mutex must be pool-managed, not ssl managed. We are encountering
William A. Rowe Jr
2002-01-11
3
-21
/
+5
*
Ok one typo... that's it for me for one evening
William A. Rowe Jr
2002-01-10
1
-1
/
+1
*
Fix a handful of AP_MODULE_DECLARE_DATA exports for .so modules.
William A. Rowe Jr
2002-01-10
16
-25
/
+26
*
*) Split all Win32 modules [excluding the core components mod_core,
William A. Rowe Jr
2002-01-10
39
-44
/
+2344
*
mod_ssl adjustments to help with using toolkits other than OpenSSL:
Doug MacEachern
2002-01-10
6
-52
/
+122
*
wrowe's veto'd this.
Ian Holsman
2002-01-10
1
-76
/
+0
*
Fixing the apr_shm_ and apr_rmm_ args back to a warning state was good.
William A. Rowe Jr
2002-01-10
1
-1
/
+4
*
new option LogExcludeByType
Ian Holsman
2002-01-10
1
-0
/
+76
*
This patch eliminated from the _SHARED_ segment of the scoreboard all
William A. Rowe Jr
2002-01-10
6
-558
/
+986
*
get SSLRandomSeed exec: working by passing the proper arguments to apr_proc_c...
Doug MacEachern
2002-01-10
1
-2
/
+7
*
call ssl_mutex_kill() during module cleanup
Doug MacEachern
2002-01-09
2
-2
/
+5
*
get SSLPassPhraseDialog exec: working by passing the proper arguments
Doug MacEachern
2002-01-09
3
-14
/
+21
*
Code updates to allow Mod_Rewrite and Mod_Auth_DBM to build on NetWare
Bradley Nicholes
2002-01-08
1
-8
/
+1
*
Add the ability to pass flags to both apr_file_open and apr_mktemp.
Ryan Bloom
2002-01-08
2
-5
/
+5
*
Fix how mod_dav examines methods in the request -- use the method number
Greg Stein
2002-01-07
2
-27
/
+60
*
Stylistic nitpicking before I go to work on this.
Justin Erenkrantz
2002-01-07
1
-29
/
+15
*
Rearranged the log_request_time() code to eliminate the allocation
Brian Pane
2002-01-06
1
-4
/
+16
*
Bypass a strdup and an 8KB local variable in the common case where
Brian Pane
2002-01-06
1
-5
/
+4
*
Cleaned up a couple of ap_ssi_parse_string calls that I missed
Brian Pane
2002-01-06
1
-12
/
+12
*
Eliminated various large (8KB) string buffers from the stack in
Brian Pane
2002-01-06
2
-33
/
+103
*
Fix a typo in mod_deflate's m4 config section.
Justin Erenkrantz
2002-01-06
1
-1
/
+1
*
for proxy CONNECT handling:
Jeff Trawick
2002-01-04
1
-12
/
+18
*
cache now can cache things for minutes.
Ian Holsman
2002-01-04
5
-6
/
+39
*
split mem_cache out of mod_cache (ala mod_proxy & proxy_http)
Ian Holsman
2002-01-04
2
-6
/
+113
*
Fix a couple of mod_proxy problems forwarding HTTP connections:
Jeff Trawick
2002-01-04
1
-27
/
+35
*
Keep my comments to myself.
Bill Stoddard
2002-01-03
1
-1
/
+0
[next]