summaryrefslogtreecommitdiffstats
path: root/server (follow)
Commit message (Expand)AuthorAgeFilesLines
* Follow up to r1526666:Jeff Trawick2013-09-281-1/+5
* Fix the null device name on Windows so that stderr can be sentJeff Trawick2013-09-271-2/+9
* When adding APR_EOL_STR in the error log record before callingJeff Trawick2013-09-271-0/+1
* Error log providers need to be able to trigger a startup error from theirJeff Trawick2013-09-271-0/+4
* WinNT MPM: Exit the child if the parent process crashes or is terminated.Jeff Trawick2013-09-263-6/+23
* worker MPM: Don't forcibly kill worker threads if the child process isJeff Trawick2013-09-251-6/+10
* Suppress formatting of startup messages written to the console whenJeff Trawick2013-09-241-1/+1
* Add AP_ERRORLOG_PROVIDER_ADD_EOL_STR flag for ap_errorlog_provider, bump MMN.Jan Kaluža2013-09-241-5/+9
* allow the provider to decide whether or not APLOG_NOTICEJeff Trawick2013-09-231-18/+9
* Add ap_errorlog_provider to make ErrorLog logging modular. MoveJan Kaluža2013-09-232-109/+69
* name-based vhosts listed twice with apachectl -SEric Covener2013-09-201-1/+2
* draft-ietf-httpbis-p1-messaging-23 fixes regarding interactionsJim Jagielski2013-09-191-7/+29
* Update rationaleJim Jagielski2013-09-171-4/+6
* revert 1524161 for the time beingJim Jagielski2013-09-171-31/+5
* RFC2616 issueJim Jagielski2013-09-171-5/+31
* In 2.4, the MPM leaves a copy of the non-disconnected FD sitting inEric Covener2013-09-151-4/+5
* style consistency in winnt's worker_mainEric Covener2013-09-071-9/+6
* Mistakenly try to use a line comment to the end of your ListenJeff Trawick2013-09-051-1/+9
* avoid non-continous ranges in EBCDIC in the scanner, important characters lik...Eric Covener2013-09-021-4/+4
* In event's process_lingering_close, close the socket and remove it Eric Covener2013-08-251-1/+1
* 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