]> granicus.if.org Git - apache/history - server
*Sigh.* The janitor cleans up after himself.
[apache] / server /
2001-04-23 Greg Amesfurther testing shows processes w/no worker threads...
2001-04-23 Greg AmesLimit the threaded mpm to quiescing one process at...
2001-04-22 Ryan BloomAt the hack-athon we decided to change the way that...
2001-04-21 Roy T. FieldingRevert the change that moved keepalives out of conn_rec...
2001-04-20 Bill Stoddardstruct_ptr is a void*. The Windows compiler doesn...
2001-04-20 Doug MacEachernAdd ap_set_int_slot() function
2001-04-18 Ryan BloomDon't overwrite r->the_request. This was causing us...
2001-04-18 Ryan BloomMove the keepalives field out of the conn_rec and into...
2001-04-14 Paul J. RederChanged the threaded mpm to have child_main join to...
2001-04-13 Ryan BloomAdd more options to the ap_mpm_query function. This...
2001-04-13 Doug MacEacherns/apr_signal_thread_func/apr_signal_thread/
2001-04-12 Ryan BloomThe ap_f* functions should flush data to the filter...
2001-04-12 Ryan BloomConvert the apr_create_signal_thread to apr_signal_thre...
2001-04-12 William A. Rowe Jr Clean up some exposed data that should be internal...
2001-04-12 William A. Rowe Jr More APR_STATUS_IS_ canonicalization
2001-04-11 Ryan BloomWhen I initially pulled the BYTERANGE filter into the...
2001-04-11 Cliff WoolleyRemoved apr_bucket_do_create() macro, which was causing...
2001-04-11 Roy T. FieldingMake clean, distclean, and extraclean consistently...
2001-04-11 Greg AmesFix the naming of the apr_threadattr_detach_xxx functio...
2001-04-10 Victor J. OrlikowskiSmall docco fix.
2001-04-10 Victor J. OrlikowskiRemove a needless assignment.
2001-04-10 William A. Rowe Jr Knock off another couple of compiler emits.
2001-04-10 Victor J. OrlikowskiMissed one...
2001-04-10 Victor J. Orlikowski*Sigh*. Pointless repetition of calculations. It bother...
2001-04-08 Victor J. OrlikowskiAs in the case of 1.3, there are expected cases where...
2001-04-07 Brian HavardOS/2: Set the max file handles for the process to somet...
2001-04-07 Brian HavardA few symbols from os.h need to be exported.
2001-04-06 Paul J. RederChanges required to make prefork clean up idle children...
2001-04-05 Jeff TrawickNow that APR knows when TCP_NODELAY is inherited, use...
2001-04-05 Jeff Trawickas Bill did with threaded, don't let a child process...
2001-04-05 William A. Rowe Jr Time to refresh mak on Win32
2001-04-04 David ReidMove the error logging of a failed send into the core...
2001-04-04 Victor J. OrlikowskiAs in 1.3, make sure the port is set in ap_parse_uri_co...
2001-04-04 Victor J. OrlikowskiModule writers for 2.0 shouldn't still be relying on...
2001-04-04 Victor J. Orlikowski*Sigh.* Again, removing UTIL_URI_REGEX stuff, this...
2001-04-03 David ReidThis adds some simple error logging to send_the_file...
2001-04-03 Jeff Trawickwhen handling a graceful restart, kill the child using...
2001-04-03 Ryan BloomMake Apache check APR's configuration when determining...
2001-04-03 Ryan BloomAdd the code to actually enable accept filters in 2.0
2001-04-03 William A. Rowe Jr Hmmm... this made things easier for me to read a...
2001-04-03 Marc SlemkoThreads is a feature, so it is HAS threads not HAVE...
2001-04-03 Greg Amestell the user what's going if APR threads aren't unavai...
2001-04-03 Bill StoddardGet MaxRequestsPerChild working on Windows.
2001-04-03 Bill StoddardAdd a note to check the FAQ. A very common problem...
2001-04-03 Bill StoddardGrab the context lock when draining the qhead
2001-04-03 Bill StoddardNow doing this check at the top of the loop
2001-04-03 Bill StoddardSome shutdown work.
2001-04-02 Jeff TrawickFix segfaults for configuration file syntax errors...
2001-04-02 Brian HavardSwitch to using aplibtool for building under OS/2 ...
2001-03-30 David ReidNow that apr_poll has been corrected and doesn't loose...
2001-03-27 Bill StoddardGet rid of some old WIN32 cruft
2001-03-27 Bill StoddardPerformance: Add quick_handler hook. This hook is calle...
2001-03-27 Victor J. OrlikowskiRemove the cvsignore file from the dead dexter directory.
2001-03-26 Jeff TrawickFix the printf format string for a process id.
2001-03-26 Doug MacEacherntop_module global variable renamed to ap_top_module
2001-03-25 Ryan BloomMove ap_set_last_modified to the core. This is a poten...
2001-03-25 Doug MacEachernchange create_request hook to RUN_ALL/return int so...
2001-03-23 Bill StoddardThis will ensure the child pool is cleaned up nicely.
2001-03-22 Bill StoddardWin32: Don't accept more connections that we have worke...
2001-03-22 Bill StoddardExit the child main thread in make_child on child exit...
2001-03-22 Jeff TrawickFix a major security problem with double-reverse lookup...
2001-03-22 William A. Rowe Jr Address a build problem for VC7.0/PSDK headers identi...
2001-03-22 William A. Rowe Jr This should wrap this freshen up
2001-03-21 David ReidThis change actually gets beos shutting down and restar...
2001-03-21 Greg Amesback out the logging of read errors in getline. daedal...
2001-03-20 Jeff TrawickEmpty out the brigade shared by ap_getline()/ap_get_cli...
2001-03-19 Jeff TrawickHandle ap_discard_request_body() being called more...
2001-03-19 Brian HavardDeclaration of ap_reclaim_child_processes() in exports...
2001-03-18 Ryan BloomAdd a hook, create_request. This hook allows modules...
2001-03-16 Chuck MurckoThis is a fix that went into v1.3 quite a while back...
2001-03-16 Bill StoddardAvoid using sscanf to determine the HTTP protocol number in
2001-03-12 Bill StoddardConsolidate ap_max_requests_per_child and max_requests_...
2001-03-12 Bill StoddardSome mpm_winnt module clean-up to make it more readable.
2001-03-12 Bill StoddardGet rid of useless function call overhead.
2001-03-12 Bill Stoddard *) Reimplement the Windows MPM (mpm_winnt.c) to elimi...
2001-03-09 Jeff Trawicktweak ap_get_remote_host() so that the caller can find...
2001-03-09 Bill StoddardFix a Windows seg fault on startup when multiple listen...
2001-03-07 Ryan BloomFix content-length computation. We ONLY compute a...
2001-03-06 Jeff TrawickReport unbounded containers in the config file. Previo...
2001-03-05 Jeff TrawickRely on APR to determine whether or not we have netinet...
2001-03-05 Ryan BloomMake the old_write filter use the ap_f* functions for...
2001-03-05 Ryan BloomAnother chunk of code from http to core. This should...
2001-03-04 David ReidGet the beos mpm building again following the recent...
2001-03-04 Ryan BloomMove more code from the http module into the core serve...
2001-03-03 Jeff TrawickUse a proper prototype for ap_show_directives() and...
2001-03-02 Ryan BloomAllow modules to query the MPM about it's execution...
2001-03-02 Jeff Trawickin rfc1413_query():
2001-03-02 Jeff Trawickfix the type of ap_my_pid and make it static since...
2001-02-28 Jeff TrawickPass the correct worker thread id to worker_thread...
2001-02-28 William A. Rowe Jr Another missing AP_DECLARE mismatch
2001-02-27 Cliff WoolleyUpdate to reflect the absence of the apr_bucket_shared
2001-02-27 Jeff Trawicktrap a couple of initialization errors related to the...
2001-02-26 Greg Amesinsure that canned error msgs are translated to ascii...
2001-02-26 Ryan BloomBegin to move functions from the http module to the...
2001-02-25 William A. Rowe Jr A patch to clean up much bogusity in Win32. Eliminat...
2001-02-25 Ryan BloomMove the error_bucket definition from the HTTP module...
2001-02-25 William A. Rowe Jr Refresh all .mak files should we choose to roll again...
2001-02-25 William A. Rowe Jr Reconsidered the wisdom of this change... back to...
2001-02-25 William A. Rowe Jr Clean up namespace badness with s/configfile_t/ap_con...
2001-02-24 Greg SteinShift XML handling code from Apache down into APRUTIL
next