index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
server
/
core.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Eliminate potential ap_server_root_relative segfaults, with the input
William A. Rowe Jr
2002-03-16
1
-8
/
+13
*
Update our copyright for this year.
Roy T. Fielding
2002-03-13
1
-1
/
+1
*
As hinted on dev@httpd, change filter naming schemes to match our
Justin Erenkrantz
2002-03-07
1
-5
/
+5
*
Remove the prev pointer from the filter chain. This removes
Ryan Bloom
2002-03-07
1
-1
/
+1
*
Fix a bug in the APR_MODE_EXHAUSTIVE mode for the core input filter.
Aaron Bannert
2002-03-06
1
-3
/
+6
*
Sander's Stylistic Submission
Ian Holsman
2002-03-05
1
-608
/
+748
*
fix <Directory ~ blah> containers.
Greg Ames
2002-03-05
1
-3
/
+4
*
Only insert net_filter once per request. Initialize the output
Ryan Bloom
2002-03-05
1
-0
/
+2
*
Ensure that net_time filter isn't added on subreqs - we assume that it is
Justin Erenkrantz
2002-03-04
1
-3
/
+2
*
Classify some of the input filters as the correct types. Previous to
Ryan Bloom
2002-03-03
1
-1
/
+1
*
Fix segfault if content_type is NULL.
Justin Erenkrantz
2002-02-26
1
-3
/
+4
*
I learned about AP_MODE_EXHAUSTIVE while reading some of the new filter
Ryan Bloom
2002-02-25
1
-8
/
+10
*
This code should be a noop today. But I did not feel comfortable about
William A. Rowe Jr
2002-02-21
1
-2
/
+3
*
Fix the close-on-sendfile bug where Win32 would transmit a single
William A. Rowe Jr
2002-02-21
1
-1
/
+1
*
Introduce AddOutputFilterByType directive.
Justin Erenkrantz
2002-02-19
1
-0
/
+127
*
stop using APR_BRIGADE_NORMALIZE()
Jeff Trawick
2002-02-17
1
-2
/
+19
*
Be a bit more sane with regard to CanonicalNames. If the user has
Ryan Bloom
2002-02-06
1
-3
/
+6
*
yet another tweak to empty brigade checking on entry to core_input_filter():
Jeff Trawick
2002-02-06
1
-2
/
+5
*
- Fix up a comment so that it makes more sense and explains why we return
Justin Erenkrantz
2002-02-06
1
-2
/
+22
*
In core_input_filter, check for an empty brigade after
Jeff Trawick
2002-02-05
1
-4
/
+6
*
Remove the install_transport_filters hook. The same function can be
Ryan Bloom
2002-02-05
1
-4
/
+5
*
Reintroduce the create_connection hook. This hook is required to enable
Bill Stoddard
2002-02-01
1
-0
/
+44
*
Now how did this slip by. Fixes a segfault. I tested this code, really...
Bill Stoddard
2002-01-30
1
-1
/
+1
*
This patch restores most of Ryan's patch (11/12/2001) to remove the
Bill Stoddard
2002-01-29
1
-12
/
+41
*
Don't let the default handler try to serve a raw directory. At
Jeff Trawick
2002-01-29
1
-2
/
+5
*
Remove the create_connection hook and put the client_socket back into the
Bill Stoddard
2002-01-27
1
-69
/
+11
*
Performance improvement: incorporated the use of the new
Brian Pane
2002-01-27
1
-10
/
+27
*
avoid a palloc of zero bytes so memory debuggers don't barf
Jeff Trawick
2002-01-27
1
-0
/
+9
*
Change ap_get_brigade prototype to remove *readbytes in favor of readbytes.
Justin Erenkrantz
2002-01-25
1
-19
/
+10
*
These changes are to allow caching of subrequests via a quick_handler.
Ian Holsman
2002-01-21
1
-1
/
+1
*
Make core_input_filter use the new apr_brigade_split_line function.
Justin Erenkrantz
2002-01-20
1
-33
/
+12
*
Add AP_MODE_SPECULATIVE support to core_input_filter
Justin Erenkrantz
2002-01-20
1
-2
/
+16
*
Input filtering prototype change: Socket blocking type should be
Justin Erenkrantz
2002-01-19
1
-10
/
+14
*
Move a check for an empty brigade to the start of core input filter
Jeff Trawick
2002-01-12
1
-3
/
+4
*
Bring forward the FileETag directive enhancement from 1.3.23-dev.
Ken Coar
2002-01-11
1
-0
/
+158
*
Restore the apr_pool_clear calls to main.c in case we have
David Reid
2002-01-08
1
-1
/
+0
*
This small patch modifies the log's to use plog instead of pconf.
David Reid
2002-01-08
1
-1
/
+2
*
Fix LimitRequestBody directive by moving the relevant code from
Justin Erenkrantz
2002-01-02
1
-2
/
+6
*
Remove a needless immortal bucket creation. We can just leave the
Justin Erenkrantz
2002-01-02
1
-2
/
+0
*
Generalized the recent prep_walk_cache optimizations to allow other
Brian Pane
2002-01-01
1
-2
/
+36
*
Performance fix for prep_walk_cache():
Brian Pane
2001-12-31
1
-6
/
+7
*
avoid some ugly sockaddr comparisons in do_double_reverse() by using
Jeff Trawick
2001-12-27
1
-15
/
+1
*
Change core code to allow an MPM to set hard thread/server
Jeff Trawick
2001-12-18
1
-4
/
+4
*
Whoops, that's quadstate, the value 3 is not-present.
William A. Rowe Jr
2001-12-13
1
-1
/
+1
*
As suggested by Josh Slive, add the explicit 'default' to AcceptPathInfo.
William A. Rowe Jr
2001-12-13
1
-8
/
+22
*
If dconf->accept_path_info is tristate, why not r->used_path_info?
William A. Rowe Jr
2001-12-13
1
-7
/
+14
*
Now all should be well. AcceptPathInfo on will give us a document with
William A. Rowe Jr
2001-12-13
1
-0
/
+25
*
Kill some redundancy (why test PUT when we disallow all but GET/POST?)
William A. Rowe Jr
2001-12-13
1
-15
/
+14
*
Periods aren't commas. Clear out some inappropriate casts while
William A. Rowe Jr
2001-12-13
1
-2
/
+2
*
Whatever this was doing, it looks most unholy.
William A. Rowe Jr
2001-12-13
1
-6
/
+10
[next]