]> granicus.if.org Git - apache/history - server
Resolve the EXEC_ON_READ bit for ServerRoot and other modules that test
[apache] / server /
2002-05-18 William A. Rowe Jr Resolve the EXEC_ON_READ bit for ServerRoot and other...
2002-05-18 William A. Rowe Jr Although it appears reasonable to immediately gather...
2002-05-18 Cliff WoolleyRenames:
2002-05-17 William A. Rowe Jr We need to grab ServerRoot, LogLevel, and ErrorLog...
2002-05-17 Jeff Trawickstop using APLOG_NOERRNO in calls to ap_log_?error()
2002-05-17 Jeff Trawickignore APLOG_NOERRNO; note that it is deprecated
2002-05-17 Bill StoddardWin32: Shutdown the accept/listen threads a bit more...
2002-05-13 Brian PaneStart with a larger buffer size in ap_rgetline_core...
2002-05-13 Brian PaneOptimization: modified the power-of-two allocator in...
2002-05-12 Brian PaneFixed missing null-termination of ap_make_content_type...
2002-05-12 Brian PaneOptimization: skip cache setup in location_walk() if...
2002-05-12 Brian PaneOptimization: Replaced apr_strcat() with apr_strcatv...
2002-05-11 Brian PaneAdded EnableMMAP directive to allow the server administ...
2002-05-10 Brian PaneMoved ap_setup_make_content_type() declaration to http_...
2002-05-10 Brian PanePerformance fix: replaced the strcasecmp calls in ap_ma...
2002-05-06 Cliff Woolleycleanup old-school backward uses of APR_BRIGADE_CONCAT...
2002-05-02 Bill StoddardDone
2002-05-02 Bill StoddardWin32: Fix bug in mpm_win32 which allowed multiple...
2002-05-01 Jeff Trawickwait for worker threads to exit even in graceless termi...
2002-05-01 Bill StoddardDefer starting the listener until we have at least...
2002-05-01 Justin ErenkrantzClose sockets on worker MPM when doing a graceless...
2002-05-01 Brian PaneEliminate some sprintf calls
2002-04-30 Greg Amesdefault_handler: move the code to handle unusual method...
2002-04-30 Bradley NicholesReadjusting how the bucket alloc is done for each worke...
2002-04-29 Brian PaneUpdated ap_getword_white() to use the same coding style
2002-04-29 Brian PaneRemoved some code from the mutex-protected block in...
2002-04-28 Aaron BannertRename the worker_stack_interrupt_all() function as...
2002-04-28 Brian PaneRemoved the "not_full" condition variable and associate...
2002-04-28 Aaron BannertRemove unused variable.
2002-04-28 Aaron BannertSome more threadpool MPM changes:
2002-04-28 Aaron BannertClarify an incorrect statement about why we're purposfu...
2002-04-28 Aaron BannertSome threadpool fixes:
2002-04-28 Aaron BannertDetect APR_EINTR from ap_queue_pop() and avoid calling
2002-04-28 Aaron BannertWhen we signal a condition variable, we need to own...
2002-04-28 Bill StoddardFix a bug in the mod_status display caused by some...
2002-04-28 Justin ErenkrantzSimplify this little chunk of code since r is set to...
2002-04-28 Brian PaneMoved the recycled pool list from the queue to the...
2002-04-28 Brian PaneAdded a missing pool deletion case and simplified the...
2002-04-28 Brian PaneMove a potentially expensive pool cleanup operation...
2002-04-28 Aaron BannertPreserve the original error, or if the unlock fails...
2002-04-28 Brian PaneRemoved creation of unused struct
2002-04-28 Aaron BannertAdd a "queue_info" structure to the worker MPM. This...
2002-04-28 Brian PaneFixed the creation of the worker threads' data structures
2002-04-27 Bill Stoddardmy_generation is in the shared scoreboard now.
2002-04-26 Bradley NicholesAdded a check to make sure that h_aliases is not NULL...
2002-04-26 Aaron BannertConvert the worker MPM's fdqueue from a LIFO back into...
2002-04-26 Brian PaneSwitch back from atomic_cas to mutexes, based on all...
2002-04-25 Greg Amesremove a goto
2002-04-24 Greg Amesdefault_handler: short circuit the method checks. ...
2002-04-24 William A. Rowe Jr A bug affecting any platform that had pre-lstat'ed...
2002-04-24 William A. Rowe Jr Formatting irk grinding at me while stepping code
2002-04-22 Ryan BloomFix perchild MPM so that it can be configured with...
2002-04-22 William A. Rowe Jr Fix this optimization. We will skip along so long...
2002-04-22 William A. Rowe Jr Small optimization, if we are behind (at the 5th...
2002-04-22 Cliff WoolleyAcceptPathInfo was totally backwards... it would reject...
2002-04-22 Bill StoddardAdded the APLOG_TOCLIENT flag to ap_log_rerror() to
2002-04-21 Cliff WoolleyIgnore stuff
2002-04-21 Brian PaneUse the day and month names exported from APR, rather...
2002-04-21 Brian PaneAdded ap_recent_rfc822_date(), which uses the recent...
2002-04-20 Brian PaneWorkaround to get leader/follower compiling on recent...
2002-04-20 Cliff WoolleyPropogate the change to insert "bucket_" into the names...
2002-04-19 William A. Rowe Jr SOCKETs are HANDLEs, but they type mismatch. This...
2002-04-19 Brian PaneSome code transformations to improve the generated...
2002-04-19 Brian PaneReplaced the mutex around the idle worker stack with
2002-04-18 Jeff Trawickback out ill-conceived attempt to fix a segfault during
2002-04-18 Justin ErenkrantzFix 'control reaches end of non-void function' warning
2002-04-18 Justin ErenkrantzPerchild has been deemed experimental and has been...
2002-04-18 Justin ErenkrantzPerchild has been deemed experimental and has been...
2002-04-17 William A. Rowe Jr Experimental patch that may mitigate (but not elimina...
2002-04-17 William A. Rowe Jr Introduced -E startup_logfile_name option to httpd...
2002-04-17 Jeff Trawickuse an independent pool for threads so that when we...
2002-04-17 Brian HavardWhen an exception in a worker thread initiates a child...
2002-04-16 Justin ErenkrantzAdd warning message when selecting an experimental...
2002-04-16 Brian PaneAdded support for the threadpool MPM
2002-04-16 Brian PaneAnother experimental MPM derived from worker:
2002-04-16 Justin ErenkrantzAdds support for reading trailers on input by exporting...
2002-04-16 Brian PaneEliminated the extraneous code that caused each exiting...
2002-04-15 Brian PaneFix an uninitialized variable
2002-04-15 Brian PaneFixed some broken shutdown code
2002-04-15 Bradley NicholesAdd some additional shutdown synchronization so that...
2002-04-15 David ReidBring the beos mpm into the new age with the new lock...
2002-04-15 Justin ErenkrantzAllow empty Host: header arguments.
2002-04-15 Brian PaneRemove some leftover debug code that was closing an...
2002-04-14 Brian HavardGet local address info in listener sockets initialized...
2002-04-14 Brian Havardapr_bucket_alloc_create() now registers a cleanup that...
2002-04-14 Brian PaneFixed a race condition
2002-04-13 William A. Rowe Jr Correct const'ness of argv in all support apps, and...
2002-04-13 Sander StrikerAdapt to the rename of apr_explode_localtime to apr_tim...
2002-04-13 Brian PaneFixed the shutdown logic
2002-04-12 Bradley NicholesReadjustment of where the bucket is being allocated...
2002-04-12 Jeff Trawickworker MPM: Fix a situation where a child exited withou...
2002-04-12 Brian PaneAdded in the worker MPM's version of the POD code
2002-04-12 Brian Paneswitch back to the worker's version of the pod code
2002-04-12 Brian PaneAdded support for MPMs that live in subdirectories...
2002-04-12 Brian PaneAdded support for MPMs that live in subdirectories...
2002-04-12 Brian Panefixes to make it compile
2002-04-12 Brian Paneinitial check-in of supporting code for leader/follower MPM
2002-04-11 Brian PaneInitial check-in of leader-follower MPM code, derived...
2002-04-10 Bradley NicholesClosed up some holes where a thread could escape and...
2002-04-10 Bill StoddardThe accept loop was sleeping way too long when we ran...
next