| Commit message (Expand) | Author | Age | Files | Lines |
* | Added a call to apr_bucket_alloc_destroy() to the clean_child_exit() code that | Bradley Nicholes | 2002-04-06 | 1 | -7/+8 |
* | Correct partitioning of filter handles between core and http, and | William A. Rowe Jr | 2002-04-05 | 2 | -5/+6 |
* | One for 2.0.34 - to fix the problem of utf-8 configuration files saved | William A. Rowe Jr | 2002-04-05 | 1 | -0/+23 |
* | quiet a bogus gcc warning that crops up with -O2 | Jeff Trawick | 2002-04-05 | 5 | -0/+5 |
* | implement FOREGROUND for perchild and beos MPMs too | Jeff Trawick | 2002-04-05 | 3 | -10/+14 |
* | worker MPM: add -DFOREGROUND option to use when you want | Jeff Trawick | 2002-04-05 | 1 | -3/+4 |
* | 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 |
* | Added support for Posix semaphore-based mutex locking (AcceptMutex posixsem). | Jim Jagielski | 2002-04-04 | 2 | -0/+12 |
* | Remove hardcoded paths from MPMs and move them to a more central | Sander Striker | 2002-04-04 | 9 | -16/+26 |
* | Fix a potential size mismatch (apr_off_t might be 64bits on some platforms). | Aaron Bannert | 2002-04-04 | 1 | -2/+2 |
* | worker MPM: | Jeff Trawick | 2002-04-03 | 1 | -33/+44 |
* | prefork MPM: add -DFOREGROUND option to use when you want | Jeff Trawick | 2002-04-03 | 1 | -4/+6 |
* | style change only | Jeff Trawick | 2002-04-03 | 1 | -8/+8 |
* | Allow worker MPM to build on systems without pthread_kill(). | Jeff Trawick | 2002-04-03 | 2 | -4/+15 |
* | Check for a NULL pointer in the case of the OS address space | Bradley Nicholes | 2002-04-02 | 1 | -4/+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 |
* | Replaced a hack for getting the address space with the real API | Bradley Nicholes | 2002-04-02 | 1 | -11/+10 |
* | Win32: Move apr_bucket_alloc() to a more reasonable location to fix memory leak. | Bill Stoddard | 2002-04-01 | 2 | -6/+5 |
* | Destroy the connection pool (and therefore run the cleanups) before destroying | Brian Havard | 2002-04-01 | 1 | -1/+1 |
* | Don't allow initialization to succeed if we can't get a socket | Jeff Trawick | 2002-04-01 | 1 | -7/+6 |
* | Migrate perchild to the new lock API, and clean up some of the logic | Ryan Bloom | 2002-04-01 | 4 | -412/+330 |
* | Make perchild work with the new bucket_allocation API. Also, allow | Ryan Bloom | 2002-04-01 | 2 | -18/+52 |
* | Get the Perchild MPM to compile and serve pages again. There are a lot | Ryan Bloom | 2002-04-01 | 4 | -80/+42 |
* | Handle CR/LF terminated lines from CGI scripts. | Brian Havard | 2002-03-31 | 1 | -1/+1 |
* | Fix for a bug that I introduced when eliminating the single-byte | Brian Pane | 2002-03-30 | 1 | -1/+1 |
* | PR: | Paul J. Reder | 2002-03-29 | 7 | -7/+0 |
* | The old, legacy (and unused) code in which the scoreboard was totally | Jim Jagielski | 2002-03-29 | 4 | -58/+3 |
* | BUCKET FREELISTS | Cliff Woolley | 2002-03-29 | 13 | -59/+100 |
* | Add a new parameter to the quick_handler hook to instruct | Bill Stoddard | 2002-03-27 | 2 | -38/+22 |
* | worker MPM: | Jeff Trawick | 2002-03-27 | 2 | -38/+54 |
* | 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 |
* | Integrate rbb's forward port of -k config into the -h(elp), and | William A. Rowe Jr | 2002-03-25 | 1 | -8/+10 |
* | Changed mod_cgi to not do single-byte reads to consume the | Brian Pane | 2002-03-24 | 1 | -0/+52 |
* | We have to return valid HTTP status codes from filters. This fixes two | Ryan Bloom | 2002-03-22 | 1 | -2/+6 |
* | Tag some pools | Bill Stoddard | 2002-03-22 | 1 | -0/+2 |
* | Tag some pools. | Bill Stoddard | 2002-03-22 | 1 | -0/+4 |
* | Err, that was a bit redundant. Eliminate the redundant test [and clean | William A. Rowe Jr | 2002-03-22 | 1 | -12/+10 |
* | document yet another worker MPM glitch | Jeff Trawick | 2002-03-22 | 1 | -0/+8 |
* | Port the -k config option to Apache 2.0. This allows users to reconfigure | Ryan Bloom | 2002-03-22 | 3 | -18/+50 |
* | remove some unnecessary, commented-out code; add a comment | Jeff Trawick | 2002-03-22 | 1 | -4/+5 |
* | Don't drop connections during graceful restart. Previously, worker | Jeff Trawick | 2002-03-21 | 3 | -5/+53 |
* | graceful shutdown (no dropped connections) requires that the listener | Jeff Trawick | 2002-03-21 | 1 | -26/+36 |
* | document a glitch that prevents complete graceful termination of the | Jeff Trawick | 2002-03-21 | 1 | -0/+8 |
* | make the comment for the call to apr_signal_thread() a little more | Jeff Trawick | 2002-03-21 | 1 | -1/+1 |
* | fix a comment | Jeff Trawick | 2002-03-21 | 1 | -1/+1 |