diff options
author | Robert James Kaes <rjkaes@users.sourceforge.net> | 2002-05-29 20:57:25 +0000 |
---|---|---|
committer | Robert James Kaes <rjkaes@users.sourceforge.net> | 2002-05-29 20:57:25 +0000 |
commit | f3989e64cfa62cdb4f01f283896409a8ca22fedd (patch) | |
tree | 5486d1bfdc21ced58fa4f9dd492aed0bad3ae9d5 /ChangeLog | |
parent | e8de8a2e8e50e9020be38e9a32410f7e711b38ef (diff) | |
download | tinyproxy-f3989e64cfa62cdb4f01f283896409a8ca22fedd.tar.gz tinyproxy-f3989e64cfa62cdb4f01f283896409a8ca22fedd.zip |
Updated the ChangeLog for the 1.5.1pre3 release.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,5 +1,16 @@ 2002-05-29 Robert James Kaes <rjkaes@flarenet.com> + * src/heap.c (malloc_shared_memory): + Removed the MMAP_ANON and open("/dev/zero") since they are not + portable across a while enough spectrum of machines. Right now + tinyproxy is using a "classic" temporary file method of sharing + memory. This will likely be improved in the future. + + * src/child.c, src/stats.c: + Changed the tests on the return value from malloc_shared_memory() + to make tinyproxy more portable, since we can't be certain that + "if (!ret_value)" would actually detect a mmap() error. + * src/reqs.c (add_header_to_connection): Removed the "double_cgi" boolean, since tinyproxy now ignores all the headers after a "double CGI" situation has occurred. |