- Oct 18, 1997
-
-
Ken Coar authored
tarbal: the sample access_log splitter. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79406 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 17, 1997
-
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79403 13f79535-47bb-0310-9956-ffa450edef68
-
Ben Laurie authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79402 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79401 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79399 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79397 13f79535-47bb-0310-9956-ffa450edef68
-
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
-