]> granicus.if.org Git - apache/history - server
add description for the T status
[apache] / server /
2006-06-26 William A. Rowe Jr Make the range test legible; in the process, uncover...
2006-06-14 Joe Orton* server/core.c (default_handler): Use apr_brigade_inse...
2006-05-26 Chris DarrochOn graceless shutdown or restart, send AP_SIG_GRACEFUL...
2006-05-26 Chris DarrochMake the worker and event MPMs not touch the scoreboard...
2006-05-16 Joe Orton* server/main.c (abort_on_oom): New function.
2006-05-10 Joe Orton* server/mpm/prefork/prefork.c (child_main): Tag pchild.
2006-05-10 Martin KraemerTypo (..for use with by the scoreboard) changed to
2006-05-08 Joe Orton* server/core.c (server_hostname_port): Remove unused...
2006-05-07 Nick KewInitialise server generation (Chris Darroch)
2006-05-07 Nick KewScoreboard size (Chris Darroch)
2006-05-05 Sander Temme Add optional 'scheme://' prefix to ServerName...
2006-05-03 Greg AmesPR 39275. don't fork MaxClients worth of processes...
2006-04-27 William A. Rowe Jr Remove all /machine:I386 references, these are gettin...
2006-04-19 Roy T. Fieldingrevert last change
2006-04-19 William A. Rowe Jr s|/GX |/EHsc | because they were always synonyms...
2006-04-19 Ruediger Pluem* Adjust comment as per niq's proposal in r395166 and...
2006-04-19 Colm MacCarthaighUpdate the last year of copyright.
2006-04-19 Colm MacCarthaighUpdate the copyright year in all .c, .h and .xml files
2006-04-14 Greg Amesdecouple the two scoreboard full messages
2006-04-14 Ruediger Pluem* Initialize last_char as otherwise a random value...
2006-04-13 Greg AmesMaxClients isn't the only reason the scoreboard can...
2006-04-10 Ruediger Pluem* Rollback r393037 as this was vetoed by wrowe. Details see
2006-04-10 Ruediger Pluem* Prevent r->parsed_uri.path from being NULL as this...
2006-04-10 Jeff Trawickremove unnecessary whitespace
2006-04-03 Jim JagielskiWe actually want to reach the rest of the code :)
2006-04-02 Jeff TrawickDefault handler: Don't return output filter apr_status_...
2006-04-01 William A. Rowe Jr With all of the, uhm, interesting manners in which...
2006-03-09 William A. Rowe Jr uri_delims moved to apr-util EONS ago.
2006-02-28 Brian PaneRevert the refactoring of the request read code
2006-02-25 Garrett RooneyFill in the scoreboard's tid field in the event MPM...
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...
next