| Commit message (Expand) | Author | Age | Files | Lines |
* | This commit was manufactured by cvs2svn to create tagapache-doc-split-01 | (no author) | 2000-04-21 | 510 | -114846/+0 |
* | fix buglet in example | dgaudet | 2000-04-21 | 1 | -1/+3 |
* | Revamp the Win32 make environment. Makefiles have been removed and | Bill Stoddard | 2000-04-20 | 18 | -78/+734 |
* | OS/2: EXTRA_LDFLAGS is required when linking the table generation programs. | Brian Havard | 2000-04-20 | 1 | -2/+2 |
* | Add support for pool to log_error_core. Also add ap_log_perror to allow | Ryan Bloom | 2000-04-20 | 2 | -12/+37 |
* | Another required ap_canonical_error(). | Brian Havard | 2000-04-20 | 1 | -1/+1 |
* | Use ap_canonical_error() where appropriate. | Brian Havard | 2000-04-20 | 3 | -15/+19 |
* | OS/2: Clean up spmt_os2 mpm to get shutdowns working cleanly. | Brian Havard | 2000-04-20 | 1 | -57/+66 |
* | [EBCDIC] Port Paul Gilmartin's CRLF patch from 1.3. This replaces most | Jeff Trawick | 2000-04-20 | 5 | -23/+37 |
* | Win32: More winnt MPM cleanup. Moved code to queue acceptex completion | Bill Stoddard | 2000-04-19 | 1 | -80/+69 |
* | Provide prototypes for the provided strcasecmp & strncasecmp. | Brian Havard | 2000-04-19 | 1 | -0/+8 |
* | Propagate the 1.3 FAQ fixes over here.. | Ken Coar | 2000-04-18 | 3 | -21/+21 |
* | this is California. what to _you_ think the weather is? | Greg Stein | 2000-04-18 | 1 | -1/+13 |
* | More FAQs and answers from comp.infosystems.www.servers.unix. | Tony Finch | 2000-04-18 | 4 | -6/+125 |
* | Win32: Change message type to INFO | Bill Stoddard | 2000-04-18 | 1 | -2/+2 |
* | Watching for tornadoes tonite | Bill Stoddard | 2000-04-18 | 1 | -16/+11 |
* | Begin some long overdue clean-up fo winnt.c | Bill Stoddard | 2000-04-18 | 1 | -71/+62 |
* | Add logic to timeout CGI scripts properly. This requires that APR pipes | Ryan Bloom | 2000-04-18 | 2 | -5/+4 |
* | Add a pool to dupfile. There is no reason that when we duplicate a file, ... | Ryan Bloom | 2000-04-17 | 1 | -2/+2 |
* | Hey, wow! Some of the sky is blue! | Tony Finch | 2000-04-17 | 1 | -1/+3 |
* | linkwin20.diffs Resolves: | Bill Stoddard | 2000-04-17 | 13 | -54/+52 |
* | Updates Makefile.win | Bill Stoddard | 2000-04-17 | 1 | -69/+35 |
* | Update Apache on Windows documentation. Add new document | Bill Stoddard | 2000-04-17 | 2 | -292/+369 |
* | Add back in logic to put the ending container directive in the tree. This | Ryan Bloom | 2000-04-16 | 1 | -0/+7 |
* | Add some todos, remove some vague comments, remove items completed | Bill Stoddard | 2000-04-15 | 1 | -7/+6 |
* | Win32: First cut at getting mod_isapi working under 2.0 | Bill Stoddard | 2000-04-15 | 5 | -541/+573 |
* | Here's my first stab at getting mod_auth_digest working under 2.0 | Bill Stoddard | 2000-04-15 | 2 | -137/+49 |
* | Win32: | Bill Stoddard | 2000-04-15 | 2 | -26/+53 |
* | cleaned up a comment | Roy T. Fielding | 2000-04-15 | 1 | -2/+2 |
* | Somebody needs to check the labels on their medicine. | Roy T. Fielding | 2000-04-15 | 1 | -3/+1 |
* | shades of a bad global replace --- fixed comment | Roy T. Fielding | 2000-04-15 | 1 | -1/+1 |
* | Add buffered I/O back into APR's file I/O on unix. This code comes from | Ryan Bloom | 2000-04-14 | 1 | -6/+1 |
* | apr_config.h is a private include file, and shouldn't be used by any | Ryan Bloom | 2000-04-14 | 1 | -1/+0 |
* | Brians' mod_auth_digest patch | Bill Stoddard | 2000-04-14 | 1 | -1/+3 |
* | Allow for the possibility of receiving data regardless of the pipe | Bill Stoddard | 2000-04-14 | 1 | -28/+36 |
* | Win32: Protect another chunk of code unique to Windows NT with an | Bill Stoddard | 2000-04-14 | 1 | -8/+11 |
* | Change ap_context_t to ap_pool_t. This compiles, runs, and serves pages | Ryan Bloom | 2000-04-14 | 89 | -546/+546 |
* | Fix minor configuration & platform dependencies | Martin Kraemer | 2000-04-14 | 3 | -5/+14 |
* | more namespace cleanup | dgaudet | 2000-04-14 | 4 | -5/+6 |
* | Get mod_rewrite to compile with no warnings on OS/390 | Jeff Trawick | 2000-04-14 | 1 | -3/+3 |
* | Sunny outside today. | Ryan Bloom | 2000-04-13 | 1 | -1/+4 |
* | Alternately wet and sunny. | Tony Finch | 2000-04-13 | 1 | -1/+6 |
* | Add util_cfgtreee.c to the win32 build | Bill Stoddard | 2000-04-13 | 2 | -4/+20 |
* | On all the systems I could get hold of (Solaris, ReliantUNIX, BS2000, SINIX), | Martin Kraemer | 2000-04-13 | 1 | -2/+8 |
* | remove "fix lingering close" | Jeff Trawick | 2000-04-13 | 1 | -5/+2 |
* | Get lingering_close() working again. | Jeff Trawick | 2000-04-13 | 2 | -61/+80 |
* | Fix a small bug in ap_add_node. We need to set the child's parent pointer | Ryan Bloom | 2000-04-12 | 1 | -1/+2 |
* | First step to getting configuration modules working. This step creates | Ryan Bloom | 2000-04-12 | 4 | -1/+183 |
* | Some status update. | Bill Stoddard | 2000-04-12 | 1 | -4/+9 |
* | looks sunny out there | dgaudet | 2000-04-11 | 1 | -2/+2 |