- Jul 28, 2001
-
-
William A. Rowe Jr authored
Uh... whats with that -dev? git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89756 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
That's it for that version... git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89755 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Minor quibble, <li> can and should be a balanced tag git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89754 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Final pedantic HTML 3.2/4.01 Transitional + XHTML 1.0 Transitional compliance changes. Note I've left alone the <P> tags, since they are abused, misused, potentially unsalvageable and certainly more effort than I care to expend in my quest for brainless end of week keyboard exercise. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89753 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
More pendantic changes for HTML 3.2/4.01 Transitional compliance, and XHTML 1.0 legibility. One XHTML issue remains, <td nowrap>, which has an issue that "attribute minimization is not supported in XML". Since ?notables drops that thorny issue, I'm ignoring this for now. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89752 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
More pedantic changes to create HTML 3.2/4.01 Transitional and XHTML 1.0 Transitional - compliant output. Note that this model is forever broken, since <hr> and <img> tags within a <pre> block are, by definition, invalid. This is sort of mute since we need to start creating a table-based autoindex, mostly for utf-8 names that map in R-t-L order comixed with L-t-R formatting. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89751 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
More obsessive changes to meet HTML 3.2, HTML 4.01 Transitional and XHTML 1.0 Transitional git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89750 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 27, 2001
-
-
William A. Rowe Jr authored
Doc formatting fixes git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89749 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Proper doc style git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89748 13f79535-47bb-0310-9956-ffa450edef68
-
Bill Stoddard authored
the chain and let the brigade close the file descriptor when the network i/o is done. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89747 13f79535-47bb-0310-9956-ffa450edef68
-
Brian Havard authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89746 13f79535-47bb-0310-9956-ffa450edef68
-
Brian Havard authored
configurations. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89745 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Something useful. Update the server description string. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89744 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 26, 2001
-
-
William A. Rowe Jr authored
Hmmm... this is cmd (or command) ... not sh :) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89743 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Add some logic that gets us over the hump of a missing awk (copying the files with no editing whatsoever.) Also sets up the shebang for printenv.pl, and drops in the test-cgi.bat script. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89742 13f79535-47bb-0310-9956-ffa450edef68
-
Cliff Woolley authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89741 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Provide a Win32 batch file example cgi git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89740 13f79535-47bb-0310-9956-ffa450edef68
-
Cliff Woolley authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89739 13f79535-47bb-0310-9956-ffa450edef68
-
Cliff Woolley authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89738 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
An itty-bitty hint about what's gone wrong :) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89737 13f79535-47bb-0310-9956-ffa450edef68
-
David Reid authored
to allow the beos mpm to kill off it's workers and respawn them we'll now have them ask for a restart when exiting. This was suggested by Bruno G Albuquerque <bga@bug-br.org.br>. Submitted by: Bruno G Albuquerque <bga@bug-br.org.br> Reviewed by: David Reid <dreid@apache.org> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89736 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
apr_thread_t * to apr_thread_join(). Now we clear the array of apr_thread_t * initially so we can track which threads we actually created. Other changes: don't clobber storage by passing bogus array entry as 1st parameter to apr_thread_create() to create the start_threads() thread join up with the start_threads() thread at termination so that it is cleaned up and so that no worker threads are still being created git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89735 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Update make file for win32 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89733 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Something that needs looking at, all our long (unsigned long) body lengths need to become apr_off_t. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89732 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
That's it. There are no further emits for signedness or size conversion in MSVC 5.x. Enough for 2.0.22, I'll revisit under -w4 (msvc's -wall) and attack the other modules in 2.0.23-dev. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89731 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Terniaries are broken under MSVC, they never did resolve how to resolve the type of an obvious conversion like this one. Even casting the const to an apr_port_t doesn't solve it. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89730 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Flush the off_t compiler emits from mod_isapi git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89729 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
This patch should address input buffering, requesting only as much from the client as the ap_get_client_block() buffer is prepared to accept. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89728 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Change the length of the content args to apr_off_t identifiers, and fix mod_negotation to treat a size of -1 and indeterminate, instead of 0. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89727 13f79535-47bb-0310-9956-ffa450edef68
-
Cliff Woolley authored
addition to the key itself as suggested by Dw git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89720 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 25, 2001
-
-
William A. Rowe Jr authored
Cliff's most sane advise :-) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89719 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Reviewing my own commit logs ... dang did this look silly. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89718 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Safe casts - we are assured that len_read is positive, but it must be stored as an int to initially check the ap_get_client_block() result. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89717 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Same fix for largefile support as core.c git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89716 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
More signedness fixes git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89715 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
This same patch is needed in mod_asis and others, I'm testing the waters for this solution. I'm easily convinced to choose AP_MAX_SENDFILE based on any reasonable argument, provided it's smaller than 2^30 :-) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89714 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Change over to apr_strfsize() for apr_off_t file size formatting. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89713 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Some cast magic for intentional float/int transformations, but I have no idea what exactly this computation was trying to accomplish... req_time = (long)(((ws_record.stop_time - ws_record.start_time) * 1000) + ((ws_record.stop_time - ws_record.start_time) / 1000)); git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89712 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Some cast magic for intentional float/int transformations. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89711 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
the number of children we're about to spawn git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89710 13f79535-47bb-0310-9956-ffa450edef68
-