summaryrefslogtreecommitdiffstats
path: root/server (follow)
Commit message (Expand)AuthorAgeFilesLines
* ap_rgetline_core() now pulls from r->proto_input_filtersJoe Schaefer2013-02-151-2/+6
* Can't figure out why we allocate len+2 bytes here. Len+1 should be enough.Christophe Jaillet2013-02-051-1/+1
* Fix incomplete filename in ErrorLog when trying to access files in non exist...Christophe Jaillet2013-02-041-1/+2
* * Ensure that is_v6literal is always initializedRuediger Pluem2013-01-211-1/+2
* Log a warning if ThreadStackSize has an inappropriate value.Christophe Jaillet2013-01-153-3/+21
* Improve error messageChristophe Jaillet2013-01-151-1/+1
* Add helper function to execute command w args and get one line of output. All...Daniel Ruggeri2013-01-151-0/+42
* Add some caching for password hash validation.Stefan Fritsch2013-01-011-0/+40
* change protocol number parsing in strict mode according to HTTPbis draftStefan Fritsch2012-12-301-31/+8
* remove comment; empty host headers can happen in proxy requestsStefan Fritsch2012-12-301-4/+1
* add log tags missing in r1426877Stefan Fritsch2012-12-302-13/+13
* Add an option to enforce stricter HTTP conformanceStefan Fritsch2012-12-304-43/+301
* Correctly parse an IPv6 literal host specification in an absolute URLStefan Fritsch2012-12-291-48/+114
* Check that AsyncRequestWorkerFactor is not negativeStefan Fritsch2012-12-251-0/+3
* Replace strdup by ap_malloc to ensure a proper error message if out-of-memory.Stefan Fritsch2012-12-251-3/+5
* Change HttpProtocol to again only allow to enable/disable 0.9Stefan Fritsch2012-12-222-59/+29
* 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