- Mar 15, 1998
-
-
dgaudet authored
SetEnvIfNoCase properly; and it used strcmp() to compare header names when it should use strcasecmp(). - Change the merging optimization so that it only considers the most recent setenvif for merging. This means that mod_setenvif will consider all directives in the order they appear in the config file. - Document that mod_setenvif considers directives in the order they appear, and give an example use. - Perform more comparisons at compile-time in order to speed up things at compile-time. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80546 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
signed char -> unsigned extension problems. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80544 13f79535-47bb-0310-9956-ffa450edef68
-
Marc Slemko authored
PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80543 13f79535-47bb-0310-9956-ffa450edef68
-
Marc Slemko authored
PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80542 13f79535-47bb-0310-9956-ffa450edef68
-
Marc Slemko authored
PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80541 13f79535-47bb-0310-9956-ffa450edef68
-
Doug MacEachern authored
PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80540 13f79535-47bb-0310-9956-ffa450edef68
-
Ken Coar authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80539 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 14, 1998
-
-
dgaudet authored
the compiler is stuck doing a bunch of byte -> int extensions. This way only one extension occurs. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80538 13f79535-47bb-0310-9956-ffa450edef68
-
Ben Laurie authored
PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80537 13f79535-47bb-0310-9956-ffa450edef68
-
Ben Laurie authored
PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80536 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80535 13f79535-47bb-0310-9956-ffa450edef68
-
rasmus authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80534 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80533 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80532 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
it was caused and not by using the cross-module call mime_find_ct from mod_proxy to mod_mime. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80531 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80530 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
faster. Note the necessary doubling of the backslashes... that's because of the change to substring_conf... git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80529 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80528 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
tweak os_escape_path and escape_path_segment remove some old code that was #if 0 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80527 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
times, but without the compile-time generated table. I still plan to do the compile-time generated table. I decided not to do it in ap_ since the table was really tied into functions in util.c. find_token() completely rewritten so that it doesn't chew up memory. Take out some dead code as well. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80525 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80524 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
code to use strchr(). I didn't bother touching mod_autoindex or mod_speling which both use ind (and rind). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80523 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80522 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
especially since it always allocates n+1 bytes of memory, even if I go back to its original definition. And on examination, all of our uses of pstrndup() are cases where we want a substring of another string, and we know the substring is of a certain length. So speed up pstrndup() by using memcpy(). (This small change was worth another 50% performance boost when I tested it on test-util-uri.) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80521 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
modules to overrule values and cut down on redef. warnings git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80520 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80519 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 13, 1998
-
-
dgaudet authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80518 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80517 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
Obtained from: Submitted by: Reviewed by: The comments say that mod_setenvif should be last... so let's move it last. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80516 13f79535-47bb-0310-9956-ffa450edef68
-
Marc Slemko authored
PR: 1946 Obtained from: Submitted by: Matthew Reimer <mreimer@vpop.net> Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80515 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
compatible change, 3rd party modules shouldn't get any warnings or anything due to it. But the advantage is that a bunch more data goes into read-only sections of memory and some systems can take advantage of that by not duplicating the page across a fork(). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80514 13f79535-47bb-0310-9956-ffa450edef68
-
Marc Slemko authored
the global one, 1.3 whines. PR: 1935 Obtained from: Submitted by: Randy Moore <ramoore@atlantech.net> Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80513 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80511 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
Submitted by: Ben Hyde Reviewed by: Ralf S. Engelschall git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80510 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
Submitted by: Ben Hyde git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80509 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
Now we support building modules as shared objects on all major platforms. Puhhh.... git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80508 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
(BTW: compares to the linker nightmare I had under AIX today the OSF1 platform is really a pleasure) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80507 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
which currently is global without need. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80506 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
confuses some Make variants) and slightly sort the objects file list for cosmetic issues. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80505 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80504 13f79535-47bb-0310-9956-ffa450edef68
-