]> granicus.if.org Git - apache/history - modules
mod_proxy: Remove ap_proxy_date_canon() from the public API.
[apache] / modules /
2011-12-03 Graham Leggettmod_proxy: Remove ap_proxy_date_canon() from the public...
2011-12-03 Graham Leggettmod_proxy: Remove ap_proxy_buckets_lifetime_transform...
2011-12-03 Graham Leggettmod_cache: Remove ap_cache_liststr(), it duplicates...
2011-12-03 Graham Leggettmod_proxy: Remove ap_proxy_liststr(), it duplicates...
2011-12-02 Graham Leggettmod_proxy: Move ap_proxy_string_read() out of the publi...
2011-12-02 Stefan FritschAdd lots of unique tags to error log messages
2011-12-02 Graham Leggettmod_proxy: Make ap_proxy_retry_worker() into an optiona...
2011-12-02 Stefan FritschFix apr_status_t being passed as loglevel
2011-12-02 Graham Leggettmod_auth_form: Use apr_status_t for the mod_session...
2011-12-02 Graham Leggettmod_session_dbd: Use apr_status_t as a return code...
2011-12-02 Graham Leggettmod_session: Use apr_status_t as a return code across...
2011-12-02 Stefan FritschFix segfault with Solaris LDAP SDK when enabling ldaps.
2011-12-02 Graham Leggettmod_session_crypto: Fix a pool lifetime problem when...
2011-12-02 Joe OrtonFix for additional cases of URL rewriting with ProxyPas...
2011-12-01 Graham Leggettmod_rewrite: Add the AllowNoSlash RewriteOption, which...
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 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 Jim JagielskiLogic which makes the balancer "active" or not... so...
2011-11-29 Jim JagielskiInstead of running thru all kinds of logic paths, just...
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-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-26 Graham LeggettReplace a missed version of remote_addr with the new...
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-24 Jim JagielskiUse varargs...
2011-11-23 Jim JagielskiUse ap_pass_brigade_fchk()
2011-11-23 Eric Covenermod_negotiation: don't return non-AP_FILTER_ERROR filte...
2011-11-22 Graham LeggettIntroduce a per request version of the remote IP addres...
2011-11-21 Stefan FritschDowngrade some more error messages about broken client...
2011-11-21 Graham Leggettmod_cache_disk: Make sure we check return codes on...
2011-11-21 Jim Jagielskicheck return status
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 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-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 Trawickremove lingering reslist cruft
2011-11-18 Kaspar Branddrop SSLv2 support (set SSL_OP_NO_SSLv2 for any new...
2011-11-17 Jeff Trawicks/WATCHODG/WATCHDOG/
2011-11-16 Stefan FritschAvoid one apr_time_now() call in the fast path
2011-11-15 Gregg Lewis SmithAdd mod_data project file missing from r1202365
2011-11-15 Paul QuernaFix comment style
2011-11-15 Paul Quernadisable mod_reqtimeout if not configured
2011-11-15 Guenter KnaufFixed typo.
2011-11-15 Guenter KnaufAdded mod_data to NetWare build.
2011-11-14 Guenter KnaufAdded apreq to NetWare build.
2011-11-14 Guenter KnaufFixed broken NWGNUmakefile introduced with r1201194...
2011-11-13 Eric Coveneradd some todos from my apachecon notes
2011-11-13 Eric Coveneradd per-dir config merging to mod_lua so LuaHook* in...
2011-11-13 Philip M. GollucciAs discussed at AC NA 2011
2011-11-12 Graham Leggettmod_cache: Make sure we merge headers correctly when...
2011-11-12 Rainer JungMove the examples README from experimental to
2011-11-12 Rainer JungChoose consistent comments and remove explicit
2011-11-12 Rainer JungChange module sets and default activation status:
2011-11-11 Rainer JungUse the right lua scope when used as a hook.
2011-11-11 Eric Covenerdon't let thread-scope be selected in a server w/o...
2011-11-11 Eric CovenerC99 and unused variable warnings
2011-11-11 Brian McCallisteruse a sub-pool for scope_once
2011-11-11 Brian McCallisterreplace server scope with thread scope
2011-11-10 Brian McCallisterremove lingering reslist references before killing...
2011-11-10 Brian McCallisterremove ability to set min and max pool sizes for server...
2011-11-10 Brian McCallisterremove some debug logging which snuck in
2011-11-10 Joe Orton* modules/lua/mod_lua.c (ap_lua_ssl_is_https): New...
2011-11-10 Joe Orton* modules/filters/mod_proxy_html.c: Fix various code...
2011-11-10 Joe Orton* modules/proxy/mod_proxy_html.c (comp_urlmap): Fix...
2011-11-10 Brian McCallisterremove last traces of the code cache
2011-11-10 Joe Orton* modules/ssl/ssl_private.h, modules/ssl/ssl_engine_ker...
2011-11-10 Brian McCallisterfix issue with incorrect munging of the lua package...
2011-11-10 Philip M. Golluccidrop automake stuff
2011-11-10 Philip M. Gollucciimport apache 2.x module portion of apreq
2011-11-10 Eric Covenerexpose r:trace1-8
2011-11-10 Paul QuernaRemove unneeded memcpy.
2011-11-10 Paul QuernaApply ap_server_root_relative to the path used for...
2011-11-10 Eric Covenerap_check_cmd_context checks don't work on the block...
next