index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
filters
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Completely revamp configure so that it preserves the standard make
Roy T. Fielding
2001-04-29
1
-1
/
+1
*
Fix a reference to "ctx" in mod_include's CREATE_ERROR_BUCKET macro
Cliff Woolley
2001-04-25
1
-1
/
+1
*
Revert about half of the last commit because of an oversight on my part
Cliff Woolley
2001-04-22
1
-13
/
+29
*
Change mod_include to use the latest bucket API tricks. This gets
Cliff Woolley
2001-04-20
1
-47
/
+19
*
change include_handler to include_handler_fn_t, and clean up a nasty
William A. Rowe Jr
2001-04-10
2
-7
/
+7
*
We seem to use fn_t *fn throughout the rest of apache, so normalize this
William A. Rowe Jr
2001-04-10
2
-3
/
+3
*
Always clear the C-L if we are going to try to parse the file. It is
Ryan Bloom
2001-03-08
1
-7
/
+9
*
get rid of unused variable b_copy in function handle_echo()
Jeff Trawick
2001-03-02
1
-2
/
+1
*
Use the proper enum for the block/non-block parameter to apr_bucket_read().
Jeff Trawick
2001-03-02
1
-2
/
+2
*
Modify mod_include to send blocks of data no larger than 9k.
Ryan Bloom
2001-03-02
2
-3
/
+51
*
Add config directives to override the DEFAULT_ERROR_MSG and
Ryan Bloom
2001-02-26
1
-13
/
+43
*
Simplify by using apr_bucket_delete(e) where possible.
Cliff Woolley
2001-02-26
1
-16
/
+8
*
Remove a semicolon from a macro. This makes things a bit more readable,
Ryan Bloom
2001-02-22
1
-3
/
+3
*
Rename the module structures so that the exported symbol matches
Martin Kraemer
2001-02-16
3
-10
/
+10
*
Update copyright to 2001
Roy T. Fielding
2001-02-16
2
-2
/
+2
*
*) continued header revamping
Greg Stein
2001-02-10
1
-7
/
+4
*
Clean up some of the includes:
Greg Stein
2001-02-10
1
-0
/
+1
*
renaming various functions for consistency sake
Doug MacEachern
2001-02-08
2
-17
/
+17
*
move the instantiation of includes_module out of mod_include.h
Jeff Trawick
2001-02-06
2
-3
/
+1
*
Move the logic for creating CGI processes from mod_include to mod_cgi(d).
Ryan Bloom
2001-02-05
2
-337
/
+77
*
Eliminate all assumptions that finfo.protection reflects the existance
William A. Rowe Jr
2001-01-31
1
-8
/
+6
*
fix gcc warning
Jeff Trawick
2001-01-29
1
-2
/
+2
*
*) Adopt apr features to simplify mod_includes. This changes the
William A. Rowe Jr
2001-01-29
1
-16
/
+8
*
The changes required for the APR_FINFO_wanted argument to
William A. Rowe Jr
2001-01-20
1
-5
/
+5
*
Remove ap_chdir_file. This function is not thread-safe, and nobody
Ryan Bloom
2001-01-20
2
-9
/
+0
*
The big change. This is part 3 of the apr-util symbols rename, please
William A. Rowe Jr
2001-01-19
2
-181
/
+181
*
Provide apr_pool_t arg to register_hooks, since anything they do in that
William A. Rowe Jr
2001-01-17
1
-1
/
+1
*
get rid of some invalid errno references; use the apr_status_t instead
Jeff Trawick
2001-01-09
1
-7
/
+7
*
Make handlers use hooks.
Ben Laurie
2001-01-07
1
-1
/
+0
*
Get rid of some warnings on Tru64 and OS/390. void * isn't compatible
Jeff Trawick
2001-01-04
1
-2
/
+5
*
Last of the Win32 goodness I've noticed
William A. Rowe Jr
2000-12-21
1
-2
/
+2
*
Switch to the APR-provided APR_CHARSET_EBCDIC feature test macro.
Jeff Trawick
2000-12-20
1
-3
/
+3
*
Force all Apache functions to be linked into the executable, whether they
Ryan Bloom
2000-12-19
1
-3
/
+3
*
*) remove STANDARD_LIBS line; it is unused/unneeded
Greg Stein
2000-12-07
1
-4
/
+1
*
Make mod_include use a hash table to associate directive tags with
Ryan Bloom
2000-12-07
2
-104
/
+88
*
Ignore all the files that are generated during a build
Ryan Bloom
2000-12-05
1
-0
/
+10
*
Get the modules configuration stuff working correctly. This just deals
Ryan Bloom
2000-12-04
1
-5
/
+1
*
Start to add back the config.m4 and Makefile.in's that were separated out
Ryan Bloom
2000-12-04
2
-0
/
+21
*
First step towards extracting the SSI handling from mod_include so that
Ryan Bloom
2000-11-29
1
-101
/
+38
*
Fix some lvalue casts so that we can compile with xlc on AIX.
Jeff Trawick
2000-11-28
1
-4
/
+5
*
Change some apr_ssize_t uses to apr_size_t.
Jeff Trawick
2000-11-28
2
-16
/
+18
*
fix a bunch of apr_ssize_t/apr_size_t discrepancies
Jeff Trawick
2000-11-27
2
-9
/
+9
*
*) Compensate for recent changes in the APR headers. Specifically, some
Greg Stein
2000-11-26
1
-2
/
+7
*
add the "next filter" parameter to the rest of the ap_sub_req_* calls.
Greg Stein
2000-11-23
1
-0
/
+5
*
A complete re-write of mod_include. This has served the entire manual
Ryan Bloom
2000-11-22
2
-908
/
+1685
*
Fix a lot of the fallback from the apr_ssize_t to apr_size_t change
Ryan Bloom
2000-11-10
1
-3
/
+3
*
Fix mod_include to serve the FAQ correctly. The problem was a couple of
Ryan Bloom
2000-10-24
1
-10
/
+19
*
Get everything working with suexec patches again.
William A. Rowe Jr
2000-10-24
1
-0
/
+1
*
Add back suexec support.
Manoj Kasichainula
2000-10-23
1
-1
/
+1
*
Get mod_include working again. This still needs to be re-written, but
Ryan Bloom
2000-10-19
1
-4
/
+5
[next]