summaryrefslogtreecommitdiffstats
path: root/docs (unfollow)
Commit message (Expand)AuthorFilesLines
2000-04-24handle error messages during building and processing of the configuration.Greg Stein3-58/+91
2000-04-24Change strncasecmp() definition to match Bill's prototype. Fixes compileBrian Havard1-1/+1
2000-04-24Add `IndexOptions +VersionSort', to nicely sort filenamesdgaudet3-8/+48
2000-04-23First cut at a file handle cache. It serves on Windows and should work onBill Stoddard5-0/+673
2000-04-23Fix some problems on systems where EAGAIN != EWOULDBLOCK (e.g., OS/390).Jeff Trawick3-3/+3
2000-04-23ap_open(..,APR_OS_DEFAULT,..) uses perms 0666 instead of 0777 onJeff Trawick1-7/+2
2000-04-23Finished move of ap_md5 routines to apr_md5. Removed ap_md5.h.Roy T. Fielding5-21/+19
2000-04-23ding, dong, ServerType is deadTony Finch1-2/+1
2000-04-23Parse the config tree, instead of the config file. This is a first step thereRyan Bloom4-128/+102
2000-04-22Add ApacheModAuthDigest to apache.dsw. Get rid of compile warnings.Bill Stoddard5-19/+43
2000-04-22Server Type is not recognized by any of the current MPMs. I am removing itRyan Bloom1-6/+0
2000-04-22Win32: Get mod_auth_digest compiling and added to the WindowsBill Stoddard4-2/+103
2000-04-21Remove mod_digest. Its being replaced by mod_auth_digestBill Stoddard2-23/+1
2000-04-21Eliminate compile warning on WindowsBill Stoddard1-1/+1
2000-04-21Win32: Update docs to reflect new build environment.Bill Stoddard1-41/+75
2000-04-21fix buglet in exampledgaudet1-1/+3
2000-04-20Revamp the Win32 make environment. Makefiles have been removed andBill Stoddard18-78/+734
2000-04-20OS/2: EXTRA_LDFLAGS is required when linking the table generation programs.Brian Havard1-2/+2
2000-04-20Add support for pool to log_error_core. Also add ap_log_perror to allowRyan Bloom2-12/+37
2000-04-20Another required ap_canonical_error().Brian Havard1-1/+1
2000-04-20Use ap_canonical_error() where appropriate.Brian Havard3-15/+19
2000-04-20OS/2: Clean up spmt_os2 mpm to get shutdowns working cleanly.Brian Havard1-57/+66
2000-04-20[EBCDIC] Port Paul Gilmartin's CRLF patch from 1.3. This replaces mostJeff Trawick5-23/+37
2000-04-20Win32: More winnt MPM cleanup. Moved code to queue acceptex completionBill Stoddard1-80/+69
2000-04-19Provide prototypes for the provided strcasecmp & strncasecmp.Brian Havard1-0/+8
2000-04-18 Propagate the 1.3 FAQ fixes over here..Ken Coar3-21/+21
2000-04-18this is California. what to _you_ think the weather is?Greg Stein1-1/+13
2000-04-18More FAQs and answers from comp.infosystems.www.servers.unix.Tony Finch4-6/+125
2000-04-18Win32: Change message type to INFOBill Stoddard1-2/+2
2000-04-18Watching for tornadoes toniteBill Stoddard1-16/+11
2000-04-18Begin some long overdue clean-up fo winnt.cBill Stoddard1-71/+62
2000-04-18Add logic to timeout CGI scripts properly. This requires that APR pipesRyan Bloom2-5/+4
2000-04-17Add a pool to dupfile. There is no reason that when we duplicate a file, ...Ryan Bloom1-2/+2
2000-04-17Hey, wow! Some of the sky is blue!Tony Finch1-1/+3
2000-04-17linkwin20.diffs Resolves:Bill Stoddard13-54/+52
2000-04-17Updates Makefile.winBill Stoddard1-69/+35
2000-04-17Update Apache on Windows documentation. Add new documentBill Stoddard2-292/+369
2000-04-17Add back in logic to put the ending container directive in the tree. ThisRyan Bloom1-0/+7
2000-04-15Add some todos, remove some vague comments, remove items completedBill Stoddard1-7/+6
2000-04-15Win32: First cut at getting mod_isapi working under 2.0Bill Stoddard5-541/+573
2000-04-15Here's my first stab at getting mod_auth_digest working under 2.0Bill Stoddard2-137/+49
2000-04-15Win32:Bill Stoddard2-26/+53
2000-04-15cleaned up a commentRoy T. Fielding1-2/+2
2000-04-15Somebody needs to check the labels on their medicine.Roy T. Fielding1-3/+1
2000-04-15shades of a bad global replace --- fixed commentRoy T. Fielding1-1/+1
2000-04-15Add buffered I/O back into APR's file I/O on unix. This code comes fromRyan Bloom1-6/+1
2000-04-14apr_config.h is a private include file, and shouldn't be used by anyRyan Bloom1-1/+0
2000-04-14Brians' mod_auth_digest patchBill Stoddard1-1/+3
2000-04-14Allow for the possibility of receiving data regardless of the pipeBill Stoddard1-28/+36
2000-04-14Win32: Protect another chunk of code unique to Windows NT with anBill Stoddard1-8/+11