| Commit message (Expand) | Author | Age | Files | Lines |
* | If a child is created just before graceful restart and then exits because | Stefan Fritsch | 2011-10-10 | 3 | -11/+58 |
* | Check the return value from ap_run_create_connection in mpm_event. | Stefan Fritsch | 2011-10-10 | 2 | -0/+7 |
* | Consistently use base 10 for numbers when parsing config options. It may be | Stefan Fritsch | 2011-10-09 | 1 | -2/+2 |
* | Add -D DUMP_RUN_CFG option to dump some configuration items | Stefan Fritsch | 2011-10-09 | 4 | -5/+117 |
* | Shut up gcc/glibc warning about ignoring write()'s return value. | Stefan Fritsch | 2011-10-08 | 1 | -3/+13 |
* | Downgrade error log messages which accompany a 404 request status from loglevel | Stefan Fritsch | 2011-10-08 | 1 | -3/+3 |
* | Sort hooks twice, once before pre_config, once after ap_process_config_tree. | Stefan Fritsch | 2011-10-08 | 1 | -0/+14 |
* | Export ap_max_mem_free, needed by r1178079, as pointed out by Gregg L. Smith | Stefan Fritsch | 2011-10-05 | 1 | -1/+1 |
* | SECURITY (CVE-2011-3368): Prevent unintended pattern expansion in some | Joe Orton | 2011-10-05 | 1 | -0/+19 |
* | Enforce LimitRequestFieldSize after multiple headers with the same | Stefan Fritsch | 2011-10-03 | 1 | -0/+20 |
* | Some varbuf enhancements: | Stefan Fritsch | 2011-09-26 | 1 | -19/+86 |
* | More cleanup: Expand tabs and some more indentation fixes | Stefan Fritsch | 2011-09-23 | 4 | -14/+14 |
* | Cleanup effort in prep for GA push: | Jim Jagielski | 2011-09-23 | 26 | -144/+144 |
* | Cleanup effort in prep for GA push: | Jim Jagielski | 2011-09-23 | 5 | -13/+13 |
* | Add wrappers for malloc, calloc, realloc that check for out of memory | Stefan Fritsch | 2011-09-19 | 7 | -50/+49 |
* | Give a slightly more direct hint when no global ServerName is set. I still | Eric Covener | 2011-09-19 | 1 | -1/+2 |
* | * Correctly obey ServerName / ServerAlias if the Host header from the | Ruediger Pluem | 2011-09-17 | 1 | -12/+25 |
* | Fix cut'n'paste errors: APR_DECLARE -> AP_DECLARE / part2. | Guenter Knauf | 2011-09-17 | 1 | -2/+2 |
* | Create wrapper API for apr_random; | Stefan Fritsch | 2011-09-15 | 1 | -0/+85 |
* | Add in MaxRangeOverlaps and MaxRangeReversals to accomodate | Jim Jagielski | 2011-09-12 | 1 | -17/+80 |
* | refactor to pull setting of Accept-Ranges header into http_protocol.c which | Eric Covener | 2011-09-08 | 1 | -3/+1 |
* | take care of some MaxRanges feedback: | Eric Covener | 2011-09-07 | 1 | -6/+23 |
* | add MaxRanges directive institute a default limit of 200 (post-merge where | Eric Covener | 2011-08-28 | 1 | -0/+17 |
* | Update auto-generated code | Stefan Fritsch | 2011-08-13 | 2 | -193/+208 |
* | Do proper length checks in the expression scanner. This allows to remove the | Stefan Fritsch | 2011-08-13 | 3 | -24/+24 |
* | Add ap_varbuf API for resizable buffers. | Stefan Fritsch | 2011-08-13 | 2 | -34/+223 |
* | Forbid some directives in .htaccess because of AllowOverrideList: | Stefan Fritsch | 2011-08-04 | 1 | -0/+6 |
* | cleanups related to new AllowOverrideList functionality: | Stefan Fritsch | 2011-08-03 | 1 | -0/+11 |
* | Adjust some messages for <If> blocks and remove some dead code | Stefan Fritsch | 2011-08-03 | 2 | -10/+2 |
* | use temp pool for temp string | Stefan Fritsch | 2011-08-03 | 1 | -1/+1 |
* | Fix handling of offset in ap_send_fd() | Stefan Fritsch | 2011-08-03 | 1 | -1/+1 |
* | Add AllowOverrideList directive and documentation | Daniel Ruggeri | 2011-07-28 | 3 | -5/+61 |
* | Use ap_unescape_url_keep2f() in ap_expr unescape func. ap_unescape_url() | Stefan Fritsch | 2011-07-27 | 1 | -4/+7 |
* | Use ap_document_root() in ap_core_translate() to allow modules like | Stefan Fritsch | 2011-07-27 | 1 | -4/+2 |
* | Install signal handlers for crashes before detaching. Previously, there | Stefan Fritsch | 2011-07-26 | 3 | -0/+6 |
* | Reduce period during startup and restart where a successive signal may be lost | Stefan Fritsch | 2011-07-26 | 3 | -3/+3 |
* | * server/vhost.c (get_addresses): For '*' and '_default_', return | Joe Orton | 2011-07-18 | 1 | -4/+11 |
* | Make the SERVER_NAME variable include [ ] for literal IPv6 addresses, as | Stefan Fritsch | 2011-07-17 | 2 | -2/+2 |
* | Add more (trace) logging to the ap_scan_script_header*() functions | Stefan Fritsch | 2011-07-16 | 1 | -12/+87 |
* | improve readability of 'malformed header from script' message and simplify code | Stefan Fritsch | 2011-07-16 | 1 | -11/+2 |
* | Use APR_UNSPEC to allow startup on IP6-only systems. | Stefan Fritsch | 2011-07-13 | 1 | -1/+1 |
* | * server/mpm_common.c (ap_core_child_status): Allocate the geninfo, | Joe Orton | 2011-07-06 | 1 | -11/+13 |
* | Allow to specify module specific custom linker flags | Rainer Jung | 2011-07-05 | 1 | -1/+1 |
* | Initialize apr_thread_t pointer to NULL so that apr_os_thread_put() | Jeff Trawick | 2011-07-02 | 1 | -1/+1 |
* | Update auto-generated code | Stefan Fritsch | 2011-07-02 | 3 | -358/+400 |
* | Add string valued expressions to ap_expr, do some API cleanup | Stefan Fritsch | 2011-07-02 | 5 | -25/+141 |
* | Add REQUEST_STATUS variable to ap_expr | Stefan Fritsch | 2011-07-02 | 1 | -0/+3 |
* | Fix logging of the log id of subrequests | Stefan Fritsch | 2011-07-02 | 1 | -2/+2 |
* | Fix "statement not reached" warnings with sun cc | Stefan Fritsch | 2011-06-24 | 1 | -3/+0 |
* | Various code cleanup | Stefan Fritsch | 2011-06-22 | 2 | -4/+5 |