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