| Commit message (Expand) | Author | Age | Files | Lines |
* | Save some bytes :) | Jim Jagielski | 2009-07-28 | 1 | -1/+5 |
* | Put the hm_slot_server_t in a common include. | Jean-Frederic Clere | 2009-07-28 | 1 | -0/+51 |
* | Fix mod_include potential segfault checking backref from unmatched regexp | Nick Kew | 2009-07-18 | 1 | -0/+1 |
* | fixed typo. | Guenter Knauf | 2009-07-05 | 1 | -1/+1 |
* | Fixed comment. Submitted by Arfrever Frehtes Taifersar Arahesis. | Guenter Knauf | 2009-06-27 | 1 | -1/+1 |
* | clarify ptr | Jim Jagielski | 2009-06-01 | 1 | -1/+1 |
* | Align doccos with code and clarify: grab tries to find a free | Jim Jagielski | 2009-06-01 | 1 | -6/+6 |
* | Fix docs and bump mmn minor | William A. Rowe Jr | 2009-05-15 | 2 | -2/+3 |
* | Revert the default resource abuse introduced in r104019, which can mask | William A. Rowe Jr | 2009-05-15 | 1 | -0/+13 |
* | dditional docco changes... No functional changes | Jim Jagielski | 2009-05-15 | 1 | -2/+2 |
* | comment change - no functional change | Jim Jagielski | 2009-05-15 | 1 | -8/+8 |
* | "officially" add grab/release to slotmem provider API | Jim Jagielski | 2009-05-15 | 1 | -0/+14 |
* | Another slotmem flag. This one determines if access | Jim Jagielski | 2009-05-15 | 1 | -0/+9 |
* | compile-time issues | Jim Jagielski | 2009-05-15 | 1 | -0/+5 |
* | Final ( :) ) step to transition which removes the ap_slotmem_foo | Jim Jagielski | 2009-05-15 | 1 | -115/+22 |
* | Make the piped_log structure opaque: | Joe Orton | 2009-05-15 | 1 | -25/+4 |
* | add API back from r774454 | Jim Jagielski | 2009-05-13 | 1 | -0/+17 |
* | ap_slotmem_mem no longer exists. We never provide the ptr to | Jim Jagielski | 2009-05-13 | 1 | -17/+0 |
* | If we have a mutex, we should use it whenever we create a | Jim Jagielski | 2009-05-12 | 1 | -0/+26 |
* | Security fix for CVE-2009-1195: fix Options handling such that | Joe Orton | 2009-05-08 | 1 | -4/+4 |
* | Move to an enum, instead of bitmaps... no functional | Jim Jagielski | 2009-05-05 | 1 | -3/+5 |
* | Add a parameter for slotmem_create for the persistancy of the slotmem area. | Jean-Frederic Clere | 2009-05-04 | 1 | -2/+6 |
* | Remove ap_slotmem_lock / ap_slotmem_unlock from the slotmem API. | Jean-Frederic Clere | 2009-05-04 | 1 | -30/+0 |
* | main() can use ap_run_mpm() directly, so axe the old ap_mpm_run() function | Jeff Trawick | 2009-04-05 | 2 | -9/+5 |
* | the only "retuned" in the entire server was, alas, not meant to be | Jeff Trawick | 2009-04-03 | 1 | -1/+1 |
* | document the key API considerations related to the changes for loadable MPMs,... | Jeff Trawick | 2009-04-02 | 1 | -2/+5 |
* | mpm-query hook: distinguish between DECLINED and APR_ENOTIMPL so that | Jeff Trawick | 2009-04-01 | 2 | -5/+12 |
* | rename the new retained-data APIs to ap_retained_data_create()/ap_retained_da... | Jeff Trawick | 2009-03-30 | 2 | -4/+4 |
* | the mpm_get_child_pid hook is unnecessary, as was the per-MPM MPM_CHILD_PID()... | Jeff Trawick | 2009-03-29 | 1 | -8/+2 |
* | If serf is available, compile in driving the serf event loop from inside the | Paul Querna | 2009-03-28 | 1 | -0/+1 |
* | change commentary to note MPM API changes: MPM_ macros to mpm_ hooks | Jeff Trawick | 2009-03-27 | 1 | -6/+6 |
* | fix typo in comment | Jeff Trawick | 2009-03-27 | 1 | -1/+1 |
* | axe unmaintained 1.3-era code to support AUX, SunOS, IRIX, Next, Tandem, MPE, | Jeff Trawick | 2009-03-27 | 2 | -10/+1 |
* | remove TPF support | Jeff Trawick | 2009-03-27 | 3 | -4/+2 |
* | remove OS/2 platform support | Jeff Trawick | 2009-03-26 | 1 | -17/+3 |
* | remove BeOS OS support | Jeff Trawick | 2009-03-26 | 1 | -3/+0 |
* | axe the unnecessary AP_MPM_HARD_LIMITS_FILE | Jeff Trawick | 2009-03-26 | 1 | -2/+0 |
* | remove leader, perchild, and threadpool MPMs (other than non-English bits in ... | Jeff Trawick | 2009-03-26 | 1 | -2/+2 |
* | no longer conditional; although some are now in mpm_unix.c | William A. Rowe Jr | 2009-03-25 | 1 | -52/+2 |
* | resurrect the old (pre-r757867) compiled-in MPM_NAME value, but via a hook fo... | Jeff Trawick | 2009-03-25 | 1 | -0/+3 |
* | dangling semis lead to warnings with Sun Studio | Jeff Trawick | 2009-03-25 | 1 | -5/+5 |
* | fix inconsistent defs of ap_mpm_note_child_killed() | Jeff Trawick | 2009-03-25 | 1 | -1/+1 |
* | Provide ap_set_retained_data()/ap_get_retained_data() for preservation | Jeff Trawick | 2009-03-25 | 3 | -1/+19 |
* | axe the remaining checks of AP_MPM_WANT_foo to see what code to generate | Jeff Trawick | 2009-03-24 | 2 | -9/+0 |
* | Introduce a new set of APIs to allow MPMs to be proper modules instead | Jeff Trawick | 2009-03-24 | 3 | -26/+62 |
* | Roll on to 2.3.2. | Paul Querna | 2009-03-23 | 1 | -1/+1 |
* | Add getter/setter functions to the slotmem API. Also, | Jim Jagielski | 2009-02-10 | 1 | -16/+55 |
* | Add conn_rec::current_thread. | Paul Querna | 2009-02-09 | 2 | -1/+13 |
* | Disabled DefaultType directive and removed ap_default_type() | Roy T. Fielding | 2009-01-30 | 4 | -34/+3 |
* | Reflect the unixd_setup_child() rename (r739151) in the MMN (mod_backdoor nee... | Jeff Trawick | 2009-01-30 | 1 | -1/+2 |