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
*
"v" in the name has come to mean that a va_arg is in the parameter list.
Greg Stein
2001-02-09
1
-2
/
+2
*
Fix another windows compile break.
Bill Stoddard
2001-02-09
1
-1
/
+1
*
Replace reinit_scoreboard with ap_create_scoreboard.
Bill Stoddard
2001-02-09
1
-1
/
+0
*
A few small docs changes (there were ';' in the ScanDoc), and remove some
Ryan Bloom
2001-02-09
1
-9
/
+7
*
*) namespace protect the filter_flush() function
Greg Stein
2001-02-09
1
-21
/
+21
*
Make the header filter use the brigade buffering functions for creating
Ryan Bloom
2001-02-09
1
-3
/
+3
*
Allow filters to buffer data in a brigade using the ap_f* functions.
Ryan Bloom
2001-02-09
1
-0
/
+69
*
Fix windows compile break
Bill Stoddard
2001-02-09
1
-1
/
+1
*
renaming various functions for consistency sake
Doug MacEachern
2001-02-08
1
-11
/
+11
*
Move OS/2 MPM specific variables out of scoreboard & into an array local to
Brian Havard
2001-02-08
1
-5
/
+0
*
Get the Unix MPMs restarting again. If we are going to register a cleanup
Ryan Bloom
2001-02-07
1
-1
/
+1
*
Don't include mpm.h from scoreboard.h as scoreboard.h is included from mpm.h.
Brian Havard
2001-02-07
1
-1
/
+0
*
get Unix MPMs to build again after recent scoreboard changes
Jeff Trawick
2001-02-06
1
-0
/
+2
*
Get OS/2 MPM running again after the reunification of the scoreboard code.
Brian Havard
2001-02-06
1
-0
/
+8
*
ap_new_connection() returns NULL if an error occurred (prefork MPM
Jeff Trawick
2001-02-05
1
-0
/
+1
*
I hereby propose that the ASF buy that guy a compiler.
Jeff Trawick
2001-02-05
1
-1
/
+1
*
s/l/r/ in ap_send_http_header protototype
Doug MacEachern
2001-02-05
1
-3
/
+3
*
Move release.h to ap_release.h. This was done to namespace protect the
Ryan Bloom
2001-02-05
1
-0
/
+3
*
Move the APACHE_RELEASE macro to release.h
Ryan Bloom
2001-02-05
2
-6
/
+6
*
Move the server version information out of httpd.h and into release.h.
Ryan Bloom
2001-02-05
2
-6
/
+66
*
fix minor prototype inconsistencies noticed with C::Scan
Doug MacEachern
2001-02-04
6
-31
/
+31
*
Improved(?) docco.
Ben Laurie
2001-02-03
1
-29
/
+18
*
Begin restructuring scoreboard code to enable adding back in
Bill Stoddard
2001-02-02
1
-1
/
+11
*
avoid duplicate symbol warnings on some platforms (e.g., AIX)
Jeff Trawick
2001-02-02
1
-1
/
+1
*
Remove duplicate function declaration
Bill Stoddard
2001-02-02
1
-1
/
+1
*
Bring mod_status for 2.0 back in line with mod_status for 1.3. This is
Ryan Bloom
2001-02-01
2
-137
/
+242
*
get Apache building again after the change to make_exports.awk
Greg Ames
2001-01-31
1
-1
/
+1
*
add missing newline to end of file
Jeff Trawick
2001-01-30
1
-1
/
+1
*
More doc improvements.
Ben Laurie
2001-01-29
2
-2
/
+2
*
More docco cleanup.
Ben Laurie
2001-01-28
1
-13
/
+24
*
Improve documentation.
Ben Laurie
2001-01-28
1
-16
/
+43
*
Another starting point, by no means complete.
William A. Rowe Jr
2001-01-28
1
-0
/
+11
*
Forgot this header file when I cleaned the error_bucket code.
Ryan Bloom
2001-01-27
1
-4
/
+4
*
Add support for type-safe optional functions.
Ben Laurie
2001-01-27
1
-0
/
+8
*
Was there a file that wasn't updated with the error buckets patch?
William A. Rowe Jr
2001-01-27
1
-1
/
+1
*
filters can now report an HTTP error to the server. This is done
Ryan Bloom
2001-01-27
2
-0
/
+43
*
Begin mod_core.h for CORE-private information. Ideally, AP_CORE_DECLARE
Greg Stein
2001-01-24
1
-11
/
+0
*
Improve the performance of the ap_r* functions by buffering their data in
Greg Stein
2001-01-24
1
-0
/
+1
*
We only want to define ap_send_mmap if APR_HAS_MMAP is true. Without
Ryan Bloom
2001-01-23
1
-0
/
+2
*
AP_REQUEST_DONE is bogus and a bad idea. This had the http_header filter
Ryan Bloom
2001-01-22
1
-1
/
+0
*
Remove AddModule and ClearModuleList. Neither directive really makes
Ryan Bloom
2001-01-21
1
-6
/
+0
*
Move initgroupgs, ap_uname2id and ap_gname2id from util.c to
Ryan Bloom
2001-01-20
2
-14
/
+14
*
Remove ap_chdir_file. This function is not thread-safe, and nobody
Ryan Bloom
2001-01-20
1
-6
/
+0
*
The fast fix to get FirstBill back out of the gate. It brings up an
William A. Rowe Jr
2001-01-19
1
-1
/
+1
*
By popular review
William A. Rowe Jr
2001-01-19
1
-1
/
+1
*
The only symbol dropped, not counting regcomp regerror regexec regfree
William A. Rowe Jr
2001-01-19
1
-1
/
+2
*
Normalize the use of AP_DECLARE_DATA
William A. Rowe Jr
2001-01-19
4
-11
/
+11
*
The big change. This is part 3 of the apr-util symbols rename, please
William A. Rowe Jr
2001-01-19
8
-41
/
+37
*
Some missing exports
William A. Rowe Jr
2001-01-19
2
-2
/
+3
*
Provide apr_pool_t arg to register_hooks, since anything they do in that
William A. Rowe Jr
2001-01-17
1
-12
/
+18
[next]