]> granicus.if.org Git - apache/history - modules
* docs/manual/mod/mod_ssl.xml: Flesh out SSLRenegBufferSize
[apache] / modules /
2009-01-12 Takashi SatoEnhance KeepAliveTimeout to support a value in millisec...
2009-01-11 Ruediger Pluem* Correctly merge SSLRenegBufferSize directive.
2009-01-10 Eric Coveneruse ap_log_rerror instead of r->server per niq's comments
2009-01-09 Eric Covenerpass a server_rec to ap_log_error on two interim respon...
2009-01-09 Paul J. Reder mod_authnz_ldap: Reduce number of initialization debug...
2009-01-08 Eric CovenerTranslate locally generated "100-Continue" message to
2009-01-08 Paul QuernaRemove tabs. no functional changes.
2009-01-07 Nick KewImprove canned 504 error message in the light of r72958...
2009-01-06 William A. Rowe Jreliminating 9x legacy code from mod_win32
2009-01-06 Jeff Trawickthe length arguments are apr_size_t, not int
2009-01-06 Jeff Trawicktiny style fix for r729579
2009-01-05 Nick Kewmod_ext_filter: fix test for onfail behaviour
2009-01-04 Nick KewImproved fix to PR#41120: send a clean error response...
2009-01-04 Graham Leggettmod_session_crypto: Ensure that SessionCryptoDriver...
2009-01-04 Nick KewFix mod_ext_filter to detect failure to start the exter...
2009-01-04 Rainer JungSilence compiler warning about unused variable cfg.
2009-01-03 Graham Leggettmod_session_crypto: Rewrite the session_crypto module...
2009-01-03 Rainer Jungvi broke event ;)
2009-01-03 Rainer JungFix format type warning in mod_example_ipc.c.
2009-01-03 Rainer JungAllow feature test for apr_ssl.h to succeed:
2009-01-03 Graham Leggettmod_auth_form: Fix a pool lifetime issue, don't remove...
2009-01-03 Justin Erenkrantz* modules/proxy/config.m4: Remove spurious notices...
2009-01-03 Rainer JungNeed to close temporary file before using it
2009-01-03 Rainer JungUse LDADD mechanism to only link mod_serf resp.
2009-01-02 Jim JagielskiAdd new struct element: name...
2009-01-02 Rainer JungUse default object file in APACHE_MODULE calls
2009-01-02 Rainer JungAdd a declaration check for CMSG_DATA to mod_proxy_fdpass.
2009-01-02 Rainer JungPrevent empty test statement.
2009-01-02 Rainer JungAdd a header check for priv.h to mod_privileges.
2009-01-02 Rainer JungAdd a header check for apr_ssl.h to mod_session_crypto.
2009-01-02 Rainer Jungunixd_set_global_mutex_perms() -> ap_unixd_set_global_m...
2009-01-02 Rainer JungUse APACHE_HELP_STRING() for --enable-luajit in configure
2009-01-01 Jim JagielskiTransition mod_slotmem to ap_slotmem... just monkeying
2008-12-31 Jim Jagielskibe consistant with naming...
2008-12-31 Jim JagielskiModules will also need to know which methods are available
2008-12-31 Jim JagielskiUpdate comments
2008-12-31 Nick KewAdd support for escaping all non-ascii chars to ap_esca...
2008-12-31 Chris Darrochuse a local apr_shm_t* to avoid casts and type-punning...
2008-12-31 Nick KewFix mod_rewrite "B" flag breakage by reverting r589343
2008-12-30 Chris Darrochremove unused variables and fix naming conflicts
2008-12-30 Chris Darrochdetabify and clean some whitespace
2008-12-30 Jim Jagielskino need here :)
2008-12-30 Jim JagielskiBump up...
2008-12-30 Jim JagielskiAnd complete the API changes...
2008-12-30 Jim JagielskiStart of further refactoring....
2008-12-30 Jim JagielskiMove desc of slotmem type to be generic enough so can be
2008-12-29 Ruediger Pluem* This files gets generated. So no need to put it in...
2008-12-29 Jim JagielskiNo need to sep out all the shared mem stuff... clean up
2008-12-29 Jim Jagielskiimplement mutex control from shared memory... plain...
2008-12-27 Nick KewPR#39332: fix for segfault problem with mod_cgid on...
2008-12-26 André Maloadd mod_proxy_scgi, as announced a long time ago
2008-12-25 Nick KewFix r729438 to commit the right version of the patch...
2008-12-25 Nick KewUse transient buckets to optimise mod_sed throughput
2008-12-25 Takashi SatoRemove a dirty hack in find_default_item.
2008-12-24 Eric Covenerlook for 'no-cache' in subprocess_env to prevent the...
2008-12-24 Takashi SatoMake "HeaderName" and "ReadmeName" be stored in simple...
2008-12-24 Jim JagielskiFoo
2008-12-24 Jim Jagielskiremove dup
2008-12-24 Jim Jagielskireturn apr_status_t
2008-12-24 Jim Jagielskistyle changes only
2008-12-24 Paul QuernaAdd in the ability to fetch from headers_in.
2008-12-23 Ruediger Pluem* These files get generated during build and hence...
2008-12-23 Jim JagielskiAdd in the useful slotmem memory module, from httpd...
2008-12-22 William A. Rowe Jrditto hack from mpm_default.h
2008-12-22 Paul QuernaHack to add basic support for LuaJIT.
2008-12-22 Ruediger Pluem* Comment out unused pstack_dump for the time being...
2008-12-22 Ruediger Pluem* Remove unused variable
2008-12-22 Paul QuernaUse the HTTP_INTERNAL_SERVER_ERROR define instead of...
2008-12-21 Paul QuernaFix C90 forbids mixed declarations and code.
2008-12-21 Paul QuernaFix more ISO C90 forbids mixed declarations and code...
2008-12-21 Paul QuernaRename rstack_dump to apl_rstack_dump.
2008-12-21 Paul QuernaAttempt to make mod_lua compile under a strict c89...
2008-12-21 Paul QuernaRemove some extra logging, and make it more debug inste...
2008-12-21 Paul QuernaChange apl_get_lua_state to take a apl_vm_spec instead...
2008-12-21 Paul QuernaReformat mod_lua according to the HTTP Server Project...
2008-12-21 Paul QuernaInclude standard ASF license block.
2008-12-21 Paul QuernaMake all of the hook callbacks static functions.
2008-12-21 Paul QuernaFixup lua_config.c with prefix rename, and make mod_lua...
2008-12-21 Paul QuernaRename all files in mod_lua to have a lua_ prefix,...
2008-12-21 Paul QuernaRename most of the module formally known as mod_wombat...
2008-12-21 Paul QuernaMake pstack_dump a static function.
2008-12-21 Paul QuernaRemove old commented out code, if we need any of this...
2008-12-21 Paul QuernaRename mod_wombat -> mod_lua.
2008-12-20 Eric Coveneraxe r->path_info in a more standard way, suggested...
2008-12-19 Eric Covener *) mod_rewrite: Introduce DiscardPathInfo|DPI flag...
2008-12-18 Takashi SatoUse apr_cpystrn instead of strncpy since strncpy can...
2008-12-17 Paul J. RederOutput -M and -S dumps (modules and vhosts) to stdout...
2008-12-16 Paul J. Reder*) mod_ldap: Avoid a segfault when result->rc is checke...
2008-12-15 Ruediger Pluem* Correctly save Content-Encoding of cachable entity.
2008-12-15 Ruediger Pluem* Fix r->content_encoding for inflate_in and inflate_ou...
2008-12-15 Ruediger Pluem* Fix r->content_encoding in deflate_out_filter if...
2008-12-15 Ruediger Pluem* Do not add an empty argument if we do not have any...
2008-12-13 Jim JagielskiRemove safe duplication...
2008-12-12 Joe Ortonmod_ssl: Make the size of the per-dir-reneg request...
2008-12-12 Chris Darrochsilence compiler warning
2008-12-12 Chris DarrochPer suggestions by Roy T. Fielding:
2008-12-12 Jim JagielskiTreat proxy/balancers normally and independently...
2008-12-12 Joe Ortonsocache API tweaks based on chrisd's review:
2008-12-12 Joe Orton* modules/ssl/ssl_engine_config.c (ssl_cmd_SSLSessionCa...
2008-12-12 Joe Orton* modules/cache/mod_socache_memcache.c (socache_mc_init...
next