summaryrefslogtreecommitdiffstats
path: root/server (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* As long as we have skiplist, use it.Jim Jagielski2013-03-011-44/+42
* aboid NULL refsJim Jagielski2013-03-011-3/+4
* And now make aware... compile/build again :)Jim Jagielski2013-03-013-3/+3
* Move skiplist to coreJim Jagielski2013-03-013-106/+1
* syncJim Jagielski2013-03-011-6/+6
* 1st phase of moving into httpd "core"Jim Jagielski2013-03-013-318/+157
* streamline TZ checkJim Jagielski2013-03-011-3/+1
* sync w/ current event bug-fixesJim Jagielski2013-03-011-90/+172
* Avoid some memory allocation on error path in 'http2env' if TRACE1 logging is...Christophe Jaillet2013-03-011-6/+8
* resync w/ some event fixesJim Jagielski2013-02-201-11/+16
* typosJim Jagielski2013-02-191-3/+3
* ensure positiveJim Jagielski2013-02-191-0/+3
* 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