]> granicus.if.org Git - apache/history - modules
update transformation
[apache] / modules /
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...
2008-12-12 Joe Orton* modules/cache/mod_socache_memcache.c (socache_mc_crea...
2008-12-12 Paul QuernaAdd configuration of the Flush provider for mod_proxy_f...
2008-12-12 Paul QuernaMove the provider interface to a separate header file...
2008-12-12 Paul QuernaConvert the flushing mechanism used before passing...
2008-12-12 Paul QuernaAdd a new mod_proxy_fdpass module to pass a client...
2008-12-10 Jim JagielskiHopefully the final fix for the subreq/filter issue...
2008-12-09 Chris Darrochwhitespace cleanup
2008-12-09 Jim Jagielskireset chain if we need to...
2008-12-09 Joe Orton* modules/ssl/ssl_private.h: Add a big fat warning...
2008-12-09 Joe Orton* modules/ssl/ssl_engine_config.c (ssl_cmd_SSLSessionCa...
2008-12-09 Joe Orton* include/ap_socache.h: Use C++ safety wrappers, and...
2008-12-09 Joe Orton* include/ap_socache.h: Define AP_SOCACHE_DEFAULT_PROVI...
2008-12-09 Joe OrtonImprove mod_ssl's environment variable extraction to...
2008-12-09 Joe OrtonReduce config overhead for use of socache interface...
2008-12-08 Ruediger Pluem* Correctly remove the SUBREQ_CORE filter from the...
2008-12-08 Jim JagielskiOK, instead of an igly hack, just use the normal
2008-12-08 Jim JagielskiExplain some things
2008-12-08 Jim JagielskiForce the lbmethod submodules to be loaded AFTER
2008-12-07 Paul QuernaWhen an expires or cache-control header are sent, the...
2008-12-07 Paul QuernaUse cmd->temp_pool for temp allocations during configur...
2008-12-07 Paul QuernaMake ctx:status an apr_status_t, and be consistent...
2008-12-07 Paul QuernaUse APR_THREAD_FUNC for heart{beat,monitor} thread...
2008-12-06 Ruediger Pluem* Don't enable mod_wombat by default for now.
2008-12-05 Paul QuernaMerge mod_wombat from the wombat branch:
2008-12-05 Paul QuernaMake the max time from when we last saw a host a compil...
2008-12-05 Paul QuernaAlways break out if the connection is aborted.
2008-12-05 Paul QuernaAlso init mutex_path in hm_create_config.
2008-12-05 Paul QuernaPrint the correct enum value for the lock mech.
2008-12-05 Paul QuernaAdd a comment explaining the start mutex.
2008-12-05 Paul QuernaLog the correct function name.
2008-12-05 Paul QuernaD'oh. Fix r723672 and use the correct define.
2008-12-05 Paul QuernaMake the frequency with how often we write the stats...
2008-12-05 Paul QuernaMake hm_ctx_t:keep_running a volatile.
2008-12-05 Paul QuernaShow the correct mutex type (even if its just the enum...
2008-12-05 Paul QuernaAdd comment explaining the startup mutex.
2008-12-05 Paul QuernaUse correct function name in log message.
2008-12-05 Paul QuernaDon't overcount busy servers from previous generations.
2008-12-05 Paul QuernaMake hb_ctx_t:keep_running volatile.
2008-12-05 Paul QuernaFinish removing dependecy on apreq
2008-12-05 Paul QuernaBuild the right objects for wombat.
2008-12-05 Paul QuernaUse ap_args_to_table instead of apreq for GET query...
2008-12-05 Paul QuernaRemove apreq includes
2008-12-05 Paul QuernaUse only c89 style comments
2008-12-05 Paul QuernaAdd wombat to build system.
2008-12-05 Paul QuernaInitial import of mod_wombat to the modules directory.
2008-12-05 Paul QuernaRemove X-Pad work around.
2008-12-05 Paul QuernaImport the core parts of the DTrace patch. This is...
2008-12-03 Eric Covenerunixd_config/ap_unixd_config rename for mod_privileges
2008-12-03 Eric Covenerunixd_config->ap_unixd_config renames for mod_suexec
2008-12-03 Jim JagielskiAll lbmethods are now ind submodules...
2008-12-03 Jim JagielskiAllow for ind lbs to build
2008-12-03 Jim JagielskiAdd in independent bytraffic lbmethod
2008-12-03 Jim JagielskiAdd in independent byrequests lbmethod
2008-12-03 Jim JagielskiAdd in independent bybusyness lbmethod
2008-12-03 Jim JagielskiAnd allow for the submod to be built
2008-12-03 Jim JagielskiAnd move the HB balancer there
2008-12-02 Ruediger Pluem* Another set of missed renames.
2008-12-02 Paul QuernaAPI Cleanup in preperation for 2.4.x, make sure all...
2008-12-02 Paul QuernaDon't do anything by defautl if we haven't been configured.
2008-12-02 Paul QuernaWhen not configured, don't do anything by default.
2008-12-02 Paul QuernaMake dialup_callback a static function.
2008-12-01 Ruediger Pluem* Avoid sending no answer at all if a custom error...
2008-12-01 Bradley NicholesAdd the new modules to the netware build
2008-12-01 Bradley NicholesMove the variable declarations to the beginning of...
2008-12-01 Eric CovenerTo be safe, consume the entire brigade after processing...
2008-12-01 Paul QuernaAdd a new module to read in the heartbeat file and...
2008-12-01 Paul QuernaAdd a new module, mod_ratelimit, which can rate limit...
2008-12-01 Paul QuernaMove variable declartions to the top of functions for...
2008-12-01 Paul QuernaAdd two new modules to handle load balancing across...
2008-11-30 Paul QuernaRemove c99 style comment.
2008-11-26 Jim JagielskiBackported
2008-11-25 Bradley NicholesFix up the netware build with the additions in the...
2008-11-24 Jim JagielskiMake %k work as it should. No regression noted in perl
2008-11-23 William A. Rowe JrSo close ;-) Nicely done Jim
2008-11-23 Jim JagielskiSimple cut/paste to create a mod_sed template
2008-11-23 Jim JagielskiNo idea if this is 100% correct, but provide a template
2008-11-23 Jim Jagielskitesting indicates a large buffsize (~8k) is better...
2008-11-23 Jim JagielskiNote that the current mishmash is ugly... hope to
2008-11-16 Graham Leggettmod_buffer: Honour the flush bucket and flush the buffe...
2008-11-16 Graham Leggettmod_buffer: Optimise the buffering of heap buckets...
2008-11-16 Graham LeggettRefactor the input buffer filter to use a context as...
2008-11-16 Ruediger Pluem* Fix properties.
2008-11-15 Graham Leggettmod_buffer: Optional support for buffering of the input...
2008-11-14 Ruediger Pluem* Don't build mod_privileges by default.
next