- Jul 18, 2002
-
-
William A. Rowe Jr authored
Clean up a number of messages, as proposed by David. Ignored the patch to remove .mak builds, since that eliminates VC5 users from building. Submitted by: David Shane Holden <dpejesh@yahoo.com> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96112 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
Submitted by: Craig Sebenik <craig@netapp.com> Reviewed by: Jeff Trawick git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96111 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Reorganize a bit for legibility. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96110 13f79535-47bb-0310-9956-ffa450edef68
-
Bill Stoddard authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96109 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 17, 2002
-
-
Jeff Trawick authored
(I guess the pool for an Apache socket will grow on every read/write operation that would block.) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96107 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96106 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Solve C-L post body reads from the HTTP_IN by ap_get_brigade() so that we know -immediately- that we've read the last of the data. This patch adds an EOS bucket to the brigade if ctx->remaining has been consumed. Reviewed by: Justin Erenkrantz git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96104 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
aren't popping out of apr_poll if there is data on the Unix Domain Socket. Once that is fixed, this MPM _should_ work again. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96103 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
through the old functions which are only still available for backwards compat. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96102 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
Submitted by: Shoichi Sakane <sakane@kame.net> Reviewed and modified slightly by: Jeff Trawick git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96100 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96099 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96098 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
fix some format strings used with apr_size_t and apr_ssize_t git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96097 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
in hex git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96094 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Last missing symbols that I can find. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96093 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
suck_in wasn't sucking hard enough. Fixed the header. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96092 13f79535-47bb-0310-9956-ffa450edef68
-
Cliff Woolley authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96090 13f79535-47bb-0310-9956-ffa450edef68
-
Cliff Woolley authored
* bubble_up and percolate_down do not need to do "swaps" -- they can just shift the existing items and reinsert the moving item once at the end * minchild() did not need that for loop -- a node can only ever have at most two children, and they are guaranteed to be adjacent git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96089 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 16, 2002
-
-
Cliff Woolley authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96088 13f79535-47bb-0310-9956-ffa450edef68
-
Cliff Woolley authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96086 13f79535-47bb-0310-9956-ffa450edef68
-
Justin Erenkrantz authored
Submitted by: Peter Poeml <poeml@suse.de> Reviewed by: Justin Erenkrantz git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96084 13f79535-47bb-0310-9956-ffa450edef68
-
Justin Erenkrantz authored
Submitted by: Peter Poeml <poeml@suse.de> Reviewed by: Justin Erenkrantz git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96083 13f79535-47bb-0310-9956-ffa450edef68
-
Brian Pane authored
setting of @APACHECTL_ULIMIT@ during configuration git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96081 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96079 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
manualpage and common. Submitted by: Vincent de Lau <vincent@delau.nl> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96076 13f79535-47bb-0310-9956-ffa450edef68
-
Brian Havard authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96075 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96074 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
instead of 10 as documented. Also fix an off-by-one-second error, which did not matter much (in comparison to the 1000x error ;-) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96073 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96072 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
replace it by a sensible (platform dependent?) value upon "make install". Until that is done, $ULIMIT_MAX_FILES is set to the empty string so that apachectl does not cause a subsequent error @APACHECTL_ULIMIT@: not found git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96071 13f79535-47bb-0310-9956-ffa450edef68
-
Aaron Bannert authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96070 13f79535-47bb-0310-9956-ffa450edef68
-
Aaron Bannert authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96069 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 15, 2002
-
-
Joshua Slive authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96067 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96065 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
Submitted by: Erik Abele <erik@codefaktor.de> Reviewed by: Patrik Grip-Jansson <patrikj@gnulix.org> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96064 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
Submitted by: "Thomas Sj�gren" <thomas@northernsecurity.net>, Joshua Slive git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96063 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
this and modulesynopsis.dtd into a common.dtd file. Submitted by: Astrid Kessler <kess@kess-net.de>, Joshua Slive git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96062 13f79535-47bb-0310-9956-ffa450edef68
-
Sander Striker authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96061 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
How isn't this built on Win32? Thanks Sander. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96060 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Fixed good. The modulos op should give us just that extra little bit we need to be sure we sleep for a good long fraction of the second into the next second. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96059 13f79535-47bb-0310-9956-ffa450edef68
-