]> granicus.if.org Git - apache/history - modules
Conversion to XHTML.
[apache] / modules /
2001-05-03 William A. Rowe Jr Damnable casts
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-01 Graham LeggettFixed a problem with directory listing corruption in the
2001-05-01 Jeff TrawickInitialize a local variable to prevent a gcc warning...
2001-04-30 Jeff Trawickfix my APR_STATUS_IS_EAGAIN() usage
2001-04-29 Roy T. FieldingCompletely revamp configure so that it preserves the...
2001-04-28 William A. Rowe Jr Pass the perms arg to apr_dbm_open
2001-04-27 Jeff TrawickGet mod_tls to compile/work better on Windows.
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 Martin KraemerSearch for OpenSSL in the "standard locations" ......
2001-04-27 Greg Steinfast-path some cases, primarily to avoid an allocation...
2001-04-26 Martin KraemerMake mod_tls compile. Fix supplied by Jean-Frederic...
2001-04-25 Cliff WoolleyFix a reference to "ctx" in mod_include's CREATE_ERROR_...
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-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 Brian HavardAdd a few more modules to the "most" category.
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 StoddardFix seg fault at start-up introduced by Ryan's change...
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 Trawickget mod_cache to at least compile
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 Jeff Trawickadd "extern" to the decl of http_module so that we...
2001-04-18 Ryan BloomMove the keepalives field out of the conn_rec and into...
2001-04-17 Greg Steinallow non-absolute URIs to occur in some of the request...
2001-04-16 Ryan BloomIf a higher-level filter handles the the byterange...
2001-04-16 Victor J. Orlikowski*Sigh*. Slight janatorial work.
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 BloomIf mod_dav is not enabled, then don't enable mod_dav_fs.
2001-04-14 Ryan BloomWe don't really treat this field as a const, and curren...
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 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 Graham LeggettIPV6 EPSV support for IPV6 in FTP proxy.
2001-04-13 Graham LeggettFixed a problem with FTP directories and charcters...
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. Rowe Jr More APR_STATUS_IS_ canonicalization
2001-04-12 William A. Rowe Jr Probably my own foobar
2001-04-12 William A. Rowe Jr Gotta use APR_STATUS_IS_EFOO() wrappers on all except...
2001-04-12 William A. Rowe Jr It's critical that apps use the APR_STATUS_IS_EFOO...
2001-04-12 Graham LeggettFTP directory filter works now.
2001-04-11 Ryan BloomWhen I initially pulled the BYTERANGE filter into the...
2001-04-11 Graham LeggettFixed some thread-safety issues with the HTTP proxy...
2001-04-10 Victor J. OrlikowskiIgnore *.slo too....
2001-04-10 Graham LeggettSmall fixes.
2001-04-10 Graham LeggettA client POST request would be read entirely into RAM...
2001-04-10 William A. Rowe Jr Clean up a yet a couple more emits
2001-04-10 Graham LeggettMake sure the filter stack in a reused downstream conne...
2001-04-10 William A. Rowe Jr icase is intialized as the result of an (a == b)...
2001-04-10 William A. Rowe Jr Toss the float nonsense from c-l, and cast atof as...
2001-04-10 Graham LeggettWe now keep the entire conn_rec across downstream keepa...
2001-04-10 William A. Rowe Jr change include_handler to include_handler_fn_t, and...
2001-04-10 William A. Rowe Jr We seem to use fn_t *fn throughout the rest of apache...
2001-04-10 Victor J. OrlikowskiMoved config.m4 to config9.m4. This allows most (if...
2001-04-10 Graham LeggettMore fixes...
2001-04-10 Graham LeggettMemory allocation cleanups
2001-04-10 Graham LeggettChange HTTP proxy to use ap_proxy_string_read() instead...
2001-04-10 Graham LeggettCompiler warnings - yuck!
2001-04-09 Graham Leggett*) PASV FTP works now.
2001-04-09 Ryan BloomAllow modules to be added to the server at configure...
2001-04-08 Graham LeggettGoodbye more dead code.
2001-04-08 Graham LeggettStopped the CORE filter from sending off an HTTP respon...
2001-04-08 Graham LeggettHTTP_VERSION() is the correct way to do this...
2001-04-08 Graham LeggettMore error checks to make sure the poll() loop dies...
2001-04-08 Graham LeggettCONNECT now works!!! Woohoo!!!
2001-04-08 Graham LeggettVarious cleanups and comments
2001-04-08 Graham LeggettAdd #defines for protocol version checks...
2001-04-08 Victor J. OrlikowskiBacking my earlier change out; There exists the possibi...
2001-04-07 Graham LeggettMake the CONNECT proxy talk HTTP/1.1. Still need to...
2001-04-07 Graham Leggett*) Made log entries consistent with proxy: CONNECT:
next