summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* It's a nit, but since I'm searching for "win32" it ought to be there :)William A. Rowe Jr2001-07-241-3/+3
* bandaid for segv in ssl_io_filter_OutputDoug MacEachern2001-07-241-1/+11
* zero the SSLStateMachine in case of early error, else SSLStateMachine_free segvsDoug MacEachern2001-07-241-0/+2
* Fix problem with the previous patch to handle HEAD requests. Now, theBill Stoddard2001-07-241-1/+21
* Fix problem reported by Taketo Kabe <kabe@sra-tohoku.co.jp>Bill Stoddard2001-07-242-2/+8
* Change the worker_function implementations to accept both parameters,William A. Rowe Jr2001-07-243-6/+6
* Document and future-proof the dependency between apr_read_type_e andCliff Woolley2001-07-241-3/+4
* The original answer was evil, return NULL if the file name has no path!William A. Rowe Jr2001-07-231-2/+1
* Some odd XXX fixups that are closed (or unneeded)William A. Rowe Jr2001-07-231-11/+3
* Downgrade non-stopper from XXX->###William A. Rowe Jr2001-07-231-1/+1
* More XXX replacementWilliam A. Rowe Jr2001-07-231-2/+2
* XXX is disallowed except as a to-do noteWilliam A. Rowe Jr2001-07-231-2/+2
* commit CHANGES file for patch to server/scoreboard.cGreg Ames2001-07-231-0/+5
* prevent seg faults in mod_status with ExtendedStatus enabled, afterGreg Ames2001-07-231-0/+1
* cvs up kept this in :(William A. Rowe Jr2001-07-231-6/+1
* Focusing my thoughtsWilliam A. Rowe Jr2001-07-231-29/+31
* Lots o' changes to re-review.William A. Rowe Jr2001-07-231-163/+206
* Fix a couple of compiler warnings, since these are macros, not functions.Victor J. Orlikowski2001-07-231-2/+2
* Some doc updates realted to ssi.Joshua Slive2001-07-234-17/+60
* The bucket should be created with the size of the data NOT including a nullCliff Woolley2001-07-231-1/+1
* tweak make_exports.awk so it works with nawk on SolarisJeff Trawick2001-07-231-1/+1
* fix a typo (duplicate return statement)Jeff Trawick2001-07-231-1/+0
* Fix a cosmetic problem with mod_include. Non-existant SSI varsRyan Bloom2001-07-232-1/+5
* Sander says:Brian Havard2001-07-211-8/+17
* APR now uses the correct gethostbyname_r when available, so this hasRyan Bloom2001-07-211-6/+1
* These two files aren't used anymore, so we can get rid of them now.Ryan Bloom2001-07-212-37/+0
* Improve the exports generating awk script. In the past, we hadRyan Bloom2001-07-213-23/+132
* Do we hear any objections?William A. Rowe Jr2001-07-201-1/+2
* Update for latest structure changes for 2.0.21William A. Rowe Jr2001-07-2022-76/+285
* Clean up unnecessary duplicate references to pcre (they fall out ofWilliam A. Rowe Jr2001-07-201-22/+25
* APR_FINFO_TYPE is all we really needed here.William A. Rowe Jr2001-07-201-4/+6
* A pool is a REQUIRED ARGUMENT, never optional (NULL).William A. Rowe Jr2001-07-201-3/+3
* Get ONE_PROCESS working again for beos.David Reid2001-07-201-24/+32
* If we've spent the effort of getting some connections, when we die with anDavid Reid2001-07-201-7/+11
* That's it. Adjust for our pcre transition, and the whole thing linksWilliam A. Rowe Jr2001-07-201-2/+2
* We want the ssl_expr evaluators, nowWilliam A. Rowe Jr2001-07-201-2/+0
* Hope I've got these generated bits right. Note bison is more commonWilliam A. Rowe Jr2001-07-201-0/+88
* Take care of folk's assert() undefined errors.William A. Rowe Jr2001-07-201-0/+2
* Bump after the tag.Ryan Bloom2001-07-192-1/+3
* Bumps for the release. The tag will be moved to this version.Ryan Bloom2001-07-192-2/+2
* A dash of portabilityWilliam A. Rowe Jr2001-07-191-1/+1
* Since mpm.h wraps unixd.h and scoreboard.h nicely, and win32 hasWilliam A. Rowe Jr2001-07-191-2/+1
* Uhmm... need to NOCRYPT away WinCrypt.hWilliam A. Rowe Jr2001-07-191-2/+2
* Update TODO listRalf S. Engelschall2001-07-191-4/+11
* Workaround till connection_hook details are resolvedWilliam A. Rowe Jr2001-07-192-1/+2
* A smart answer to users attempting the -s arg to ab.William A. Rowe Jr2001-07-191-3/+6
* Apply mod_ssl MEGA porting patch. This is a cleaned up version of theRalf S. Engelschall2001-07-1918-799/+1299
* Some small changes...David Reid2001-07-191-9/+20
* fix the type of parms to apr_send() and apr_recv()Jeff Trawick2001-07-191-4/+4
* Truncate the working set in ab by introducing a connection pool.William A. Rowe Jr2001-07-192-21/+33