]> granicus.if.org Git - apache/history - server
Ensure that the proper status line is written to the client, fixing
[apache] / server /
2006-02-13 Garrett RooneyMake the worker and event MPMs support GracefulShutdown...
2006-02-04 William A. Rowe Jr Solaris build proposal; don't fail on missing .h...
2006-01-21 Ruediger Pluem* Improve fix for PR38123. This fixes PR38123 and PR377...
2006-01-20 Nick KewPR#38070: When a CGI script emits an explicit "Status...
2006-01-18 Ruediger Pluem* Fix PR38123 by adding the HTTP_IN filter also in...
2006-01-12 Garrett RooneyMake some error checking more clear by using the define...
2006-01-12 William A. Rowe Jr An unambigous cast, if limit is <0 it's unlimited.
2006-01-11 Bradley NicholesAuthz refactoring
2006-01-05 Jim JagielskiUpdate status before we run the logging hook
2006-01-05 Ruediger Pluem* Fix a regression from 2.2.x: Set c->aborted to 1...
2005-12-31 Brian PaneRefactoring of ap_read_request() to store partial reque...
2005-12-31 Brian PaneRemoved the destruction of the bucket allocator prior to
2005-12-18 Ruediger Pluem* Move code for broken backend detection out of core...
2005-12-18 Ruediger Pluem* If the mod_proxy backend connection broke in the...
2005-12-16 Joe Orton* server/protocol.c (ap_old_write_filter): Use NULL...
2005-12-16 Joe OrtonBring forward the fix for CVE-2005-3352 already on...
2005-12-05 Nick KewFix for Bug 37790 (hangs on error return from post_read...
2005-12-03 Paul QuernaOnly define sendfile_nonblocking if APR_HAS_SENDFILE...
2005-11-27 Brian PaneWhen computing the timeouts for keepalives and write...
2005-11-20 Brian Paneremove an obsolete comment
2005-11-16 Jim JagielskiNo functional change: remove "internal" tab spacing...
2005-11-15 Jim JagielskiRevert UCN default change - set back to Off, which is
2005-11-15 Jim JagielskiAdd in the UseCanonicalPhysicalPort directive, which
2005-11-13 Jeff Trawickdrop dependency on apr_wait_for_io_or_timeout()
2005-11-13 Brian PaneMinor refactoring: move the creation of the pollset...
2005-11-10 Jim JagielskiNo functional change: more indenting/formatting changes...
2005-11-10 Jim JagielskiNo functional Change: Removing trailing whitespace...
2005-11-10 Jim JagielskiNo functional change: simple detabbing of indented...
2005-10-30 Brian PaneMoved the extended_status scoreboard update from ap_pro...
2005-10-28 Brian PaneRestore the socket timeout after setting it to zero...
2005-10-24 Joe Orton* server/eor_bucket.c: Pick up ap_run_log_transaction...
2005-10-24 Brian PaneAsync write completion for Event MPM
2005-10-24 Brian PaneRedesign of request cleanup and logging to use End...
2005-10-23 Brian Paneremove debugging code
2005-10-23 Brian PaneNew version of ap_core_output_filter that does nonblock...
2005-10-23 Brian PaneAdd new connection states for handler and write completion
2005-10-21 Ruediger Pluem* Fix PR31226 (AddOutputFilterByType deflate not active...
2005-10-20 Greg Ameskeep the proxied Content-Length header for a HEAD respo...
2005-10-12 Nick KewMake ap_register_output_filter back into a function...
2005-10-12 Nick KewMake ap_register_output_filter a #define
2005-10-08 Greg Amesremove the recycled_pool variable to keep it more in...
2005-10-08 Greg Amesremove obsolete constant
2005-10-08 Jeff Trawickuse Greg's cleaner fix for CAN-2005-2970
2005-10-06 William A. Rowe Jr NET_TIME, as a standalone feature, was a horrid idea.
2005-10-05 William A. Rowe Jr Pay close attention to core_create_req() ... and...
2005-10-03 Colm MacCarthaighInitialise a variable, to avoid a gcc warning.
2005-10-03 Colm MacCarthaighRemove some trailing spaces. Syncs with 2.2.x.
2005-09-30 Jeff TrawickSECURITY: CAN-2005-2970 (cve.mitre.org)
2005-09-28 Justin ErenkrantzClean up c2x code-path by not double-setting the prefix...
2005-09-27 Colm MacCarthaighWhen doing a subrequest lookup, do not lookup using...
2005-09-25 Joe Orton* server/connection.c (ap_lingering_close): Cleanup...
2005-09-25 Joe Orton* server/connection.c (ap_lingering_close): Fix lingeri...
2005-09-23 Joe Orton* server/request.c (core_opts_merge): When AllowOverrid...
2005-09-19 Joe Orton* server/mpm/prefork/prefork.c: Add volatile qualifier...
2005-09-17 Greg Amesget rid of an obsolete comment. the separate event...
2005-09-12 Colm MacCarthaighRemove a call to strerror(). Possibly a leftover from...
2005-09-10 Joshua SliveAny failure in apr_stat on a symlink currently gives
2005-09-09 Paul QuernaMove the timeout mutex up, to limit the time we are...
2005-09-09 Jim JagielskiNew provider function, ap_list_provider_names(), which...
2005-09-01 Jeff Trawickhttpd.exe/apachectl -V: display the DYNAMIC_MODULE_LIMI...
2005-09-01 Joe Orton* server/listen.c (open_listeners): Avoid shadowing...
2005-08-31 Colm MacCarthaighInitiliase all of the first_*_limit variables to zero...
2005-08-31 Colm MacCarthaighRevert one part. I should have tested seperately. This...
2005-08-31 Colm MacCarthaighActually allow the admin to set thread_limit higher...
2005-08-31 Jim JagielskiAdd ap_append_pid(); This is performed enough to warrant
2005-08-31 Jim JagielskiMore getpid format fixes
2005-08-30 Joe Orton* server/main.c (suck_in_APR): Remove weird gzeof refer...
2005-08-29 Colm MacCarthaighImplement graceful stop in the event MPM. Implementatio...
2005-08-29 Colm MacCarthaigh*how* did I mis-spell that.
2005-08-29 Colm MacCarthaighMove the "GracefulShutdownTimeout" command definition...
2005-08-28 Ian HolsmanDoxygen fixup / cleanup
2005-08-27 Colm MacCarthaighImplement a graceful-stop for the worker MPM. We close...
2005-08-27 Colm MacCarthaighRe-add a simple, obvious, speed-up.
2005-08-27 Colm MacCarthaighRemove as many ghastly scoreboard loops from the gracef...
2005-08-27 Colm MacCarthaighAdd ap_relieve_child_processess(), a non-infanticidal...
2005-08-26 Colm MacCarthaighMove the "GracefulShutdownTimeout" directive into mpm_c...
2005-08-26 Colm MacCarthaighImplement a "graceful-stop" for the prefork MPM (might...
2005-08-26 Colm MacCarthaighMake the neccessary changes to mpm_common and main...
2005-08-25 Joe Orton* server/listen.c (open_listeners): If 0.0.0.0 is found...
2005-08-25 Joe Orton* server/listen.c (IS_INADDR_ANY, IS_IN6ADDR_ANY):...
2005-08-24 Colm MacCarthaighImplement "de-listening" in the worker MPM. Fixes PR281...
2005-08-24 Colm MacCarthaighCorrect the function prototype/declaration
2005-08-24 Colm MacCarthaighImplement "de-listening" for graceful restarts with...
2005-08-24 Colm MacCarthaighProvide a function for closing all of the listeners.
2005-08-23 Colm MacCarthaighRemove support for the threaded-mpm's on Linux 2.0...
2005-08-08 Paul QuernaAdd a User-Agent to the dummy connection code to ease...
2005-08-05 Joe Orton* server/vhost.c (get_addresses): Fix double negative...
2005-08-05 Joe Orton* server/vhost.c (get_addresses): Fail with an error...
2005-08-03 Joe Orton* server/util_pcre.c (ap_regexec): Fix --with-pcre...
2005-07-01 William A. Rowe Jr Initially a no-op. Add trace_enable configuration...
2005-06-30 Joe Orton* server/mpm_common.c (dummy_connection): Fix length...
2005-06-27 Paul QuernaArgh. Style Fix. Habits are hard to kill.
2005-06-27 Paul Querna*) server/mpm_common.c: Send a simple HTTP 1.0 request...
2005-06-23 Joe Orton* server/protocol.c (ap_read_request): Remove the Conte...
2005-06-21 Nick KewPR: 10775
2005-06-17 Jean-Frederic Clereif Transfer-Encoding is not "identity" ignore Content...
2005-06-16 Paul QuernaIf a request contains both a T-E and C-L, remove the...
2005-06-14 Paul QuernaMerge the listen-protocol sandbox branch to trunk.
2005-06-07 Nick KewFix for reported compile problem
2005-06-07 Nick KewAdd monitor hook (discussed under "watchdog" thread).
next