- Aug 01, 2003
-
-
Jeff Trawick authored
. just issued connect(), polling for writability to find out when connect() completed . already connected, waiting for data from the server so polling for readability by only polling for writability during the first state, we avoid some logic in test() which inappropriately writes multiple requests to the server btw, the most basic SSL test segfaulted before and after this commit git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100889 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100888 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 31, 2003
-
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100885 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
effect of Allow/Deny. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100878 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
fname. Get a rid of it. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100877 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100874 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 30, 2003
-
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100870 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100869 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Correct the declaration of the PFN_GETEXTENSIONVERSION type, which gcc was rejecting (for good reasons.) Submitted by: Eduardo Franco <eduardo.franco@pulso.com.br> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100865 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100863 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
- avoid unnecessary memory operations - parse non-regex patterns at configuration time, which - gives the ability to throw a useful warning, where [NC] is not supported - and speeds up processing at runtime - allow [NC] for simple comparison pattern (=) - improve readability git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100862 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
- map designations are now case insensitive (txt: rNd: PRG: INt:) - maps may be relative to serverroot, which appears to be _very_ helpful git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100860 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
It's a quite strange function. I think we can drop it at all. Opinions anywhere? git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100857 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 29, 2003
-
-
Astrid Kessler authored
Reviewed by: erikabele, nd git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100856 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
readable. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100855 13f79535-47bb-0310-9956-ffa450edef68
-
Astrid Kessler authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100854 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
for curly brackets, so there's no need to supply that every time again. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100853 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
Now bust the old function. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100851 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
than a hash (and the previous if-else chain, of course). This also reverts the wrong patch, committed in r1.151 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100850 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Standardize on example.com names, never bogus your-server.name style entries. Roy attacked this recently, but apparently there are some holdovers or reversions to this policy. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100847 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
(Broken as of 2.0.47 due to dependence on an APR bug which was fixed in 2.0.47.) PR: 21495 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100846 13f79535-47bb-0310-9956-ffa450edef68
-
Erik Abele authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100844 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
(Because people don't necessarily know all the methods that their server deals with, and because crummy cgi scripts may take "post" and treat it like "POST" or other similar bad behavior.) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100839 13f79535-47bb-0310-9956-ffa450edef68
-
Erik Abele authored
PR: 21964 Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100837 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
Use topbuilddir rather than topsrcdir to find config.nice. Submitted by: Justin Erenkrantz git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100835 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
the key contains a newline. PR: 14453 Submitted originally by: Cedric Gavage <cedric.gavage@unixtech.be> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100833 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
- make it compile time configurable, how long a response from a rewrite map prg may be. - avoid unnecessary memory operations git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100832 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 28, 2003
-
-
Andre Malo authored
- procattr_cmd_type_set was called twice. shoot one. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100831 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
function. This is the only place where they are needed. It is not necessary to add extra cycles for function calls here. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100830 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100829 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
- don't compute strlen more than one time - use ap_strchr instead of strchr git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100828 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
- shorten the code - improve efficiency and readability - get a rid of fixed buffers - use %pp format string for pointers git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100827 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
doesn't return that combination of conditions any more git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100826 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
mod_proxy_html. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100822 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
minor version upgrades easier. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100819 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100818 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100814 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
REWRITELOCK_MODE wasn't used anymore for ages. In the meantime it defined the mode of the rewritelog (sic!) file. So fix the misnaming and use constants for mode and open flags. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100813 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
Reviewed by: Mads Toftum, Erik Abele, Michael Schroepl git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100811 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
use sizeof where sizeof should be used. don't compute strlen again and again (use the supplied value from apr_strftime instead). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100810 13f79535-47bb-0310-9956-ffa450edef68
-