index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
util_md5.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2002-07-08
silence an unhelpful gcc warning
Jeff Trawick
1
-1
/
+1
2002-07-08
VC6 is unable to deal with dependencies that are still due to be made.
Ryan Bloom
2
-4
/
+9
2002-07-07
Optimize reading keep-alive requests with APR_INCOMPLETE_READ. In the
Bill Stoddard
1
-2
/
+10
2002-07-07
fix for compilers that don't support long long datatype
Brian Pane
1
-5
/
+5
2002-07-06
Renames Pending:
Ian Holsman
8
-18
/
+20
2002-07-06
Fix some Win32 compile breaks caused by Brian Pane's making apr_table_t
Bill Stoddard
2
-6
/
+8
2002-07-06
Eliminated the use of AP_MODE_SPECULATIVE brigade reads to check
Brian Pane
1
-29
/
+77
2002-07-05
This just bugs me today...
Bill Stoddard
1
-1
/
+1
2002-07-05
Submitted by: Owen Boyle, on users@ mailing list
Rich Bowen
2
-18
/
+36
2002-07-05
use new time conversion macros in place of APR_USEC_PER_SEC
Brian Pane
1
-2
/
+2
2002-07-05
use the time conversion macros rather than dividing by APR_USEC_PER_SEC
Brian Pane
1
-9
/
+11
2002-07-05
replaced APR_USEC_PER_SEC division with the new time macros
Brian Pane
2
-8
/
+8
2002-07-05
fix ap_mpm_set_max_mem_free declaration to match mpm_common.c
Brian Pane
1
-1
/
+2
2002-07-04
Add missing declarations of the new max_mem_free stuff
Brian Pane
1
-0
/
+5
2002-07-04
Re-use the same temp brigade to read all lines of a request header,
Brian Pane
3
-41
/
+62
2002-07-04
Now why did I commit that symbolic constant in APR again? Exactly...
Sander Striker
1
-1
/
+2
2002-07-04
Add a new directive: MaxMemFree. MaxMemFree makes it possible
Sander Striker
15
-0
/
+45
2002-07-04
Make the mime types configuration file path relative to {sysconfdir},
Sander Striker
1
-0
/
+2
2002-07-04
New Japanese translation.
Yoshiki Hayashi
2
-201
/
+205
2002-07-04
Fix typo.
Yoshiki Hayashi
1
-1
/
+1
2002-07-04
Fix typo.
Yoshiki Hayashi
1
-10
/
+10
2002-07-04
Bump up revision.
Yoshiki Hayashi
2
-2
/
+2
2002-07-03
Fix a const'ness conflict.
William A. Rowe Jr
1
-1
/
+1
2002-07-03
note the C-L filter fix
Cliff Woolley
1
-0
/
+4
2002-07-03
Fix C-L filter non-blocking-mode brokenness. It was failing to ever
Cliff Woolley
1
-1
/
+5
2002-07-03
Remove unused variable 'str'.
Justin Erenkrantz
1
-1
/
+0
2002-07-03
Use the apr_file_copy function rather than doing a system call to copy
Justin Erenkrantz
1
-6
/
+1
2002-07-03
found wasn't getting incremented when we update an exisiting record, thus
Justin Erenkrantz
1
-0
/
+1
2002-07-02
fix some mispellings of the word privileges
Jeff Trawick
1
-6
/
+6
2002-07-02
Optimized the addition of the core output filter
Brian Pane
1
-1
/
+1
2002-07-02
Replaced ap_add_input_filter() call with cheaper ap_add_input_filter_handle()
Brian Pane
1
-1
/
+1
2002-07-02
htpasswd needs to add a newline at the end of each record.
Ryan Bloom
1
-0
/
+1
2002-07-02
Never trust Bill when he cuts and pastes
William A. Rowe Jr
1
-1
/
+1
2002-07-02
A bit more ap_regkey and apr-ization. Fixes some new bugs where the
William A. Rowe Jr
3
-21
/
+32
2002-07-02
Introduce a _raw_set/_raw_get for regkey values. Takes care of all the
William A. Rowe Jr
2
-69
/
+181
2002-07-01
The pitfalls of cut'n'paste
William A. Rowe Jr
1
-7
/
+8