]> granicus.if.org Git - apache/history - CHANGES
add description for the T status
[apache] / CHANGES
2006-06-27 Ruediger Pluem* Retry worker chosen by client supplied route / redire...
2006-06-26 William A. Rowe Jr One more bug licked, as verified by Matt
2006-06-26 Ruediger Pluem* Add the following environment variables to expose...
2006-06-22 William A. Rowe Jr Note that 416293 went a bit further.
2006-06-22 William A. Rowe Jr Stop appending a backslash if some trailing slash...
2006-06-22 William A. Rowe Jr mod_isapi: Handle "HTTP/1.1 200 OK" style status...
2006-06-22 William A. Rowe Jr We need to pay alot more attention here to ap_pass_br...
2006-06-22 William A. Rowe Jr mod_isapi: Ensure we walk through all the methods...
2006-06-22 William A. Rowe Jr Note new (old) feature
2006-06-14 Nick KewDocumenting new mod_speling directive
2006-06-03 Ruediger Pluem* If possible, check if the size of an object to cache...
2006-06-03 Ruediger Pluem* The first comment did not really hit what we do.
2006-06-03 Ruediger Pluem* info->expire and info->date are in microseconds....
2006-06-02 Bradley NicholesFix authnz_ldap invalid auth detection
2006-06-01 Ruediger Pluem* Sync with 2.2.x CHANGES
2006-05-30 Ruediger Pluem* Keep the Content-Type for successfully revalidated
2006-05-28 Ruediger Pluem* Remove temporary files if renaming fails, otherwise...
2006-05-26 Chris DarrochOn graceless shutdown or restart, send AP_SIG_GRACEFUL...
2006-05-26 Chris DarrochMake the worker and event MPMs not touch the scoreboard...
2006-05-21 Ruediger Pluem* Fix const compiler warning introduced by r407357.
2006-05-17 Ruediger Pluem* Handle the cases "no proxy request" and "reverse...
2006-05-10 Garrett RooneyAdd support for fcgi:// proxies to mod_rewrite.
2006-05-09 Roy T. Fieldingrevert last entry -- not user visible and poorly worded
2006-05-09 Thom Mayremove test/zb.c
2006-05-07 Nick KewNote scoreboard stuff in changes; leave the 'difficult...
2006-05-05 Sander Temme Add optional 'scheme://' prefix to ServerName...
2006-05-04 Jeff Trawickmod_charset_lite: Bypass translation when the source...
2006-05-03 Ruediger Pluem* Add Content-Type to headers_out if not already set...
2006-05-03 Greg AmesPR 39275. don't fork MaxClients worth of processes...
2006-04-22 Ruediger Pluem* Sync with 2.2.x CHANGES file
2006-04-22 Garrett Rooney* CHANGES: Make spacing consistent with the rest of...
2006-04-22 Garrett Rooney* CHANGES: Note the addition of mod_proxy_fcgi.
2006-04-18 Colm MacCarthaighCorrectly handle internal redirects, by testing only...
2006-04-18 Mark J. CoxThiago Zaninotti reported to security@apache.org on...
2006-04-16 Ruediger Pluem* Also initialize local data structures for workers...
2006-04-14 Ruediger Pluem* Sync with 2.2.x CHANGES
2006-04-14 Ruediger Pluem* Avoid calling ap_proxy_http_cleanup twice as this...
2006-04-14 Ruediger Pluem* Initialize last_char as otherwise a random value...
2006-04-12 Jeff TrawickThe crypt() prototype is in <unistd.h> instead of ...
2006-04-10 Ruediger Pluem* Rollback r393037 as this was vetoed by wrowe. Details see
2006-04-10 Ruediger Pluem* Prevent r->parsed_uri.path from being NULL as this...
2006-04-10 Jeff Trawickhtdbm: Warn the user when adding a plaintext password...
2006-04-08 Ruediger Pluem* Check for an existing socket independant of an existi...
2006-04-02 Jeff TrawickDefault handler: Don't return output filter apr_status_...
2006-04-02 Roy T. Fieldingremove charset turds left by last commit
2006-04-01 Ruediger Pluem* Sync with CHANGES files of 2.2.x and 2.0.x
2006-04-01 Ruediger Pluem* Sync with 2.2.x CHANGES file
2006-03-31 Ruediger Pluem* Sync with 2.2.x CHANGES file
2006-03-31 Jim JagielskiNote backports to be in 2.2.1
2006-03-30 Jim JagielskiDocument the removal of the flushing bandaid to a
2006-03-30 Jim JagielskiNote merged backport
2006-03-30 Jim JagielskiBackported to 2.2.1...
2006-03-13 Jeff Trawickreflect a couple of items merged into 2.2.1-dev
2006-03-05 Ruediger Pluem* Crosscheck the length of the body chunk with the...
2006-02-28 Brian PaneRevert the refactoring of the request read code
2006-02-27 Ruediger Pluem* Document fixes for PR 38524.
2006-02-25 Garrett RooneyFill in the scoreboard's tid field in the event MPM...
2006-02-23 Jeff Trawickmod_charset_lite: Remove Content-Length when output...
2006-02-21 Jeff TrawickEnsure that the proper status line is written to the...
2006-02-17 Joe Orton* modules/ssl/ssl_engine_init.c (ssl_check_public_cert...
2006-02-15 Ruediger Pluem- Nitpicking style police: Add space between PR and...
2006-02-15 Jim Jagielski *) mod_proxy: Fix KeepAlives not being allowed and...
2006-02-13 Garrett RooneyMake the worker and event MPMs support GracefulShutdown...
2006-02-04 Ruediger Pluem* sync with 2.2.x CHANGES
2006-02-04 Ruediger Pluem* Do not overwrite the status of initialized workers...
2006-02-04 William A. Rowe Jr Sync
2006-02-04 William A. Rowe Jr Solaris build proposal; don't fail on missing .h...
2006-01-30 Jeff Trawickmod_speling: Stop crashing with certain non-file requests.
2006-01-21 Ruediger Pluem* Fix PR38340 by actual getting the word and thus advan...
2006-01-18 Ruediger Pluem* Fix PR38123 by adding the HTTP_IN filter also in...
2006-01-17 Bradley NicholesNote the changes to Authz
2006-01-17 Ruediger Pluem* Add CacheMinExpire directive to set the minimum time...
2006-01-13 Ruediger Pluem* Sync with 2.2.x STATUS file
2006-01-10 Ruediger Pluem* Fix PR38017 by handling the selection of the hostname...
2005-12-31 Brian PaneRefactoring of ap_read_request() to store partial reque...
2005-12-18 Ruediger Pluem* If the mod_proxy backend connection broke in the...
2005-12-18 Ruediger Pluem* Resync with 2.0.x and 2.2.x CHANGES file
2005-12-17 Ruediger Pluem* Fix ap_http_chunk_filter to create correct chunks...
2005-12-07 Justin ErenkrantzIf a connection aborts while waiting for a chunked...
2005-12-07 Justin ErenkrantzIf we get an error reading the upstream response, we...
2005-12-06 Joe Orton* modules/ssl/ssl_engine_kernel.c (ssl_hook_Access...
2005-12-03 Ruediger Pluem* Fix PR37753. Off by one bug in get_path_param eats...
2005-11-20 Ruediger Pluem* Sync with 2.2.x CHANGES
2005-11-19 Ruediger Pluem* Minor performance tweak by reusing already calculated...
2005-11-18 Nick KewNote mod_authz_dbd in CHANGES
2005-11-16 Justin ErenkrantzRemove support for 'On' and 'Off' for AuthBasicProvider...
2005-11-16 Jeff TrawickFix typo in ProxyStatus syntax error message.
2005-11-15 Jim JagielskiBackported the UCPP code to 2.2 branch
2005-11-15 Jim JagielskiAdd in the UseCanonicalPhysicalPort directive, which
2005-11-11 Ruediger Pluem* Sync with 2.2.x for backport r332657
2005-11-08 Jim JagielskiNote fixes that have been applied to the 2.1.10/2.2...
2005-11-05 Ruediger Pluem* Fix a null pointer dereference in dav_method_mkcol...
2005-11-02 Joe Orton* build/config_vars.sh.in: Prepend DESTDIR to paths...
2005-11-01 Jim JagielskiMove to a different impl which was my 1st concept and...
2005-10-31 Jim JagielskiFix a problem where we are doing a case insensitive
2005-10-25 Ruediger Pluem* Sync with 2.2.x CHANGES
2005-10-25 Ruediger Pluem* Fix PR36906 by not lower caseing the whole worker...
2005-10-24 Brian PaneAsync write completion for Event MPM
2005-10-24 Brian PaneRedesign of request cleanup and logging to use End...
2005-10-24 Colm MacCarthaighA complete rewrite of support/logresolve.c:
next