| Commit message (Expand) | Author | Age | Files | Lines |
* | It's a nit, but since I'm searching for "win32" it ought to be there :) | William A. Rowe Jr | 2001-07-24 | 1 | -3/+3 |
* | bandaid for segv in ssl_io_filter_Output | Doug MacEachern | 2001-07-24 | 1 | -1/+11 |
* | zero the SSLStateMachine in case of early error, else SSLStateMachine_free segvs | Doug MacEachern | 2001-07-24 | 1 | -0/+2 |
* | Fix problem with the previous patch to handle HEAD requests. Now, the | Bill Stoddard | 2001-07-24 | 1 | -1/+21 |
* | Fix problem reported by Taketo Kabe <kabe@sra-tohoku.co.jp> | Bill Stoddard | 2001-07-24 | 2 | -2/+8 |
* | Change the worker_function implementations to accept both parameters, | William A. Rowe Jr | 2001-07-24 | 3 | -6/+6 |
* | Document and future-proof the dependency between apr_read_type_e and | Cliff Woolley | 2001-07-24 | 1 | -3/+4 |
* | The original answer was evil, return NULL if the file name has no path! | William A. Rowe Jr | 2001-07-23 | 1 | -2/+1 |
* | Some odd XXX fixups that are closed (or unneeded) | William A. Rowe Jr | 2001-07-23 | 1 | -11/+3 |
* | Downgrade non-stopper from XXX->### | William A. Rowe Jr | 2001-07-23 | 1 | -1/+1 |
* | More XXX replacement | William A. Rowe Jr | 2001-07-23 | 1 | -2/+2 |
* | XXX is disallowed except as a to-do note | William A. Rowe Jr | 2001-07-23 | 1 | -2/+2 |
* | commit CHANGES file for patch to server/scoreboard.c | Greg Ames | 2001-07-23 | 1 | -0/+5 |
* | prevent seg faults in mod_status with ExtendedStatus enabled, after | Greg Ames | 2001-07-23 | 1 | -0/+1 |
* | cvs up kept this in :( | William A. Rowe Jr | 2001-07-23 | 1 | -6/+1 |
* | Focusing my thoughts | William A. Rowe Jr | 2001-07-23 | 1 | -29/+31 |
* | Lots o' changes to re-review. | William A. Rowe Jr | 2001-07-23 | 1 | -163/+206 |
* | Fix a couple of compiler warnings, since these are macros, not functions. | Victor J. Orlikowski | 2001-07-23 | 1 | -2/+2 |
* | Some doc updates realted to ssi. | Joshua Slive | 2001-07-23 | 4 | -17/+60 |
* | The bucket should be created with the size of the data NOT including a null | Cliff Woolley | 2001-07-23 | 1 | -1/+1 |
* | tweak make_exports.awk so it works with nawk on Solaris | Jeff Trawick | 2001-07-23 | 1 | -1/+1 |
* | fix a typo (duplicate return statement) | Jeff Trawick | 2001-07-23 | 1 | -1/+0 |
* | Fix a cosmetic problem with mod_include. Non-existant SSI vars | Ryan Bloom | 2001-07-23 | 2 | -1/+5 |
* | Sander says: | Brian Havard | 2001-07-21 | 1 | -8/+17 |
* | APR now uses the correct gethostbyname_r when available, so this has | Ryan Bloom | 2001-07-21 | 1 | -6/+1 |
* | These two files aren't used anymore, so we can get rid of them now. | Ryan Bloom | 2001-07-21 | 2 | -37/+0 |
* | Improve the exports generating awk script. In the past, we had | Ryan Bloom | 2001-07-21 | 3 | -23/+132 |
* | Do we hear any objections? | William A. Rowe Jr | 2001-07-20 | 1 | -1/+2 |
* | Update for latest structure changes for 2.0.21 | William A. Rowe Jr | 2001-07-20 | 22 | -76/+285 |
* | Clean up unnecessary duplicate references to pcre (they fall out of | William A. Rowe Jr | 2001-07-20 | 1 | -22/+25 |
* | APR_FINFO_TYPE is all we really needed here. | William A. Rowe Jr | 2001-07-20 | 1 | -4/+6 |
* | A pool is a REQUIRED ARGUMENT, never optional (NULL). | William A. Rowe Jr | 2001-07-20 | 1 | -3/+3 |
* | Get ONE_PROCESS working again for beos. | David Reid | 2001-07-20 | 1 | -24/+32 |
* | If we've spent the effort of getting some connections, when we die with an | David Reid | 2001-07-20 | 1 | -7/+11 |
* | That's it. Adjust for our pcre transition, and the whole thing links | William A. Rowe Jr | 2001-07-20 | 1 | -2/+2 |
* | We want the ssl_expr evaluators, now | William A. Rowe Jr | 2001-07-20 | 1 | -2/+0 |
* | Hope I've got these generated bits right. Note bison is more common | William A. Rowe Jr | 2001-07-20 | 1 | -0/+88 |
* | Take care of folk's assert() undefined errors. | William A. Rowe Jr | 2001-07-20 | 1 | -0/+2 |
* | Bump after the tag. | Ryan Bloom | 2001-07-19 | 2 | -1/+3 |
* | Bumps for the release. The tag will be moved to this version. | Ryan Bloom | 2001-07-19 | 2 | -2/+2 |
* | A dash of portability | William A. Rowe Jr | 2001-07-19 | 1 | -1/+1 |
* | Since mpm.h wraps unixd.h and scoreboard.h nicely, and win32 has | William A. Rowe Jr | 2001-07-19 | 1 | -2/+1 |
* | Uhmm... need to NOCRYPT away WinCrypt.h | William A. Rowe Jr | 2001-07-19 | 1 | -2/+2 |
* | Update TODO list | Ralf S. Engelschall | 2001-07-19 | 1 | -4/+11 |
* | Workaround till connection_hook details are resolved | William A. Rowe Jr | 2001-07-19 | 2 | -1/+2 |
* | A smart answer to users attempting the -s arg to ab. | William A. Rowe Jr | 2001-07-19 | 1 | -3/+6 |
* | Apply mod_ssl MEGA porting patch. This is a cleaned up version of the | Ralf S. Engelschall | 2001-07-19 | 18 | -799/+1299 |
* | Some small changes... | David Reid | 2001-07-19 | 1 | -9/+20 |
* | fix the type of parms to apr_send() and apr_recv() | Jeff Trawick | 2001-07-19 | 1 | -4/+4 |
* | Truncate the working set in ab by introducing a connection pool. | William A. Rowe Jr | 2001-07-19 | 2 | -21/+33 |