]> granicus.if.org Git - apache/history - modules
Fix build failure without HAVE_SYSLOG, e.g. on Netware
[apache] / modules /
2011-07-02 Stefan FritschAdd new non-default debugging module mod_log_debug
2011-07-02 Stefan FritschAdd string valued expressions to ap_expr, do some API...
2011-06-29 Stefan FritschAdd some debug logging when loading server certificates
2011-06-29 Stefan FritschFix compilation error due to missing LDAP_DECLARE defin...
2011-06-27 Joe OrtonFix load order dependencies in LDAP code by switching...
2011-06-24 Stefan FritschFix "statement not reached" warnings with sun cc
2011-06-22 Stefan FritschVarious code cleanup
2011-06-22 Stefan FritschWe already have ap_str_tolower(), so also add ap_str_to...
2011-06-22 Stefan FritschFix build with recent apr_crypto API change
2011-06-20 Stefan FritschRename MaxClients to MaxRequestWorkers which describes...
2011-06-19 Stefan FritschCode cleanup: replace apr_table_set with non-copying...
2011-06-19 Stefan FritschDon't do OCSP checks for valid self-issued certs
2011-06-19 Stefan FritschAvoid unnecessary renegotiations with SSLVerifyDepth 0.
2011-06-19 Stefan FritschDisplay information about asynchronous connections...
2011-06-17 Jeff Trawicks/seperate/separate/
2011-06-17 Jim Jagielskirevert this... sorry
2011-06-17 Jim JagielskiNo mo subpool
2011-06-17 Jim JagielskiRevert "fix unexpected enum operation"
2011-06-15 Jeff Trawickfix unexpected enum operation
2011-06-13 Stefan FritschSimplify code with ap_str_tolower()
2011-06-13 Stefan FritschRemove spurious braces to fix clang warning
2011-06-13 Stefan FritschFix handling of cumulative system time
2011-06-13 Stefan FritschIntroduce new function ap_get_conn_socket() to access...
2011-06-13 Stefan FritschCode cleanup:
2011-06-13 Stefan FritschMerge repeated calls of ap_rputs.
2011-06-13 Stefan FritschAvoid some memory allocations by using apr_table_setn...
2011-06-13 Stefan FritschAvoid some memory allocations by using apr_table_setn...
2011-06-09 Graham LeggettEnsure variable is initialised before use.
2011-06-09 Graham LeggettFor safety, pass trailing buckets following EOS down...
2011-06-08 Graham Leggettmod_data: Introduce a filter to support RFC2397 data...
2011-06-07 Stefan FritschLog the proper module name on errors
2011-06-07 Stefan FritschLog a more obvious message if apr cannot load its dbm...
2011-06-07 Stefan FritschDon't return an undefined value if opening of a read...
2011-06-06 Graham Leggettmod_cache: Ensure that r->content_type is set when...
2011-06-06 Stefan FritschIntroduce ap_(get|set)_core_module_config() functions...
2011-06-05 Stefan Fritsch- Introduce concept of context prefix (which is an...
2011-06-04 Stefan FritschSeveral fixes for the ap_ldap build logic. This should...
2011-06-01 Eric CovenerPR51307: Fix ldap_rebind build error when ldap is enabl...
2011-06-01 Joe Orton* modules/ssl/ssl_engine_pphrase.c: Fix comment, no...
2011-05-31 William A. Rowe JrFix include path relative to modules/ldap/
2011-05-31 William A. Rowe Jrsolve getpid() process.h function order
2011-05-31 William A. Rowe JrLDAP_DECLARE Header adjustment for nw/win32
2011-05-31 William A. Rowe JrShift declaration logic of LDAP_DECLARE to ap_ldap...
2011-05-31 William A. Rowe JrThis is rather irritating.
2011-05-31 William A. Rowe JrIncorporate the ap_ldap incomplete API, as there is...
2011-05-28 Stefan Fritschmod_ext_filter: Remove DebugLevel option in favor of...
2011-05-28 Stefan FritschFix cut'n'paste error
2011-05-28 Stefan FritschUse the new "ap_expr" expression parser.
2011-05-28 Stefan FritschFix config setting after r1128430 has changed some...
2011-05-27 Stefan Fritschproperly merge directory configs in mod_include
2011-05-23 Graham Leggettmod_cache: Clarify which scenario we have present,...
2011-05-22 Graham Leggettmod_session_crypto: Use the apr v2.0 crypto interface...
2011-05-22 Stefan FritschFix various "variable 'x' set but not used" warnings.
2011-05-21 Stefan Fritschmod_charset_lite:
2011-05-21 Stefan FritschReplace some "apr_p[c]alloc / memcpy" constructions...
2011-05-21 Stefan FritschSome LDAP servers (wrongly) return LDAP_CONSTRAINT_VIOL...
2011-05-20 Jim JagielskiAdd in BalancerGrowth and its functionality... this...
2011-05-19 Jim JagielskiAdd in proxy-scgi-pathinfo and proxy-fcgi-pathinfo...
2011-05-19 Jim JagielskiOops... wrong branch.
2011-05-16 Graham LeggettBoth lastmod and lastmods resolve to 0 when unset,...
2011-05-15 Graham Leggettmod_cache: When content is served stale, and there...
2011-05-15 Stefan FritschImprovements found by cppcheck:
2011-05-15 Graham LeggettRemove the references to apr_crypto_t where apr_crypto_...
2011-05-15 Graham LeggettAdd API protection against the deprecated v1.4 apr_cryp...
2011-05-15 Graham LeggettReorder the parameters as per the updated apr v2.0...
2011-05-15 Graham LeggettUse namespace protection on mode and type constants.
2011-05-15 Justin ErenkrantzFix memory leak in mod_deflate.c when SetOutputFilter...
2011-05-14 Stefan FritschIf chunked encoding / content-length are corrupt, we...
2011-05-14 Stefan FritschFix a timed out connection going into the keep-alive...
2011-05-14 Stefan FritschLog messages at the various points where mod_deflate...
2011-05-13 Jim JagielskiUpdate xforms
2011-05-13 Jim JagielskiAdd in new mod_proxy "extension" module: mod_proxy_express.
2011-05-12 Rainer JungFix configure error when configuring module set "really...
2011-05-11 Stefan FritschUse APR_STATUS_IS_... in some more cases.
2011-05-09 Jim JagielskiCleanup... most don't need apr_hooks.h at all...
2011-05-08 Eric CovenerPR51163: Resolve crashes when LDAP is used for authoriz...
2011-05-07 Eric Covenerreplace recent AJP direct comparisons to APR_TIMEUP...
2011-05-01 Stefan Fritschavoid compiler warnings with gcc
2011-04-30 Jeff Trawickfix some dead assignments found by the clang analyzer
2011-04-27 Jeff TrawickFollow on to 1057048:
2011-04-26 Stefan FritschFix double free in out-of-mem situation
2011-04-25 Stefan Fritschmod_ldap: Make LDAPSharedCacheSize 0 create a non-share...
2011-04-25 Stefan FritschAdd new ap_reserve_module_slots/ap_reserve_module_slots...
2011-04-25 Stefan FritschReport filename and line number in config warning
2011-04-22 Stefan Fritschavoid useless call to apr_pstrdup
2011-04-14 Guenter KnaufFixed missing struct member error introduced with r1092076.
2011-04-14 Jean-Frederic Cleretry to prevent a single long request marking a worker...
2011-04-09 Stefan FritschRemove unused variable
2011-04-08 Stefan Fritschmod_ssl, ab: Support OpenSSL compiled without SSLv2...
2011-04-07 Jeff Trawickrework choice of cgi implementation, handling MinGW
2011-04-05 Guenter KnaufFixed sysinclude; removed trailing 0; fixed indent.
2011-04-04 Eric Covener* add the constructed filter at TRACE1 to authn, and...
2011-04-04 Jim Jagielskibetter error message
2011-04-03 Guenter KnaufFixed only some proxy prototype formats.
2011-04-03 Guenter KnaufFixed NetWare build for proxy modules.
2011-04-01 Jim Jagielski *) mod_proxy_ajp: Add support for 'ProxyErrorOverride...
2011-04-01 Jim Jagielski *) mod_proxy_fcgi: Add support for 'ProxyErrorOverrid...
2011-04-01 Jim JagielskiMore cleanups at cleanup... move to using pconf and...
2011-04-01 Jim Jagielskiwrong stash
2011-03-31 Jim JagielskiMake the 'need to reset' more generic by extending...
next