]> git.ipfire.org Git - thirdparty/apache/httpd.git/shortlog
thirdparty/apache/httpd.git
2011-12-01  Graham LeggettUpdate transformation.
2011-12-01  Graham LeggettChanges to v2.4 APIs.
2011-12-01  Graham LeggettUpdate transformations.
2011-12-01  Graham Leggettmod_rewrite: Add the AllowNoSlash RewriteOption, which...
2011-12-01  Graham LeggettWish came true: CacheEnable works within LocationMatch...
2011-12-01  Jim JagielskiUse 2 sep hashing functions to account for collisions...
2011-11-30  Stefan FritschRemove some getpid() logging, this is now also included...
2011-11-30  Graham Leggettmod_cache: Apply the API change that allows future...
2011-11-30  Stefan FritschRemove some more now redundant log prefixes
2011-11-30  Graham LeggettClarify the peer IP of the connection and the client...
2011-11-30  Graham LeggettRPM: Make it possible to build mod_socache_dc against...
2011-11-30  Guenter KnaufAdded missing proxy import to Netware build.
2011-11-30  Guenter KnaufFixed compilation for non-*nix platforms.
2011-11-30  Graham Leggettmod_session_crypto: Add a SessionCryptoPassphraseFile...
2011-11-30  Jim Jagielskiuse a style sheet... ideally we would pull one off...
2011-11-29  Stefan FritschRemove more log message prefixes that are now redundant...
2011-11-29  Graham Leggettmod_dbd: The dbd_prepared_init() function reported...
2011-11-29  Jim JagielskiEnsure casing doesn't matter... (we know balancer-...
2011-11-29  Jim JagielskiSome optimization... we have a hash, use it. Quicker...
2011-11-29  Jim Jagielskiwhitespace
2011-11-29  Graham LeggettRPM: Add support for mod_lua.
2011-11-29  Graham LeggettRPM: Introduce a proper layout for RPM, removing the...
2011-11-29  Jim JagielskiLogic which makes the balancer "active" or not... so...
2011-11-29  Graham LeggettRPM: Introduce an httpd-tools package, containing all...
2011-11-29  Graham LeggettRPM: Align the requires and buildrequires lines with...
2011-11-29  Jim JagielskiInstead of running thru all kinds of logic paths, just...
2011-11-29  Graham LeggettRPM: Split the LDAP and proxy_html modules into dedicat...
2011-11-29  Graham LeggettRPM: Remove stray configure options that are covered by
2011-11-29  Graham LeggettRPM: Support shared mpms with the event mpm as default...
2011-11-29  Graham LeggettRPM: Include configuration for mod_proxy_html.
2011-11-29  Graham LeggettRPM: The default httpd mpm is now worker instead of...
2011-11-28  Jim JagielskiExpose the path that the balancer handles...
2011-11-28  Jim JagielskiPull this out as a sep function to allow for full vhosting
2011-11-28  Jim Jagielski"Final" (I hope) proxy struct/API changes in order...
2011-11-28  Jim JagielskiError-check.
2011-11-28  Hiroaki Kawaifix typo
2011-11-28  Hiroaki Kawaifix typo.
2011-11-27  Stefan Fritsch- Add some error handling for writing to the output...
2011-11-27  Stefan FritschFix some warn_unused_result compiler warnings by checki...
2011-11-27  Jim Jagielskithx sf
2011-11-27  Eric Covenermention IndexIgnore limitation in DirectoryMatch and...
2011-11-27  Eric Covenerremove punctuation from example
2011-11-27  Eric CovenerReplace unusable/fringe absolute path example for AddDe...
2011-11-26  Graham LeggettReplace a missed version of remote_addr with the new...
2011-11-26  Lucien GentisUpdates.
2011-11-25  Graham LeggettRemove unused variables.
2011-11-25  Graham LeggettRemove unused variable.
2011-11-25  Graham LeggettIntroduce a per connection "peer_ip" and a per request...
2011-11-25  Jim JagielskiMove useful and shared balancer stuff to the shm slot...
2011-11-25  Jim JagielskiAllow compile time changes of field sizes and be more
2011-11-25  Jim JagielskiComment reason for NULL parameter
2011-11-24  Jim JagielskiUse varargs...
2011-11-24  Igor Galićupdate xforms
2011-11-24  Igor GalićPr#52239: clarify Event MPM's behaviour with strictly
2011-11-24  Jim Jagielskidocument userland change
2011-11-23  Gregg Lewis... add util.regex.c to MPM, had been unneeded untill r1200055
2011-11-23  Stefan Fritschfix comment
2011-11-23  Eric Covenermod_ratelimit has an output filter, not a handler....
2011-11-23  Stefan Fritschupdate xforms
2011-11-23  Stefan FritschThe expression parser is not only a developer change.
2011-11-23  Stefan FritschMake it more explicit that mod_lua may change in 2.4.x
2011-11-23  Eric Covenerspecify limited context list for ModemStandard
2011-11-23  Jim JagielskiUse ap_pass_brigade_fchk()
2011-11-23  Jim JagielskiAdd ap_pass_brigade_fchk() which does a Filter CHecK...
2011-11-23  Igor Galićrebuild markup
2011-11-23  Igor Galićmod_session: document overrides.
2011-11-23  Eric Covenermod_negotiation: don't return non-AP_FILTER_ERROR filte...
2011-11-22  Graham LeggettUpdate the documentation for the %a and %{c}a logging...
2011-11-22  Graham LeggettAlign the format variable for the raw IP between the...
2011-11-22  Jim JagielskiHello. Let's compile again.
2011-11-22  Graham LeggettAdd the ability to access the connection level remote...
2011-11-22  Graham LeggettIntroduce a per request version of the remote IP addres...
2011-11-22  Rainer JungPartial cleanup of trunk STATUS.
2011-11-21  Stefan FritschDowngrade some more error messages about broken client...
2011-11-21  Stefan FritschPass ap_errorlog_info to error_log hook.
2011-11-21  Graham Leggettmod_cache_disk: Make sure we check return codes on...
2011-11-21  Stefan FritschFix logic when to call error_log hook
2011-11-21  Jim Jagielskivalue never used: dead assignment
2011-11-21  Jim Jagielskicheck return status
2011-11-21  Jim Jagielskivalue never used: dead assignment
2011-11-21  Jim Jagielskivalue never used : dead assignment
2011-11-21  Jim JagielskiNever used.
2011-11-21  Eric Covenerroll back pair of recent autoindex changes (1204355...
2011-11-21  Eric CovenerPR51471: IndexIgnore doesn't work in DirectoryMatch.
2011-11-21  Eric Covenerupgrading/compat notes on some unexpected AddDescriptio...
2011-11-21  Eric CovenerPR39923: Allow AddDescription to work with absolute...
2011-11-20  Graham Leggettmod_include: The SSIAccessEnable directive existed...
2011-11-20  Stefan FritschFix segfault caused by r1204104 on non-async mpms.
2011-11-19  Stefan FritschRemove MPM-private stuff from conn_state_t
2011-11-19  Graham Leggettmod_cache_disk: Remove the unnecessary intermediate...
2011-11-19  Stefan Fritschclarify comment
2011-11-19  Stefan FritschLimit recursion in ap_expr evaluation to avoid unbounde...
2011-11-19  Lucien GentisUpdate.
2011-11-19  Gregg Lewis... Build mod_allowmethods on Windows
2011-11-18  Stefan FritschMore ap_log_rerror() usage and axe some more AJP: prefixes
2011-11-18  Graham LeggettStyle fixes, no functional change.
2011-11-18  Stefan FritschLog fatal errors at level CRIT, not at some random...
2011-11-18  Stefan Fritschgreat proxy logging cleanup:
2011-11-18  Jeff Trawickfollow up to r1202257 -- perform normal wakeup processi...
2011-11-18  Ruediger Pluem* Actually change the defines and not only the comment.
next