summaryrefslogtreecommitdiffstats
path: root/server (follow)
Commit message (Expand)AuthorAgeFilesLines
* remove unnecessary castStefan Fritsch2012-12-171-4/+3
* add new ap_bin2hex() utility functionStefan Fritsch2012-12-162-8/+15
* cppCheck: same expression on both side of '|'.Christophe Jaillet2012-12-101-2/+2
* Add LogLevelOverride directive that allows to override the loglevel forStefan Fritsch2012-12-082-35/+116
* remove C99 features from 'Warning' directive handlingFabien Coelho2012-12-081-6/+7
* Add minor 'Warning' directive as defined in current mod_macro.Fabien Coelho2012-12-082-8/+38
* save a apr_time_now() call for every request.Jim Jagielski2012-12-051-3/+3
* Avoid processing some files twice if APR_INCLUDEDIR andStefan Fritsch2012-12-021-1/+1
* Sort error message for ServerTokens by increasing verbosity. Add missing 'OS'Stefan Fritsch2012-12-021-3/+3
* Fix peekJim Jagielski2012-11-301-2/+4
* PR54223: 2.4 generates AH00554 when Include points to a directory with no wil...Eric Covener2012-11-291-1/+1
* PR54222: catch invalid ServerTokens argsEric Covener2012-11-291-1/+4
* Sometimes we miss the last few items in the Q dueJim Jagielski2012-11-211-1/+4
* Bug from not using pools by default :)Jim Jagielski2012-11-201-2/+2
* Force even malloc'ed mem to be 0ed. And pull out wasted cycles thatJim Jagielski2012-11-191-3/+8
* Some formatting and a bugfixJim Jagielski2012-11-191-10/+7
* The compiler *should* do this, but just in caseJim Jagielski2012-11-191-2/+2
* skiplist_destroy() is new-ishJim Jagielski2012-11-192-0/+15
* Remove from APIJim Jagielski2012-11-192-2/+6
* Merge branch 'skiplist'Jim Jagielski2012-11-194-45/+852
* 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