]> granicus.if.org Git - apache/history - modules
Lay some groundwork for improvements to the connection pool.
[apache] / modules /
2011-03-12 Eric CovenerLay some groundwork for improvements to the connection...
2011-03-12 Eric Covenerwhitespace-only: re-indent the blocks I wrapped in...
2011-03-12 Eric Coveneravoid apr_ldap_rebind_{add,remove} when referral chasin...
2011-03-12 Graham Leggettmod_cache: Make CacheEnable and CacheDisable configurab...
2011-03-12 Jeff Trawickfix some grammar mistakes, mostly in comments
2011-03-11 Jeff TrawickI see no getpid() or other requirement for process...
2011-03-10 Jim JagielskiFix brokeness... Thx Rüdiger Plüm
2011-03-09 Guenter KnaufAdded mod_socache_memcache to NetWare build.
2011-03-09 Guenter KnaufRemoved wrong imports / modules from NetWare sochache...
2011-03-09 Guenter KnaufNetWare build overhaul in order to compile on Linux.
2011-03-09 Guenter KnaufNetWare build overhaul in order to compile on Linux.
2011-03-08 Guenter KnaufNetWare build overhaul in order to compile on Linux.
2011-03-08 Guenter KnaufNetWare build overhaul in order to compile on Linux.
2011-03-08 Guenter KnaufNetWare build overhaul in order to compile on Linux.
2011-03-04 Graham Leggettmod_cache_disk: Prevent a segfault should we receive...
2011-03-04 Jim JagielskiFix/workaround for BUGZ PR 50851.
2011-03-04 Graham Leggettmod_cache_disk: Only attempt to commit to the initialis...
2011-03-03 Nick KewBuild mod_authn_socache on same terms as other authn...
2011-02-27 Jeff Trawickaxe some useless or debug-inhibiting error checking
2011-02-26 Jeff Trawickfix some logging calls to include the server_rec
2011-02-26 Guenter KnaufAxed C++ comments and tabs.
2011-02-25 Jeff Trawickfix function name in log text
2011-02-23 Jim Jagielskiprotect one-off boundary
2011-02-22 Jim JagielskiBe at least somewhat more RESTful... Use POST for chang...
2011-02-18 Stefan FritschActually check for APU_HAVE_CRYPTO at configure time...
2011-02-18 Jim JagielskiExpose "new" ap_parse_form_data() function instead...
2011-02-18 Jim JagielskiNo longer depend on how fork() works when laying out...
2011-02-14 Graham LeggettDon't skip the first character, as it may be a quote...
2011-02-14 Jeff Trawickfix compile failure in r1070616
2011-02-14 Jeff Trawickfix theoretical const issue in call to strchr()
2011-02-14 Jim JagielskiNew hook: ap_run_pre_read_request()
2011-02-13 Stefan FritschFix two bugs introduced by r1070153
2011-02-13 Graham Leggettmod_cache: When a request other than GET or HEAD arrive...
2011-02-12 Graham Leggettmod_cache: Make sure that the moving of the CACHE filte...
2011-02-12 Stefan FritschUse ap_state_query() to fix many modules that were...
2011-02-12 Graham Leggettmod_cache: When a bad Expires date is present, we need...
2011-02-12 Stefan FritschLog something nicer than "Internal error: pcfg_openfile...
2011-02-12 Graham Leggettmod_cache: We must ignore quoted-string values that...
2011-02-12 Stefan Fritschrevert r1026746:
2011-02-11 Graham Leggettmod_cache: Respect s-maxage as described by RFC2616...
2011-02-11 Ruediger Pluem* Play safe if the notes table does not contain an...
2011-02-11 Joe Orton* modules/ssl/ssl_engine_pphrase.c (ssl_pphrase_Handle...
2011-02-11 Joe Orton* modules/ssl/ssl_engine_pphrase.c (ssl_pphrase_Handle...
2011-02-11 Joe Orton* modules/ssl/ssl_private.h: Clarify comment on modssl_...
2011-02-10 Jim Jagielskimove function...
2011-02-09 Jim JagielskiUgg... unbalanced workers *do* need a mutex as well...
2011-02-09 Jim Jagielskitypo
2011-02-09 Jim JagielskiSquash error/warning about signed/unsigned comparison
2011-02-09 Ruediger Pluem* Fix syntax errors and a non existing variable.
2011-02-09 Ruediger Pluem* Make module compile by fixing some typos.
2011-02-08 Jim JagielskiRemove the thread mutex from the worker... it really...
2011-02-08 Jim JagielskiExpose this as part of the API. That way, other code...
2011-02-07 Jim JagielskiOnly persist if we want it to
2011-02-07 Jim JagielskiOK, use faster, shared version... makes sense to persis...
2011-02-07 Jim JagielskiKeep track of how many workers we've used so far.....
2011-02-07 Jim JagielskiSave this for later to be done... recall that .free...
2011-02-07 Jim JagielskiSlotmem now provides for the number of "free" slots
2011-02-07 Jim JagielskiMutex around adding a new worker...
2011-02-04 Jim JagielskiLock around the time when we're mucking w/ balancers...
2011-02-04 Jim JagielskiHere we go... we can now, via balancer-manager, add new
2011-02-04 Jim Jagielskimight as well allow for the sticky session to be adjust...
2011-02-04 Jim JagielskiOops.... we need to adjust sticky, which is an array now
2011-02-04 Jim JagielskiAnd yet more balancer params that can be changed at...
2011-02-02 Jim JagielskiNo need to pollute the whole namespace...
2011-02-02 Jim JagielskiOptimize... create a struct to hold the worker status...
2011-02-02 Jim JagielskiInstead of just enabling/disabling, we can now adjust
2011-02-01 Jim JagielskiAgain, abstract out the worker status magic to it's...
2011-02-01 Jim Jagielskibitfields should be unsigned
2011-02-01 Jim JagielskiMove the setting of flags into a func... that way there is
2011-02-01 Jim JagielskiWe can now change lbmethod at runtime.
2011-01-31 Jim JagielskiMove the lbmethod to also allow it to be adjusted runtime
2011-01-31 Jim Jagielskituck away code that lets us ensure that the id is always
2011-01-31 Jim JagielskiMove some "nice to be able to change" balancer stuff...
2011-01-26 Guenter KnaufAdded mod_slotmem*.dsp files forgotten with commit...
2011-01-24 Stefan Fritschbreak some very long lines, no code change
2011-01-21 Jim Jagielskiarith on void* is not good
2011-01-21 Stefan FritschIgnore leading dots when looking for mime extensions
2011-01-19 Jim JagielskiMake it clear that '_' is a possible char and accepted
2011-01-19 Igor GalićAdd a patch from Vincent Deffontaines to make the addin...
2011-01-19 Jim JagielskiMake the balancer shared memory slot more human readabl...
2011-01-17 Rainer JungAlign proxy_worker_shared in slotmem shm
2011-01-17 Rainer Jungmod_slotmem_shm is a predecessor of
2011-01-17 Rainer JungIncrease memory alignment for slotmem data in
2011-01-17 Stefan FritschFix segfault for loglevel >= trace2
2011-01-17 Joe Orton* modules/ssl/ssl_engine_config.c, modules/ssl/ssl_priv...
2011-01-17 Joe Orton* modules/ssl/ssl_engine_io.c: Revamp output buffering...
2011-01-16 Guenter KnaufAdded mod_reflector to Win32 build.
2011-01-15 Joe Orton* modules/cache/mod_socache_shmcb.c: Comment tweak.
2011-01-15 Guenter KnaufAdded NetWare makefiles for slotmem modules.
2011-01-14 Ruediger Pluem* We can only get there if the line is too long and...
2011-01-13 Jim JagielskiDisplay number of members possible per balancer
2011-01-13 Jim JagielskiAnd check the nonce, taking care to ensure that the
2011-01-13 Jim JagielskiMove nonce to balancer struct and add logic for nonce...
2011-01-13 Jim JagielskiSet some defaults... do it here @ worker creation,...
2011-01-13 Jim Jagielskiwhitespace
2011-01-13 Jim JagielskiBuilds and passes tests as prefork... good save state
2011-01-13 Jim JagielskiAdjust for conf->workers being *proxy_worker and balanc...
2011-01-13 Jim JagielskiMore movement to shared stuff...
2011-01-13 Jim JagielskiOK... a good commit point (we don't quite compile yet...
2011-01-13 Jim JagielskiUse branch now
next