]> git.ipfire.org Git - thirdparty/apache/httpd.git/shortlog
thirdparty/apache/httpd.git
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...
2001-04-17  Bill StoddardBump the release num
2001-04-17  Roy T. FieldingRemove some obsolete copies
2001-04-16  Ryan BloomIf a higher-level filter handles the the byterange...
2001-04-16  David ReidSilly typo.
2001-04-16  Greg Amesgive the poor users (i.e. us) a clue that something...
2001-04-16  Victor J. Orlikowski*Sigh*. Slight janatorial work.
2001-04-15  Ryan BloomUpdate the DSO docs in the INSTALL file.
2001-04-15  Graham LeggettAdd the Retry-After support that was commented out...
2001-04-15  Graham LeggettOops - the proxy host and port were left off when the...
2001-04-15  Graham LeggettSplit each individual proxy protocol into separate...
2001-04-15  Ryan BloomFix the binbuild.sh script so that it works correctly...
2001-04-15  Ryan BloomIf mod_dav is not enabled, then don't enable mod_dav_fs.
2001-04-14  Ryan BloomMove the httpd release rolling script from the httpd...
2001-04-14  Ryan BloomWe don't really treat this field as a const, and curren...
2001-04-14  Paul J. RederChanged the threaded mpm to have child_main join to...
2001-04-14  Paul J. RederChanged the threaded mpm to have child_main join to...
2001-04-14  Ryan BloomWe need a prototype for ap_show_mpm
2001-04-14  Greg SteinFix up the auto-versioning stuff. The new scheme more...
2001-04-14  Greg SteinImplement the MERGE method: fill in dav_method_merge...
2001-04-14  Graham LeggettMake hooks work for the *_canon() functions. Work conti...
2001-04-13  Graham LeggettInitial support for proxy protocol handler sub-modules...
2001-04-13  Ryan BloomForgot the CHANGES file.
2001-04-13  Ryan BloomAdd more options to the ap_mpm_query function. This...
2001-04-13  Chuck MurckoBe type safe, avoid possible buffer overrun
2001-04-13  Chuck MurckoNot sure what I was thinking, but this clarifies the...
2001-04-13  Graham LeggettAdded Max-Forwards support for all request types so...
2001-04-13  Graham LeggettSorted out some content-type oddness with proxy_ftp.c
2001-04-13  Graham LeggettFixed all the APR error codes to make sure they end...
2001-04-13  Chuck MurckoFix logic in connect handler from previous patch
2001-04-13  Chuck MurckoFix warnings about byte count type on Darwin
2001-04-13  Cliff WoolleyChange AP_MIN_BYTES_TO_WRITE from 9000 to 8192 to match...
2001-04-13  Graham LeggettIPV6 EPSV support for IPV6 in FTP proxy.
2001-04-13  Graham LeggettFixed a problem with FTP directories and charcters...
2001-04-13  Ryan BloomDo not install the binaries from the support directory...
2001-04-13  Doug MacEacherns/apr_signal_thread_func/apr_signal_thread/
2001-04-12  Roy T. FieldingFix the shell syntax error that occurs when a for list...
2001-04-12  Ryan BloomThe ap_f* functions should flush data to the filter...
2001-04-12  Ryan BloomConvert the apr_create_signal_thread to apr_signal_thre...
2001-04-12  Ryan BloomForce the dav/fs config.m4 file to be added to the...
2001-04-12  Ryan BloomMake the dav/main config.m4 file be added to the config...
2001-04-12  William A.... Clean up some exposed data that should be internal...
2001-04-12  William A.... More APR_STATUS_IS_ canonicalization
next