summaryrefslogtreecommitdiffstats
path: root/server (follow)
Commit message (Expand)AuthorAgeFilesLines
* tweak syntax strings for ServerTokensJeff Trawick2013-08-151-3/+3
* follow-up to r813376:Jeff Trawick2013-08-151-8/+8
* follow up to r1513454: fill in missing log numberJeff Trawick2013-08-131-1/+1
* Add util_fcgi.h and associated definitions and supportJeff Trawick2013-08-132-1/+288
* Add ap_log_data(), ap_log_rdata(), etc. for logging buffers.Jeff Trawick2013-08-101-0/+135
* Add support for systemd socket activation to listener sockets.Paul Querna2013-08-061-32/+196
* add high trace level log messages for debugging buffering and write completionStefan Fritsch2013-08-041-3/+37
* * server/core.c (set_document_root): Improve error message forJoe Orton2013-07-241-1/+3
* Have static analyser tool happy.Christophe Jaillet2013-07-171-1/+1
* restore "core_output_filter: writing data to the network" messageEric Covener2013-07-091-0/+6
* Fix: (long should be *plenty*!)Jim Jagielski2013-07-021-1/+1
* Replace pre_htaccess hook with more flexible open_htaccess hookStefan Fritsch2013-07-022-18/+22
* * Make code C89 compatible againRuediger Pluem2013-06-271-4/+8
* factor out DEFAULT_HANDLER_NAMEEric Covener2013-06-261-7/+1
* avoid "mixed declarations and code"Jeff Trawick2013-06-251-1/+1
* *) core: merge AllowEncodedSlashes from the base configuration intoEric Covener2013-06-251-2/+10
* 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