summaryrefslogtreecommitdiffstats
path: root/server (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix "unused variable" warning.Rainer Jung2013-06-191-2/+1
* use a simple allocation list to enable re-use ofJim Jagielski2013-06-191-2/+63
* subpoolJim Jagielski2013-06-181-1/+3
* make opaqueJim Jagielski2013-06-181-0/+27
* Fold in Eric Covener's socket callbackJim Jagielski2013-06-172-0/+132
* update auto-generated codeStefan Fritsch2013-06-152-6/+6
* The new bison version now also includes the uppercased builddir in aStefan Fritsch2013-06-151-1/+3
* Update auto-generated sourceStefan Fritsch2013-06-152-348/+317
* Provide better token names for error messagesStefan Fritsch2013-06-151-47/+47
* PR55069 include line number in 'AH00113: cannot use a full URL in a 401 Error...Eric Covener2013-06-061-2/+2
* * server/protocol.c (r_flush): Use int return type as per declarationJoe Orton2013-05-291-2/+3
* Be more clever when allocating memory for log item to be escaped.Christophe Jaillet2013-05-221-2/+19
* Revert change in order to apply a better solution.Christophe Jaillet2013-05-221-15/+1
* Avoid over allocation when dealing with the common case. As stated in the com...Christophe Jaillet2013-05-151-6/+0
* core: Use the proper macro for HTTP/1.1.Graham Leggett2013-05-151-1/+1
* core: Stop ap_finalize_request_protocol() and ap_get_client_block() from sile...Graham Leggett2013-05-151-1/+19
* core: Stop the HTTP_IN filter from attempting to write error bucketsGraham Leggett2013-05-141-1/+1
* update log tagsStefan Fritsch2013-05-112-2/+2
* PR54948: wildcard name-based vhosts printed twice in apachectl -SEric Covener2013-05-111-3/+12
* core: Add the ability to do explicit matching on weak and strong ETagsGraham Leggett2013-05-061-6/+66
* simple MPM: Lift the restriction that prevents mod_ssl takingGraham Leggett2013-04-221-5/+14
* core, mod_ssl: Lift the restriction that prevents mod_ssl takingGraham Leggett2013-04-222-10/+28
* Add workaround for gcc bug on sparc/64bitStefan Fritsch2013-04-201-1/+6
* Turn a int into a apr_size_t for a variabe used to compute a string lengthChristophe Jaillet2013-04-151-1/+1
* Part two of r1467523Daniel Ruggeri2013-04-141-1/+1
* Static var not neccessary hereDaniel Ruggeri2013-04-131-1/+1
* Make the "default" parameter of the "ErrorDocument " option case insensitive.Christophe Jaillet2013-04-061-1/+1
* Use %pm available since apr 1.3 instead of an extra call to apr_strerrorStefan Fritsch2013-03-311-9/+6
* use ap_log_error's facility to print the apr error string instead ofStefan Fritsch2013-03-311-16/+13
* Remove some useless declarations that were shadowing other localStefan Fritsch2013-03-314-7/+4
* Be more clever when allocating memory for log item to be escaped.Christophe Jaillet2013-03-271-1/+15
* Useful extensions...Jim Jagielski2013-03-191-0/+57
* add md5 function, tooStefan Fritsch2013-03-181-0/+9
* simplify code by using ap_bin2hex()Stefan Fritsch2013-03-181-9/+3
* Expression parser: use hex encoding for the sha1 hash.Graham Leggett2013-03-181-7/+12
* Remove the comment, this is done.Graham Leggett2013-03-171-1/+0
* Expression parser: Add the ability to apply a SHA1 hash to strings withinGraham Leggett2013-03-171-0/+22
* Expression parser: Add the ability to base64 encode and base64 decodeGraham Leggett2013-03-171-0/+14
* I do DECLAREJim Jagielski2013-03-051-19/+19
* Remove useless tests.Christophe Jaillet2013-03-032-5/+5
* rv uninitialized -- the failing checks don't set rv, so don't pass it to ap_l...Eric Covener2013-03-031-1/+1
* 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