index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow restart of httpd to occur even with syntax errors in the config
Justin Erenkrantz
2003-02-17
1
-2
/
+5
*
Added support for Novell LDAP SDK and standardized the SSL support across
Bradley Nicholes
2003-02-14
1
-13
/
+16
*
change optional function to return the previous writer, allowing to have mutl...
Ian Holsman
2003-02-14
1
-1
/
+2
*
finished that boring job:
André Malo
2003-02-03
28
-28
/
+28
*
d'oh! was originally against 2.0. yeah, that's it..
Ken Coar
2003-01-24
1
-1
/
+1
*
here we go. add a directive that will keep %2f from being
Ken Coar
2003-01-23
3
-3
/
+11
*
move rfc1413 code to a new module "metadata:mod_ident".
André Malo
2003-01-18
3
-91
/
+8
*
Update documentation to match prototype for ap_register_input_filter and
Justin Erenkrantz
2003-01-12
1
-2
/
+6
*
comment an endif for clarity
Brian Pane
2002-12-15
1
-1
/
+1
*
Per Greg's request, add a version string component to the ap_provider.h
Justin Erenkrantz
2002-11-30
1
-1
/
+5
*
Win32 builds populate include from modules/foo/*.h and os/win32/os.h.
William A. Rowe Jr
2002-11-24
1
-0
/
+8
*
Branch tag APACHE_2_0_BRANCH now contains Apache 2.0 development.
William A. Rowe Jr
2002-11-22
1
-2
/
+2
*
use a subpool of c->pool for resources which are set aside, then clear it
Greg Ames
2002-11-08
1
-4
/
+3
*
mod_logio modification: count bytes-sent after the writev or sendfile
Brian Pane
2002-10-25
1
-0
/
+11
*
Introduce an EnableSendfile directive (defaulted to ON) to allow users
William A. Rowe Jr
2002-10-14
1
-1
/
+6
*
Fix a compile of compiler warnings. I don't know how these slipped past.
Ryan Bloom
2002-10-11
1
-1
/
+2
*
fix a problem generating the docs via scandoc
Jeff Trawick
2002-10-10
1
-1
/
+1
*
Change the LDAP modules to export their symbols correctly
Graham Leggett
2002-10-09
1
-7
/
+29
*
Add -S as a synonym for -t -DDUMP_VHOSTS
Aaron Bannert
2002-10-07
1
-1
/
+1
*
On to .44
William A. Rowe Jr
2002-10-03
1
-1
/
+1
*
On to the 2.0.43 candidate
William A. Rowe Jr
2002-10-03
1
-1
/
+1
*
Add logic to the default_handler to enable script delivery to script
Greg Stein
2002-10-03
1
-0
/
+10
*
Fix typo in doxygen comment
Justin Erenkrantz
2002-09-20
1
-1
/
+1
*
Add ap_register_provider and ap_lookup_provider functions which resolve
Justin Erenkrantz
2002-09-20
1
-0
/
+88
*
Update after the tag (and roll).
Sander Striker
2002-09-19
1
-1
/
+1
*
Prepare for the tag.
Sander Striker
2002-09-19
1
-1
/
+1
*
Update after the tag.
Sander Striker
2002-09-17
1
-1
/
+1
*
Prepare for the tag.
Sander Striker
2002-09-17
1
-1
/
+1
*
Modify ap_open_logs (an internal function) to follow the hook open_logs
William A. Rowe Jr
2002-09-16
1
-2
/
+7
*
This bit me over the weekend. A module with old constants doesn't work
Greg Stein
2002-09-04
1
-1
/
+2
*
Clarify the use and sequencing of these three hooks.
Greg Stein
2002-08-24
1
-6
/
+18
*
Major/Minor/Min[imal]
Ian Holsman
2002-08-23
1
-3
/
+5
*
new option to ServerTokens. "Maj[or]" which displays a server response
Ian Holsman
2002-08-23
1
-1
/
+3
*
Bump after the tag.
Sander Striker
2002-08-09
1
-1
/
+1
*
Getting ready for the tag.
Sander Striker
2002-08-09
1
-1
/
+1
*
fix a compile problem in util_ldap.c when APU_HAS_LDAP_NETSCAPE_SSL
Jeff Trawick
2002-07-31
1
-1
/
+1
*
if APR doesn't support threads, we don't need (and can't have) these
Jeff Trawick
2002-07-30
1
-0
/
+4
*
untabify
Jeff Trawick
2002-07-30
1
-21
/
+21
*
Fix the PATH exposure security problem I thought I fixed in 2.0.36.
Bill Stoddard
2002-07-30
1
-1
/
+1
*
Cut-n-paste error
William A. Rowe Jr
2002-07-21
1
-4
/
+0
*
Try this AGAIN. Move ap_regkey.h to include/ and assure that this time,
William A. Rowe Jr
2002-07-11
1
-0
/
+264
*
Fix comments
William A. Rowe Jr
2002-07-11
1
-4
/
+3
*
Strength-reduce a 64-bit "mod 16" operation to "& 0xf" in cached_explode()
Brian Pane
2002-07-11
1
-0
/
+1
*
Fix code comments
William A. Rowe Jr
2002-07-11
1
-3
/
+3
*
tweak a comment for readability
Jeff Trawick
2002-07-08
1
-4
/
+3
*
fix ap_mpm_set_max_mem_free declaration to match mpm_common.c
Brian Pane
2002-07-05
1
-1
/
+2
*
Add missing declarations of the new max_mem_free stuff
Brian Pane
2002-07-04
1
-0
/
+5
*
Re-use the same temp brigade to read all lines of a request header,
Brian Pane
2002-07-04
1
-5
/
+17
*
Bring in os.h after we let apr do its platform foo.
William A. Rowe Jr
2002-07-01
1
-1
/
+2
*
Add a filter_init function to the filters so that a filter can execute
Justin Erenkrantz
2002-06-28
2
-4
/
+17
[next]