summaryrefslogtreecommitdiffstats
path: root/server (follow)
Commit message (Expand)AuthorAgeFilesLines
* Document the check in open_logs()Jim Jagielski2012-11-182-0/+2
* Add SERVER_PROTOCOL_VERSION, SERVER_PROTOCOL_VERSION_MAJOR,Stefan Fritsch2012-11-171-0/+23
* fdq expects a certain behavior from atomics... ensure thatJim Jagielski2012-11-162-0/+24
* Fold in a missing optimization...Jim Jagielski2012-11-161-5/+23
* missed oneJim Jagielski2012-11-151-1/+1
* Update and syncJim Jagielski2012-11-151-0/+4
* Prefer higher-mode polling, but allow for drop down to defaultJim Jagielski2012-11-152-5/+40
* no longer neededJim Jagielski2012-11-143-3/+0
* Pull out the "extended" pod functions used by event and workerJim Jagielski2012-11-1413-559/+145
* Make HttpProtocol accept a range of allowed versions.Stefan Fritsch2012-11-092-24/+57
* Expose ap_method_register() to the admin with a new RegisterHttpMethodStefan Fritsch2012-11-091-0/+11
* Pull the event optimization MPM back into trunk. ThisJim Jagielski2012-11-0912-1/+4366
* remove obsolete comment from 1.3 daysStefan Fritsch2012-11-091-2/+0
* remove some more old unused codeStefan Fritsch2012-11-081-2/+0
* log client error at level debug, log broken Host header valueStefan Fritsch2012-11-081-2/+3
* Remove unused code. "Next week" hasn't happened in the last 10 years or so.Stefan Fritsch2012-11-081-11/+0
* New directive HttpProtocol which allows to disable HTTP/0.9 support.Stefan Fritsch2012-11-072-1/+36
* Make ap_check_cmd_context() treat <If> sections like <File> sections.Stefan Fritsch2012-11-071-1/+4
* Make <If> sections in virtual host context fill in cmd->path so thatStefan Fritsch2012-11-071-1/+5
* cppCheck: kill two warnings about incorrect printf parameters.Christophe Jaillet2012-11-051-2/+2
* Update auto-generated codeStefan Fritsch2012-11-051-75/+90
* Properly log flex fatal errors and abort(), instead of theStefan Fritsch2012-11-051-0/+15
* revert r1401448 and add a comment on why there's a bewildering copyJeff Trawick2012-11-031-1/+5
* ap_expr: Add req_novary function that allows HTTP header lookupsStefan Fritsch2012-10-291-0/+3
* No need to apr_pstrdup things here, 'apr_socket_accept_filter' already makes ...Christophe Jaillet2012-10-231-2/+1
* only write the first len chars to syslog, as the buffer may have additionalJeff Trawick2012-10-181-1/+2
* style tweakJeff Trawick2012-10-181-2/+1
* No need to test for NULL before calling apr_pstrdup.Christophe Jaillet2012-10-141-1/+1
* follow-up to r1389481: find/use getloadavg() prototype on SolarisJeff Trawick2012-10-121-0/+3
* follow up to r1390564: we just need scope, not control structureJeff Trawick2012-10-121-2/+2
* s/;;/;/Christophe Jaillet2012-10-121-1/+1
* "Iterate" directives: Report an error if no arguments are provided.Jeff Trawick2012-10-111-1/+9
* Fix usage of MOD_* variables for MPM modulesStefan Fritsch2012-10-076-1/+24
* Fix spelling mistakes.Graham Leggett2012-10-031-3/+3
* Extract some more data through the server load API:Joe Orton2012-10-031-0/+10
* follow up to r1387633: use the right exit code depending on the error scenarioJeff Trawick2012-10-021-1/+2
* core: ErrorDocument now works for requests without a Host header.Jeff Trawick2012-10-011-10/+4
* wrap var inits in the macro w/ a do-while.Jim Jagielski2012-09-261-13/+15
* More accurate counts of busy and ready/idleJim Jagielski2012-09-261-7/+9
* Break out loadavg from Apache load.... one is quick, the otherJim Jagielski2012-09-241-17/+24
* minor name change, but I expect most will just want/need/useJim Jagielski2012-09-241-2/+2
* Would be nice to have some sort of canonical definitionJim Jagielski2012-09-241-0/+62
* add pre_htaccess hook; in conjunction with earlier dirwalk_statJeff Trawick2012-09-241-0/+9
* WinNT MPM logging:Jeff Trawick2012-09-241-7/+9
* add dirwalk_stat hook, for use by mpm-itkJeff Trawick2012-09-212-8/+17
* * server/mpm/prefork/prefork.c (child_main): Don't log errors for anJoe Orton2012-09-191-2/+8
* ap_sub_req_lookup_dirent() depends on the over-allocation done byStefan Fritsch2012-09-141-1/+1
* Add a few AP_DEBUG_ASSERT()s for the benefit of clangStefan Fritsch2012-09-141-1/+3
* remove an unnecessary check in a nest loop of ap_create_environment()Ryan Pan2012-08-281-1/+1
* Apply the same length limit when logging Status header valuesChris Darroch2012-08-231-2/+2