]> granicus.if.org Git - apache/history - server
suppress-error-charset now in 2.0.55-dev
[apache] / server /
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).
2005-06-03 Paul Querna* server/main.c: Remove the suck_in_apr_password_valida...
2005-06-02 Paul Querna- Fix style nits in the new hash config code. No Functi...
2005-06-02 Paul Querna- Fix graceful restarts with the new hashed configurati...
2005-06-01 Paul Querna* event.c: Create ptrans pool as a child of pconf,...
2005-05-31 Jeff Trawickdowngrade the log level of a proc_mutex_unlock error...
2005-05-29 Paul Querna- Use a hash for the configuration command lookup imple...
2005-05-27 Paul Querna- Put a prefix on this error message to have a chance...
2005-05-25 Wilfredo SanchezCommits 160348 and 160352 are obviated by commit 178340...
2005-05-24 Jeff Trawickfix minor annoyance on z/OS: __FILE__ is set to
2005-05-24 Paul QuernaFix trailing backslashes in configuration directives.
2005-05-23 Sander StrikerSubmitted by: RĂ¼diger Pluem <r.pluem@t-online.de>
2005-05-19 Joe Orton* server/mpm/worker/worker.c (listener_thread): Create...
2005-05-18 Joe Orton* server/log.c (piped_log_spawn): Don't leak an fd...
2005-05-17 Joe Orton* server/log.c (ap_open_piped_log): Remove errno handling.
2005-05-16 Joe Orton* server/log.c (piped_log_spawn): Return the APR error...
2005-05-16 Joe Orton* server/protocol.c (read_request_line): Revert additio...
2005-05-16 Jeff TrawickSupport the suppress-error-charset setting, as with...
2005-05-15 Jeff TrawickPrevent hangs of child processes when writing to piped...
2005-05-06 Greg Amesmissed a couple.
2005-05-06 Paul QuernaRemove this old email from the source tree.
2005-05-05 Paul Querna* server/listen.c: Remove the unused port parameter...
2005-05-04 Paul QuernaAdd AP_INIT_TAKE_ARGV. There can be some inconsistent...
2005-05-04 Greg Amesworker and event mpms: transient thread creation errors...
2005-05-03 Joe Orton* server/config.c (process_resource_config_nofnmatch...
2005-04-25 Paul QuernaAdd ap_vhost_iterate_given_conn() as I had previously...
2005-04-21 Jim JagielskiEnsure that we always return a FQDN... This is not...
2005-04-20 Jim JagielskiAPRized ap_get_local_host()
2005-04-14 Bradley NicholesAllow httpd on NetWare to build using either the standa...
2005-04-14 Paul QuernaBRIGADE_NORMALIZE could produce invalid results with...
2005-04-09 Joshua SliveMerged the simple-conf branch changes r159781:160695...
2005-04-08 Greg Amesuse a more general but slightly slower test for a body.
2005-04-07 Wilfredo SanchezUse APR_STATUS_IS_EAGAIN rather than comparing against...
2005-04-07 Wilfredo SanchezIn emulate_sendfile(), handle APR_EAGAIN from apr_socke...
2005-04-05 Greg Amesthe style police have been sleeping
2005-04-05 Bill StoddardWin32: Eliminate useless debug error message
2005-04-02 Rich Bowen"misspelled" has been "mis-spelled" for quite long...
2005-03-29 Greg Amesclone_headers_no_body: remove all entity headers in...
2005-03-23 Greg Amesdon't propagate input headers describing a body to...
2005-03-22 Allan K. EdwardsFix Windows CompContext buff size miscalculation
2005-03-16 Paul Quernasync with mod_status hacks in the worker mpm.
2005-03-15 Justin ErenkrantzAdd ReceiveBufferSize directive to control the TCP...
2005-03-08 Paul QuernaAdd ap_mpm_is_experimental and ap_mpm_is_threaded....
2005-03-08 Bradley NicholesMake sure that the secure listen sockets that are creat...
2005-03-05 Jeff Trawickworker MPM/mod_status: Support per-worker tracking...
2005-03-01 Bill StoddardWin32: Init the args to mpm_service_install(). Prevents...
2005-02-18 Bill StoddardWin32: output some useful debug messages when installin...
2005-02-18 Bill StoddardWin32: Move call of mpm_service_install to rewrite_args...
2005-02-18 William A. Rowe Jr Fix some symbols which should -not- be exported,...
2005-02-17 William A. Rowe Jr Get httpd-2.1 building once again on win32.
2005-02-17 Paul QuernaRemove unused variable.
2005-02-17 Paul Querna*) include/httpd.h: Add a brigade for temporary uses...
2005-02-16 Jeff Trawickrestore google-ability of an ancient message of great...
2005-02-11 Joe Orton* include/ap_regex.h: Include apr.h not stdlib.h; repla...
2005-02-11 Joe OrtonMove the POSIX reg* implementations into the ap_* names...
2005-02-10 Justin ErenkrantzOnly recompile buildmark.c when we have to relink httpd.
2005-02-09 Jeff TrawickRemove formatting characters from ap_log_error() calls...
2005-02-04 Justin ErenkrantzUpdate copyright year to 2005 and standardize on curren...
2005-02-03 Justin ErenkrantzFix --with-apr=/usr and/or --with-apr-util=/usr.
2005-02-02 Jim JagielskiKeep track of time taken to process requests again.
2005-01-31 Bill StoddardRemove upper limit on the LimitRequestFieldSize directive
2005-01-05 William A. Rowe Jr limit_req_fieldsize is signed, correct a signedness...
2005-01-02 William A. Rowe Jr Eliminate a very ugly race - the parallel starting...
2005-01-02 William A. Rowe Jr FINALLY Correct ap_http_method()! It is NOT a method...
2004-12-11 Paul Querna* Add bits to use APR_TCP_DEFER_ACCEPT
2004-12-11 Paul Querna* core_filters.c: If APR_MAX_IOVEC_SIZE is defined...
2004-12-09 Greg Amesap_queue_push: update comment to reflect reality
2004-12-07 Bradley NicholesRevert patch r104923. This patch doesn't actually...
2004-12-04 Justin Erenkrantz* server/mpm/experimental/event/event.c: Go through...
2004-12-03 Greg Amesfix child process aborts with
2004-12-02 Jeff Trawickworker MPM: Fix a problem which could cause httpd proce...
2004-12-02 Joe OrtonFix gcc "no previous prototype" warnings after reorgani...
2004-11-30 Justin ErenkrantzDeclare the ap_set_listen* functions with AP_DECLARE_NO...
2004-11-29 Jeff Trawickzap extra blank in error message
2004-11-29 Paul Querna* server/core.c: Give an error instead of silently...
2004-11-28 Justin ErenkrantzProperly export ap_listen_* functions.
next