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
*
Fix filter registration so that the appropriate list of
Jeff Trawick
2000-09-20
1
-6
/
+18
*
tart getting things setup for input filtering. All this basically does
Ryan Bloom
2000-09-19
2
-9
/
+20
*
Fix the calling convention on Windows for ap_bucket_printf() and
Jeff Trawick
2000-09-18
1
-4
/
+4
*
Change r->filters to r->output_filters. This sets things up for us to
Ryan Bloom
2000-09-18
1
-2
/
+7
*
put ctx back in ap_add_filter()
Doug MacEachern
2000-09-14
1
-1
/
+1
*
Add a pointer to the filter_rec_t from the filter_t. This allows modules
Ryan Bloom
2000-09-14
1
-13
/
+31
*
Add the AddFilter directive. This directive takes a list of filter names
Ryan Bloom
2000-09-14
2
-4
/
+4
*
Start introducing the extension-method elements so we're not
Ken Coar
2000-09-13
3
-0
/
+75
*
Ensure that only one EOS bucket is sent down the filter stack. This is
Ryan Bloom
2000-09-12
1
-0
/
+1
*
Change prefork to use the same listen api as the rest of the unix mpms
Greg Ames
2000-09-08
1
-1
/
+1
*
Fix default Timeout & KeepaliveTimeout. Still need to limit directive
Allan K. Edwards
2000-09-01
1
-2
/
+2
*
reversing the latest commit; it was vetoed a while back.
Greg Stein
2000-08-30
1
-11
/
+5
*
Modify the way filters are added to the server. Instead of using a FIFO,
Ryan Bloom
2000-08-30
1
-5
/
+11
*
Filters (and thus ap_pass_brigade()) now return an apr_status_t as their
Jeff Trawick
2000-08-29
1
-6
/
+7
*
Remove IOLs from Apache. They are no longer necessary, now that we have
Ryan Bloom
2000-08-23
1
-1
/
+1
*
APRize disabling nagle (setting TCP_NODELAY).
Brian Havard
2000-08-22
1
-1
/
+1
*
Expand a little on the description, while testing enhancements to
Ken Coar
2000-08-21
1
-2
/
+2
*
Another minor cosmetic fix, committed from the httpd-docs-2.0/apidoc
Ken Coar
2000-08-21
1
-1
/
+1
*
Cosmetic fix, committed from the apache-2.0 tree (this will also
Ken Coar
2000-08-21
1
-1
/
+1
*
Upgrade PCRE to version 3.2
Ryan Bloom
2000-08-20
1
-1
/
+0
*
Advance all the numbers in the CHANGES and httpd.h file to reflect that
Ryan Bloom
2000-08-18
1
-2
/
+2
*
Update httpd.h for the release of a6.
Ryan Bloom
2000-08-18
1
-1
/
+1
*
this shouldn't have gone in yet. there is still pending discussion.
Greg Stein
2000-08-17
1
-2
/
+2
*
Make ap_add_filter use a LIFO stack instead of a FIFO queue to add filters
Ryan Bloom
2000-08-17
1
-2
/
+2
*
finish cleaning up after a change i made over 3 years ago.
dgaudet
2000-08-15
1
-3
/
+0
*
a filter's context is to be used however the filter likes. it is a void*,
Greg Stein
2000-08-15
1
-1
/
+3
*
Fix some typos in the comments.
Jeff Trawick
2000-08-15
1
-4
/
+5
*
Fix a small typo
Ryan Bloom
2000-08-14
1
-0
/
+1
*
Document http_request.h using ScanDoc.
Ryan Bloom
2000-08-14
1
-2
/
+144
*
Finish commenting httpd.h using Scandoc.
Ryan Bloom
2000-08-14
1
-9
/
+211
*
Add an error condition to the filter code. Basically, if somehow we get
Ryan Bloom
2000-08-13
1
-0
/
+2
*
document util_filter.h using Scandoc
Ryan Bloom
2000-08-13
1
-1
/
+70
*
Initial Filtering code. This uses a bucket brigade scheme to allow modules
Ryan Bloom
2000-08-12
3
-21
/
+37
*
Add mnemonics for the ap_allow_methods() reset flag meanings.
Ken Coar
2000-08-12
1
-0
/
+4
*
Note the connexion between the method number list and the
Ken Coar
2000-08-12
1
-0
/
+2
*
More prototypical API support for arbitrary extension HTTP methods.
Ken Coar
2000-08-12
1
-0
/
+9
*
Preset the cmd_parms->limited field to the magic 'no limit active'
Ken Coar
2000-08-12
1
-2
/
+16
*
Add support for arbitrary extension methods for the Allow
Ken Coar
2000-08-10
2
-1
/
+18
*
Fix comment delimiters so that Apache builds again.
Jeff Trawick
2000-08-10
1
-4
/
+4
*
Begin to document httpd.h with ScanDoc
Ryan Bloom
2000-08-10
1
-147
/
+509
*
Fix syntax error in the typedef of schemes_t so Apache builds again.
Jeff Trawick
2000-08-08
1
-1
/
+1
*
Document the util_md5.h file using ScanDoc. Also add package directives
Ryan Bloom
2000-08-08
3
-2
/
+51
*
Document util_xml using ScanDoc
Ryan Bloom
2000-08-08
1
-46
/
+142
*
Document util_uri.h using ScanDoc
Ryan Bloom
2000-08-08
1
-14
/
+108
*
Document util_script using ScanDoc
Ryan Bloom
2000-08-07
1
-0
/
+83
*
Document util_ebcdic.h with ScanDoc
Ryan Bloom
2000-08-07
1
-2
/
+16
*
Document util_date.h using ScanDoc
Ryan Bloom
2000-08-06
1
-0
/
+33
*
Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...
William A. Rowe Jr
2000-08-06
3
-4
/
+4
*
Document util_charset.h using ScanDoc
Ryan Bloom
2000-08-06
1
-4
/
+25
*
Document util_cfgtree using ScanDoc
Ryan Bloom
2000-08-06
1
-5
/
+38
[next]