summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-271-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
* happy new yearRoy T. Fielding2009-01-061-1/+1
* bollocks, it's absolute crap to break the ABI structure alignment for featuresWilliam A. Rowe Jr2009-01-031-2/+0
* Roll on to 2.3.2-dev.Paul Querna2009-01-031-2/+2
* Prepare for tagging 2.3.1.Paul Querna2009-01-031-1/+1
* Add new struct element: name...Jim Jagielski2009-01-021-55/+57
* Transition mod_slotmem to ap_slotmem... just monkeyingJim Jagielski2009-01-011-0/+201
* Add support for escaping all non-ascii chars to ap_escape_html, and useNick Kew2008-12-312-1/+11
* Remove unused sb_type member from process_score structure andChris Darroch2008-12-122-3/+3
* * include/util_filter.h (ap_fputstrs): Mark with sentinel attributeJoe Orton2008-12-121-1/+5
* socache API tweaks based on chrisd's review:Joe Orton2008-12-121-4/+9
* * include/ap_socache.h: Use C++ safety wrappers, and rename ->deleteJoe Orton2008-12-091-2/+10
* * include/ap_socache.h: Define AP_SOCACHE_DEFAULT_PROVIDER as aJoe Orton2008-12-091-0/+3
* Reduce config overhead for use of socache interface by allowingJoe Orton2008-12-091-7/+12
* Roll on trunk to 2.3.1-dev.Paul Querna2008-12-071-2/+2