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
*
* modules/standard/mod_autoindex.c (index_directory): If stat() fails
Joe Orton
2004-03-10
1
-3
/
+12
*
Enable mod_rewrite to recognize SSL variables (using ssl_var_lookup)
Madhusudan Mathihalli
2004-03-09
1
-0
/
+19
*
Fix bug in mod_usertrack when no CookieName is set.
Justin Erenkrantz
2004-03-09
1
-10
/
+21
*
Add the ssl_is_https() and ssl_var_lookup() optional functions to the mod_nw...
Bradley Nicholes
2004-03-07
1
-3
/
+238
*
Allow make files to create a cc.opt compiler options file per NLM rather than...
Bradley Nicholes
2004-03-07
6
-12
/
+13
*
Add the include path to modules/ssl to resolve the include of mod_ssl.h
Bradley Nicholes
2004-03-06
2
-0
/
+2
*
Fix use of mod_ssl as a DSO linked against static SSL libraries; also
Joe Orton
2004-03-06
1
-1
/
+2
*
Allow the enabled flag to be set to more than just TRUE or FALSE so that
Bradley Nicholes
2004-03-05
4
-21
/
+28
*
Allow the enabled flag to be set to more that just TRUE or FALSE so that
Bradley Nicholes
2004-03-05
1
-5
/
+5
*
* modules/ssl/ssl_engine_init.c (ssl_init_Engine): Log the OpenSSL
Joe Orton
2004-03-04
1
-0
/
+2
*
* modules/ssl/ssl_engine_log.c (ssl_log_ssl_error): Use %lu to print
Joe Orton
2004-03-04
1
-2
/
+2
*
* modules/ssl/ssl_engine_vars.c (ssl_var_lookup,
Joe Orton
2004-03-04
1
-3
/
+3
*
* modules/ssl/ssl_engine_vars (ssl_var_lookup): const'ify result and
Joe Orton
2004-03-04
1
-30
/
+20
*
* modules/ssl/ssl_engine_vars (ssl_var_lookup): Optimise such that
Joe Orton
2004-03-04
1
-57
/
+76
*
* modules/ssl/mod_ssl.h: Declare ssl_is_https optional function.
Joe Orton
2004-03-04
2
-0
/
+11
*
* modules/ssl/ssl_engine_vars (ssl_var_lookup): Fix potential
Joe Orton
2004-03-04
1
-4
/
+4
*
fix windows build: add path to mod_ssl.h
Allan K. Edwards
2004-03-01
2
-6
/
+6
*
* modules/metadata/mod_headers.c (header_inout_cmd): Remove redundant
Joe Orton
2004-03-01
1
-6
/
+1
*
* modules/ssl/ssl_engine_io.c (ssl_io_filter_disable,
Joe Orton
2004-02-29
1
-2
/
+3
*
* modules/ssl/ssl_engine_vars.c (ssl_var_lookup_ssl_cert_dn): Simplify
Joe Orton
2004-02-29
1
-8
/
+5
*
* modules/ssl/ssl_engine_vars.c (ssl_var_lookup_ssl_cert_dn): For a DN
Joe Orton
2004-02-28
1
-4
/
+15
*
Add 's' format tag to mod_headers to allow access to mod_ssl variables
Joe Orton
2004-02-28
1
-1
/
+48
*
Move mod_ssl-internal interfaces into ssl_private.h; allow mod_ssl.h
Joe Orton
2004-02-28
28
-651
/
+671
*
Relicense.
Joe Orton
2004-02-28
2
-94
/
+25
*
Send the 'Close Alert' message to the peer upon closing a SSL session. This
Madhusudan Mathihalli
2004-02-28
1
-1
/
+19
*
fix an old misfeature: "BufferedLogs Off" would sort-of turn
Jeff Trawick
2004-02-26
1
-2
/
+4
*
a kind fix for a compile error unfortunately broke an order
Jeff Trawick
2004-02-26
1
-7
/
+9
*
* modules/ssl/ssl_engine_io.c (ssl_io_filter_disable): Don't leak an
Joe Orton
2004-02-25
1
-0
/
+1
*
* modules/ssl/ssl_engine_pphrase.c (ssl_pphrase_Handle): Wording
Joe Orton
2004-02-22
1
-3
/
+3
*
* modules/ssl/ssl_scache_shmcb.c (ssl_scache_shmcb_init): Use an
Joe Orton
2004-02-22
1
-4
/
+13
*
remove support for Remote_User variable, which never worked at all.
André Malo
2004-02-21
1
-8
/
+0
*
forward port to not log twice
André Malo
2004-02-21
1
-1
/
+1
*
do not exit() from inside a module!
André Malo
2004-02-21
1
-6
/
+12
*
ugh! Fix log open error condition, which never matched.
André Malo
2004-02-21
1
-2
/
+1
*
allow log pipes to be relative to serverroot as well
André Malo
2004-02-21
1
-2
/
+3
*
there's no such default
André Malo
2004-02-21
1
-2
/
+2
*
minor mod_auth_basic and mod_auth_digest sync. mod_auth_basic
Geoffrey Young
2004-02-21
2
-9
/
+23
*
Fix segfault in util_ald_create_cache() when shared memory caching has been d...
Bradley Nicholes
2004-02-21
1
-0
/
+2
*
mod_isapi: GetServerVariable returned improperly terminated header
Jeff Trawick
2004-02-16
1
-4
/
+6
*
mod_isapi: send_response_header() failed to copy status string's
Jeff Trawick
2004-02-16
1
-1
/
+1
*
mod_isapi: GetServerVariable("ALL_RAW") returned the wrong buffer
Jeff Trawick
2004-02-16
1
-1
/
+1
*
adding 304 support for if-Modified-Since request header,
Jean-Jacques Clar
2004-02-10
1
-0
/
+7
*
* modules/ssl/ssl_engine_pphrase.c: Note that the ERR_clear_error()
Joe Orton
2004-02-10
1
-2
/
+3
*
fix name of The Apache Software Foundation
André Malo
2004-02-09
140
-141
/
+141
*
fix copyright dates and apply the license to one forgotten header file
André Malo
2004-02-08
5
-4
/
+19
*
fix copyright dates according to the first check in
André Malo
2004-02-08
25
-26
/
+26
*
fix copyright dates according to the first check in
André Malo
2004-02-08
26
-26
/
+26
*
oops
André Malo
2004-02-08
1
-1
/
+1
*
fix copyright dates according to the first checkin
André Malo
2004-02-08
3
-3
/
+3
*
fix copyright dates according to the first check in
André Malo
2004-02-08
13
-13
/
+13
[next]