summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Save some bytes :)Jim Jagielski2009-07-281-1/+5
* Put the hm_slot_server_t in a common include.Jean-Frederic Clere2009-07-281-0/+51
* Fix mod_include potential segfault checking backref from unmatched regexpNick Kew2009-07-181-0/+1
* fixed typo.Guenter Knauf2009-07-051-1/+1
* Fixed comment. Submitted by Arfrever Frehtes Taifersar Arahesis.Guenter Knauf2009-06-271-1/+1
* clarify ptrJim Jagielski2009-06-011-1/+1
* Align doccos with code and clarify: grab tries to find a freeJim Jagielski2009-06-011-6/+6
* Fix docs and bump mmn minorWilliam A. Rowe Jr2009-05-152-2/+3
* Revert the default resource abuse introduced in r104019, which can maskWilliam A. Rowe Jr2009-05-151-0/+13
* dditional docco changes... No functional changesJim Jagielski2009-05-151-2/+2
* comment change - no functional changeJim Jagielski2009-05-151-8/+8
* "officially" add grab/release to slotmem provider APIJim Jagielski2009-05-151-0/+14
* Another slotmem flag. This one determines if accessJim Jagielski2009-05-151-0/+9
* compile-time issuesJim Jagielski2009-05-151-0/+5
* Final ( :) ) step to transition which removes the ap_slotmem_fooJim Jagielski2009-05-151-115/+22
* Make the piped_log structure opaque:Joe Orton2009-05-151-25/+4
* add API back from r774454Jim Jagielski2009-05-131-0/+17
* ap_slotmem_mem no longer exists. We never provide the ptr toJim Jagielski2009-05-131-17/+0
* If we have a mutex, we should use it whenever we create aJim Jagielski2009-05-121-0/+26
* Security fix for CVE-2009-1195: fix Options handling such thatJoe Orton2009-05-081-4/+4
* Move to an enum, instead of bitmaps... no functionalJim Jagielski2009-05-051-3/+5
* Add a parameter for slotmem_create for the persistancy of the slotmem area.Jean-Frederic Clere2009-05-041-2/+6
* Remove ap_slotmem_lock / ap_slotmem_unlock from the slotmem API.Jean-Frederic Clere2009-05-041-30/+0
* main() can use ap_run_mpm() directly, so axe the old ap_mpm_run() functionJeff Trawick2009-04-052-9/+5
* the only "retuned" in the entire server was, alas, not meant to beJeff Trawick2009-04-031-1/+1
* document the key API considerations related to the changes for loadable MPMs,...Jeff Trawick2009-04-021-2/+5
* mpm-query hook: distinguish between DECLINED and APR_ENOTIMPL so thatJeff Trawick2009-04-012-5/+12
* rename the new retained-data APIs to ap_retained_data_create()/ap_retained_da...Jeff Trawick2009-03-302-4/+4
* the mpm_get_child_pid hook is unnecessary, as was the per-MPM MPM_CHILD_PID()...Jeff Trawick2009-03-291-8/+2
* If serf is available, compile in driving the serf event loop from inside thePaul Querna2009-03-281-0/+1
* change commentary to note MPM API changes: MPM_ macros to mpm_ hooksJeff Trawick2009-03-271-6/+6
* fix typo in commentJeff Trawick2009-03-271-1/+1
* axe unmaintained 1.3-era code to support AUX, SunOS, IRIX, Next, Tandem, MPE, Jeff Trawick2009-03-272-10/+1
* remove TPF supportJeff Trawick2009-03-273-4/+2
* remove OS/2 platform supportJeff Trawick2009-03-261-17/+3
* remove BeOS OS supportJeff Trawick2009-03-261-3/+0
* axe the unnecessary AP_MPM_HARD_LIMITS_FILEJeff Trawick2009-03-261-2/+0
* remove leader, perchild, and threadpool MPMs (other than non-English bits in ...Jeff Trawick2009-03-261-2/+2
* no longer conditional; although some are now in mpm_unix.cWilliam A. Rowe Jr2009-03-251-52/+2
* resurrect the old (pre-r757867) compiled-in MPM_NAME value, but via a hook fo...Jeff Trawick2009-03-251-0/+3
* dangling semis lead to warnings with Sun StudioJeff Trawick2009-03-251-5/+5
* fix inconsistent defs of ap_mpm_note_child_killed()Jeff Trawick2009-03-251-1/+1
* Provide ap_set_retained_data()/ap_get_retained_data() for preservationJeff Trawick2009-03-253-1/+19
* axe the remaining checks of AP_MPM_WANT_foo to see what code to generateJeff Trawick2009-03-242-9/+0
* Introduce a new set of APIs to allow MPMs to be proper modules insteadJeff Trawick2009-03-243-26/+62
* Roll on to 2.3.2.Paul Querna2009-03-231-1/+1
* Add getter/setter functions to the slotmem API. Also,Jim Jagielski2009-02-101-16/+55
* Add conn_rec::current_thread.Paul Querna2009-02-092-1/+13
* Disabled DefaultType directive and removed ap_default_type()Roy T. Fielding2009-01-304-34/+3
* Reflect the unixd_setup_child() rename (r739151) in the MMN (mod_backdoor nee...Jeff Trawick2009-01-301-1/+2