| Commit message (Expand) | Author | Files | Lines |
2011-04-11 | match expected type of arg to StartService() | Jeff Trawick | 1 | -1/+1 |
2011-04-09 | Remove unused variable | Stefan Fritsch | 1 | -1/+0 |
2011-04-09 | don't try to shut down child if it wasn't created | Jeff Trawick | 1 | -1/+9 |
2011-04-09 | WinNT MPM: Improve robustness under heavy load. | Jeff Trawick | 2 | -9/+17 |
2011-04-09 | Fix some MinGW build issues... | Jeff Trawick | 4 | -0/+15 |
2011-04-09 | fix some logging glitches in the WinNT MPM: | Jeff Trawick | 1 | -9/+17 |
2011-04-08 | include <stdlib.h> to ensure that the exit() prototype has been | Jeff Trawick | 1 | -3/+1 |
2011-04-08 | log message fixes/tweaks | Jeff Trawick | 2 | -7/+7 |
2011-04-08 | core: Support module names with colons in loglevel configuration. | Stefan Fritsch | 2 | -1/+4 |
2011-04-08 | mod_ssl, ab: Support OpenSSL compiled without SSLv2 support | Stefan Fritsch | 5 | -6/+26 |
2011-04-08 | hernan gonzalez <hgonzalez gmail.com> points out that the USER_AGENT | Rich Bowen | 4 | -5/+12 |
2011-04-08 | Remove more unnecessary anchors from rewrite examples. | Rich Bowen | 2 | -4/+4 |
2011-04-08 | Remove unnecessary .* from regex. | Rich Bowen | 1 | -2/+2 |
2011-04-08 | Remove unnecessary .* from regex, as noted in | Rich Bowen | 1 | -2/+2 |
2011-04-08 | * server/util_expr_eval.c (req_table_func): Try r->err_headers_out for | Joe Orton | 1 | -2/+8 |
2011-04-07 | gcc compatibility | Jeff Trawick | 1 | -1/+1 |
2011-04-07 | rework choice of cgi implementation, handling MinGW | Jeff Trawick | 1 | -6/+21 |
2011-04-07 | don't build checkgid or fcgistarter on MinGW | Jeff Trawick | 2 | -1/+15 |
2011-04-07 | hide some unused code on Win32 and NetWare | Jeff Trawick | 2 | -4/+14 |
2011-04-07 | Remove mentions of the 1.3 generation of the server. | Rich Bowen | 2 | -7/+2 |
2011-04-07 | Stop explicitly including the current pid in WinNT MPM messages, | Jeff Trawick | 2 | -52/+46 |
2011-04-07 | There are no versions of httpd earlier than 2.0. Oceania has always been at w... | Rich Bowen | 1 | -6/+1 |
2011-04-07 | Rebuild transformations. | Rich Bowen | 3 | -3/+3 |
2011-04-07 | Oops. Mixed file names in my example. | Rich Bowen | 3 | -7/+9 |
2011-04-07 | Adds an example of constructing a type-map file. | Rich Bowen | 3 | -2/+41 |
2011-04-07 | Adds an example of how one might actually construct a type-map file. | Rich Bowen | 1 | -0/+40 |
2011-04-07 | axe a couple of unused vars, mark a function as static | Jeff Trawick | 1 | -3/+1 |
2011-04-07 | get prototype for ap_os_create_privileged_process() | Jeff Trawick | 1 | -0/+1 |
2011-04-07 | axe ap_registry_get_server_root(), which seems to have been unused | Jeff Trawick | 1 | -37/+0 |
2011-04-07 | format string fixes: | Jeff Trawick | 2 | -8/+8 |
2011-04-06 | HANDLE is PVOID which is reasonably formatted by %pp, but not by %d | Jeff Trawick | 1 | -3/+5 |
2011-04-06 | can't format time_t with %d; cast this small interval time to int | Jeff Trawick | 1 | -1/+2 |
2011-04-06 | Log the OS socket (int) instead of the apr_socket_t *. | Jeff Trawick | 1 | -3/+3 |
2011-04-06 | yank some dead code and variables | Jeff Trawick | 3 | -57/+0 |
2011-04-06 | cleanups to function signatures, prototypes, visibility | Jeff Trawick | 6 | -11/+15 |
2011-04-06 | Abort if the MPM is changed across restart. | Jeff Trawick | 2 | -2/+15 |
2011-04-06 | * docs/manual/rewrite/: Fix the real long form of DPI here also. | Joe Orton | 2 | -3/+3 |
2011-04-06 | rpm spec file: Use "service httpd graceful" rather than a hard coded HUP | Graham Leggett | 1 | -1/+1 |
2011-04-05 | Rebuild typo correction. | Rich Bowen | 4 | -4/+4 |
2011-04-05 | Typo | Rich Bowen | 1 | -1/+1 |
2011-04-05 | Fixed NWGNUversion.inc target. | Guenter Knauf | 1 | -1/+1 |
2011-04-05 | Fixed sysinclude; removed trailing 0; fixed indent. | Guenter Knauf | 1 | -4/+3 |
2011-04-04 | * add the constructed filter at TRACE1 to authn, and to existing debug authz | Eric Covener | 1 | -4/+7 |
2011-04-04 | better error message | Jim Jagielski | 1 | -1/+2 |
2011-04-04 | bad links due to typo | Eric Covener | 2 | -4/+4 |
2011-04-04 | Yet Another Typo. (Thanks to Vincent de Lau) | Rich Bowen | 2 | -2/+2 |
2011-04-04 | Rebuilds mod_alias update from last week. Several other transformation | Rich Bowen | 7 | -24/+74 |
2011-04-04 | Markup typos. Rebuild HTML. | Rich Bowen | 5 | -3/+24 |
2011-04-04 | Adds a new section for the [END] flag. This duplicates text from the [L] | Rich Bowen | 1 | -0/+9 |
2011-04-04 | Mention the new rewrite flags as a module enhancement in 2.4 | Rich Bowen | 1 | -0/+6 |