summaryrefslogtreecommitdiffstats
path: root/server/mpm (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* In event's process_lingering_close, close the socket and remove it Eric Covener2013-08-251-1/+1
* Fix "unused variable" warning.Rainer Jung2013-06-191-2/+1
* subpoolJim Jagielski2013-06-181-1/+3
* Fold in Eric Covener's socket callbackJim Jagielski2013-06-171-0/+113
* update log tagsStefan Fritsch2013-05-112-2/+2
* 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
* Remove some useless declarations that were shadowing other localStefan Fritsch2013-03-312-5/+3
* 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
* And now make aware... compile/build again :)Jim Jagielski2013-03-012-2/+2
* Move skiplist to coreJim Jagielski2013-03-012-671/+0
* 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
* resync w/ some event fixesJim Jagielski2013-02-201-11/+16
* typosJim Jagielski2013-02-191-3/+3
* ensure positiveJim Jagielski2013-02-191-0/+3
* Log a warning if ThreadStackSize has an inappropriate value.Christophe Jaillet2013-01-153-3/+21
* Check that AsyncRequestWorkerFactor is not negativeStefan Fritsch2012-12-251-0/+3
* cppCheck: same expression on both side of '|'.Christophe Jaillet2012-12-101-2/+2
* Fix peekJim Jagielski2012-11-301-2/+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
* fdq expects a certain behavior from atomics... ensure thatJim Jagielski2012-11-162-0/+24
* Fold in a missing optimization...Jim Jagielski2012-11-161-5/+23
* missed oneJim Jagielski2012-11-151-1/+1
* Update and syncJim Jagielski2012-11-151-0/+4
* Prefer higher-mode polling, but allow for drop down to defaultJim Jagielski2012-11-152-5/+40
* no longer neededJim Jagielski2012-11-143-3/+0
* Pull out the "extended" pod functions used by event and workerJim Jagielski2012-11-1412-559/+44
* Pull the event optimization MPM back into trunk. ThisJim Jagielski2012-11-0912-1/+4366
* cppCheck: kill two warnings about incorrect printf parameters.Christophe Jaillet2012-11-051-2/+2
* Fix usage of MOD_* variables for MPM modulesStefan Fritsch2012-10-076-1/+24
* Fix spelling mistakes.Graham Leggett2012-10-031-3/+3
* follow up to r1387633: use the right exit code depending on the error scenarioJeff Trawick2012-10-021-1/+2
* WinNT MPM logging:Jeff Trawick2012-09-241-7/+9
* * server/mpm/prefork/prefork.c (child_main): Don't log errors for anJoe Orton2012-09-191-2/+8
* use state query API instead of static counters to determine processingJeff Trawick2012-08-201-4/+4