- Oct 17, 1997
-
-
pcs authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79396 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 16, 1997
-
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79388 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79387 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79386 13f79535-47bb-0310-9956-ffa450edef68
-
Ken Coar authored
dictionary files this morning. Modified the template to include both the links to the dictionary and some missing "standard" directive attributes. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79385 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 15, 1997
-
-
Roy T. Fielding authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79384 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
passing CFLAGS, respectively) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79383 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79382 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79381 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79380 13f79535-47bb-0310-9956-ffa450edef68
-
Ken Coar authored
with *real* auth/auth activities by other modules. PR: 603 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79378 13f79535-47bb-0310-9956-ffa450edef68
-
Ken Coar authored
dictionary for the directive attributes (status, override, et cetera) - part of the directive-documentation-normalisation effort, and something I've wanted for a long time. Updated the mod_example page to use the links to the dictionary (as an example ;-). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79377 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79374 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79373 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
uninitialized read, and use-after-free errors. It can also be combined with debuggers like efence and Purify. By default nothing should change. This change introduces one change to the non-debugging code: - blok = new_block(0); + blok = new_block(POOL_HDR_BYTES); This is during make_sub_pool. Technically speaking, this fixes a bug; the bug was that make_sub_pool was assuming that BLOCK_MINALLOC > POOL_HDR_BYTES. Not an unreasonable assumption ... but the debugging code sets BLOCK_MINALLOC to 0. Reviewed by: Jim Jagielski, Rob Hartill, Martin Kraemer git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79372 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
Reviewed by: Jim Jagielski, Rob Hartill git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79371 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
pointers from the cleared pool. close(scoreboard_fd) was happening before the scoreboard was even opened. Reviewed by: Jim Jagielski, Rob Hartill git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79370 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 13, 1997
-
-
brian authored
Link to known_client_problems, add '.' to the end of sentences. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79369 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79367 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 12, 1997
-
-
Marc Slemko authored
success. PR: 1212 Obtained from: Submitted by: detlefenge@aol.com, Marc Slemko Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79366 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79365 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 10, 1997
-
-
pcs authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79363 13f79535-47bb-0310-9956-ffa450edef68
-
pcs authored
GET also restricts HEAD requests (see PR#1196). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79361 13f79535-47bb-0310-9956-ffa450edef68
-
pcs authored
many changes to the .MAK file. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79359 13f79535-47bb-0310-9956-ffa450edef68
-
pcs authored
be called Makefile.nt anymore I guess. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79358 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 09, 1997
-
-
brian authored
Damn the indent, we want this to work. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79357 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 08, 1997
-
-
dgaudet authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79356 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79354 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79353 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 07, 1997
-
-
brian authored
A few small semantic quibbles; all in all a fine document, Dean! git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79352 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79351 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
be my fault because I had to update it to the newer logging/formatting. But nobody has had a chance to fix it yet. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79350 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79349 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79348 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
to tell the trap what exitcode to use. Eliminate the need to use `pwd` which was causing big long ugly -I lines in the Makefiles. Instead we build variables INCLUDES_DEPTH0, INCLUDES_DEPTH1, INCLUDES_DEPTH2 which have the appropriate level of -Is. Add names to INCLUDES_AUTODEPTH and they'll be -Id to the right level. Remove the symlinking of os.h and os-inline.c. Instead $(OSDIR) is added to INCLUDES_AUTODEPTH. modules/proxy/Makefile replaced by modules/proxy/Makefile.tmpl, which has all the right substitutions done on it -- so that, for example, the proxy gets the right regex.h. To facilitate the previous, I had to touch a file modules/proxy/Makefile.libdir... which just means "the tmpl includes all the necessary Makefile recipies, just prepend Makefile.config to the front". i.e. Configure shouldn't generate all the targets like it does for modules/standard, and modules/extra. This is probably something that we'd want for all AddModules modules/foo/libfoo.a ... but I didn't feel like groking the awk fooness in Configure. modules/example/Makefile replaced by (essentially empty) modules/example/Makefile.tmpl. So that it has proper substitution done on it. Remove some last-built cruft that stuck around after some other patches. Change rm $(OBJS) to rm *.o to ensure we remove all cruft .o files. modules/Makefile now has Makefile.config prepended to it, so that, for example, RANLIB is set properly. Reviewed by: Jim Jagielski, Martin Kraemer git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79347 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79346 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
revamp. This adds the NameVirtualHost directive which explicitly indicates which ip:port pairs are to be used for name-vhosts. It strictly enforces these pools of name-vhosts, so that you can only make requests against the hosts in the pool associated with the ip:port connected to. It ignores the port portion of the Host: header, trusting the socket port instead. All vhost matching functions have been moved into http_vhost.[ch] to make things a little easier to understand. Reviewed by: Roy Fielding, Martin Kraemer git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79345 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79344 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79343 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
anything earlier than gcc 2.7.x. We don't need the support hassles. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79342 13f79535-47bb-0310-9956-ffa450edef68
-