]> granicus.if.org Git - apache/history - server
mod_mime_magic: Handle CRLF-format magic files so that it works with
[apache] / server /
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.
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...
next