]> granicus.if.org Git - apache/history - server
Another experimental MPM derived from worker:
[apache] / server /
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...
2002-04-10 Bill StoddardOoops. Don't whack our ptrans pool.
2002-04-10 Bill StoddardMove the socket info initialization into the winnt_acce...
2002-04-10 Bill StoddardGet rid of hungarian notation. No function change.
2002-04-09 Jeff Trawickget the strchr() declaration
2002-04-09 William A. Rowe Jr Compiler/platform bogosity is apr's job.
2002-04-09 Aaron BannertRemove many unnecessary includes, incl. apr_lock.h
2002-04-09 Aaron BannertRemove unnecessary includes of apr_lock.h
2002-04-08 Jeff TrawickRemind the admin about the User and Group directives...
2002-04-06 Bradley NicholesAdded a call to apr_bucket_alloc_destroy() to the clean...
2002-04-05 William A. Rowe Jr Correct partitioning of filter handles between core...
2002-04-05 William A. Rowe Jr One for 2.0.34 - to fix the problem of utf-8 configur...
2002-04-05 Jeff Trawickquiet a bogus gcc warning that crops up with -O2
2002-04-05 Jeff Trawickimplement FOREGROUND for perchild and beos MPMs too
2002-04-05 Jeff Trawickworker MPM: add -DFOREGROUND option to use when you...
2002-04-04 William A. Rowe Jr Uhmmm... notices only when we are running as a servic...
2002-04-04 William A. Rowe Jr One emit is an error, not a notice. Neither have...
2002-04-04 William A. Rowe Jr Another, potential race. Assure we are allowing...
2002-04-04 William A. Rowe Jr Race condition one ... we were occasionally escaping...
2002-04-04 Jim JagielskiAdded support for Posix semaphore-based mutex locking...
2002-04-04 Sander StrikerRemove hardcoded paths from MPMs and move them to a...
2002-04-04 Aaron BannertFix a potential size mismatch (apr_off_t might be 64bit...
2002-04-03 Jeff Trawickworker MPM:
2002-04-03 Jeff Trawickprefork MPM: add -DFOREGROUND option to use when you...
2002-04-03 Jeff Trawickstyle change only
2002-04-03 Jeff TrawickAllow worker MPM to build on systems without pthread_ki...
2002-04-02 Bradley NicholesCheck for a NULL pointer in the case of the OS address...
2002-04-02 Bill StoddardWin32: tweak some messages
2002-04-02 Bill StoddardWin32: Change startup/shutdown message class to NOTICE...
2002-04-02 Bradley NicholesReplaced a hack for getting the address space with...
2002-04-01 Bill StoddardWin32: Move apr_bucket_alloc() to a more reasonable...
2002-04-01 Brian HavardDestroy the connection pool (and therefore run the...
2002-04-01 Jeff TrawickDon't allow initialization to succeed if we can't get...
2002-04-01 Ryan BloomMigrate perchild to the new lock API, and clean up...
2002-04-01 Ryan BloomMake perchild work with the new bucket_allocation API...
2002-04-01 Ryan BloomGet the Perchild MPM to compile and serve pages again...
2002-03-31 Brian HavardHandle CR/LF terminated lines from CGI scripts.
2002-03-30 Brian PaneFix for a bug that I introduced when eliminating the...
2002-03-29 Paul J. RederPR:
2002-03-29 Jim JagielskiThe old, legacy (and unused) code in which the scoreboa...
2002-03-29 Cliff WoolleyBUCKET FREELISTS
2002-03-27 Bill StoddardAdd a new parameter to the quick_handler hook to instruct
2002-03-27 Jeff Trawickworker MPM:
2002-03-26 William A. Rowe Jr Somewhere about server/main.c rev 1.54, we lost the...
2002-03-25 William A. Rowe Jr -i and -u were deprecated some time ago, they still...
2002-03-25 William A. Rowe Jr Integrate rbb's forward port of -k config into the...
2002-03-23 Brian PaneChanged mod_cgi to not do single-byte reads to consume the
2002-03-22 Ryan BloomWe have to return valid HTTP status codes from filters...
2002-03-22 Bill StoddardTag some pools
2002-03-22 Bill StoddardTag some pools.
2002-03-22 William A. Rowe Jr Err, that was a bit redundant. Eliminate the redunda...
2002-03-22 Jeff Trawickdocument yet another worker MPM glitch
2002-03-22 Ryan BloomPort the -k config option to Apache 2.0. This allows...
2002-03-22 Jeff Trawickremove some unnecessary, commented-out code; add a...
2002-03-21 Jeff TrawickDon't drop connections during graceful restart. Previo...
2002-03-21 Jeff Trawickgraceful shutdown (no dropped connections) requires...
2002-03-21 Jeff Trawickdocument a glitch that prevents complete graceful termi...
2002-03-21 Jeff Trawickmake the comment for the call to apr_signal_thread...
2002-03-21 Jeff Trawickfix a comment
2002-03-21 Jeff Trawickaxe some unused fields in ap_queue_t
2002-03-21 Sander StrikerUpdate callers of apr_explode_gmt to apr_time_exp_gmt...
2002-03-21 William A. Rowe Jr Correct our list of escape characters to include...
2002-03-21 Jeff Trawickdon't log a failure of ap_queue_pop() at termination...
2002-03-20 Jeff Trawickin a worker thread, don't dare try to process a connect...
2002-03-20 Jim JagielskiFold the compiled-in knowledge of the allowable AcceptM...
2002-03-20 Jeff Trawickno need to kill the scoreboard cleanup anymore on graceful
2002-03-20 Jeff Trawickap_create_scoreboard() now initializes the scoreboard...
2002-03-20 Jeff Trawickwrite a debug message to the log when we're stuck in...
2002-03-20 Bill StoddardCommit 2 of 2 to:
2002-03-20 Jim JagielskiBring 2.0 up to parity, a bit, with how much info we...
2002-03-20 William A. Rowe Jr No sense in opening this event when it's already...
2002-03-20 William A. Rowe Jr Here's the patch that really sucks. old_listeners...
2002-03-20 William A. Rowe Jr More process lifetime changes, and simplify some...
2002-03-20 William A. Rowe Jr Fix a few listener-related lifetime issues [they...
2002-03-20 William A. Rowe Jr The source of some ills ... there is no reason to...
next