| Commit message (Expand) | Author | Age | Files | Lines |
* | NetWare build overhaul in order to compile on Linux. | Guenter Knauf | 2011-03-08 | 88 | -171/+171 |
* | NetWare build overhaul in order to compile on Linux. | Guenter Knauf | 2011-03-08 | 1 | -9/+9 |
* | NetWare build overhaul in order to compile on Linux. | Guenter Knauf | 2011-03-08 | 104 | -699/+699 |
* | mod_cache_disk: Prevent a segfault should we receive a further bucket after | Graham Leggett | 2011-03-04 | 1 | -1/+1 |
* | Fix/workaround for BUGZ PR 50851. | Jim Jagielski | 2011-03-04 | 1 | -3/+5 |
* | mod_cache_disk: Only attempt to commit to the initialisation if the attempt | Graham Leggett | 2011-03-04 | 1 | -2/+11 |
* | Build mod_authn_socache on same terms as other authn modules | Nick Kew | 2011-03-03 | 1 | -0/+1 |
* | axe some useless or debug-inhibiting error checking | Jeff Trawick | 2011-02-27 | 2 | -37/+0 |
* | fix some logging calls to include the server_rec | Jeff Trawick | 2011-02-26 | 2 | -4/+4 |
* | Axed C++ comments and tabs. | Guenter Knauf | 2011-02-26 | 1 | -8/+8 |
* | fix function name in log text | Jeff Trawick | 2011-02-25 | 1 | -2/+2 |
* | protect one-off boundary | Jim Jagielski | 2011-02-23 | 1 | -3/+3 |
* | Be at least somewhat more RESTful... Use POST for changing stuff. | Jim Jagielski | 2011-02-22 | 1 | -32/+86 |
* | Actually check for APU_HAVE_CRYPTO at configure time. This fixes a compile | Stefan Fritsch | 2011-02-18 | 1 | -1/+5 |
* | Expose "new" ap_parse_form_data() function instead of requiring | Jim Jagielski | 2011-02-18 | 2 | -223/+3 |
* | No longer depend on how fork() works when laying out segments... | Jim Jagielski | 2011-02-18 | 4 | -34/+60 |
* | Don't skip the first character, as it may be a quote, which is handled | Graham Leggett | 2011-02-15 | 1 | -1/+1 |
* | fix compile failure in r1070616 | Jeff Trawick | 2011-02-14 | 1 | -1/+1 |
* | fix theoretical const issue in call to strchr() | Jeff Trawick | 2011-02-14 | 1 | -2/+2 |
* | New hook: ap_run_pre_read_request() | Jim Jagielski | 2011-02-14 | 1 | -0/+18 |
* | Fix two bugs introduced by r1070153 | Stefan Fritsch | 2011-02-13 | 2 | -8/+9 |
* | mod_cache: When a request other than GET or HEAD arrives, we must | Graham Leggett | 2011-02-13 | 4 | -22/+120 |
* | mod_cache: Make sure that the moving of the CACHE filter to another | Graham Leggett | 2011-02-13 | 1 | -4/+8 |
* | Use ap_state_query() to fix many modules that were not correctly initializing | Stefan Fritsch | 2011-02-12 | 12 | -105/+29 |
* | mod_cache: When a bad Expires date is present, we need to behave as if | Graham Leggett | 2011-02-12 | 1 | -3/+1 |
* | Log something nicer than "Internal error: pcfg_openfile() called | Stefan Fritsch | 2011-02-12 | 1 | -0/+12 |
* | mod_cache: We must ignore quoted-string values that appear in a | Graham Leggett | 2011-02-12 | 1 | -4/+74 |
* | revert r1026746: | Stefan Fritsch | 2011-02-12 | 1 | -32/+0 |
* | mod_cache: Respect s-maxage as described by RFC2616 14.9.3, which must | Graham Leggett | 2011-02-11 | 1 | -8/+14 |
* | * Play safe if the notes table does not contain an SSL_connect_rv key. | Ruediger Pluem | 2011-02-11 | 1 | -2/+4 |
* | * modules/ssl/ssl_engine_pphrase.c (ssl_pphrase_Handle): Fix possible | Joe Orton | 2011-02-11 | 1 | -16/+18 |
* | * modules/ssl/ssl_engine_pphrase.c (ssl_pphrase_Handle): Simplify to | Joe Orton | 2011-02-11 | 2 | -7/+32 |
* | * modules/ssl/ssl_private.h: Clarify comment on modssl_pk_server_t. | Joe Orton | 2011-02-11 | 1 | -5/+10 |
* | move function... | Jim Jagielski | 2011-02-10 | 2 | -57/+59 |
* | Ugg... unbalanced workers *do* need a mutex as well (good catch RĂ¼diger!) | Jim Jagielski | 2011-02-09 | 3 | -4/+14 |
* | typo | Jim Jagielski | 2011-02-09 | 1 | -1/+1 |
* | Squash error/warning about signed/unsigned comparison | Jim Jagielski | 2011-02-09 | 1 | -3/+6 |
* | * Fix syntax errors and a non existing variable. | Ruediger Pluem | 2011-02-09 | 1 | -2/+2 |
* | * Make module compile by fixing some typos. | Ruediger Pluem | 2011-02-09 | 1 | -2/+2 |
* | Remove the thread mutex from the worker... it really should be | Jim Jagielski | 2011-02-08 | 4 | -77/+89 |
* | Expose this as part of the API. That way, other code/modules | Jim Jagielski | 2011-02-08 | 2 | -5/+16 |
* | Only persist if we want it to | Jim Jagielski | 2011-02-07 | 1 | -1/+4 |
* | OK, use faster, shared version... makes sense to persist this | Jim Jagielski | 2011-02-07 | 1 | -13/+32 |
* | Keep track of how many workers we've used so far... no need | Jim Jagielski | 2011-02-07 | 1 | -5/+10 |
* | Save this for later to be done... recall that .free needs to | Jim Jagielski | 2011-02-07 | 1 | -20/+7 |
* | Slotmem now provides for the number of "free" slots | Jim Jagielski | 2011-02-07 | 2 | -7/+45 |
* | Mutex around adding a new worker... | Jim Jagielski | 2011-02-07 | 1 | -2/+36 |
* | Lock around the time when we're mucking w/ balancers... | Jim Jagielski | 2011-02-04 | 1 | -1/+13 |
* | Here we go... we can now, via balancer-manager, add new | Jim Jagielski | 2011-02-04 | 4 | -13/+121 |
* | might as well allow for the sticky session to be adjusted as well... | Jim Jagielski | 2011-02-04 | 1 | -6/+31 |