| Commit message (Expand) | Author | Age | Files | Lines |
* | Win32: Use atomic increment/decrement on counters touched by multiple threads. | Bill Stoddard | 2002-05-24 | 1 | -7/+7 |
* | As the prior commit message indicated, pass the accept thread a listen | William A. Rowe Jr | 2002-05-18 | 1 | -6/+7 |
* | Begin passing about apr types instead of odd local conventions. | William A. Rowe Jr | 2002-05-18 | 1 | -7/+10 |
* | stop using APLOG_NOERRNO in calls to ap_log_?error() | Jeff Trawick | 2002-05-17 | 3 | -25/+25 |
* | Win32: Shutdown the accept/listen threads a bit more gracefully. | Bill Stoddard | 2002-05-17 | 1 | -39/+52 |
* | Done | Bill Stoddard | 2002-05-02 | 1 | -1/+0 |
* | Win32: Fix bug in mpm_win32 which allowed multiple threads to access | Bill Stoddard | 2002-05-02 | 1 | -35/+89 |
* | Fix a bug in the mod_status display caused by some uninitialized fields. | Bill Stoddard | 2002-04-28 | 1 | -4/+12 |
* | my_generation is in the shared scoreboard now. | Bill Stoddard | 2002-04-27 | 1 | -7/+4 |
* | SOCKETs are HANDLEs, but they type mismatch. This fix has now been | William A. Rowe Jr | 2002-04-19 | 1 | -1/+1 |
* | Experimental patch that may mitigate (but not eliminate) the errors in | William A. Rowe Jr | 2002-04-17 | 1 | -7/+24 |
* | Introduced -E startup_logfile_name option to httpd to allow admins | William A. Rowe Jr | 2002-04-17 | 2 | -3/+9 |
* | The accept loop was sleeping way too long when we ran out of completion conte... | Bill Stoddard | 2002-04-10 | 1 | -4/+5 |
* | Ooops. Don't whack our ptrans pool. | Bill Stoddard | 2002-04-10 | 1 | -1/+0 |
* | Move the socket info initialization into the winnt_accept() loop (this more c... | Bill Stoddard | 2002-04-10 | 1 | -22/+32 |
* | Get rid of hungarian notation. No function change. | Bill Stoddard | 2002-04-10 | 1 | -49/+49 |
* | Uhmmm... notices only when we are running as a service [I hate strcmp.] | William A. Rowe Jr | 2002-04-05 | 1 | -1/+1 |
* | One emit is an error, not a notice. Neither have 'error codes'... | William A. Rowe Jr | 2002-04-05 | 1 | -2/+2 |
* | Another, potential race. Assure we are allowing worker threads to finish | William A. Rowe Jr | 2002-04-05 | 1 | -5/+5 |
* | Race condition one ... we were occasionally escaping all the way out to | William A. Rowe Jr | 2002-04-05 | 1 | -0/+7 |
* | Remove hardcoded paths from MPMs and move them to a more central | Sander Striker | 2002-04-04 | 1 | -1/+6 |
* | Win32: tweak some messages | Bill Stoddard | 2002-04-02 | 1 | -2/+2 |
* | Win32: Change startup/shutdown message class to NOTICE. These messages should... | Bill Stoddard | 2002-04-02 | 1 | -17/+17 |
* | Win32: Move apr_bucket_alloc() to a more reasonable location to fix memory leak. | Bill Stoddard | 2002-04-01 | 2 | -6/+5 |
* | BUCKET FREELISTS | Cliff Woolley | 2002-03-29 | 1 | -2/+7 |
* | Somewhere about server/main.c rev 1.54, we lost the stop|shutdown|uninstall | William A. Rowe Jr | 2002-03-26 | 1 | -17/+20 |
* | -i and -u were deprecated some time ago, they still work in 1.3, but | William A. Rowe Jr | 2002-03-25 | 1 | -10/+0 |
* | Tag some pools. | Bill Stoddard | 2002-03-22 | 1 | -0/+4 |
* | Port the -k config option to Apache 2.0. This allows users to reconfigure | Ryan Bloom | 2002-03-22 | 3 | -18/+50 |
* | 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 | 1 | -1/+1 |
* | When restarting [always graceful on Win32], we don't repeat pre_mpm | William A. Rowe Jr | 2002-03-20 | 1 | -1/+6 |
* | Axe unused variable | William A. Rowe Jr | 2002-03-15 | 1 | -2/+0 |
* | 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 | 8 | -8/+8 |
* | 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 |
* | 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 |
* | Never close the handle, if it is the StdError psuedohandle. | William A. Rowe Jr | 2002-02-11 | 1 | -1/+3 |