From cbe19e29c7037b2353aa29f9a5b84a586f05e1a2 Mon Sep 17 00:00:00 2001
From: Robert James Kaes <rjkaes@users.sourceforge.net>
Date: Tue, 11 Sep 2001 19:28:00 +0000
Subject: More changes. These all relate to the switch from stack memory to
 heap memory.

---
 ChangeLog | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index 0b51331..41f4298 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,18 @@
 2001-09-11  Robert James Kaes  <rjkaes@flarenet.com>
 
+	* src/utils.c (debugging_realloc): Added the debugging version of
+	realloc().
+
+	* src/thread.c (THREAD_STACK_SIZE): Changed a threads stack size
+	to 32KB from 128KB.
+
+	* src/reqs.c (process_method):
+	* src/reqs.c (pull_client_data):
+	* src/reqs.c (process_client_headers):
+	* src/reqs.c (process_server_headers):
+	* src/buffer.c (readbuff): Using heap allocated memory for the
+	buffer rather than stack memory.
+
 	* src/uri.c (explode_uri): Fixed a potential memory leak where the
 	regular expression structure might not be freed if there was an
 	error in the expression.
-- 
cgit v1.2.3