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
*
What once were macros no longer need line continuation
William A. Rowe Jr
2002-10-13
1
-7
/
+7
*
Add logic to the default_handler to enable script delivery to script
Greg Stein
2002-10-03
1
-0
/
+25
*
*) SECURITY: [CAN-2002-0840] HTML-escape the address produced by
William A. Rowe Jr
2002-10-02
1
-2
/
+5
*
Until we have a mechanism to allow PHP and others to 'raise their hand'
William A. Rowe Jr
2002-10-02
1
-8
/
+0
*
Fix bug in the default handler. POST is not allowed on regular files.
Greg Stein
2002-10-01
1
-0
/
+8
*
Call out the success cases when we don't get APR_SUCCESS back from the
Ryan Bloom
2002-10-01
1
-3
/
+2
*
zap a gcc warning about using an uninitialized variable (new) and
Jeff Trawick
2002-09-16
1
-3
/
+8
*
Modify ap_open_logs (an internal function) to follow the hook open_logs
William A. Rowe Jr
2002-09-16
1
-7
/
+1
*
Allow AddOutputFilterByType to take in multiple filters.
Justin Erenkrantz
2002-09-15
1
-5
/
+10
*
Fix memory leak in core_output_filter.
Justin Erenkrantz
2002-09-10
1
-1
/
+1
*
Major/Minor/Min[imal]
Ian Holsman
2002-08-23
1
-7
/
+14
*
new option to ServerTokens. "Maj[or]" which displays a server response
Ian Holsman
2002-08-23
1
-3
/
+10
*
Zero-copy output for small files delivered over keepalive
Brian Pane
2002-08-18
1
-37
/
+33
*
Pardon je, it seems the most obvious solutions are always the easiest
William A. Rowe Jr
2002-08-06
1
-2
/
+2
*
This was never a 'vulnerability'... the APR_FILEPATH_SECUREROOT flag
William A. Rowe Jr
2002-08-06
1
-5
/
+18
*
format to 80 chars
Ian Holsman
2002-08-04
1
-1
/
+1
*
Timeout/time fixes
William A. Rowe Jr
2002-07-15
1
-9
/
+8
*
spell check a comment
Jeff Trawick
2002-07-10
1
-1
/
+1
*
Changes for deprecated apr_is_fnmatch
William A. Rowe Jr
2002-07-08
1
-3
/
+3
*
Renames Pending:
Ian Holsman
2002-07-06
1
-1
/
+1
*
Add a new directive: MaxMemFree. MaxMemFree makes it possible
Sander Striker
2002-07-04
1
-0
/
+4
*
Optimized the addition of the core output filter
Brian Pane
2002-07-02
1
-1
/
+1
*
Replaced ap_add_input_filter() call with cheaper ap_add_input_filter_handle()
Brian Pane
2002-07-02
1
-1
/
+1
*
Add a filter_init function to the filters so that a filter can execute
Justin Erenkrantz
2002-06-28
1
-7
/
+8
*
Strengthen error-detection code in HTTP_IN and core_input_filter so that
Justin Erenkrantz
2002-06-27
1
-5
/
+4
*
- Fix segfault in core_output_filter when we are passed an empty brigade.
Justin Erenkrantz
2002-06-27
1
-2
/
+6
*
Change conn_rec->keepalive to an enumerated value of
Justin Erenkrantz
2002-06-26
1
-3
/
+4
*
Make the default_handler catch all requests that aren't served by
Ryan Bloom
2002-06-15
1
-13
/
+9
*
Solve the 80/20 by initializing and storing server_rec->timeout and
William A. Rowe Jr
2002-06-13
1
-4
/
+4
*
The apr_bucket change requires a minor MMN bump. Also modify Apache's
Ryan Bloom
2002-05-31
1
-1
/
+1
*
Resolve the EXEC_ON_READ bit for ServerRoot and other modules that test
William A. Rowe Jr
2002-05-18
1
-6
/
+13
*
Although it appears reasonable to immediately gather the Error log and
William A. Rowe Jr
2002-05-18
1
-2
/
+2
*
Renames:
Cliff Woolley
2002-05-18
1
-13
/
+13
*
We need to grab ServerRoot, LogLevel, and ErrorLog right off the bat
William A. Rowe Jr
2002-05-17
1
-3
/
+3
*
stop using APLOG_NOERRNO in calls to ap_log_?error()
Jeff Trawick
2002-05-17
1
-7
/
+7
*
Added EnableMMAP directive to allow the server administrator to
Brian Pane
2002-05-12
1
-0
/
+36
*
Moved ap_setup_make_content_type() declaration to http_protocol.h
Brian Pane
2002-05-10
1
-2
/
+0
*
Performance fix: replaced the strcasecmp calls in ap_make_content_type()
Brian Pane
2002-05-10
1
-0
/
+3
*
default_handler: move the code to handle unusual methods out of the middle
Greg Ames
2002-04-30
1
-70
/
+70
*
remove a goto
Greg Ames
2002-04-25
1
-12
/
+10
*
default_handler: short circuit the method checks. Move the code to deal
Greg Ames
2002-04-24
1
-11
/
+13
*
AcceptPathInfo was totally backwards... it would reject when set to on and
Cliff Woolley
2002-04-22
1
-6
/
+9
*
Correct partitioning of filter handles between core and http, and
William A. Rowe Jr
2002-04-05
1
-5
/
+5
*
BUCKET FREELISTS
Cliff Woolley
2002-03-29
1
-12
/
+20
*
We have to return valid HTTP status codes from filters. This fixes two
Ryan Bloom
2002-03-22
1
-2
/
+6
*
Fold the compiled-in knowledge of the allowable AcceptMutex settings into
Jim Jagielski
2002-03-20
1
-1
/
+1
*
Commit 2 of 2 to:
Bill Stoddard
2002-03-20
1
-1
/
+1
*
Final commit to add ap_rset_content_type accessor. Add AddOutputFiltersbyType
Bill Stoddard
2002-03-20
1
-32
/
+38
*
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
[next]