summaryrefslogtreecommitdiffstats
path: root/modules (follow)
Commit message (Expand)AuthorAgeFilesLines
* NetWare build overhaul in order to compile on Linux.Guenter Knauf2011-03-0888-171/+171
* NetWare build overhaul in order to compile on Linux.Guenter Knauf2011-03-081-9/+9
* NetWare build overhaul in order to compile on Linux.Guenter Knauf2011-03-08104-699/+699
* mod_cache_disk: Prevent a segfault should we receive a further bucket afterGraham Leggett2011-03-041-1/+1
* Fix/workaround for BUGZ PR 50851.Jim Jagielski2011-03-041-3/+5
* mod_cache_disk: Only attempt to commit to the initialisation if the attemptGraham Leggett2011-03-041-2/+11
* Build mod_authn_socache on same terms as other authn modulesNick Kew2011-03-031-0/+1
* axe some useless or debug-inhibiting error checkingJeff Trawick2011-02-272-37/+0
* fix some logging calls to include the server_recJeff Trawick2011-02-262-4/+4
* Axed C++ comments and tabs.Guenter Knauf2011-02-261-8/+8
* fix function name in log textJeff Trawick2011-02-251-2/+2
* protect one-off boundaryJim Jagielski2011-02-231-3/+3
* Be at least somewhat more RESTful... Use POST for changing stuff.Jim Jagielski2011-02-221-32/+86
* Actually check for APU_HAVE_CRYPTO at configure time. This fixes a compileStefan Fritsch2011-02-181-1/+5
* Expose "new" ap_parse_form_data() function instead of requiringJim Jagielski2011-02-182-223/+3
* No longer depend on how fork() works when laying out segments...Jim Jagielski2011-02-184-34/+60
* Don't skip the first character, as it may be a quote, which is handledGraham Leggett2011-02-151-1/+1
* fix compile failure in r1070616Jeff Trawick2011-02-141-1/+1
* fix theoretical const issue in call to strchr()Jeff Trawick2011-02-141-2/+2
* New hook: ap_run_pre_read_request()Jim Jagielski2011-02-141-0/+18
* Fix two bugs introduced by r1070153Stefan Fritsch2011-02-132-8/+9
* mod_cache: When a request other than GET or HEAD arrives, we mustGraham Leggett2011-02-134-22/+120
* mod_cache: Make sure that the moving of the CACHE filter to anotherGraham Leggett2011-02-131-4/+8
* Use ap_state_query() to fix many modules that were not correctly initializingStefan Fritsch2011-02-1212-105/+29
* mod_cache: When a bad Expires date is present, we need to behave as ifGraham Leggett2011-02-121-3/+1
* Log something nicer than "Internal error: pcfg_openfile() calledStefan Fritsch2011-02-121-0/+12
* mod_cache: We must ignore quoted-string values that appear in a Graham Leggett2011-02-121-4/+74
* revert r1026746:Stefan Fritsch2011-02-121-32/+0
* mod_cache: Respect s-maxage as described by RFC2616 14.9.3, which mustGraham Leggett2011-02-111-8/+14
* * Play safe if the notes table does not contain an SSL_connect_rv key.Ruediger Pluem2011-02-111-2/+4
* * modules/ssl/ssl_engine_pphrase.c (ssl_pphrase_Handle): Fix possibleJoe Orton2011-02-111-16/+18
* * modules/ssl/ssl_engine_pphrase.c (ssl_pphrase_Handle): Simplify toJoe Orton2011-02-112-7/+32
* * modules/ssl/ssl_private.h: Clarify comment on modssl_pk_server_t.Joe Orton2011-02-111-5/+10
* move function...Jim Jagielski2011-02-102-57/+59
* Ugg... unbalanced workers *do* need a mutex as well (good catch RĂ¼diger!)Jim Jagielski2011-02-093-4/+14
* typoJim Jagielski2011-02-091-1/+1
* Squash error/warning about signed/unsigned comparisonJim Jagielski2011-02-091-3/+6
* * Fix syntax errors and a non existing variable.Ruediger Pluem2011-02-091-2/+2
* * Make module compile by fixing some typos.Ruediger Pluem2011-02-091-2/+2
* Remove the thread mutex from the worker... it really should beJim Jagielski2011-02-084-77/+89
* Expose this as part of the API. That way, other code/modulesJim Jagielski2011-02-082-5/+16
* Only persist if we want it toJim Jagielski2011-02-071-1/+4
* OK, use faster, shared version... makes sense to persist thisJim Jagielski2011-02-071-13/+32
* Keep track of how many workers we've used so far... no needJim Jagielski2011-02-071-5/+10
* Save this for later to be done... recall that .free needs toJim Jagielski2011-02-071-20/+7
* Slotmem now provides for the number of "free" slotsJim Jagielski2011-02-072-7/+45
* Mutex around adding a new worker...Jim Jagielski2011-02-071-2/+36
* Lock around the time when we're mucking w/ balancers...Jim Jagielski2011-02-041-1/+13
* Here we go... we can now, via balancer-manager, add newJim Jagielski2011-02-044-13/+121
* might as well allow for the sticky session to be adjusted as well...Jim Jagielski2011-02-041-6/+31