| Commit message (Expand) | Author | Age | Files | Lines |
* | Document the check in open_logs() | Jim Jagielski | 2012-11-18 | 2 | -0/+2 |
* | Add SERVER_PROTOCOL_VERSION, SERVER_PROTOCOL_VERSION_MAJOR, | Stefan Fritsch | 2012-11-17 | 1 | -0/+23 |
* | fdq expects a certain behavior from atomics... ensure that | Jim Jagielski | 2012-11-16 | 2 | -0/+24 |
* | Fold in a missing optimization... | Jim Jagielski | 2012-11-16 | 1 | -5/+23 |
* | missed one | Jim Jagielski | 2012-11-15 | 1 | -1/+1 |
* | Update and sync | Jim Jagielski | 2012-11-15 | 1 | -0/+4 |
* | Prefer higher-mode polling, but allow for drop down to default | Jim Jagielski | 2012-11-15 | 2 | -5/+40 |
* | no longer needed | Jim Jagielski | 2012-11-14 | 3 | -3/+0 |
* | Pull out the "extended" pod functions used by event and worker | Jim Jagielski | 2012-11-14 | 13 | -559/+145 |
* | Make HttpProtocol accept a range of allowed versions. | Stefan Fritsch | 2012-11-09 | 2 | -24/+57 |
* | Expose ap_method_register() to the admin with a new RegisterHttpMethod | Stefan Fritsch | 2012-11-09 | 1 | -0/+11 |
* | Pull the event optimization MPM back into trunk. This | Jim Jagielski | 2012-11-09 | 12 | -1/+4366 |
* | remove obsolete comment from 1.3 days | Stefan Fritsch | 2012-11-09 | 1 | -2/+0 |
* | remove some more old unused code | Stefan Fritsch | 2012-11-08 | 1 | -2/+0 |
* | log client error at level debug, log broken Host header value | Stefan Fritsch | 2012-11-08 | 1 | -2/+3 |
* | Remove unused code. "Next week" hasn't happened in the last 10 years or so. | Stefan Fritsch | 2012-11-08 | 1 | -11/+0 |
* | New directive HttpProtocol which allows to disable HTTP/0.9 support. | Stefan Fritsch | 2012-11-07 | 2 | -1/+36 |
* | Make ap_check_cmd_context() treat <If> sections like <File> sections. | Stefan Fritsch | 2012-11-07 | 1 | -1/+4 |
* | Make <If> sections in virtual host context fill in cmd->path so that | Stefan Fritsch | 2012-11-07 | 1 | -1/+5 |
* | cppCheck: kill two warnings about incorrect printf parameters. | Christophe Jaillet | 2012-11-05 | 1 | -2/+2 |
* | Update auto-generated code | Stefan Fritsch | 2012-11-05 | 1 | -75/+90 |
* | Properly log flex fatal errors and abort(), instead of the | Stefan Fritsch | 2012-11-05 | 1 | -0/+15 |
* | revert r1401448 and add a comment on why there's a bewildering copy | Jeff Trawick | 2012-11-03 | 1 | -1/+5 |
* | ap_expr: Add req_novary function that allows HTTP header lookups | Stefan Fritsch | 2012-10-29 | 1 | -0/+3 |
* | No need to apr_pstrdup things here, 'apr_socket_accept_filter' already makes ... | Christophe Jaillet | 2012-10-23 | 1 | -2/+1 |
* | only write the first len chars to syslog, as the buffer may have additional | Jeff Trawick | 2012-10-18 | 1 | -1/+2 |
* | style tweak | Jeff Trawick | 2012-10-18 | 1 | -2/+1 |
* | No need to test for NULL before calling apr_pstrdup. | Christophe Jaillet | 2012-10-14 | 1 | -1/+1 |
* | follow-up to r1389481: find/use getloadavg() prototype on Solaris | Jeff Trawick | 2012-10-12 | 1 | -0/+3 |
* | follow up to r1390564: we just need scope, not control structure | Jeff Trawick | 2012-10-12 | 1 | -2/+2 |
* | s/;;/;/ | Christophe Jaillet | 2012-10-12 | 1 | -1/+1 |
* | "Iterate" directives: Report an error if no arguments are provided. | Jeff Trawick | 2012-10-11 | 1 | -1/+9 |
* | Fix usage of MOD_* variables for MPM modules | Stefan Fritsch | 2012-10-07 | 6 | -1/+24 |
* | Fix spelling mistakes. | Graham Leggett | 2012-10-03 | 1 | -3/+3 |
* | Extract some more data through the server load API: | Joe Orton | 2012-10-03 | 1 | -0/+10 |
* | follow up to r1387633: use the right exit code depending on the error scenario | Jeff Trawick | 2012-10-02 | 1 | -1/+2 |
* | core: ErrorDocument now works for requests without a Host header. | Jeff Trawick | 2012-10-01 | 1 | -10/+4 |
* | wrap var inits in the macro w/ a do-while. | Jim Jagielski | 2012-09-26 | 1 | -13/+15 |
* | More accurate counts of busy and ready/idle | Jim Jagielski | 2012-09-26 | 1 | -7/+9 |
* | Break out loadavg from Apache load.... one is quick, the other | Jim Jagielski | 2012-09-24 | 1 | -17/+24 |
* | minor name change, but I expect most will just want/need/use | Jim Jagielski | 2012-09-24 | 1 | -2/+2 |
* | Would be nice to have some sort of canonical definition | Jim Jagielski | 2012-09-24 | 1 | -0/+62 |
* | add pre_htaccess hook; in conjunction with earlier dirwalk_stat | Jeff Trawick | 2012-09-24 | 1 | -0/+9 |
* | WinNT MPM logging: | Jeff Trawick | 2012-09-24 | 1 | -7/+9 |
* | add dirwalk_stat hook, for use by mpm-itk | Jeff Trawick | 2012-09-21 | 2 | -8/+17 |
* | * server/mpm/prefork/prefork.c (child_main): Don't log errors for an | Joe Orton | 2012-09-19 | 1 | -2/+8 |
* | ap_sub_req_lookup_dirent() depends on the over-allocation done by | Stefan Fritsch | 2012-09-14 | 1 | -1/+1 |
* | Add a few AP_DEBUG_ASSERT()s for the benefit of clang | Stefan Fritsch | 2012-09-14 | 1 | -1/+3 |
* | remove an unnecessary check in a nest loop of ap_create_environment() | Ryan Pan | 2012-08-28 | 1 | -1/+1 |
* | Apply the same length limit when logging Status header values | Chris Darroch | 2012-08-23 | 1 | -2/+2 |