| Commit message (Expand) | Author | Files | Lines |
2002-05-02 | Done | Bill Stoddard | 1 | -1/+0 |
2002-05-02 | Win32: Fix bug in mpm_win32 which allowed multiple threads to access | Bill Stoddard | 2 | -35/+92 |
2002-05-02 | Missed a closing tag. | Joshua Slive | 2 | -2/+2 |
2002-05-02 | Update the filter documentation to mention AddInput/OutputFilter and | Joshua Slive | 2 | -26/+44 |
2002-05-02 | Further cleanup of mod_mime docs: | Joshua Slive | 2 | -183/+189 |
2002-05-02 | Some cleanup, cross-referencing, and description additions for mod_mime. | Joshua Slive | 2 | -144/+161 |
2002-05-02 | Update transformations. | Joshua Slive | 6 | -47/+47 |
2002-05-02 | Be a little more specific about what Location matches against. | Joshua Slive | 1 | -4/+4 |
2002-05-02 | Bring tutorial page updates forward from 1.3, but preserve the "this may be | Joshua Slive | 1 | -6/+6 |
2002-05-02 | Performance fixes: | Brian Pane | 1 | -31/+54 |
2002-05-01 | Fix some minor formatting issues with ab. Part of this is | Paul J. Reder | 2 | -6/+10 |
2002-05-01 | Failed to mentionthe PR in the first pass. This just adds the PR number | Paul J. Reder | 1 | -1/+1 |
2002-05-01 | Fix a case where an invalid pass phrase is entered and an | Paul J. Reder | 2 | -1/+5 |
2002-05-01 | wait for worker threads to exit even in graceless termination | Jeff Trawick | 1 | -10/+8 |
2002-05-01 | Always build this experimental module (which has no library dependencies). | William A. Rowe Jr | 1 | -0/+3 |
2002-05-01 | Defer starting the listener until we have at least tried to start all the worker | Bill Stoddard | 1 | -6/+6 |
2002-05-01 | Update prior to bumping the tag | Sander Striker | 1 | -2/+2 |
2002-05-01 | Close sockets on worker MPM when doing a graceless restart. This should | Justin Erenkrantz | 2 | -0/+24 |
2002-05-01 | Eliminate some sprintf calls | Brian Pane | 1 | -2/+2 |
2002-05-01 | NetWare make files for building experimental module mod_cache and its | Bradley Nicholes | 4 | -0/+823 |
2002-04-30 | NetWare make files for building experimental modules mod_deflate, | Bradley Nicholes | 8 | -0/+1525 |
2002-04-30 | default_handler: move the code to handle unusual methods out of the middle | Greg Ames | 1 | -70/+70 |
2002-04-30 | Revert optimization from circa 2.0.34 that caused very long vhost id's | Cliff Woolley | 2 | -4/+11 |
2002-04-30 | Readjusting how the bucket alloc is done for each worker thread. Allocate | Bradley Nicholes | 1 | -10/+14 |
2002-04-30 | Fix the link to the description of the CoredumpDirectory | Jeff Trawick | 3 | -2/+5 |
2002-04-30 | note a desirable goal | Cliff Woolley | 1 | -0/+2 |
2002-04-30 | SHMCB should not have been using apr_rmm -- it was doing so incorrectly, | Cliff Woolley | 2 | -51/+8 |
2002-04-30 | - Sync with modssl 2.8.8-1.3.24 | Cliff Woolley | 3 | -6/+14 |
2002-04-30 | mod_cache doc update (note this is still very primitive) | Bill Stoddard | 1 | -12/+19 |
2002-04-30 | Enable mod_mem_cache to be configured to cache open file handle using new | Bill Stoddard | 1 | -23/+47 |
2002-04-30 | Remove APR_WANT_SIGNAL from apr_want.h because code must include | Roy T. Fielding | 1 | -11/+5 |
2002-04-30 | remove_entity should only work on complete cache_objects | Bill Stoddard | 1 | -1/+1 |
2002-04-29 | Please, Win32 hackers, review this doc!!! Talk about out of date and | William A. Rowe Jr | 1 | -87/+133 |
2002-04-29 | Worth noting, I guess | William A. Rowe Jr | 1 | -0/+4 |
2002-04-29 | Should correctly build mod_ext_filter, mod_deflate dependant upon zlib, | William A. Rowe Jr | 2 | -33/+95 |
2002-04-29 | Forget to update the error messages | Bill Stoddard | 1 | -4/+4 |
2002-04-29 | Name space protect mod_mem_cache config directives | Bill Stoddard | 1 | -4/+4 |
2002-04-29 | finish getting apxs to work with a binary build | Jeff Trawick | 1 | -1/+4 |
2002-04-29 | Fixing up the distribution and install section of the NetWare make files | Bradley Nicholes | 2 | -3/+6 |
2002-04-29 | Added some missing export to the proxy module | Bradley Nicholes | 1 | -0/+5 |
2002-04-29 | Demote to a minor bump for .36 - those affected by API changes should | William A. Rowe Jr | 1 | -3/+3 |
2002-04-29 | Attach a bugz number | William A. Rowe Jr | 1 | -1/+1 |
2002-04-29 | Update prior to bumping the tag | Sander Striker | 1 | -2/+2 |
2002-04-29 | Replaced a sprintf("%d") with itoa | Brian Pane | 1 | -1/+1 |
2002-04-29 | Short-circuit out of mod_userdir's translation handler faster on | Brian Pane | 1 | -5/+10 |
2002-04-29 | Updated ap_getword_white() to use the same coding style | Brian Pane | 1 | -17/+12 |
2002-04-29 | Updating my vote on the worker MPM | Brian Pane | 1 | -10/+4 |
2002-04-29 | Document this weekend's worker MPM changes | Brian Pane | 1 | -0/+3 |
2002-04-29 | Fix spelling/typo | Bill Stoddard | 1 | -1/+1 |
2002-04-29 | Removed some code from the mutex-protected block in ap_queue_pop(). | Brian Pane | 1 | -0/+2 |