]> git.ipfire.org Git - thirdparty/apache/httpd.git/shortlog
thirdparty/apache/httpd.git
2010-08-02  William A.... Indicate this is a recent revision, didn't try to track...
2010-07-31  Stefan FritschReduce logging noise at graceful restart
2010-07-31  Stefan FritschCode cleanup: replace strncpy by apr_cpystrn or apr_pst...
2010-07-31  Stefan FritschReplace apr_palloc+memcpy by apr_memdup
2010-07-31  Stefan FritschUpdate docs and comment: the unique id is now 24 charac...
2010-07-31  Rainer JungAdd mod_proxy_scgi to default configuration
2010-07-31  Stefan FritschUpdate description of HTMLTable
2010-07-30  Lucien GentisUpdate.
2010-07-25  Rainer JungUpdate CHANGES.
2010-07-25  Rainer JungAdding sub second timestamps and request end time to...
2010-07-25  Lucien GentisUpdates.
2010-07-25  Rainer JungFix typo in CHANGES.
2010-07-24  Stefan Fritschremove CHANGES entry of change reverted as part of...
2010-07-24  Nick KewMerge mod_dir fixups to avoid possible ordering issues...
2010-07-23  Brian McCallisterexpose subprocess_env on lua request object
2010-07-23  Nick Kewr966869 required mmn bump
2010-07-22  Guenter KnaufRemoved obsolete include paths from NetWare makefiles.
2010-07-22  Nick KewUse temp_pool not pool for a string that's a temp
2010-07-22  Nick KewUpdate documentation for AddOutputFilterByType move
2010-07-22  Nick KewSupport multiple names in reimplemented AddOutputFilter...
2010-07-22  Nick KewMove AddOutputFilterByType implementation from core...
2010-07-22  Guenter KnaufRemoved compiler switch -relax_pointers since no longer...
2010-07-21  Paul QuernaCVE-2010-1452: Fix handling of missing path segments...
2010-07-21  Rich BowenRebuild new example.
2010-07-21  Rich BowenFixes a non-working example in the int RewriteMap section.
2010-07-21  Rainer JungUpdate SSL cipher suite and add example for SSLHonorCip...
2010-07-21  Nick KewFix omission in r894036 noted by rpluem.
2010-07-20  Greg SteinFix up some SSL configuration, per issue #49484. IE6...
2010-07-20  Nick KewFix processing of long chunk extensions
2010-07-20  Rainer JungReplace "back-slash" with "backslash" in docs.
2010-07-20  Nick KewTrivial spelling fix so I can close
2010-07-20  Nick KewDon't risk segfault in authz if r->user is not set
2010-07-19  Nick KewEnable SetEnv to set PATH
2010-07-19  Nick Kewmod_include: recognise "text/html; parameters" as text...
2010-07-19  Stefan FritschAdd ap_find_module_short_name() to quickly get the...
2010-07-19  Guenter KnaufAdded mod_authn_socache to NetWare build.
2010-07-18  Guenter KnaufAdded http_config.h to make APLOG_USE_MODULE macro...
2010-07-18  Guenter KnaufAdded casts to make strict compilers happy.
2010-07-18  Guenter Knauffixed const for d2i_ASN1_type_bytes() usage.
2010-07-18  Stefan Fritschnote some work in progress
2010-07-17  Lucien GentisUpdates.
2010-07-15  Jim Jagielskinote prelim plan
2010-07-14  Stefan FritschAdd CHANGES entry for r964156
2010-07-14  Stefan FritschAdd some open issues
2010-07-14  Stefan Fritschfix log messages
2010-07-14  Stefan FritschThe approach for allowing authorization by user or...
2010-07-14  Jim JagielskiAllow for modules to keep track of worker slot
2010-07-13  Stefan Fritsch- add some trace logging
2010-07-11  Eric Covenerwhitespace only
2010-07-11  Stefan FritschImprove trace logging of sent response:
2010-07-11  Jeff Trawickfollow up to r930125
2010-07-11  Jeff Trawickgenerated docs
2010-07-11  Jeff Trawickfix broken stylesheet path
2010-07-06  Stefan FritschFix segfault
2010-07-05  Nick KewAdd a note about problem noted in PR 48652
2010-07-04  Stefan FritschIntroduce note_auth_failure hook to allow modules to...
2010-07-03  Rainer JungRemove superfluous EOL from mod_rewrite logging.
2010-07-03  Rainer JungAllow to set environment variables using mod_rewrite...
2010-07-03  Rainer JungFix documented syntax for env var setting in mod_rewrite.
2010-07-02  William A.... Clean iterator call syntax
2010-07-02  William A.... Fix nasty dbm bug that wasn't expiring records; time...
2010-07-02  William A.... Clean shmcb iterator call syntax and return value
2010-07-01  Stefan Fritschactually update the MMN and not only the comment
2010-06-30  Stefan Fritschre-order many struct members for better alignment on...
2010-06-30  Nick Kewauthn_socache: if loaded but not configured to do anything,
2010-06-30  Nick KewExtra robustness check: don't segfault if no socache...
2010-06-30  Stefan FritschTo save memory, make module_levels a vector of chars...
2010-06-29  Nick KewMove new_api_2_4 doc to developer docs where it belongs
2010-06-29  Jeff Trawickspelling fix for a comment
2010-06-28  Nick KewAdd cacheing to authn_dbd docs
2010-06-28  Nick KewAdd note on cacheing to auth howto
2010-06-28  Nick KewLink to mod_authn_socache in relevant module docs
2010-06-28  Nick KewBah. Fix usage example in r958720
2010-06-28  Nick KewAdd usage example in docs
2010-06-26  Stefan FritschSave some memory by allocating only the required length...
2010-06-26  Stefan FritschFix syntax error
2010-06-26  Stefan FritschStop compressing if we are doing a HEAD request and...
2010-06-26  William A.... Missed the MINOR reset
2010-06-26  William A.... Introduce an socache iterator 'userctx' for the user...
2010-06-25  William A.... Further normalize initalization stanzas
2010-06-25  William A.... C99 is not a requirement, fix style violation niq refus...
2010-06-25  William A.... Iterator implementations welcome, although mod_socache_...
2010-06-25  William A.... Tally replacements seperately from new-stores. Of...
2010-06-25  Nick KewMake a start on documenting mod_authn_socache
2010-06-25  Nick KewDisallow setting cache context in .htaccess, lest it...
2010-06-25  Nick Kewfix svn props (hopefully)!
2010-06-23  Nick KewFix return values from socache modules when a key is...
2010-06-23  Nick Kewexpiry is a time, not an interval
2010-06-23  Nick KewName change: fix incompleteness of r957089
2010-06-23  Nick KewName change: calling it mod_authn_cache could get confu...
2010-06-22  Nick KewEnable authn_cache in the main easy-to-do authn provide...
2010-06-22  Nick KewNew module: mod_authn_cache
2010-06-22  Nick KewSupport AP_DECLARE_MODULE declaration syntax in apxs
2010-06-22  Brian HavardOS/2: Add support for ThreadStackSize.
2010-06-22  Brian HavardOS/2 build fix:
2010-06-22  Brian HavardOS/2: Provide a definition of AP_PLATFORM_REWRITE_ARGS_...
2010-06-22  Brian HavardOS/2: Fix building of more modules that depend on symbo...
2010-06-22  Brian HavardRemove definition of ap_pid_fname from OS/2 MPM. It...
2010-06-21  Chris Darrochupdated notes on ap_hook_check_* wrappers and AP_AUTH_I...
2010-06-21  Stefan FritschUpdate Debian layout to what is actually used
next