index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
metadata
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refresh .mak files for tagging 2.0.19
William A. Rowe Jr
2001-06-28
4
-72
/
+81
*
Extend mod_setenvif to support specifying regular expressions
Bill Stoddard
2001-06-12
1
-3
/
+9
*
Enable SetEnvIf to handle taking a regex on the header name (SPECIAL_NOT case).
Bill Stoddard
2001-06-09
1
-5
/
+52
*
fix a thread-safety bug by using apr_strtok() instead of strtok()
Jeff Trawick
2001-06-07
1
-4
/
+4
*
initialize local condition_var var to keep garbage out of struct
Jeff Trawick
2001-06-06
1
-1
/
+1
*
ap_getword_conf wants const char **, not char **
Jeff Trawick
2001-06-06
1
-1
/
+1
*
Extend mod_headers to support conditional driven Header
Bill Stoddard
2001-06-05
1
-8
/
+51
*
void * isn't compatible with a function pointer; deal with retrieving a
Jeff Trawick
2001-06-04
1
-3
/
+3
*
Function declaration must be a prototype.
Ben Laurie
2001-06-03
1
-1
/
+1
*
Extend Header add|set|append support to accept format strings for the
Bill Stoddard
2001-06-01
1
-10
/
+200
*
Return "1" to apr_table_do()
Bill Stoddard
2001-06-01
1
-1
/
+1
*
Add the 'echo' option to mod_headers Header directive. Use the new option
Bill Stoddard
2001-06-01
1
-7
/
+52
*
Remove many redundant semicolons.
Ben Laurie
2001-05-28
1
-13
/
+13
*
Merging was bollocks.
Ben Laurie
2001-05-28
1
-3
/
+6
*
Move the addition of default AP_HTTP_HTTP_HEADER filters to the insert_filter
Graham Leggett
2001-05-22
1
-3
/
+3
*
Tru64 cc is bitchy about trailing commas in an enum list.
Jeff Trawick
2001-05-20
1
-1
/
+1
*
Change directive HeaderOut back to Header and HeaderIn to RequestHeader.
Roy T. Fielding
2001-05-20
1
-27
/
+19
*
Reimplement mod_headers as an output filter. mod_headers can now
Bill Stoddard
2001-05-19
1
-34
/
+114
*
clean up DSO builds on OS/390 a bit by ignoring some generated files
Jeff Trawick
2001-05-15
1
-0
/
+1
*
Fix httpd's definition of LTFLAGS to be consistent with that of apr
Roy T. Fielding
2001-05-12
1
-1
/
+1
*
Get mod_cern_meta to work on Windows. The problem was in the
Bill Stoddard
2001-05-07
1
-4
/
+5
*
Completely revamp configure so that it preserves the standard make
Roy T. Fielding
2001-04-29
1
-1
/
+1
*
icase is intialized as the result of an (a == b) expression, it makes
William A. Rowe Jr
2001-04-10
1
-1
/
+1
*
Time to refresh mak on Win32
William A. Rowe Jr
2001-04-05
4
-156
/
+156
*
This should wrap this freshen up
William A. Rowe Jr
2001-03-22
4
-152
/
+152
*
Fix a problem in mod_mime_magic where file descriptor 2 would be
Jeff Trawick
2001-03-19
1
-7
/
+9
*
tweak ap_get_remote_host() so that the caller can find out if she got
Jeff Trawick
2001-03-09
2
-2
/
+2
*
A patch to clean up much bogusity in Win32. Eliminates absolute cd "/..."
William A. Rowe Jr
2001-02-25
4
-36
/
+32
*
Refresh all .mak files should we choose to roll again shortly.
William A. Rowe Jr
2001-02-25
4
-209
/
+92
*
toss ENUM_BITFIELD. used in one place (but didn't need to be used), and it
Greg Stein
2001-02-24
1
-5
/
+3
*
*) Introduce "ap_conf_vector_t" type to assist with legibility and provide
Greg Stein
2001-02-18
2
-40
/
+40
*
Remove "no" from many APACHE_MODULE() invocations to allow them to be
Greg Stein
2001-02-18
1
-6
/
+6
*
Update copyright to 2001
Roy T. Fielding
2001-02-16
8
-8
/
+8
*
Add an apr_short_interval_time. This allows us to use an apr_interval_time
Ryan Bloom
2001-02-16
1
-2
/
+2
*
more module build cleanup, removing warnings and some
Jeff Trawick
2001-02-10
2
-0
/
+12
*
Fix more module breakage from header reorg
William A. Rowe Jr
2001-02-10
2
-1
/
+2
*
*) continued header revamping
Greg Stein
2001-02-10
8
-44
/
+51
*
use apr_size_t for file lengths; this avoids a warning (and perhaps
Jeff Trawick
2001-02-09
1
-17
/
+17
*
renaming various functions for consistency sake
Doug MacEachern
2001-02-08
8
-37
/
+37
*
Eliminate all assumptions that finfo.protection reflects the existance
William A. Rowe Jr
2001-01-31
3
-4
/
+4
*
get mod_unique_id building again...XtOffset was undefined
Greg Ames
2001-01-25
1
-0
/
+2
*
The big change. This is part 3 of the apr-util symbols rename, please
William A. Rowe Jr
2001-01-19
8
-12
/
+12
*
Provide apr_pool_t arg to register_hooks, since anything they do in that
William A. Rowe Jr
2001-01-17
8
-9
/
+14
*
Remove a couple more NULL handler specifications.
Ryan Bloom
2001-01-12
2
-2
/
+0
*
adjust remaining modules to use the new handler hook method (Alan Edwards)
Doug MacEachern
2001-01-09
4
-4
/
+0
*
Make handlers use hooks.
Ben Laurie
2001-01-07
2
-2
/
+0
*
Last of the Win32 goodness I've noticed
William A. Rowe Jr
2000-12-21
1
-2
/
+2
*
Out of the sandbox and into prime time. Note... these should always and
William A. Rowe Jr
2000-12-21
4
-0
/
+1418
*
Correction, commited the vc5. Need vc6 in the tree. Humble appologies.
William A. Rowe Jr
2000-12-21
4
-12
/
+16
*
The Win32 overhaul, in summary;
William A. Rowe Jr
2000-12-21
4
-84
/
+68
[next]