diff options
author | Robert James Kaes <rjkaes@users.sourceforge.net> | 2001-09-11 19:28:00 +0000 |
---|---|---|
committer | Robert James Kaes <rjkaes@users.sourceforge.net> | 2001-09-11 19:28:00 +0000 |
commit | cbe19e29c7037b2353aa29f9a5b84a586f05e1a2 (patch) | |
tree | e2dad4a37bf77a77729f0a10f73914fb7c8d13b7 /ChangeLog | |
parent | e2f10bc2ea6f2fdfeb23f0cbbac1d65ada1b9936 (diff) | |
download | tinyproxy-cbe19e29c7037b2353aa29f9a5b84a586f05e1a2.tar.gz tinyproxy-cbe19e29c7037b2353aa29f9a5b84a586f05e1a2.zip |
More changes. These all relate to the switch from stack memory to heap
memory.
Diffstat (limited to '')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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. |