]> granicus.if.org Git - apache/history - server
Fix to avoid a segfault in mod_bucketeer if content_type is unset
[apache] / server /
2002-02-23 Brian HavardWhen firing up a new child process, wipe clean the...
2002-02-23 Brian HavardHandle shift of restart_time into scoreboard.
2002-02-23 Ian Holsmanforgot the ap-declare's
2002-02-23 Brian PaneAdded ap_get_input_filter_handle() and ap_get_output_fi...
2002-02-21 Aaron BannertImplement apr_proc_detach changes and allow -DNO_DETACH...
2002-02-21 William A. Rowe Jr This code should be a noop today. But I did not...
2002-02-21 Jeff TrawickConvert the ap_queue_foo routines to return apr_status_...
2002-02-21 Jeff Trawickzap an incorrect comment
2002-02-21 William A. Rowe Jr Fix the close-on-sendfile bug where Win32 would trans...
2002-02-21 Aaron BannertPlacing the thread-limit and server-limit values, those...
2002-02-20 William A. Rowe Jr Some info messages mean something to only three peopl...
2002-02-20 William A. Rowe Jr Seems Terminal Server flavors were failing global_mut...
2002-02-19 Bill StoddardWin32: Migrate mpm_winnt away from the deprecated apr_l...
2002-02-19 Bill StoddardThis fixes a bug in mod_status on Windows where restart...
2002-02-19 Jeff Trawickfix a v4-specific INADDR_ANY check that kept name-based...
2002-02-19 Justin ErenkrantzIntroduce AddOutputFilterByType directive.
2002-02-18 Jeff Trawickclose a nearly-impossible leak in dummy_connection...
2002-02-18 Jeff Trawickclose an extremely unlikely file descriptor leak in
2002-02-17 Jeff Trawickstop using APR_BRIGADE_NORMALIZE()
2002-02-17 Jeff Trawickexpand_lock_fname() is no longer used
2002-02-16 Brian PaneRestored the permission setting for the accept mutex...
2002-02-16 Brian PaneConverted prefork MPM's accept mutex to the new lock API
2002-02-15 Aaron BannertThis comment is bogus since we decided to keep -X.
2002-02-15 Aaron BannertImplement new ScoreBoardFile directive logic. This...
2002-02-15 Justin ErenkrantzFix ap_directory_walk() per-dir merge bug seen when...
2002-02-15 Justin ErenkrantzJust toss these debug messages since so many people...
2002-02-14 Aaron BannertRetain signal handling in the worker MPM for the one_pr...
2002-02-13 Bradley NicholesCreate a new pool allocator for each worker thread
2002-02-13 Brian PanePerformance optimization: updated the worker MPM to...
2002-02-13 William A. Rowe Jr The final commit to achieve a quality release. We...
2002-02-12 William A. Rowe Jr After hours of debugging, the answer was -trivial...
2002-02-12 William A. Rowe Jr Perform a serious scrubbing of the child process...
2002-02-12 William A. Rowe Jr This code seriously misassumed (and may yet) that...
2002-02-11 William A. Rowe Jr Move the sleep until after we have duplicated the...
2002-02-11 Greg Amesif a child detects a resource shortage on accept()...
2002-02-11 William A. Rowe Jr Never close the handle, if it is the StdError psuedoh...
2002-02-11 Bill StoddardWin32: Handles returned by GetStdHandle are psuedo...
2002-02-11 Bill StoddardMake apache -k shutdown an alias for apache -k stop...
2002-02-11 Bill StoddardGet apache -k restart -n apache2 working reliabily...
2002-02-11 Ryan BloomRemove all signal handling from the worker MPM's child...
2002-02-10 Greg Amesprefork shouldn't be killing its parent if a child...
2002-02-08 William A. Rowe Jr Some considerable fixes in sending log messages out...
2002-02-08 William A. Rowe Jr Drawing attention to the timing problem; push the...
2002-02-08 Greg Amesupdate CHANGES for an input side seg fault fix.
2002-02-08 Greg Amesensure that ap_rgetline allocates storage for the reque...
2002-02-07 Justin ErenkrantzFix resolve_symlink to save the original symlink name...
2002-02-07 William A. Rowe Jr Eliminate tons o cruft - we are in another thread...
2002-02-07 William A. Rowe Jr Upon advice of the FirstBill, I began looking for...
2002-02-06 Bradley NicholesImplemented the handling of the SIGABRT signal.
2002-02-06 Bradley NicholesRemoved the #ifdef NETWARE to allow the standard abort...
2002-02-06 William A. Rowe Jr If we only need to toggle the event, don't ask for...
2002-02-06 William A. Rowe Jr Occifer Will from the Redundacy Dept of Redundancy...
2002-02-06 William A. Rowe Jr Move around a bit of code so I can follow it better...
2002-02-06 William A. Rowe Jr Give the child GENERIC_WRITE only to the stderr log...
2002-02-06 Ryan BloomBe a bit more sane with regard to CanonicalNames. ...
2002-02-06 Justin ErenkrantzWe totally disregard the fact that notice is level...
2002-02-06 Jeff Trawickdon't try to place a header field in error-notes if...
2002-02-06 Jeff Trawickyet another tweak to empty brigade checking on entry...
2002-02-06 William A. Rowe Jr A cleanup from the redundancy dept. of redundancy
2002-02-06 William A. Rowe Jr Leaky as a sieve.
2002-02-06 William A. Rowe Jr Didn't mean to leave that in there. MPM works, how...
2002-02-06 William A. Rowe Jr Clean up more bogosity and leaky pipes [and fix a...
2002-02-06 William A. Rowe Jr BS. This isn't an assert. This is a friggin develop...
2002-02-06 William A. Rowe Jr 1. gotta look at the child return code (think kinderg...
2002-02-06 William A. Rowe Jr Start simplifying and grouping code. Building on...
2002-02-06 Justin ErenkrantzTone down the logging levels for these two messages...
2002-02-06 Justin Erenkrantz- Fix up a comment so that it makes more sense and...
2002-02-06 Justin ErenkrantzIf the MIME-continuation line returns nothing, then...
2002-02-05 William A. Rowe Jr Some compatibility fixes. Built yet untested, read...
2002-02-05 William A. Rowe Jr Do we have sys/socket.h?
2002-02-05 Jeff TrawickIn core_input_filter, check for an empty brigade after
2002-02-05 Ryan BloomRemove the install_transport_filters hook. The same...
2002-02-05 William A. Rowe Jr These crit errors make -0- sense. Interesting info...
2002-02-05 Jeff Trawickrestore the SO_REUSEADDR for listening sockets; it...
2002-02-05 Ryan BloomThis change keeps the server from allowing multiple...
2002-02-05 Ryan BloomPort the listener bind patch from the Unix MPMs to...
2002-02-04 William A. Rowe Jr Fixed for the recent apr-ized logfile changes. The...
2002-02-04 William A. Rowe Jr NOERRNO? Of course we have an ERRNO :)
2002-02-04 Ryan BloomNot being able to bind to a socket is a fatal error...
2002-02-04 Ryan BloomThis patch allows the prefork MPM to print messages...
2002-02-01 Bill StoddardReintroduce the create_connection hook. This hook is...
2002-02-01 Bradley NicholesMoved the #endif of APR_HAS_SHARED_MEMORY to include...
2002-02-01 Bradley NicholesFixed the unload process so that the console command...
2002-02-01 Aaron BannertCreate the scoreboard (in the parent) in a global pool...
2002-01-31 Bradley NicholesRemoved the call for now to shutdown the listeners...
2002-01-30 Ryan BloomChange the Windows MPM to only use the pre_mpm phase...
2002-01-30 Brian HavardRemove more spmt_os2 MPM leftovers.
2002-01-30 Jeff Trawickget rid of a bunch of warnings about unused variables
2002-01-30 Brian PaneUpdated to support the use of the ap_mpm_pod API in...
2002-01-30 Brian PaneAdded logic to the worker MPM to skip the poll before...
2002-01-30 Ian Holsmanmake it compile on win32
2002-01-30 Justin ErenkrantzSimplify the exit paths of ap_rgetline by creating...
2002-01-30 Bill StoddardNow how did this slip by. Fixes a segfault. I tested...
2002-01-29 Greg Amesget prefork to build again.
2002-01-29 Bill StoddardThis patch restores most of Ryan's patch (11/12/2001...
2002-01-29 Jeff TrawickDon't let the default handler try to serve a raw direct...
2002-01-29 Aaron BannertTake advantage of the new pre_config return value when...
2002-01-28 Aaron BannertThe pre_config hook now takes a return value. This...
2002-01-28 Brian HavardUpdate --with-mpm help text wrt available OS/2 MPM...
2002-01-28 Jeff Trawickzap an unintended (and incorrect) comment that slipped...
next