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
*
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
*
Fix doxygen comments and add a missing line-feed.
Justin Erenkrantz
2002-06-27
1
-2
/
+3
*
Change conn_rec->keepalive to an enumerated value of
Justin Erenkrantz
2002-06-26
2
-4
/
+10
*
Add in the other complex ap_regkey_value_foo() fns and move ap_regkey.h
William A. Rowe Jr
2002-06-24
1
-160
/
+0
*
Introduce win32 registry handling through a very apr-ish interface.
William A. Rowe Jr
2002-06-24
1
-0
/
+160
*
Removed "tolower(++s)" idiom from ap_strcasestr(), to avoid side-effects
Brian Pane
2002-06-23
1
-0
/
+1
*
With dav corrected, this last _compat.h bogosity leaves the core distro.
William A. Rowe Jr
2002-06-23
1
-1
/
+0
*
Revert to the 1.39 comments about NULL for ap_sub_req_lookup() next_filter
William A. Rowe Jr
2002-06-22
1
-3
/
+3
*
Note the changed meaning of the NULL next_filter argument to the
William A. Rowe Jr
2002-06-22
1
-3
/
+3
*
bump after the tag
Cliff Woolley
2002-06-17
1
-1
/
+1
*
here goes nothing
Cliff Woolley
2002-06-17
1
-1
/
+1
*
moving on. :)
Cliff Woolley
2002-06-16
1
-1
/
+1
*
bump before the tag
Cliff Woolley
2002-06-16
1
-1
/
+1
*
Improve on some of the documentary comments in the request_rec.
Aaron Bannert
2002-06-15
1
-47
/
+48
*
Solve the 80/20 by initializing and storing server_rec->timeout and
William A. Rowe Jr
2002-06-13
2
-5
/
+6
*
Bump after the tag
Cliff Woolley
2002-06-11
1
-1
/
+1
*
bump before the tag
Cliff Woolley
2002-06-11
1
-1
/
+1
*
Style cleanups before contemplating adding init filter hook.
Justin Erenkrantz
2002-06-08
1
-16
/
+23
*
Update comments for Stas Bekman
Bill Stoddard
2002-06-04
1
-2
/
+11
*
The recent changes require a full recompile. Lack thereof has bitten
Cliff Woolley
2002-06-03
1
-1
/
+2
*
The apr_bucket change requires a minor MMN bump. Also modify Apache's
Ryan Bloom
2002-05-31
1
-1
/
+1
*
fix some major badness: error buckets *cannot* use simple_copy because
Cliff Woolley
2002-05-31
1
-0
/
+2
*
Add macro to check for an error bucket. (Can't call it APR_BUCKET_IS_ERROR
Justin Erenkrantz
2002-05-30
1
-0
/
+7
*
Add a PROXYREQ_RESPONSE value for request_rec->proxyreq because it is
Justin Erenkrantz
2002-05-30
1
-1
/
+3
*
Imagine the horror. I go to try compiling PHP4, and it bombs out on
Cliff Woolley
2002-05-30
1
-6
/
+9
*
Yet another reason the MMN needs to get bumped. If there are changes
Cliff Woolley
2002-05-30
1
-1
/
+2
*
Add "-k start|startssl|restart|graceful|stop" support to httpd
Jeff Trawick
2002-05-23
2
-0
/
+9
*
add ap_log_pid() for reading an Apache pid file
Jeff Trawick
2002-05-23
1
-0
/
+8
*
ignore APLOG_NOERRNO; note that it is deprecated
Jeff Trawick
2002-05-17
1
-0
/
+3
*
Added EnableMMAP directive to allow the server administrator to
Brian Pane
2002-05-12
1
-0
/
+9
[next]