]> granicus.if.org Git - apache/history - server
Remove useless loging of something that is not an error.
[apache] / server /
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.
2004-11-27 Bradley NicholesFixing various compiler error when compiling against...
2004-11-27 Greg Ameslistener_thread: no functional changes, formatting...
2004-11-27 Greg Amesonly need one main listener loop.
2004-11-27 Justin ErenkrantzInitial pass at refactoring some files to eliminate...
2004-11-27 Greg Amesmake the type field in listener_poll_type an enum to...
2004-11-26 William A. Rowe Jr If thread_num is long, this better be an %ld
2004-11-21 William A. Rowe Jr Drop a worthless emit.
2004-11-20 Paul QuernaThe Event MPM.
2004-11-19 Joe OrtonRemove the .cvsignore files.
2004-11-04 Jeff Trawickremove out-of-date comment... BillS reports that
2004-11-04 Joe OrtonFix for memory consumption DoS, CVE CAN-2004-0942:
2004-11-01 Joe Orton* server/util_filter.c (ap_save_brigade): Be more toler...
2004-11-01 Jeff TrawickChange core connection handling so that a connection...
2004-10-29 Jeff Trawickadd ap_log_cerror(); use it in a couple of places in...
2004-10-25 Paul QuernaUse a more descriptive error message, and make it an...
2004-10-25 Nick KewPR: 31875
2004-10-25 Paul QuernaThis will put some messages in the error log when some...
2004-10-23 Roy T. Fieldingveto and revert win64 patch: 64bit changes must percola...
2004-10-22 Allan K. EdwardsWIN64: API changes to clean up Windows 64bit compile...
2004-10-11 Erik AbeleMinor comment fixes, no code changes:
2004-10-06 Allan K. Edwardsparm cast should be DWORD
2004-10-06 Jeff Trawickremove dead code
2004-10-06 Allan K. Edwardsclarify select() usage on Windows
2004-10-06 Allan K. EdwardsWIN64: fix some windows specific 64bit warnings
2004-10-05 Allan K. EdwardsWIN64: SOCKET is not int on 64bit platforms
2004-09-26 Joe Orton* server/util_filter.c (ap_save_brigade): Handle an...
2004-09-23 Joe Orton* server/mpm_common.c (dummy_connection): Log the addre...
2004-09-22 Joe Orton* server/log.c (log_error_core): For APLOG_DEBUG on...
2004-09-22 Allan K. EdwardsWIN64: first in a series to get Windows IA64 builds...
2004-09-22 Joe Orton* server/scoreboard.c (create_namebased_scoreboard...
2004-09-21 Joe Orton* server/protocol.c (ap_rgetline_core): Never NUL termi...
2004-09-21 Nick KewMerge mod_filter with util_filter structs; add API...
2004-09-20 Joe Orton* server/core.c (merge_core_dir_configs): Fix Satisfy...
2004-09-18 Jeff TrawickUnix MPMs: Shut down the server more quickly when child...
2004-09-15 Mladen TurkWorker shared data has to be visible across all child...
2004-09-15 Joe Orton* server/util.c (ap_resolve_env): Rewrite to avoid...
2004-09-13 Joe Orton* server/protocol.c (ap_rgetline_core): Fix off-by...
2004-09-13 Joe OrtonFix typo in previous commit.
2004-09-13 Joe Orton* server/core.c (default_handler): Fix the test for...
2004-09-02 Jeff Trawickhandling of encoded non-slashes was borked in the
2004-09-01 Jeff TrawickFix the handling of URIs containing %2F when AllowEncod...
2004-09-01 Nick KewFix for Bug 18757 (sending bogus content-length of...
2004-08-25 Bill StoddardWin32: Fix stranded piped loggers on apache -k start...
2004-08-20 Stas Bekmanuse more intuitive variable names
2004-08-17 Joe OrtonImplement -t -DDUMP_MODULES using generic test_config...
2004-08-14 Jeff TrawickWinNT MPM: Fix a broken log message at termination.
2004-08-14 Jeff Trawicktweak error handling when reading the pid file
2004-08-12 William A. Rowe Jr Fix signedness emit.
2004-08-11 Joe Orton* modules/ssl/ssl_engine_kernel.c (ssl_callback_SSLVeri...
2004-08-01 Justin ErenkrantzRemove deprecated APR_STATUS_IS_SUCCESS() macro in...
2004-07-31 Jeff Trawickperchild MPM: Fix thread safety problem in the use...
2004-07-28 Graham LeggettAdd load balancer support to the scoreboard in preparat...
2004-07-17 Joe Orton* server/core.c (set_allow_opts): Fix gcc warning.
2004-07-16 Bradley NicholesAllocate memory from the temp_pool rather than the...
2004-07-16 Bradley NicholesReplace the strsep() call to the more portable apr_strt...
next