]> granicus.if.org Git - apache/shortlog
apache
2011-06-22 Stefan Fritschupdate transforms, 2nd try :-/
2011-06-22 Stefan FritschUpdate transforms
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 FritschAdd support to ErrorLogFormat for logging the system...
2011-06-22 Stefan FritschFix build with recent apr_crypto API change
2011-06-20 Stefan FritschLog the deprecation warning at level info, not warn
2011-06-20 Stefan FritschFix search'n'replace error: Actually warn if MaxClients...
2011-06-20 Stefan FritschNew AsyncRequestWorkerFactor directive to influence...
2011-06-20 Stefan FritschRemove dead assignment, as pointed out by Chris Wilson...
2011-06-20 Stefan FritschRename MaxClients to MaxRequestWorkers which describes...
2011-06-20 Joe Ortonrotatelogs: Add support for running a custom program...
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-19 Stefan FritschSome improvements for handling of many connections...
2011-06-19 André Maloupdate transformation
2011-06-19 André Maloremove duplicate entry / duplicate ID
2011-06-19 André Maloupdate transformation
2011-06-19 André Maloproperty and xml fixes.
2011-06-18 Stefan FritschIf MaxMemFree is set, limit the number of recycled...
2011-06-18 Stefan FritschSome logging tweaks
2011-06-18 Stefan FritschFormatting changes, reuse 'now' variable instead of...
2011-06-18 Rich BowenRebuild a few out of date files.
2011-06-18 Lucien GentisUpdate.
2011-06-18 Stefan FritschFix graceful restart aborting 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 FritschUpdate redirect-carefully workaround for WebDAVFS 1...
2011-06-13 Stefan FritschSimplify code with ap_str_tolower()
2011-06-13 Stefan FritschAFAICS, we don't have a default cipher suite but depend...
2011-06-13 Stefan FritschDisable AECDH ciphers in example config by using !aNULL...
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-12 Stefan FritschAvoid "`sentinel' attribute directive ignored" warning...
2011-06-11 Lucien GentisUpdates.
2011-06-10 Graham LeggettUpdate transformations.
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 FritschUpdate transforms
2011-06-06 Stefan Fritschpurge some useless uses of '.*'
2011-06-06 Stefan FritschThe example configuration looks good enough to me
2011-06-06 Stefan FritschMake the MSIE BrowserMatch regexp fit for MSIE 10....
2011-06-06 Stefan FritschUse Require method instead of deprecated Limit/LimitExcept
2011-06-06 Stefan FritschIntroduce ap_(get|set)_core_module_config() functions...
2011-06-06 Eric CovenerTraceEnable is per-virtualhost, not just per-server.
2011-06-05 Stefan Fritsch- Introduce concept of context prefix (which is an...
2011-06-05 Stefan Fritsch- Add <ElseIf> and <Else> to complement <If> sections...
2011-06-05 Stefan FritschFix wrong condition that may lead to NULL being set...
2011-06-04 Stefan FritschReorder members in core_dir_config to be more logical...
2011-06-04 Stefan FritschAdd __attribute__((sentinel)) to a few functions that...
2011-06-04 Stefan FritschMake ap_rputs an inline function, as it is mostly used...
2011-06-04 Stefan FritschUse define'd names for constants
2011-06-04 Stefan FritschAvoid using a tmpfile with fixed name when creating...
2011-06-04 Lucien GentisUpdates.
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-06-01 William A.... Some small progress towards building against apr[util...
2011-05-31 William A.... Fix include path relative to modules/ldap/
2011-05-31 William A.... solve getpid() process.h function order
2011-05-31 William A.... LDAP_DECLARE Header adjustment for nw/win32
2011-05-31 William A.... Shift declaration logic of LDAP_DECLARE to ap_ldap...
2011-05-31 William A.... I can't be the only person in need of this helper ...
2011-05-31 William A.... Missed the sortation order on rename
2011-05-31 William A.... This is rather irritating.
2011-05-31 William A.... Incorporate 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 Fritschupdate xforms
2011-05-28 Stefan FritschUse the new "ap_expr" expression parser.
2011-05-28 Stefan FritschAdd some features to ap_expr for use by mod_include:
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-26 Rich BowenRebuild transformations of numerous files.
2011-05-26 Rich BowenRebuild transformations for r1127905
2011-05-26 Rich BowenMention that the error log format is now configurable.
2011-05-23 Graham Leggettmod_cache: Clarify which scenario we have present,...
2011-05-22 Graham Leggettrpm spec file: Prereq and BuildPrereq are deprecated...
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 FritschChange the indentation to resemble the rest of the...
2011-05-21 Stefan FritschAdd ap_regexec_len() function that works with non-null...
2011-05-21 Lucien GentisUpdates.
next