]> granicus.if.org Git - apache/history - server/core.c
switch to APR 1.0 API (which is still in flux)
[apache] / server / core.c
2003-09-03 Jeff Trawickswitch to APR 1.0 API (which is still in flux)
2003-08-22 Stas Bekmanfix doc typo
2003-07-24 André Malothat loop was totally bogus.
2003-07-24 André Malodon't reverse the filter order in AddOutputFilterByType
2003-06-20 Martin KraemerDocumentRoot always used to be interpreted relative...
2003-06-11 Greg Amescore_output_filter: don't split the brigade after a...
2003-05-29 André MaloRework of the recursion stopper - collapse recursion...
2003-05-19 André MaloPrevent the server from crashing when entering infinite...
2003-05-13 Jeff Trawickfix a bogus check for IPv6 support that led to an unnec...
2003-05-09 Martin KraemerPorting to BS2000: the antique interface (BS2000Account...
2003-05-02 André MaloThrow a warning if AllowOverride is used inside of...
2003-04-22 Jeff TrawickFix ap_construct_url() so that it surrounds IPv6 litera...
2003-02-03 André Malofinished that boring job:
2003-01-23 Ken Coar here we go. add a directive that will keep %2f from...
2003-01-18 André Malomove rfc1413 code to a new module "metadata:mod_ident".
2003-01-14 William A. Rowe Jr With the latest patch to config.c wildcards now work.
2003-01-14 William A. Rowe Jr Once again, allow <Directory "C:\Users\*\html_files...
2002-12-09 Greg Amescore_output_filter: re-instate the deferred_write pool...
2002-11-16 Greg Amescore_output_filter: back out changes to clean up resour...
2002-11-13 Greg Amescore_output_filter: use the current input brigade's...
2002-11-11 Jeff Trawickcan't mix declarations and statements except with gcc...
2002-11-11 Greg Amesprevent seg faults when running with Electric Fence.
2002-11-08 Greg Amescore_output_filter: straighten out the parens for the...
2002-11-08 Greg Amesuse a subpool of c->pool for resources which are set...
2002-11-08 Jeff Trawickadjust some parents to make the expression a tiny bit...
2002-11-06 Greg Amesno functional change...factor out a common subexpression
2002-11-06 Justin ErenkrantzThe value emitted by ServerSignature now mimics the...
2002-11-04 Bill StoddardSmall performance tweaks to net_time_filter and core_in...
2002-10-25 Jeff TrawickFix streaming output from an nph- CGI script. CGI...
2002-10-25 Brian Panemod_logio modification: count bytes-sent after the...
2002-10-14 William A. Rowe Jr Use a better name for the APR_SENDFILE_ENABLE flag.
2002-10-14 William A. Rowe Jr Introduce an EnableSendfile directive (defaulted...
2002-10-13 William A. Rowe Jr What once were macros no longer need line continuation
2002-10-03 Greg SteinAdd logic to the default_handler to enable script deliv...
2002-10-02 William A. Rowe Jr *) SECURITY: [CAN-2002-0840] HTML-escape the address...
2002-10-02 William A. Rowe Jr Until we have a mechanism to allow PHP and others...
2002-10-01 Greg SteinFix bug in the default handler. POST is not allowed...
2002-09-30 Ryan BloomCall out the success cases when we don't get APR_SUCCES...
2002-09-16 Jeff Trawickzap a gcc warning about using an uninitialized variable...
2002-09-15 William A. Rowe Jr Modify ap_open_logs (an internal function) to follow...
2002-09-15 Justin ErenkrantzAllow AddOutputFilterByType to take in multiple filters.
2002-09-10 Justin ErenkrantzFix memory leak in core_output_filter.
2002-08-23 Ian HolsmanMajor/Minor/Min[imal]
2002-08-23 Ian Holsmannew option to ServerTokens. "Maj[or]" which displays...
2002-08-18 Brian PaneZero-copy output for small files delivered over keepalive
2002-08-06 William A. Rowe Jr Pardon je, it seems the most obvious solutions are...
2002-08-06 William A. Rowe Jr This was never a 'vulnerability'... the APR_FILEPATH_...
2002-08-04 Ian Holsmanformat to 80 chars
2002-07-15 William A. Rowe Jr Timeout/time fixes
2002-07-10 Jeff Trawickspell check a comment
2002-07-08 William A. Rowe Jr Changes for deprecated apr_is_fnmatch
2002-07-06 Ian HolsmanRenames Pending:
2002-07-04 Sander StrikerAdd a new directive: MaxMemFree. MaxMemFree makes...
2002-07-02 Brian PaneOptimized the addition of the core output filter
2002-07-02 Brian PaneReplaced ap_add_input_filter() call with cheaper ap_add...
2002-06-28 Justin ErenkrantzAdd a filter_init function to the filters so that a...
2002-06-27 Justin ErenkrantzStrengthen error-detection code in HTTP_IN and core_inp...
2002-06-27 Justin Erenkrantz- Fix segfault in core_output_filter when we are passed...
2002-06-26 Justin ErenkrantzChange conn_rec->keepalive to an enumerated value of
2002-06-15 Ryan BloomMake the default_handler catch all requests that aren...
2002-06-12 William A. Rowe Jr Solve the 80/20 by initializing and storing server_re...
2002-05-31 Ryan BloomThe apr_bucket change requires a minor MMN bump. Also...
2002-05-18 William A. Rowe Jr Resolve the EXEC_ON_READ bit for ServerRoot and other...
2002-05-18 William A. Rowe Jr Although it appears reasonable to immediately gather...
2002-05-18 Cliff WoolleyRenames:
2002-05-17 William A. Rowe Jr We need to grab ServerRoot, LogLevel, and ErrorLog...
2002-05-17 Jeff Trawickstop using APLOG_NOERRNO in calls to ap_log_?error()
2002-05-11 Brian PaneAdded EnableMMAP directive to allow the server administ...
2002-05-10 Brian PaneMoved ap_setup_make_content_type() declaration to http_...
2002-05-10 Brian PanePerformance fix: replaced the strcasecmp calls in ap_ma...
2002-04-30 Greg Amesdefault_handler: move the code to handle unusual method...
2002-04-25 Greg Amesremove a goto
2002-04-24 Greg Amesdefault_handler: short circuit the method checks. ...
2002-04-22 Cliff WoolleyAcceptPathInfo was totally backwards... it would reject...
2002-04-05 William A. Rowe Jr Correct partitioning of filter handles between core...
2002-03-29 Cliff WoolleyBUCKET FREELISTS
2002-03-22 Ryan BloomWe have to return valid HTTP status codes from filters...
2002-03-20 Jim JagielskiFold the compiled-in knowledge of the allowable AcceptM...
2002-03-20 Bill StoddardCommit 2 of 2 to:
2002-03-20 Bill StoddardFinal commit to add ap_rset_content_type accessor....
2002-03-16 William A. Rowe Jr Eliminate potential ap_server_root_relative segfaults...
2002-03-13 Roy T. FieldingUpdate our copyright for this year.
2002-03-07 Justin ErenkrantzAs hinted on dev@httpd, change filter naming schemes...
2002-03-07 Ryan BloomRemove the prev pointer from the filter chain. This...
2002-03-06 Aaron BannertFix a bug in the APR_MODE_EXHAUSTIVE mode for the core...
2002-03-05 Ian HolsmanSander's Stylistic Submission
2002-03-05 Greg Amesfix <Directory ~ blah> containers.
2002-03-05 Ryan BloomOnly insert net_filter once per request. Initialize...
2002-03-04 Justin ErenkrantzEnsure that net_time filter isn't added on subreqs...
2002-03-03 Ryan BloomClassify some of the input filters as the correct types...
2002-02-26 Justin ErenkrantzFix segfault if content_type is NULL.
2002-02-25 Ryan BloomI learned about AP_MODE_EXHAUSTIVE while reading some...
2002-02-21 William A. Rowe Jr This code should be a noop today. But I did not...
2002-02-21 William A. Rowe Jr Fix the close-on-sendfile bug where Win32 would trans...
2002-02-19 Justin ErenkrantzIntroduce AddOutputFilterByType directive.
2002-02-17 Jeff Trawickstop using APR_BRIGADE_NORMALIZE()
2002-02-06 Ryan BloomBe a bit more sane with regard to CanonicalNames. ...
2002-02-06 Jeff Trawickyet another tweak to empty brigade checking on entry...
2002-02-06 Justin Erenkrantz- Fix up a comment so that it makes more sense and...
2002-02-05 Jeff TrawickIn core_input_filter, check for an empty brigade after
next