| Commit message (Expand) | Author | Age | Files | Lines |
* | 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-16 | 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-03 | 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-27 | 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 |
* | We already have ap_str_tolower(), so also add ap_str_toupper() function and use | Stefan Fritsch | 2011-06-22 | 2 | -6/+9 |
* | Add support to ErrorLogFormat for logging the system unique | Stefan Fritsch | 2011-06-22 | 1 | -1/+15 |
* | Log the deprecation warning at level info, not warn | Stefan Fritsch | 2011-06-20 | 4 | -4/+4 |
* | Fix search'n'replace error: Actually warn if MaxClients is used | Stefan Fritsch | 2011-06-20 | 3 | -3/+3 |
* | New AsyncRequestWorkerFactor directive to influence how many | Stefan Fritsch | 2011-06-20 | 1 | -6/+34 |
* | Remove dead assignment, as pointed out by Chris Wilson <cwilson vigilantsw com> | Stefan Fritsch | 2011-06-20 | 1 | -6/+1 |
* | Rename MaxClients to MaxRequestWorkers which describes more accurately what | Stefan Fritsch | 2011-06-20 | 5 | -93/+109 |
* | Some improvements for handling of many connections for MPM event: | Stefan Fritsch | 2011-06-19 | 4 | -195/+479 |
* | If MaxMemFree is set, limit the number of recycled pools that is kept | Stefan Fritsch | 2011-06-18 | 3 | -22/+44 |
* | Some logging tweaks | Stefan Fritsch | 2011-06-18 | 1 | -6/+8 |
* | Formatting changes, reuse 'now' variable instead of declaring a new one | Stefan Fritsch | 2011-06-18 | 1 | -54/+42 |
* | Fix graceful restart aborting connections | Stefan Fritsch | 2011-06-18 | 1 | -19/+53 |
* | s/seperate/separate/ | Jeff Trawick | 2011-06-17 | 1 | -1/+1 |