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