summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Re-commit Greg's 1.262 CHANGES commit on APACHE_2_0_22-branchAPACHE_2_0_22-branchCliff Woolley2001-07-291-0/+4
* This commit was manufactured by cvs2svn to create branch(no author)2001-07-281064-260862/+0
* Uh... whats with that -dev?William A. Rowe Jr2001-07-281-1/+1
* That's it for that version...William A. Rowe Jr2001-07-281-0/+14
* Minor quibble, <li> can and should be a balanced tagWilliam A. Rowe Jr2001-07-282-4/+4
* Final pedantic HTML 3.2/4.01 Transitional + XHTML 1.0 TransitionalWilliam A. Rowe Jr2001-07-283-20/+20
* More pendantic changes for HTML 3.2/4.01 Transitional compliance, andWilliam A. Rowe Jr2001-07-281-89/+87
* More pedantic changes to create HTML 3.2/4.01 Transitional andWilliam A. Rowe Jr2001-07-281-41/+36
* More obsessive changes to meet HTML 3.2, HTML 4.01 Transitional andWilliam A. Rowe Jr2001-07-283-57/+61
* Doc formatting fixesWilliam A. Rowe Jr2001-07-274-12/+12
* Proper doc styleWilliam A. Rowe Jr2001-07-272-5/+5
* Replace ap_send_fd invocation with bucket brigade calls. Send an eos downBill Stoddard2001-07-271-15/+18
* OS/2: Fix 'make install' handling of EXEs.Brian Havard2001-07-271-0/+1
* OS/2: set a decent size stack. Default is only 32k which runs out in someBrian Havard2001-07-271-1/+1
* Something useful. Update the server description string.William A. Rowe Jr2001-07-271-0/+74
* Hmmm... this is cmd (or command) ... not sh :)William A. Rowe Jr2001-07-261-17/+17
* Add some logic that gets us over the hump of a missing awk (copying theWilliam A. Rowe Jr2001-07-261-1/+17
* It's monsoon season in VA today...Cliff Woolley2001-07-261-2/+3
* Provide a Win32 batch file example cgiWilliam A. Rowe Jr2001-07-261-0/+26
* Bump mmn for 2.0.22-devCliff Woolley2001-07-261-1/+2
* Fix printf() warnings related to long->apr_off_t swapCliff Woolley2001-07-262-2/+2
* An itty-bitty hint about what's gone wrong :)William A. Rowe Jr2001-07-261-0/+16
* waitpid doesn't seem to be doing what it's supposed to, so in an attemptDavid Reid2001-07-261-6/+21
* Fix a segfault in threaded.c caused by passing uninitializedJeff Trawick2001-07-262-4/+14
* Update make file for win32William A. Rowe Jr2001-07-261-30/+250
* Something that needs looking at, all our long (unsigned long) bodyWilliam A. Rowe Jr2001-07-261-2/+2
* That's it. There are no further emits for signedness or size conversionWilliam A. Rowe Jr2001-07-261-6/+7
* Terniaries are broken under MSVC, they never did resolve how to resolveWilliam A. Rowe Jr2001-07-261-1/+1
* Flush the off_t compiler emits from mod_isapiWilliam A. Rowe Jr2001-07-261-26/+27
* This patch should address input buffering, requesting only as much fromWilliam A. Rowe Jr2001-07-261-1/+4
* Change the length of the content args to apr_off_t identifiers, and fixWilliam A. Rowe Jr2001-07-266-28/+29
* Include the fingerprint for my public key inCliff Woolley2001-07-261-0/+4
* Cliff's most sane advise :-)William A. Rowe Jr2001-07-253-12/+16
* Reviewing my own commit logs ... dang did this look silly.William A. Rowe Jr2001-07-251-1/+1
* Safe casts - we are assured that len_read is positive, but it must beWilliam A. Rowe Jr2001-07-251-3/+4
* Same fix for largefile support as core.cWilliam A. Rowe Jr2001-07-251-4/+11
* More signedness fixesWilliam A. Rowe Jr2001-07-251-3/+4
* This same patch is needed in mod_asis and others, I'm testing the watersWilliam A. Rowe Jr2001-07-252-7/+25
* Change over to apr_strfsize() for apr_off_t file size formatting.William A. Rowe Jr2001-07-255-66/+6
* Some cast magic for intentional float/int transformations, but I haveWilliam A. Rowe Jr2001-07-251-9/+11
* Some cast magic for intentional float/int transformations.William A. Rowe Jr2001-07-251-2/+2
* fix the "server seems busy" message so that it really logsJeff Trawick2001-07-251-1/+1
* fix some typos, add a commentJeff Trawick2001-07-251-3/+3
* PR:Cliff Woolley2001-07-251-1/+1
* Avoid uninitialized variable due to still disabled codeRalf S. Engelschall2001-07-251-1/+1
* Sorting things outChuck Murcko2001-07-251-9/+10
* OS/2: get canonical filename functions exported from the core.Brian Havard2001-07-252-2/+3
* Another of the long term issues cleared up. BeOS can now runDavid Reid2001-07-251-1/+7
* Add my PGP keyCliff Woolley2001-07-241-0/+23
* Reduce CPU consumption in conv_10 function, used to format "%d" by apr_*printfGreg Ames2001-07-243-3/+8