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