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
*
*) 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
*
Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbols
William A. Rowe Jr
2000-10-16
1
-2
/
+2
*
Cleaning up a _Security_ concern - Please Review Carefully
William A. Rowe Jr
2000-10-16
1
-11
/
+23
*
Stop using the index into the array for the bucket type. Now we just use
Ryan Bloom
2000-10-15
1
-1
/
+1
*
Remove all function pointers from the ap_bucket type. These function
Ryan Bloom
2000-10-13
1
-14
/
+14
*
Get rid of much of the old implementation of translating the
Jeff Trawick
2000-10-05
1
-4
/
+0
*
mod_include now tweaks the subrequest output filter chain so that
Jeff Trawick
2000-09-22
1
-6
/
+15
*
Get the call to find_string() out of a loop. find_string() loops
Jeff Trawick
2000-09-21
1
-4
/
+1
*
Fix the prior fix to the usage of ap_brigade_split()... The caller of
Jeff Trawick
2000-09-20
1
-10
/
+10
*
Fix mixup in call to ap_brigade_split().
Jeff Trawick
2000-09-20
1
-3
/
+4
*
Cleanup the brigade split in mod_include. It turns out that we have had
Ryan Bloom
2000-09-19
1
-10
/
+1
*
tart getting things setup for input filtering. All this basically does
Ryan Bloom
2000-09-19
1
-1
/
+1
*
If a bucket is split at the first or last character, then we should get
Ryan Bloom
2000-09-17
1
-4
/
+0
*
Handle a tag that appears at the start of a bucket.
Jeff Trawick
2000-09-15
1
-2
/
+11
*
Fix the types of the variables passed as the len parm to bucket->read()
Jeff Trawick
2000-09-14
1
-3
/
+3
*
In find_string(), handle eos and end-of-pipe conditions.
Jeff Trawick
2000-09-14
1
-7
/
+12
[next]