| Commit message (Expand) | Author | Age | Files | Lines |
* | Bring 2.0 up to parity, a bit, with how much info we provide to | Jim Jagielski | 2002-03-20 | 6 | -2/+24 |
* | No sense in opening this event when it's already opened in the parent. | William A. Rowe Jr | 2002-03-20 | 1 | -1/+16 |
* | More process lifetime changes, and simplify some ambigious cruft. | William A. Rowe Jr | 2002-03-20 | 1 | -12/+16 |
* | Fix a few listener-related lifetime issues [they are created in the | William A. Rowe Jr | 2002-03-20 | 1 | -4/+4 |
* | The pre_mpm hook creates server-lifetime objects (or at least, for the | William A. Rowe Jr | 2002-03-20 | 7 | -7/+7 |
* | When restarting [always graceful on Win32], we don't repeat pre_mpm | William A. Rowe Jr | 2002-03-20 | 1 | -1/+6 |
* | Make the listener thread stop accepting new connections and exit | Jeff Trawick | 2002-03-20 | 3 | -83/+96 |
* | get the start thread to exit when we have reached termination but | Jeff Trawick | 2002-03-20 | 1 | -0/+12 |
* | be a little more specific in a thread-create error message | Jeff Trawick | 2002-03-19 | 1 | -1/+1 |
* | "apachectl stop" shouldn't send the gracefully-terminate char down | Jeff Trawick | 2002-03-19 | 1 | -1/+3 |
* | get rid of unnecessary code to track the number of worker threads | Jeff Trawick | 2002-03-19 | 1 | -13/+0 |
* | Fix a hang condition with graceful restart and prefork MPM | Jeff Trawick | 2002-03-18 | 1 | -7/+12 |
* | prefork and worker: | Jeff Trawick | 2002-03-18 | 2 | -0/+10 |
* | Simplify s/APR_OS_PROC_T_FMT/APR_PID_T_FMT/, apr_os_foo entities aren't | William A. Rowe Jr | 2002-03-16 | 2 | -2/+2 |
* | Axe unused variable | William A. Rowe Jr | 2002-03-15 | 1 | -2/+0 |
* | Update the mpms to call the new allocator/pools API | Sander Striker | 2002-03-15 | 4 | -4/+19 |
* | Added code to extract the current address space name so that each | Bradley Nicholes | 2002-03-14 | 1 | -3/+16 |
* | Some lingering debug cruft that isn't needed | William A. Rowe Jr | 2002-03-14 | 1 | -3/+0 |
* | Use fprintf to stderr over printf. Better yet - replace with the | William A. Rowe Jr | 2002-03-14 | 1 | -13/+13 |
* | My [sixth?] major revamp of service.c. Traded an event for a mutex | William A. Rowe Jr | 2002-03-14 | 3 | -233/+72 |
* | Cleanup the eventlogger code, and split it into its own source. | William A. Rowe Jr | 2002-03-14 | 2 | -0/+230 |
* | Now that we test ownership of the listeners in listen.c, -k "start" | William A. Rowe Jr | 2002-03-14 | 1 | -9/+29 |
* | The be-certain-we-own-the-socket patch to listen.c fails if we hang | William A. Rowe Jr | 2002-03-14 | 1 | -0/+1 |
* | Update our copyright for this year. | Roy T. Fielding | 2002-03-13 | 35 | -35/+35 |
* | simplify the way we find the family of an apr_sockaddr_t | Jeff Trawick | 2002-03-13 | 2 | -2/+2 |
* | As hinted on dev@httpd, change filter naming schemes to match our | Justin Erenkrantz | 2002-03-07 | 2 | -2/+2 |
* | failures on the accept mutex are common at restart time, so be smart | Jeff Trawick | 2002-03-05 | 1 | -2/+14 |
* | fix a typo in a log message... the message claimed that apr_proc_mutex_lock() | Jeff Trawick | 2002-03-05 | 1 | -1/+1 |
* | skip the lock release if the lock obtain failed | Jeff Trawick | 2002-03-05 | 1 | -0/+1 |
* | restart fixes for worker: | Jeff Trawick | 2002-02-24 | 1 | -14/+40 |
* | When firing up a new child process, wipe clean the set of worker_score records | Brian Havard | 2002-02-23 | 1 | -0/+1 |
* | Handle shift of restart_time into scoreboard. | Brian Havard | 2002-02-23 | 1 | -4/+1 |
* | Implement apr_proc_detach changes and allow -DNO_DETACH in the multi-process | Aaron Bannert | 2002-02-21 | 5 | -14/+19 |
* | Convert the ap_queue_foo routines to return apr_status_t as appropriate. | Jeff Trawick | 2002-02-21 | 3 | -46/+54 |
* | zap an incorrect comment | Jeff Trawick | 2002-02-21 | 1 | -1/+1 |
* | Some info messages mean something to only three people in this world, | William A. Rowe Jr | 2002-02-20 | 1 | -9/+9 |
* | Seems Terminal Server flavors were failing global_mutex_init, but it was | William A. Rowe Jr | 2002-02-20 | 1 | -10/+30 |
* | Win32: Migrate mpm_winnt away from the deprecated apr_lock API | Bill Stoddard | 2002-02-20 | 1 | -29/+30 |
* | close a nearly-impossible leak in dummy_connection (the copy of the | Jeff Trawick | 2002-02-18 | 1 | -0/+1 |
* | expand_lock_fname() is no longer used | Jeff Trawick | 2002-02-17 | 1 | -7/+0 |
* | Restored the permission setting for the accept mutex (which | Brian Pane | 2002-02-16 | 1 | -0/+14 |
* | Converted prefork MPM's accept mutex to the new lock API | Brian Pane | 2002-02-16 | 1 | -50/+24 |
* | Implement new ScoreBoardFile directive logic. This affects how we | Aaron Bannert | 2002-02-15 | 12 | -38/+0 |
* | Retain signal handling in the worker MPM for the one_process case | Aaron Bannert | 2002-02-14 | 1 | -20/+63 |
* | Create a new pool allocator for each worker thread | Bradley Nicholes | 2002-02-13 | 1 | -1/+2 |
* | Performance optimization: updated the worker MPM to recycle | Brian Pane | 2002-02-13 | 3 | -9/+46 |
* | The final commit to achieve a quality release. We cannot use CreateThread | William A. Rowe Jr | 2002-02-13 | 1 | -5/+5 |
* | After hours of debugging, the answer was -trivial-, but extremely | William A. Rowe Jr | 2002-02-12 | 1 | -32/+38 |
* | Perform a serious scrubbing of the child process, before we report that | William A. Rowe Jr | 2002-02-12 | 1 | -5/+23 |
* | Move the sleep until after we have duplicated the simple handles. We must | William A. Rowe Jr | 2002-02-12 | 1 | -10/+10 |