]> granicus.if.org Git - apache/history - modules
fix Korean translation
[apache] / modules /
2005-04-09 Mladen TurkAdd r->args to uri->query if the original r->uri
2005-04-09 Mladen TurkRemove useless loging of something that is not an error.
2005-04-08 Bradley NicholesUpdate the mod_dav import file for NetWare
2005-04-08 Bradley NicholesRethink the built-in vs shared modules for NetWare...
2005-04-08 Bradley NicholesRemove the unnecessary exported api's from the NetWare...
2005-04-08 William A. Rowe JrAn aggressive visit by the style faerie. Sprinkled...
2005-04-08 William A. Rowe Jr Fix Win32 breakage - these hook providers can't be...
2005-04-07 William A. Rowe Jr Fix Win32 imap->imagemap transformation
2005-04-07 Paul Quernarename mod_imap to mod_imagemap.
2005-04-06 Paul QuernaDon't always enable mod_imap. I always turn it off...
2005-04-01 Joe Orton* modules/proxy/mod_proxy_http.c (ap_proxy_http_process...
2005-03-31 Bradley NicholesImplement the exported function from mod_ldap(util_ldap...
2005-03-30 Bradley NicholesActually use the compare_cache_size value that is being...
2005-03-30 Sander Striker* modules/proxy/mod_proxy_http.c
2005-03-30 Sander Striker* modules/proxy/mod_proxy_http.c
2005-03-23 Greg Amesupdate comments for *_client_block functions.
2005-03-22 Paul QuernaTurn LDAPTrustedClientCert and LDAPTrustedMode into...
2005-03-17 William A. Rowe Jr Second fat-fingered typo in 24 hrs. Balance parens...
2005-03-17 William A. Rowe Jr Clean up emit for size truncation. Division here...
2005-03-14 Justin Erenkrantzmod_proxy: Add proxy-sendextracrlf option to send an...
2005-03-11 Sander StrikerAnother mod_cache fixlet.
2005-03-09 Bradley NicholesDon't attempt to remove the cache_file if one was never...
2005-03-09 Bradley NicholesKeep track of the number of attributes retrieved from...
2005-03-08 Paul QuernaAdd ap_mpm_is_experimental and ap_mpm_is_threaded....
2005-03-08 Paul QuernaSince prefork is currently the only non-threaded MPM...
2005-03-08 Sander StrikerMake IgnoreCacheControl do what it implies when it...
2005-03-08 Bradley NicholesMake sure that the secure listen sockets that are creat...
2005-03-08 Sander StrikerImprove caching a bit more...
2005-03-08 Sander StrikerRemove an unused function.
2005-03-07 Justin Erenkrantz* modules/cache/cache_util.c (ap_cache_check_freshness...
2005-03-06 Sander StrikerMore mod_cache tweakage...
2005-03-06 Sander StrikerTracked down by Justin Erenkrantz.
2005-03-06 Sander Striker* modules/cache/mod_cache.c
2005-03-05 Jeff Trawickworker MPM/mod_status: Support per-worker tracking...
2005-02-28 Bradley NicholesIf the search fails due to a bad connection, make sure...
2005-02-25 Justin Erenkrantz* modules/dav/main/mod_dav.h: Wrap all public functions in
2005-02-24 Joe Orton* modules/proxy/mod_proxy_http.c (ap_proxy_http_process...
2005-02-17 Paul QuernaFix a syntax error when DEBUGGING is defined.
2005-02-15 Joe Orton* modules/ssl/mod_ssl.h: Add ssl_ext_lookup optional...
2005-02-14 André MaloFix 'Anonymous *', which denied access
2005-02-14 Sander StrikerImprove interaction with caches in mod_dav.
2005-02-11 Joe Orton* include/util_ldap.h (util_ldap_state_t): Fix gcc...
2005-02-11 Joe Orton* modules/cache/mod_disk_cache.c (store_body): Fix...
2005-02-11 Joe OrtonMove the POSIX reg* implementations into the ap_* names...
2005-02-10 Joe Orton* modules/ssl/ssl_engine_kernel.c (ssl_hook_Access...
2005-02-10 Sander StrikerMore tweaks primarily driven by caching.
2005-02-09 Jeff TrawickRemove formatting characters from ap_log_error() calls...
2005-02-09 Sander StrikerSome minimal tweaks to mod_cache.
2005-02-09 Justin ErenkrantzMore work to properly handle revalidated responses...
2005-02-09 Sander Striker* modules/proxy/mod_proxy_ajp.c
2005-02-08 Sander Striker* modules/proxy/proxy_util.c
2005-02-08 Sander StrikerMore mod_cache tweakage.
2005-02-08 Bradley NicholesMake the function declaration match the prototype
2005-02-08 Justin ErenkrantzReturn the proper status and headers when serving a...
2005-02-08 Justin ErenkrantzCleanup structures in mod_cache and friends to remove...
2005-02-08 Jim JagielskiIf we rec' a bad response header line, ignore what...
2005-02-08 Justin Erenkrantz* modules/cache/mod_cache.h: Move the structure declara...
2005-02-08 Justin Erenkrantz* modules/cache/mod_cache.c: One more try at proper...
2005-02-08 Justin Erenkrantz* modules/cache/mod_disk_cache.c: Properly load cached...
2005-02-07 Jim JagielskiBetter handle the case where ProxyBadHeader StartBody is
2005-02-05 David ReidChange where we set r->user if we're setting it from a
2005-02-05 William A. Rowe Jr Ignore both PATH_INFO as well as PATH_TRANSLATED...
2005-02-04 Justin ErenkrantzUpdate copyright year to 2005 and standardize on curren...
2005-02-04 Joe Orton* modules/proxy/config.m4: Fix mod_proxy build after...
2005-02-03 Justin Erenkrantzmod_proxy: Fix ProxyRemoteMatch directive.
2005-02-03 Sander StrikerAlso translate Destination headers when ProxyPassReverse'd
2005-02-03 Sander StrikerClean up some crumbs... The sandwich is next.
2005-02-03 Sander StrikerRename proxy modules.
2005-02-03 Sander StrikerError out on configurations where the cache provider...
2005-02-03 Jim JagielskiRemove old FIX_15207 snippets
2005-02-03 Jeff Trawickproxy HTTP: Rework the handling of request bodies to...
2005-02-03 Jim JagielskiClose PR 32459, 15207. API change for PROXY_DECLARE...
2005-02-03 Bradley NicholesAllow AuthLDAPURL to override the default connection...
2005-02-02 Jim JagielskiKeep track of time taken to process requests again.
2005-02-02 Justin ErenkrantzAdd CacheStorePrivate, CacheStoreNoStore, and clarify...
2005-02-01 Bradley NicholesFix a typo
2005-02-01 Mladen TurkFix #32367 support for ProxyPass /foo !
2005-02-01 Bradley NicholesSet the connection timeout for LDAP SDK's that support...
2005-01-27 Bradley NicholesAdded a new LDAPConnectionTimeout directive to util_lda...
2005-01-26 Erik AbeleChange the 'lib' prefix to 'libmod_' to be really consi...
2005-01-24 Jim JagielskiAdd in a weighted byte count of all traffic (in and...
2005-01-23 Sander StrikerMore hardcoded schemes in mod_rewrite... :/
2005-01-22 Justin Erenkrantz* modules/cache/mod_disk_cache.c: Cache r->err_headers_...
2005-01-21 Graham LeggettRemove the workaround that got client certificates...
2005-01-20 Bradley NicholesRecognize the new certificate formats
2005-01-20 Graham LeggettFix a problem where SSL was started twice when no clien...
2005-01-19 Bradley NicholesFix some inline C++ style declarations that other compi...
2005-01-19 Graham Leggettmod_ldap: Updated to use the new apr-util v1.1 apr_ldap...
2005-01-19 Joe Orton* modules/proxy/proxy_http.c (ap_proxy_http_process_res...
2005-01-19 Justin Erenkrantzmod_cache: Remove unimplemented CacheForceCompletion...
2005-01-14 Joe Orton* modules/ssl/ssl_engine_io.c (bio_filter_out_flush...
2005-01-14 Joe Orton* modules/ssl/mod_ssl.c: Declare new config directives
2005-01-13 Joe Orton* modules/debug/modules.mk: Remove generated file.
2005-01-11 Jim JagielskiMatch parameter types
2005-01-11 Sander StrikerRewrite Cookies and other headers in mod_proxy_ajp...
2005-01-08 Erik AbeleFix indentation (no code changes).
2005-01-08 Erik Abele--with-module can now take more than one module to...
2005-01-08 Erik AbeleFor a static module, use a filename with a lib prefix,
2005-01-07 Sander StrikerMake the combination of mod_proxy_ajp and mod_rewrite...
2005-01-07 William A. Rowe Jr Handle PATH_INFO as opaque byte-wise data for cgi...
next