| Commit message (Expand) | Author | Files | Lines |
2011-02-15 | Adds simplified Chinese translation to httpd trunk docs. Via | Rich Bowen | 22 | -5/+1576 |
2011-02-15 | Rebuild documents from xml, including new access control howto. | Rich Bowen | 7 | -3/+192 |
2011-02-15 | Updates the access control howto for trunk. Could use a lot more | Rich Bowen | 1 | -53/+35 |
2011-02-15 | Copies the access control howto from the 2.2 docs. However, it's going | Rich Bowen | 2 | -0/+200 |
2011-02-15 | This document exists in the 2.2 docs, but not here. Not sure why. Need | Rich Bowen | 1 | -12/+0 |
2011-02-15 | Don't skip the first character, as it may be a quote, which is handled | Graham Leggett | 1 | -1/+1 |
2011-02-14 | typo in format string for 1070660 | Eric Covener | 1 | -1/+1 |
2011-02-14 | Log a hint about the directory needing to be executable | Eric Covener | 1 | -2/+3 |
2011-02-14 | fix compile failure in r1070616 | Jeff Trawick | 1 | -1/+1 |
2011-02-14 | fix theoretical const issue in call to strchr() | Jeff Trawick | 1 | -2/+2 |
2011-02-14 | Document pre_read_request and bump mmn | Jim Jagielski | 2 | -1/+4 |
2011-02-14 | New hook: ap_run_pre_read_request() | Jim Jagielski | 3 | -6/+43 |
2011-02-13 | Mention ap_state_query() in the new API docs | Stefan Fritsch | 1 | -0/+4 |
2011-02-13 | Fix two bugs introduced by r1070153 | Stefan Fritsch | 2 | -8/+9 |
2011-02-13 | mod_cache: When a request other than GET or HEAD arrives, we must | Graham Leggett | 6 | -24/+132 |
2011-02-13 | mod_cache: Make sure that the moving of the CACHE filter to another | Graham Leggett | 1 | -4/+8 |
2011-02-12 | Use ap_state_query() to fix many modules that were not correctly initializing | Stefan Fritsch | 13 | -105/+33 |
2011-02-12 | Create new ap_state_query() function that allows modules to determine | Stefan Fritsch | 6 | -24/+107 |
2011-02-12 | mod_cache: When a bad Expires date is present, we need to behave as if | Graham Leggett | 2 | -3/+5 |
2011-02-12 | Log something nicer than "Internal error: pcfg_openfile() called | Stefan Fritsch | 1 | -0/+12 |
2011-02-12 | * docs/manual/mod/: Play language lawyer with the SSL_*_DN_*_n variable | Joe Orton | 2 | -8/+24 |
2011-02-12 | mod_cache: We must ignore quoted-string values that appear in a | Graham Leggett | 2 | -4/+77 |
2011-02-12 | revert r1026746: | Stefan Fritsch | 3 | -34/+5 |
2011-02-11 | Reinstate comment. | Graham Leggett | 1 | -0/+4 |
2011-02-11 | mod_cache: Respect s-maxage as described by RFC2616 14.9.3, which must | Graham Leggett | 2 | -11/+16 |
2011-02-11 | * Play safe if the notes table does not contain an SSL_connect_rv key. | Ruediger Pluem | 1 | -2/+4 |
2011-02-11 | * modules/ssl/ssl_engine_pphrase.c (ssl_pphrase_Handle): Fix possible | Joe Orton | 2 | -16/+22 |
2011-02-11 | * modules/ssl/ssl_engine_pphrase.c (ssl_pphrase_Handle): Simplify to | Joe Orton | 2 | -7/+32 |
2011-02-11 | * modules/ssl/ssl_private.h: Clarify comment on modssl_pk_server_t. | Joe Orton | 1 | -5/+10 |
2011-02-10 | move function... | Jim Jagielski | 2 | -57/+59 |
2011-02-09 | Updates. | Lucien Gentis | 2 | -3/+3 |
2011-02-09 | Ugg... unbalanced workers *do* need a mutex as well (good catch RĂ¼diger!) | Jim Jagielski | 3 | -4/+14 |
2011-02-09 | typo | Jim Jagielski | 1 | -1/+1 |
2011-02-09 | Squash error/warning about signed/unsigned comparison | Jim Jagielski | 1 | -3/+6 |
2011-02-09 | * Fix syntax errors and a non existing variable. | Ruediger Pluem | 1 | -2/+2 |
2011-02-09 | * Make module compile by fixing some typos. | Ruediger Pluem | 2 | -2/+5 |
2011-02-08 | RPM spec file: Make the httpd init script consistent with the htcacheclean | Graham Leggett | 1 | -5/+8 |
2011-02-08 | Remove the thread mutex from the worker... it really should be | Jim Jagielski | 4 | -77/+89 |
2011-02-08 | Expose this as part of the API. That way, other code/modules | Jim Jagielski | 2 | -5/+16 |
2011-02-08 | * server/mpm/prefork/prefork.c (stop_listening, sig_term, restart): | Joe Orton | 2 | -0/+6 |
2011-02-08 | Rebuild transformations. | Rich Bowen | 9 | -23/+15 |
2011-02-08 | Custom, not Customer, error docs. | Rich Bowen | 1 | -1/+1 |
2011-02-07 | Only persist if we want it to | Jim Jagielski | 1 | -1/+4 |
2011-02-07 | OK, use faster, shared version... makes sense to persist this | Jim Jagielski | 1 | -13/+32 |
2011-02-07 | Keep track of how many workers we've used so far... no need | Jim Jagielski | 1 | -5/+10 |
2011-02-07 | Save this for later to be done... recall that .free needs to | Jim Jagielski | 1 | -20/+7 |
2011-02-07 | Slotmem now provides for the number of "free" slots | Jim Jagielski | 3 | -7/+53 |
2011-02-07 | Mutex around adding a new worker... | Jim Jagielski | 1 | -2/+36 |
2011-02-05 | test_char.h is a dependency, not a source. This seems to fix the occasional | Stefan Fritsch | 1 | -1/+1 |
2011-02-05 | revert r1066944, r1067177 for now | Stefan Fritsch | 3 | -30/+2 |