index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
server
/
protocol.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ap_rgetline: fix folding and partial line handling on ebcdic boxes. The
Greg Ames
2002-03-07
1
-8
/
+29
*
Remove the prev pointer from the filter chain. This removes
Ryan Bloom
2002-03-07
1
-3
/
+0
*
This fixes most of the header bug that was committed last night. The server
Ryan Bloom
2002-03-03
1
-0
/
+4
*
Fix the mod_dir/mod_negotiation bug, where redirects and sub requests
Ryan Bloom
2002-03-03
1
-2
/
+4
*
ownership of the brigade is passed in the ap_pass_brigade call
Allan K. Edwards
2002-02-27
1
-1
/
+3
*
Just toss these debug messages since so many people use httpd with
Justin Erenkrantz
2002-02-15
1
-2
/
+0
*
update CHANGES for an input side seg fault fix.
Greg Ames
2002-02-08
1
-1
/
+1
*
ensure that ap_rgetline allocates storage for the request line each time it is
Greg Ames
2002-02-08
1
-0
/
+4
*
We totally disregard the fact that notice is level 5 and always print
Justin Erenkrantz
2002-02-06
1
-2
/
+2
*
don't try to place a header field in error-notes if ap_rgetline()
Jeff Trawick
2002-02-06
1
-1
/
+3
*
Tone down the logging levels for these two messages from ERROR to NOTICE.
Justin Erenkrantz
2002-02-06
1
-8
/
+2
*
If the MIME-continuation line returns nothing, then we should return not
Justin Erenkrantz
2002-02-06
1
-0
/
+6
*
make it compile on win32
Ian Holsman
2002-01-30
1
-1
/
+1
*
Simplify the exit paths of ap_rgetline by creating a second brigade for
Justin Erenkrantz
2002-01-30
1
-13
/
+25
*
optimized away one more filter name lookup during request processing
Brian Pane
2002-01-27
1
-1
/
+2
*
Fixed a read from a deleted brigade in the new version of
Brian Pane
2002-01-27
1
-3
/
+10
*
ap_rgetline(): completely ignore an empty bucket... previously the logic
Jeff Trawick
2002-01-27
1
-0
/
+8
*
Eliminate needless variable that wasn't initialized anyway.
Justin Erenkrantz
2002-01-25
1
-4
/
+2
*
Add another status code to ignore in the error_log.
Justin Erenkrantz
2002-01-25
1
-3
/
+4
*
Turn the log verbosity WAY down by not logging TIMEUP and EOF errors in
Justin Erenkrantz
2002-01-25
1
-2
/
+6
*
Somehow, I lost this condition when I changed to account for ap_rgetline.
Justin Erenkrantz
2002-01-25
1
-1
/
+1
*
Change ap_get_brigade prototype to remove *readbytes in favor of readbytes.
Justin Erenkrantz
2002-01-25
1
-2
/
+2
*
Rewrite ap_rgetline to remove the need to have an "internal" brigade stored
Justin Erenkrantz
2002-01-25
1
-149
/
+299
*
Input filtering prototype change: Socket blocking type should be
Justin Erenkrantz
2002-01-19
1
-2
/
+3
*
A modification to reduce the memory usage of the server:
Brian Pane
2002-01-13
1
-2
/
+2
*
Making sure that the global variables have been initialized to avoid linker
Bradley Nicholes
2002-01-03
1
-1
/
+1
*
Fixed a bug in ap_rgetline()
Brian Pane
2001-12-21
1
-5
/
+21
*
Skip the setting of Last-Modified in the response header on
Brian Pane
2001-12-19
1
-4
/
+6
*
Address a signedness warning. No cleaner solutions here.
William A. Rowe Jr
2001-12-13
1
-1
/
+1
*
Fixed check for buffer overrun in ap_rgetline()
Brian Pane
2001-12-05
1
-1
/
+1
*
get rid of an unused variable
Jeff Trawick
2001-12-03
1
-1
/
+0
*
include/http_protocol.h
Brian Pane
2001-12-03
1
-21
/
+31
*
Optimization: changed some apr_pstrndup calls to apr_pstrmemdup
Brian Pane
2001-12-02
1
-1
/
+1
*
Yea, sure a message is always good. Note we can't log the exception.
William A. Rowe Jr
2001-11-28
1
-3
/
+4
*
Fix the timeout logic that I broke last week. This adds a request
Ryan Bloom
2001-11-21
1
-2
/
+0
*
Prevent segv in ap_note_basic_auth_failure() when no AuthName is configured
Doug MacEachern
2001-11-21
1
-5
/
+15
*
Begin to abstract out the underlying transport layer.
Ryan Bloom
2001-11-13
1
-11
/
+2
*
ap_getline() is useful to modules outside of the core..
Doug MacEachern
2001-11-07
1
-1
/
+1
*
change ap_getline to return the size of the buffer when there's no apparent end
Greg Ames
2001-10-31
1
-2
/
+5
*
don't lose the return code from ap_fwrite() when called from buffer_output()
Jeff Trawick
2001-10-23
1
-3
/
+1
*
I believe it is a kosher for a filter to return EOS, but return APR_SUCCESS
Justin Erenkrantz
2001-10-05
1
-0
/
+4
*
Remove the lameo create_req hack and delay the addition of the HTTP_IN
Justin Erenkrantz
2001-09-29
1
-0
/
+2
*
Input filtering rewrite. Consolidate how we handle HTTP input parsing by
Justin Erenkrantz
2001-09-29
1
-4
/
+4
*
Switch back to SIGUSR1 for graceful restarts on all platforms that
Justin Erenkrantz
2001-09-19
1
-11
/
+0
*
A very small optimization to the OLD_WRITE logic. This just makes us store
Ryan Bloom
2001-09-11
1
-1
/
+3
*
Fix breakage from Brian Pane's util_filter switch to hash tables.
Justin Erenkrantz
2001-09-04
1
-1
/
+1
*
Make test for EAGAIN portable in content length filter. This fixes some
Brian Havard
2001-08-20
1
-1
/
+1
*
adjust to apr_uri_ rename
Doug MacEachern
2001-08-19
1
-2
/
+2
*
We can't use a static buffer for this patch, because that wouldn't
Ryan Bloom
2001-08-16
1
-1
/
+1
*
Fix ap_rvprintf to support more than 4K of data.
Ryan Bloom
2001-08-16
1
-5
/
+49
[next]