]> git.ipfire.org Git - thirdparty/apache/httpd.git/shortlog
thirdparty/apache/httpd.git
2001-05-04  (no author)This commit was manufactured by cvs2svn to create branc... RSE RSE
2001-05-04  Ralf S. EngelschallInitial revision
2001-05-04  Jeff Trawickadd some more analysis for a couple of current problems...
2001-05-04  Jeff TrawickBuild (and do so cleanly) when !APR_HAS_OTHER_CHILD.
2001-05-04  Joshua SliveRemove useless cruft.
2001-05-03  Doug MacEachernanother nit caught by C::Scan: change request_rec param...
2001-05-03  Joshua SliveConversion to XHTML.
2001-05-03  William A.... A couple of new options for sysadmins. Still waiting...
2001-05-03  William A.... Damnable casts
2001-05-02  Bill StoddardSet the conn_rec->aborted flag when we detect a whacked...
2001-05-02  Jeff TrawickAdd a missing backslash in the install-other code so...
2001-05-02  Greg Amessimplify the MaxRequestPerChild logic in worker_thread...
2001-05-02  Jeff TrawickPrevent a hang when a cgi handled by mod_cgid tries...
2001-05-02  Bill Stoddardmod_log_config: %c connection status incorrectly logged
2001-05-02  Jeff Trawickaccount for the recent apr_pool_*abort changes
2001-05-01  Ryan BloomFix the logic for saving data onto the heap before...
2001-05-01  Graham LeggettFixed a problem with directory listing corruption in the
2001-05-01  Ryan BloomAP_MIN_BYTES_TO_WRITE currently equals APR_BUCKET_BUFF_...
2001-05-01  Greg SteinAdd a comment about an assumption we make in our keepal...
2001-05-01  Jeff TrawickInitialize a local variable to prevent a gcc warning...
2001-04-30  Greg Amesdocument my understanding of why the pipe_of_death_mute...
2001-04-30  Jeff Trawickfix my APR_STATUS_IS_EAGAIN() usage
2001-04-30  Doug MacEachernC::Scan strikes again; include argument name in ap_invo...
2001-04-29  Ryan BloomCreate Files, and thus MMAPs, out of the request pool...
2001-04-29  Brian HavardOS/2: fix "make install" to install shared core & progr...
2001-04-29  Roy T. FieldingRemove some obsolete macros and rename one that wasn...
2001-04-29  Roy T. FieldingAll of this stuff about apxs is bogus right now --...
2001-04-29  Roy T. FieldingCompletely revamp configure so that it preserves the...
2001-04-28  William A.... Pass the perms arg to apr_dbm_open
2001-04-27  Doug MacEachernthreaded and prefork mpms are properly handling SIGTERM...
2001-04-27  Doug MacEachernbacking out this part of the recent apxs change
2001-04-27  Jeff TrawickAllow module names to be hyphenated in the --enable...
2001-04-27  Jeff TrawickGet mod_tls to compile/work better on Windows.
2001-04-27  Bill StoddardDate the 2.0.17 roll
2001-04-27  Martin KraemerFix APXS: treat sbindir as expected, fix "link" command.
2001-04-27  Martin KraemerPrevent a core dump (openssl_state_machine.c is complet...
2001-04-27  Martin KraemerNot that it matters, but the compiler complains (sugges...
2001-04-27  Martin KraemerThis is C, not C++ (yet ;-).
2001-04-27  Ken CoarAdd the 'last-modified' field and details on the transl...
2001-04-27  Ken CoarMove the STATUS file to the top of the tree
2001-04-27  Martin KraemerSearch for OpenSSL in the "standard locations" ......
2001-04-27  Greg Steinfast-path some cases, primarily to avoid an allocation...
2001-04-26  Jeff Trawicknote a problem with cgid cleanup, even with Greg's...
2001-04-26  Greg AmesFix shutdown/restart hangs in the threaded MPM.
2001-04-26  Martin KraemerMake mod_tls compile. Fix supplied by Jean-Frederic...
2001-04-26  Roy T. FieldingRemoved the keptalive boolean from conn_rec because...
2001-04-26  David ReidThis stops some systems from barfing...
2001-04-25  Cliff WoolleyFix a reference to "ctx" in mod_include's CREATE_ERROR_...
2001-04-25  Paul J. RederYeah, well, like the entry says, fixed prefork to handl...
2001-04-25  Paul J. RederThis patch puts enough of the signal processing back...
2001-04-25  Jim JagielskiGet rid of old naming fluff... MPMs aren't
2001-04-25  Jim JagielskiDocco update for modules directory layout
2001-04-24  Graham Leggettmod_proxy and the proxy submodules now build properly...
2001-04-24  Graham LeggettStopped the HTTP proxy from trying to read entity bodie...
2001-04-24  Graham LeggettMade the variable naming the same as everywhere else...
2001-04-24  Victor J. OrlikowskiJust for the sake of cleanliness ...
2001-04-24  Doug MacEachernadjust to ap_get_brigade() / input filter api changes
2001-04-23  Greg Amesback out my quiesce limit change altogether from the...
2001-04-23  Victor J. OrlikowskiSometimes, boys and girls, pointers and integers *aren...
2001-04-23  Graham LeggettApply changes to ap_get_brigade() to the proxy code.
2001-04-23  Victor J. Orlikowski*Sigh.* The janitor cleans up after himself.
2001-04-23  Victor J. OrlikowskiFix proxy to NOT be built by default.
2001-04-23  Ryan BloomDocument the new argument to ap_get_brigade()
2001-04-23  Brian HavardOS/2: Export from the shared core symbols from the...
2001-04-23  Brian HavardAdd a few more modules to the "most" category.
2001-04-23  Yoshiki HayashiFix typo.
2001-04-23  Jeff Trawickcomment on a couple of daedalus core dumps
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-22  Ryan BloomAdd a comment about how http_filter works.
2001-04-21  Ryan BloomPut the keep-alive connection logging back.
2001-04-21  Cliff WoolleyRevert about half of the last commit because of an...
2001-04-21  Roy T. FieldingRevert the change that moved keepalives out of conn_rec...
2001-04-21  Roy T. FieldingRevert addition of HTTP logging hhok for connection...
2001-04-20  Cliff WoolleyChange mod_include to use the latest bucket API tricks...
2001-04-20  Bill Stoddardstruct_ptr is a void*. The Windows compiler doesn...
2001-04-20  Bill StoddardFix seg fault at start-up introduced by Ryan's change...
2001-04-20  Doug MacEachernAdd ap_set_int_slot() function
2001-04-20  Jeff TrawickUnder certain circumstances, Apache did not supply the
2001-04-19  Graham LeggettMade sure dates were canonicalised correctly when passe...
2001-04-19  Jeff Trawicktest -e isn't portable; use test -f instead
2001-04-19  Brian HavardRemove unused variable.
2001-04-19  Bill StoddardCouple of show stoppers
2001-04-19  Jeff Trawickget mod_cache to at least compile
2001-04-19  Yoshiki HayashiNew Japanese translation
2001-04-19  Yoshiki HayashiNew Japanese translation.
2001-04-19  Yoshiki HayashiNew Japanese translation.
2001-04-18  Ryan BloomForgot to add this file.
2001-04-18  Ryan BloomAllow modules to specify their own logging format speci...
2001-04-18  Ryan BloomThere is a bug in how we sort some hooks, the pre-confi...
2001-04-18  David ReidThis changes the build process as outlined in my email...
2001-04-18  Ryan BloomDon't overwrite r->the_request. This was causing us...
2001-04-18  Jeff Trawickadd "extern" to the decl of http_module so that we...
2001-04-18  Jeff Trawickaccount for the change to apr_create_signal_thread
2001-04-18  Ryan BloomMove the keepalives field out of the conn_rec and into...
2001-04-17  Bill StoddardTweak a message. No function change.
2001-04-17  Bill StoddardRetagged.. Now bump back to 2.0.18-dev. For anyone...
2001-04-17  Bill StoddardRetag at 2.0.17
2001-04-17  Greg Steinallow non-absolute URIs to occur in some of the request...
next