]> git.ipfire.org Git - thirdparty/apache/httpd.git/shortlog
thirdparty/apache/httpd.git
2004-10-15  André Maloupdate transformation
2004-10-15  André Malomarkup
2004-10-15  André Maloformatting
2004-10-15  André Malouse white background
2004-10-15  André Maloupdate transformation
2004-10-15  André Maloxml validation issues
2004-10-15  André Malomaxredirects no longer exists
2004-10-14  Bradley NicholesTrack the status of an upgradeable socket so that the...
2004-10-14  Mladen TurkMerge the proxy_status too. Thanks to Christian von...
2004-10-14  Graham Leggettmod_ldap: Fix format strings to use %APR_PID_T_FMT...
2004-10-14  André Maloupdate transformation
2004-10-13  Joe Orton* modules/filters/config.m4: Drop check for zutil.h...
2004-10-13  Graham LeggettToday is washday :)
2004-10-13  Bradley NicholesAdd a check for SSL_ENABLED_OPTIONAL to the http_method...
2004-10-13  Hiroaki KawaiNew translation. submitted by yoshiki.
2004-10-12  Hiroaki Kawaiupdate translation.
2004-10-12  Joe Orton* modules/aaa/mod_authnz_ldap.c: Fix /*-within-comment...
2004-10-12  Joe Orton* modules/ldap/util_ldap.c (util_ldap_child_init):...
2004-10-12  Joe Orton* os/unix/os.h: Define AP_NEED_SET_MUTEX_PERMS.
2004-10-12  Joe Orton* modules/filters/mod_deflate.c: Remove use of zutil...
2004-10-11  Erik AbeleMinor comment fixes, no code changes:
2004-10-11  Erik AbeleImprove german translation.
2004-10-11  Paul QuernaUse the ap_is_initial_req() function to test for a...
2004-10-10  André Maloignore generated stuff
2004-10-10  André Maloremove the RewriteOption MaxRedirects; LimitInternalRec...
2004-10-10  André Malothe compiler warns about possibly uninitialized values...
2004-10-09  André Maloupdate transformation
2004-10-08  Joe OrtonFix CAN-2004-0885:
2004-10-07  Bradley NicholesFix some typos that were missed when the documentation...
2004-10-06  Allan K. Edwardsparm cast should be DWORD
2004-10-06  Joshua SliveAs the first stage of a simplification of the default...
2004-10-06  Jeff Trawickremove dead code
2004-10-06  Allan K. Edwardsclarify select() usage on Windows
2004-10-06  Allan K. EdwardsWIN64: fix some windows specific 64bit warnings
2004-10-06  Yoshiki HayashiChange Apache 2.1 to version 2.1 for political correctness.
2004-10-06  Yoshiki HayashiMention when these modules are introduced.
2004-10-06  Yoshiki HayashiAdd reference to mod_proxy_ajp and mod_proxy_balancer.
2004-10-05  Allan K. EdwardsWIN64: SOCKET is not int on 64bit platforms
2004-10-05  Yoshiki HayashiMarkup improvement and typo fix
2004-10-04  Graham Leggettmod_auth_ldap: Handle the inconsistent way in which...
2004-10-03  Graham Leggettmod_ldap: fix a bogus error message to tell the user...
2004-10-03  Graham Leggettmod_ldap: prevent the possiblity of an infinite loop...
2004-10-02  Justin Erenkrantzmod_disk_cache: don't store hop-by-hop headers on-disk.
2004-10-02  Yoshiki HayashiMarkup fix and improvements.
2004-10-01  André Maloupdate transformation
2004-10-01  Jean-Frederic... Move the few BS2000 specific in unixd.c
2004-10-01  Joe OrtonUpdate transformations.
2004-10-01  Joe OrtonFix missing gcc.
2004-09-30  Jean-Frederic... Use the right length.
2004-09-30  Mladen TurkUse plain apr/apr-util for ajp.
2004-09-29  Mladen TurkThe name of the module is mod_proxy not mpm_proxy.
2004-09-29  Mladen TurkNo need to call the ap_proxy_initialize_worker when...
2004-09-29  Mladen TurkUse apr_strftime instead our own format_byte_out function.
2004-09-29  Mladen TurkAdd server_rec to initialize_worker_share so that it...
2004-09-29  Bradley Nicholesbackport ldap issue
2004-09-29  Joe Orton* modules/http/http_protocol.c (ap_http_filter): Always...
2004-09-28  Justin ErenkrantzTry to correctly follow RFC 2616 13.3 on validating...
2004-09-28  André Maloupdate transformation
2004-09-28  Mladen TurkReformat code to no tab and no CR-LF
2004-09-28  Mladen TurkMake sure that we don't increase balancer worker count on
2004-09-28  Justin Erenkrantzmod_disk_cache: Do not store aborted content.
2004-09-28  Justin Erenkrantzmod_disk_cache: Correctly store cached content type.
2004-09-28  Joe OrtonBring up to date a little, and don't talk about buildin...
2004-09-28  Joe OrtonPrevent .nf/.fi regions being sucked up by normalize...
2004-09-28  Joe Orton* support/apxs.in: Ensure that only a .la target filena...
2004-09-28  Joe Orton* support/apxs.in: Reset $opt so that -I, -D and -Wc...
2004-09-26  Mladen TurkInitialize workers for every virtual server not just...
2004-09-26  Joe Orton* server/util_filter.c (ap_save_brigade): Handle an...
2004-09-26  Mladen TurkUse the Christian von Roques's idea that makes the...
2004-09-26  Mladen TurkCount the bytes trasfered and readed so we can display...
2004-09-26  Mladen TurkRemove proxy_runtime_worker and make the things simpler by
2004-09-24  Bill Stoddardthis fix backported to 2.0
2004-09-24  Bill Stoddardport
2004-09-24  Justin ErenkrantzTell mod_mem_cache that we will no longer be serving...
2004-09-23  Graham LeggettNote a backport.
2004-09-23  Joe Orton* server/mpm_common.c (dummy_connection): Log the addre...
2004-09-22  Justin ErenkrantzFix race conditions in mod_disk_cache by properly using...
2004-09-22  Justin ErenkrantzCleanup a style nit. No functional changes.
2004-09-22  Justin ErenkrantzFix up some comments in CACHE_SAVE filter and fix a...
2004-09-22  Joe Orton* server/log.c (log_error_core): For APLOG_DEBUG on...
2004-09-22  Allan K. EdwardsWIN64: first in a series to get Windows IA64 builds...
2004-09-22  Graham LeggettRemove the second initialisation of the variable to...
2004-09-22  Joe Orton* modules/ssl/ssl_engine_io.c (ssl_io_filter_connect...
2004-09-22  Joe Orton* modules/generators/mod_cgi.c (cgi_handler): Fix possi...
2004-09-22  Joe Orton* modules/ssl/ssl_scache_shmcb.c (ssl_scahe_shmcb_init...
2004-09-22  Joe Orton* server/scoreboard.c (create_namebased_scoreboard...
2004-09-22  Joe Orton* modules/ssl/ssl_engine_vars.c: Map "UID" suffix to...
2004-09-22  Jeon Jeonghoa few new translations and up-to-date patches
2004-09-21  Justin ErenkrantzFix Expires (freshness) handling in mod_cache.
2004-09-21  Justin ErenkrantzIn order for mod_expires to work with mod_cache, mod_ex...
2004-09-21  Nick KewUpdate to enable mod_filter harness to be a Provider...
2004-09-21  Joe Orton* server/protocol.c (ap_rgetline_core): Never NUL termi...
2004-09-21  Joe Orton* configure.in: Only export CC and CPP if a cache file...
2004-09-21  André Maloupdate transformation
2004-09-21  Geoffrey YoungSECURITY: CAN-2004-0811 officially part of 2.0.52
2004-09-21  Nick KewMerge mod_filter with util_filter structs; add API...
2004-09-21  Bradley Nicholesfix typo
2004-09-20  Joe Orton* server/core.c (merge_core_dir_configs): Fix Satisfy...
2004-09-20  André Maloupdate transformation
2004-09-20  Joe Orton* configure.in: Ensure that $CC and $CPP are correctly...
next