]> granicus.if.org Git - apache/history - modules
Update.
[apache] / modules /
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
2011-01-12 Ruediger Pluem* Fix comment typo as noticed by jorton
2011-01-11 Jim Jagielskirevert...
2011-01-10 Stefan Fritschclarify that the displayed IP address may not be the...
2011-01-09 Stefan FritschDisplay the local IP address in server-status. This...
2011-01-09 Stefan Fritschmod_status: Don't show slots which are disabled by...
2011-01-08 Stefan FritschDon't log AuthMerging XXX as <RequireXXX>
2011-01-08 Stefan FritschFix a bug in authz logic merging which caused
2011-01-07 Jim Jagielskiwhitespace
2011-01-07 Jim JagielskiUse consistant naming and be sure to pad
2011-01-06 Ruediger Pluem* Be ANSI C compatible
2011-01-05 Jeff Trawickfix comment
2011-01-05 Jim Jagielskiupdate comment
2011-01-05 Nick KewChange AuthnCacheProvider --> AuthnCacheProvideFor...
2011-01-05 Graham LeggettMake sure we clone the table rather than copy it, to...
2011-01-05 Graham LeggettUpdate the comment to indicate what the backend request...
2011-01-05 Graham Leggettmod_proxy_http: Allocate the fake backend request from...
2011-01-04 Graham Leggettmod_proxy_http: Ensure that when the backend is closed...
2011-01-02 Stefan FritschFix EBCDIC related cut'n'paste error
2011-01-02 Guenter KnaufAdded shebang check so that .vbs scripts can work as...
2011-01-01 Stefan FritschChange the format of the SSL_{CLIENT,SERVER}_{I,S}_DN...
2010-12-30 Stefan FritschRemove obsolete and redundant log message in env auth...
2010-12-30 Graham LeggettChange another variable that could be confused for...
2010-12-30 Graham LeggettFix a spin should we encounter a corrupt bucket from...
2010-12-30 Stefan FritschMake the REQUEST_SCHEME variable available to scripts...
2010-12-30 Ruediger Pluem* Silence compiler warning
2010-12-30 Ruediger Pluem* Silence compiler warning about possibly uninitialized use
2010-12-29 Stefan FritschAllow to use arbitrary boolean expressions (ap_expr...
2010-12-29 Stefan Fritschin struct backrefinfo: remove nsub member which is...
2010-12-29 Stefan FritschAllow to unset environment variables using E=!VAR.
2010-12-29 Igor GalićIn comments: s@ XX @ XXX: @ so they can actually be...
2010-12-29 Ruediger Pluem* Fix r1039304 and make the patch similar to the one...
2010-12-29 Eric Covenerrevert r1031670:
2010-12-28 Stefan Fritschreadability improvements:
2010-12-28 Stefan FritschRename some variables for better readability:
2010-12-23 Ruediger Pluem* The concept of the cleaned flag is flawed: Once we...
2010-12-23 Ruediger Pluem* Do not fiddle around with the close field if we might...
2010-12-21 Graham LeggettThe alias_set variable is set when a parent location...
next