]> granicus.if.org Git - apache/history - CHANGES
If we fixup the timestamp on modules/ssl/ssl_expr_parse.c after running
[apache] / CHANGES
2002-09-17 Jim JagielskiThe protocol version (eg: HTTP/1.1) in the request...
2002-09-17 Sander StrikerUpdate after the tag.
2002-09-16 Sander StrikerWe aren't at 2.0.42 yet.
2002-09-15 Justin ErenkrantzAllow AddOutputFilterByType to take in multiple filters.
2002-09-15 Justin ErenkrantzRemove warnings seen with Sun's Forte compiler.
2002-09-14 Justin ErenkrantzRevert r1.57 and r1.58 per Will Rowe's veto.
2002-09-14 Brian PaneRemove the setting of the status line from the cache...
2002-09-12 Ian HolsmanAdd support for using fnmatch patterns in the final...
2002-09-12 Paul J. Redermod_cache: cache_storage.c. Add the hostname and any...
2002-09-12 Bill StoddardDo not cache responses to GET requests with query
2002-09-10 Justin ErenkrantzFix memory leak in core_output_filter.
2002-09-10 Justin ErenkrantzAdd ability to htpasswd (via -5) to produce non-obfusca...
2002-09-10 Justin ErenkrantzStage #1 of the aaa rewrite - refactoring modules.
2002-09-09 Justin ErenkrantzUpdate OpenSSL detection to work on Darwin.
2002-09-06 Joshua SliveGernot contributed the original design mock-up.
2002-09-06 Joshua SliveLots of people contributed to this new style, but Andr...
2002-09-06 Brian PaneFixed some bucket memory leaks in ap_http_filter()
2002-09-05 Justin ErenkrantzAdd ModMimeUsePathInfo directive.
2002-09-04 Brian PaneAdded optional support for caching streamed responses...
2002-09-03 Ian Holsmanswitch x-icon to httpd.conf instead of mime.types
2002-09-03 Ian Holsmanadd image/x-icon to mime.types
2002-09-01 Justin ErenkrantzFix FileETag None directive.
2002-09-01 Brian PaneDocument the updates to leader/followers MPM
2002-08-30 Ian Holsmandeflate's filter removal was reversed for non-html...
2002-08-30 Martin KraemerLeon Brocard writes:
2002-08-29 Ian Holsmannew option 'path' to the cookie
2002-08-29 Ian Holsmanset expiry time correctly.
2002-08-28 Brian PaneChanged the content-length filter to allow streaming...
2002-08-28 Bill StoddardWin32: Lower the default stack size from 1MB to 256KB...
2002-08-28 Bill StoddardWin32: Add ThreadLimit directive to the windows MPM
2002-08-27 Paul J. RederRemove CacheOn config directive since it is set but...
2002-08-26 Ian Holsmanintroduce 2 new callback oppurtunities to allow a 3rd...
2002-08-26 William A. Rowe Jr The documentation says: ISAPIReadAheadBuffer defaults...
2002-08-26 Ian HolsmanFix a segfault in mod_cache when url isn't passed
2002-08-24 Paul J. RederFix a null pointer dereference in the merge_env_dir_con...
2002-08-23 Ian Holsmannew option to ServerTokens. "Maj[or]" which displays...
2002-08-23 Jeff Trawickadd the ability to specify the dbm type (e.g., gdbm...
2002-08-21 Jeff TrawickChange mod_rewrite to use apr-util's dbm support for...
2002-08-21 Cliff WoolleyFix a problem whereby RewriteMap prg:'s would get out...
2002-08-21 Paul J. RederSubmitted by: Paul J. Reder
2002-08-21 Ian Holsmanfix the case when a server doesn't send a response...
2002-08-20 William A. Rowe Jr Fix bug reported as PR 11854.
2002-08-19 Ian HolsmanMake module loading error messages more informative
2002-08-18 Ian HolsmanPR:
2002-08-18 Bill StoddardUpdate changes
2002-08-18 Brian PaneZero-copy output for small files delivered over keepalive
2002-08-09 Sander StrikerBump after the tag.
2002-08-09 William A. Rowe Jr Security rollup for 2.0.40 release. Tag and roll...
2002-08-09 William A. Rowe Jr Notations for win32/iconv, and fix a typo
2002-08-08 Graham LeggettFix proxy so that it is possible to access ftp: URLs...
2002-08-07 Ian Holsmanmod-deflate now checks to make sure gzip-only-text...
2002-08-06 William A. Rowe Jr Wasn't the only one with the essential idea, co-credi...
2002-08-06 William A. Rowe Jr This was never a 'vulnerability'... the APR_FILEPATH_...
2002-08-06 William A. Rowe Jr worth noting
2002-08-01 Jeff Trawickmod_ext_filter: Add the ability to enable or disable...
2002-07-31 Jeff TrawickRestore the ability to specify host names on Listen...
2002-07-30 Jeff TrawickWhen deciding on the default address family for listeni...
2002-07-30 Mark J. CoxAdd in missing CVE name; make SECURITY entries more...
2002-07-24 Wilfredo SanchezReplace atol() calls which should return long long...
2002-07-19 Jeff Trawickspell check
2002-07-18 Jeff Trawickmod_ext_filter: Ignore any content-type parameters...
2002-07-18 Jeff Trawickmod_ext_filter: Set up environment variables for extern...
2002-07-17 William A. Rowe Jr Solve C-L post body reads from the HTTP_IN by ap_get_...
2002-07-17 Jeff TrawickGet proxy ftp to work over IPv6.
2002-07-16 Justin ErenkrantzLook for OpenSSL libraries in /usr/lib64.
2002-07-16 Justin ErenkrantzUpdate SuSE layout.
2002-07-15 Joshua SliveI hope I got everybody this time.
2002-07-14 Brian PaneIncrease the per-process file descriptor limit in apachectl
2002-07-13 William A. Rowe Jr Final tweak and CREDITs ... switch the order to simpl...
2002-07-12 William A. Rowe Jr While this fixed the bug, no resources were build...
2002-07-10 Jeff Trawickmod_ext_filter: don't segfault if content-type is not...
2002-07-08 Ryan BloomVC6 is unable to deal with dependencies that are still...
2002-07-06 Ian HolsmanRenames Pending:
2002-07-04 Brian PaneRe-use the same temp brigade to read all lines of a...
2002-07-04 Sander StrikerAdd a new directive: MaxMemFree. MaxMemFree makes...
2002-07-02 Cliff Woolleynote the C-L filter fix
2002-07-01 Mark J. CoxMake security notes consistant with apache-1.3/src...
2002-06-28 Justin ErenkrantzAdd a filter_init function to the filters so that a...
2002-06-27 Ryan BloomFix a long-standing bug in 2.0, CGI scripts were being...
2002-06-27 Justin ErenkrantzFix infinite loop when reading certain data due to...
2002-06-26 Justin ErenkrantzChange conn_rec->keepalive to an enumerated value of
2002-06-26 Jeff TrawickFix mod_ext_filter to look in the main server for filte...
2002-06-24 William A. Rowe Jr Replace gunk with ap_regkey calls.
2002-06-24 William A. Rowe Jr Another excessively warm day in Chicago.
2002-06-23 Brian PaneConvert the hostname to all-lowercase in fix_hostname...
2002-06-23 William A. Rowe Jr Fixes Win32 cgi 500 errors when QUERY_ARGS or other...
2002-06-22 Bill StoddardMove the req_hdrs pointer from the cache_object_t to...
2002-06-22 Ian Holsmannew configuration option for mod_rewrite to set cookies.
2002-06-21 Jeff TrawickFix perchild to work with apachectl by adding -k suppor...
2002-06-19 Cliff WoolleyGrrrr. Fix the htpasswd -c -n logic bug *the right...
2002-06-19 Brian PaneFixed the EOS handling for partial SSI directives at...
2002-06-17 Cliff Woolleybump after the tag
2002-06-17 Cliff WoolleyGetting ready for 2.0.39. Here we go again
2002-06-17 Justin ErenkrantzClarify CHANGES message
2002-06-17 Justin ErenkrantzRewrite ap_get_client_block to rely on assumptions...
2002-06-16 Cliff Woolleymoving on. :)
2002-06-16 Ryan BloomFinish the htpasswd port to APR. This brings the file...
2002-06-15 Ryan BloomWe must set the MIME-type for .shtml files to text...
2002-06-15 Cliff WoolleyFixed a problem with 'make install' on one of the tarba...
2002-06-15 Ryan BloomMake the default_handler catch all requests that aren...
next