summaryrefslogtreecommitdiff
path: root/server/mpm/simple
Commit message (Expand)AuthorAgeFilesLines
* Make sources build with latest clang versionStefan Eissing2023-04-271-1/+1
* * Follow up to r1893497: Make use of ap_pre_connection in mpm_motorz and mpm_...Ruediger Pluem2021-09-211-2/+1
* * server/mpm/event/event.c, Joe Orton2021-05-171-6/+6
* - fixed a clang error when dividing sizeof(T1i[]) / sizeof(T2). Stefan Eissing2021-02-011-1/+1
* Fix spelling errors found by codespell. [skip ci]Mike Rumph2020-02-132-2/+2
* core: integrate data_in_{in,out}put_filter to ap_filter_{in,out}put_pending().Yann Ylavic2018-07-181-1/+1
* event, simple, motorz: better naming, error code checking and arrangementYann Ylavic2017-09-221-8/+6
* Ensure http2 follows http in the meaning ofWilliam A. Rowe Jr2016-04-271-1/+1
* Follow up to r1734656: restore c->data_in_input_filters usage toYann Ylavic2016-03-221-1/+1
* core: Extend support for setting aside data from the network input filterGraham Leggett2016-03-121-2/+2
* mpms: follow up to r1629925: more error reports.Yann Ylavic2016-03-011-1/+1
* making complete_connection addition compile, hopefully as intendedStefan Eissing2016-02-191-1/+2
* mpm: Add a complete_connection hook that confirms whether an MPM is allowedGraham Leggett2016-02-191-27/+5
* Added some more log numbers to log statements thatRainer Jung2016-01-191-1/+1
* core: Extend support for asynchronous write completion from theGraham Leggett2015-10-041-9/+26
* core: ensure that MPMs return an error on runtime failure and hence thatYann Ylavic2014-10-072-3/+3
* simple MPM: Lift the restriction that prevents mod_ssl takingGraham Leggett2013-04-221-5/+14
* Fix usage of MOD_* variables for MPM modulesStefan Fritsch2012-10-071-0/+4
* Add lots of unique tags to error log messagesStefan Fritsch2011-12-025-28/+28
* Remove MPM-private stuff from conn_state_tStefan Fritsch2011-11-192-30/+29
* Fix spellingPaul Querna2011-11-101-1/+1
* Add comment why the code is disabledStefan Fritsch2011-10-251-0/+1
* Comment out some incomplete code that does nothing but produce a compilerStefan Fritsch2011-10-191-0/+2
* Check the return value from ap_run_create_connection in mpm_event.Stefan Fritsch2011-10-091-0/+1
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-234-15/+15
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-231-1/+1
* mpm_common.c implements a handful of config directives; the Jeff Trawick2011-03-281-6/+1
* Remove unused header file from simple MPM.Rainer Jung2010-06-151-74/+0
* Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to takeStefan Fritsch2010-06-065-1/+9
* remove dead code related to the accept mutexJeff Trawick2009-11-211-5/+0
* Improve hack to "determine" if APR supports thread-safe pollsets by hiding theJeff Trawick2009-11-141-1/+1
* Change the configure-based MPM build mechanism to support buildingJeff Trawick2009-11-032-7/+4
* more configure-time support for dynamically loadable MPMs:Jeff Trawick2009-11-031-2/+2
* * server/mpm/simple/simple_run.cPaul Querna2009-06-281-0/+3
* Only remove sockets from the pollcb when they have events being polled for.Paul Querna2009-06-281-7/+9
* server/mpm/simple/simple_run.cPaul Querna2009-06-281-4/+8
* Move logic to decide if an MPM is supported, and whether the MPM is Jeff Trawick2009-04-172-2/+15
* main() can use ap_run_mpm() directly, so axe the old ap_mpm_run() functionJeff Trawick2009-04-052-3/+3
* clean up apr_time_from_msec() compatibility macrosJeff Trawick2009-04-011-4/+5
* mpm-query hook: distinguish between DECLINED and APR_ENOTIMPL so thatJeff Trawick2009-04-011-17/+6
* rename the new retained-data APIs to ap_retained_data_create()/ap_retained_da...Jeff Trawick2009-03-301-2/+2
* resurrect the old (pre-r757867) compiled-in MPM_NAME value, but via a hook fo...Jeff Trawick2009-03-251-0/+8
* The rewrite-args hook isn't available to MPM DSOs. Piggy-back on the Jeff Trawick2009-03-251-1/+1
* change the allocation path for the simple MPM's retained data, as a dynamicallyJeff Trawick2009-03-253-26/+30
* fix function names in trace messagesJeff Trawick2009-03-252-3/+3
* header file tweaks required for compilabilityJeff Trawick2009-03-253-3/+1
* Introduce a new set of APIs to allow MPMs to be proper modules insteadJeff Trawick2009-03-242-42/+9
* Add conn_rec::current_thread.Paul Querna2009-02-091-0/+4
* Clean up thread and process number defaultsRainer Jung2009-01-033-10/+13
* Include mpm_common.h in simple_run.c in orderRainer Jung2009-01-021-0/+1