]> granicus.if.org Git - apache/history - server/mpm
event: child_main() never returns, so remove some dead code after
[apache] / server / mpm /
2011-03-03 Jeff Trawickevent: child_main() never returns, so remove some dead...
2011-03-03 Jeff Trawickworker: child_main() never returns, so remove some...
2011-03-02 Jeff Trawickprefork in ONE_PROCESS mode:
2011-03-02 Jeff Trawickprefork: store pid in scoreboard for ONE_PROCESS mode
2011-02-26 Jeff Trawickfix some logging calls to include the server_rec
2011-02-26 Guenter KnaufAxed C++ comments and tabs.
2011-02-08 Joe Orton* server/mpm/prefork/prefork.c (stop_listening, sig_ter...
2011-01-27 Jim JagielskiRevert an old (~10yr) change to the fd Q; move back to
2011-01-09 Stefan FritschFix ap_mpm_query results:
2010-12-01 William A. Rowe JrCorrect constness fix to manipulate our copy
2010-11-29 Guenter KnaufFixed some win32 types.
2010-11-05 Eric CovenerPR#47782: compiled-in default for MaxConnectionsPerChil...
2010-10-20 Guenter KnaufSome minor fixes to provide protos and build with Watcom.
2010-10-12 Stefan FritschRename MaxRequestsPerChild to MaxConnectionsPerChild...
2010-10-12 Jeff Trawickfix description of the change for PR43857; it is a...
2010-10-04 Guenter KnaufRemoved duplicate global; removed obsolete cast.
2010-09-24 Jeff TrawickFix crash accessing pollset on worker thread when child...
2010-09-01 Guenter KnaufAdded require prototypes conditionally to CFLAGS for...
2010-08-04 Stefan FritschRe-add AP_DEBUG_ASSERTs that were wrongly removed in...
2010-08-03 Stefan Fritschremove more unused variables
2010-07-31 Stefan FritschCode cleanup: replace strncpy by apr_cpystrn or apr_pst...
2010-06-22 Brian HavardOS/2: Add support for ThreadStackSize.
2010-06-22 Brian HavardRemove definition of ap_pid_fname from OS/2 MPM. It...
2010-06-15 Rainer JungRemove unused header file from simple MPM.
2010-06-13 Stefan FritschFix MPM event/libserf build problems: If libserf was...
2010-06-06 Stefan FritschUse the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros...
2010-06-06 Rainer JungSilence compiler warning.
2010-05-24 Jeff Trawickodd assortment of spelling fixes
2010-05-12 Jeff Trawickreplace r942897 with the original submitted patch
2010-05-12 Jeff Trawickrevert the PR 43857 fix in r942897 based on a potential
2010-05-10 Jeff Trawickprefork MPM: Run cleanups for final request when proces...
2010-05-05 Jeff Trawickfix compile failure in r940981
2010-05-04 William A. Rowe JrCatch up with ap_[proc|global]_mutex_create api change
2010-03-12 Eric Covenerall signs indicate that status value is always -1 on...
2010-03-12 Eric Covenerreduce the warning level in the bindprocessor() call...
2010-02-16 Daniel Earl PoirierLog command line on startup, so there's a record of...
2010-02-08 Jeff Trawickchange the preprocessor define ap_accept_mutex_type...
2010-02-04 Daniel Earl Poirierworker: don't report server has reached MaxClients...
2009-12-29 Takashi Satostring constness
2009-11-23 Jeff TrawickReplace AcceptMutex, LockFile, RewriteLock, SSLMutex...
2009-11-21 Jeff Trawickfix typo in AcceptFilter-related comment
2009-11-21 Jeff Trawickremove dead code related to the accept mutex
2009-11-21 Jeff Trawickaxe some vestiges of Event's accept mutex
2009-11-15 Jeff Trawicksupport --enable-mpms-shared (without argument) and...
2009-11-14 Jeff TrawickImprove hack to "determine" if APR supports thread...
2009-11-04 Jeff Trawicktweak MPM configure to avoid having to grep for MPM...
2009-11-03 Jeff Trawickrespect the MPM's indication passed on APACHE_MPM_SUPPO...
2009-11-03 Jeff TrawickChange the configure-based MPM build mechanism to suppo...
2009-11-03 Jeff Trawick--with-mpm and --enable-mpms-shared:
2009-11-03 Brian HavardBrind OS/2 MPM up to date with current API.
2009-11-03 Jeff Trawickmore configure-time support for dynamically loadable...
2009-11-02 Jeff Trawickfollow up r791309 with additional changes to accommodat...
2009-10-10 Takashi Satoconfigure: Fix THREADED_MPMS so that mod_cgid is
2009-09-25 Jim JagielskiEnhance ap_hook_monitor to pass along a server_rec (in
2009-09-16 Greg Ames* prevent a fork bomb if the accept mutex is clobbered...
2009-08-16 Ruediger Pluem* Do better checking of pollset operations in various...
2009-08-16 Brian HavardBring OS/2 MPM back from the dead.
2009-07-05 Guenter Knauffirst hacks to make mpm_netware usable again; not ready...
2009-06-28 Paul Querna* server/mpm/simple/simple_run.c
2009-06-28 Paul QuernaOnly remove sockets from the pollcb when they have...
2009-06-28 Paul Quernaserver/mpm/simple/simple_run.c
2009-05-15 William A. Rowe JrDrop exit value (always NO_ERROR, needs work). Pass...
2009-05-15 William A. Rowe JrPick up earlier SHUTDOWN notification
2009-05-06 Rainer JungMove comment block closer to related function.
2009-05-05 William A. Rowe JrEnsure all mpm's configure at config3
2009-04-17 Jeff TrawickMove logic to decide if an MPM is supported, and whethe...
2009-04-15 Greg Amesno longer amusing.
2009-04-05 Jeff Trawickmain() can use ap_run_mpm() directly, so axe the old...
2009-04-01 Jeff Trawickclean up apr_time_from_msec() compatibility macros
2009-04-01 Jeff Trawickmpm-query hook: distinguish between DECLINED and APR_EN...
2009-03-31 Jeff Trawickstop exporting APACHE_MPM_DIR to modules -- unclear...
2009-03-30 Jeff Trawickrename the new retained-data APIs to ap_retained_data_c...
2009-03-29 Jeff Trawickthe mpm_get_child_pid hook is unnecessary, as was the...
2009-03-29 Jeff TrawickCore can specify a platform-specific rewrite args hook...
2009-03-29 Jeff Trawickaxe ancient platform checks
2009-03-29 Mladen TurkRegister rewrite_args hook.
2009-03-28 Paul QuernaIf serf is available, compile in driving the serf event...
2009-03-27 Jim JagielskiOooooooooooo look a commit! Wow!
2009-03-27 Jeff TrawickThe Event MPM is no longer experimental; move it out...
2009-03-27 Jeff Trawickaxe unmaintained 1.3-era code to support AUX, SunOS...
2009-03-27 Jeff Trawickremove TPF support
2009-03-26 Jeff Trawickfinish removing OS/2 MPM
2009-03-26 Jeff Trawickremove OS/2 MPM
2009-03-26 Jeff Trawickfinish removing BeOS MPM
2009-03-26 Jeff Trawickaxe BeOS MPM
2009-03-26 Jeff Trawickprefork, worker, event:
2009-03-26 Jeff Trawickaxe the unnecessary AP_MPM_HARD_LIMITS_FILE
2009-03-26 Jeff Trawickremove leader, perchild, and threadpool MPMs (other...
2009-03-26 Jim Jagielskiprefork is soooooo 1990s. make new default simple
2009-03-26 Jeff Trawickspellcheck
2009-03-25 William A. Rowe Jrcloser to compiling
2009-03-25 Jeff Trawickresurrect the old (pre-r757867) compiled-in MPM_NAME...
2009-03-25 Jeff TrawickThe rewrite-args hook isn't available to MPM DSOs....
2009-03-25 Jeff Trawickchange the allocation path for the simple MPM's retaine...
2009-03-25 Jeff Trawickfix function names in trace messages
2009-03-25 Jeff Trawickprefork, worker, and event MPMs: use retained-data...
2009-03-25 Jeff Trawickheader file tweaks required for compilability
2009-03-24 Jeff Trawickmain() now sets ap_server_conf()
2009-03-24 Jeff TrawickAllow building httpd without a built-in MPM by specifying
2009-03-24 William A. Rowe Jrshoot ourselves in the foot
next