]> granicus.if.org Git - apache/shortlog
apache
1999-08-15 Ben LaurieChild initializer hook.
1999-08-15 Ben LaurieAuth checker hook
1999-08-14 Ben LaurieAccess checker hook.
1999-08-13 Manoj KasichainulaFix a couple of error messages.
1999-08-13 Manoj KasichainulaMove the ap_sys_siglist code from the Unix MPMs to...
1999-08-13 Manoj KasichainulaGet rid of the single-child worker thread implementatio...
1999-08-13 Bill StoddardUpdate listener code. Workaround stupid WIN32 bug(...
1999-08-13 Manoj KasichainulaAdd a connection ID to conn_rec. It uniquely identifies...
1999-08-13 Randy TerbushAdd -R flag to apachectl for binary builds to work...
1999-08-12 Manoj KasichainulaFlesh out the descriptions of dexter and mpmt_pthread...
1999-08-12 Ralf S. EngelschallTry to find overview in the MPM mess.
1999-08-12 Manoj KasichainulaA little experiment. Add a special worker thread functi...
1999-08-11 Manoj KasichainulaMove a little code around to shorten the worker_thread...
1999-08-11 Bill StoddardStill a complete hacked up mess, but getting better!
1999-08-10 Manoj KasichainulaPut back the process_child_status code from 1.3. Handli...
1999-08-10 Randy TerbushFix some changed assumptions in config file format.
1999-08-10 Martin KraemerUse <!--#include virtual="footer.html" --> like for...
1999-08-08 Ronald Tschalarchanges for new modules/experimental/mod_auth_digest
1999-08-06 dgaudetmerge the differences in apache-1.3 from tag apache...
1999-08-05 Bill StoddardA few more hacks before taking off for the weekend.
1999-08-05 Bill StoddardWin32: Start work on the winnt mpm. This is all horribl...
1999-08-05 Manoj KasichainulaTake child_num and thread_num out of conn_rec. They...
1999-08-05 Ken Coar Typo fixage..
1999-08-05 Dirk-Willem... From Joshua's msg,
1999-08-04 Dirk-Willem... Attempt to close pr 4808 Can you mention htpassword...
1999-08-04 Ken Coar Oops. Forgot the <HR> that I wasn't supposed to forget..
1999-08-04 Ken Coar Boy is this one turning into a FAQ..
1999-08-04 Manoj KasichainulaUndo the stupid pipe of death changes I made earlier...
1999-08-03 Manoj KasichainulaEliminate a spurious runtime warning.
1999-08-03 Brian HavardUpdate OS/2 mpm with new hooks.
1999-08-03 Manoj KasichainulaFix a couple of potential graceful restart bugs noted...
1999-08-03 Manoj KasichainulaNo reason to have a loop writing one byte at a time...
1999-08-03 Manoj Kasichainulaget rid of the vestigial ap_open_logs call (and the...
1999-08-03 Manoj KasichainulaUpdate with new hooks.
1999-08-02 Manoj KasichainulaMake the server compile cleanly on TPF.
1999-08-01 Ben LaurieSet up emacs for the Apache Style Guide.
1999-08-01 Ben LaurieAnother hook.
1999-08-01 Ben LaurieAnother hook.
1999-07-31 Ben LaurieBreak out the hook implementations into three kinds...
1999-07-30 Ralf S. EngelschallFix PR#4720
1999-07-29 Manoj KasichainulaSupport non-threaded operation, for the most part....
1999-07-29 Manoj KasichainulaUse Ben Hyde's warning fix on two other MPMs.
1999-07-29 Randy TerbushDoc changes.
1999-07-28 Manoj KasichainulaReplace Min/MaxSpareServers with Min/MaxSpareThreads...
1999-07-27 Manoj KasichainulaUpdate with latest hook additions.
1999-07-27 Ben LaurieAnother hook (I won't be upset if someone else wants...
1999-07-27 Ben LaurieFix a warning.
1999-07-27 dgaudet- get rid of pre_command_line_hook ... use register_hoo...
1999-07-26 dgaudetsome bug fixes from David
1999-07-26 Manoj KasichainulaUpdate for newest hooks
1999-07-25 Ben LaurieMake sure we terminate.
1999-07-25 Ben LaurieGood grief! How hard is it to try _all_ the elements...
1999-07-24 Ben LaurieAllow for new hooks.
1999-07-24 Ben LaurieAnother hook.
1999-07-24 Ben LaurieAnother hook.
1999-07-24 Ben LaurieFix listener selection logic.
1999-07-23 Manoj KasichainulaAdd a MaxThreadsPerChild directive
1999-07-23 Manoj KasichainulaClean up and properly specify defaults for the new...
1999-07-23 Manoj KasichainulaAdd a little naming consistency, and put in an error...
1999-07-23 Manoj KasichainulaAdd support for dynamically creating and destroying...
1999-07-23 Ben LaurieSupport for echo protocol, to show how multiprotocol...
1999-07-23 Ben LaurieActually, we should always close the connection when...
1999-07-22 Ben LaurieAnd with one bound, he was free! This seemingly minor...
1999-07-22 Bill StoddardUpdate windows documentation to address questions on...
1999-07-21 Manoj KasichainulaFix silly bug. accept() has to be inside the accept...
1999-07-21 Manoj KasichainulaCleanups and fixes. Get rid of more stuff having to...
1999-07-21 Manoj KasichainulaSome fixing for startup of children after a graceful...
1999-07-21 Manoj KasichainulaOops, forgot this one
1999-07-21 Manoj KasichainulaA new experimental MPM. Right now, it is the mpmt_pthre...
1999-07-19 Brian HavardReleasing a semaphore you don't own isn't a fatal error.
1999-07-19 Manoj KasichainulaAnother MPM-specific define to move into the pthread...
1999-07-18 Manoj KasichainulaSync module strucuture with the prefork MPM again.
1999-07-17 Ben LaurieAnother hook.
1999-07-16 Ralf S. EngelschallBe careful, accept_mutex_child_init() has to be done...
1999-07-16 Martin KraemerUse new module structure
1999-07-16 Manoj KasichainulaMove HARD_SERVER_LIMIT, HARD_THREAD_LIMIT, and other...
1999-07-16 Manoj Kasichainulapoll+accept without accept serialziation is dangerous...
1999-07-13 Manoj KasichainulaMove the scoreboard header files for each MPM into...
1999-07-13 Brian HavardMore cleanup on OS/2 spmt mpm including shutdown/restar...
1999-07-12 dgaudetcommit David's beos port.
1999-07-12 Brian HavardAssorted fixes for the OS/2 mpm:
1999-07-11 Ben LaurieAnother hook.
1999-07-11 Ben LaurieMake run_all symbolic.
1999-07-11 Brian HavardMake it all work on OS/2.
1999-07-11 Ben LaurieAdd topological sorting to hook ordering.
1999-07-09 Manoj KasichainulaGet rid of the accept abstraction, which seems out...
1999-07-09 Manoj KasichainulaPrevent pthread.h from showing up in the Makefile depen...
1999-07-07 Martin KraemerSorry, but using C comments in place of C++ comments
1999-07-07 Martin KraemerUpdate to new module layout (Hooks)
1999-07-06 Ben LaurieMore hooky stuff.
1999-07-05 Ben LaurieStrawman hooks implementation (beginning of).
1999-07-04 Ken Coar <P></P> can't contain a <OL></OL> pair.
1999-07-04 Roy T. FieldingMissed closing tag
1999-07-03 Roy T. FieldingSome answers to problems that often come up on the...
1999-07-02 Manoj KasichainulaUse ap_new_connection in pthread MPM. This required...
1999-07-02 Martin KraemerThis module has only been added to the distribution...
1999-06-29 Jim JagielskiAdd a new command-line option -T that's the same as...
1999-06-29 Ralf S. EngelschallFix context description of RedirectMatch. It's also
1999-06-29 Ralf S. EngelschallMake ProxyBlock description more accurate.
1999-06-29 Ralf S. EngelschallFix description of "Example" directive. It just activat...
next