diff options
author | Yang Tse <yangsita@gmail.com> | 2009-11-23 16:48:31 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2009-11-23 16:48:31 +0000 |
commit | 405e18571e7ea924f435fe9a45e53e04c33ba624 (patch) | |
tree | 8a93523bce9f4e90a981fb635ffe00b4f4809809 /CHANGES | |
parent | 094afbeb56ef77236c3b22d411ae53f212e90a01 (diff) |
- David Byron modified Makefile.dist vc8 and vc9 targets in order to allow
finer granularity control when generating src and lib makefiles.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -14,6 +14,18 @@ Daniel Stenberg (23 Nov 2009) there was insufficient error-checking for the fclose() call which tricked curl to believe things were fine. +Yang Tse (23 Nov 2009) +- David Byron modified Makefile.dist vc8 and vc9 targets in order to allow + finer granularity control when generating src and lib makefiles. + +Yang Tse (22 Nov 2009) +- I modified configure to force removal of the curlbuild.h file included in + distribution tarballs for use by non-configure systems. As intended, this + would get overwriten when doing in-tree builds. But VPATH builds would end + having two curlbuild.h files, one in the source tree and another in the + build tree. With the modification I introduced 5 Nov 2009 this could become + an issue when running libcurl's test suite. + Daniel Stenberg (20 Nov 2009) - Constantine Sapuntzakis identified a write after close, as the sockets were closed by libcurl before the SSL lib were shutdown and they may write to its @@ -24,6 +36,10 @@ Daniel Stenberg (20 Nov 2009) same proxy with the tunnel option disabled would still wrongly re-use that previous connection and the outcome would only be badness. +Yang Tse (18 Nov 2009) +- I modified the memory tracking system to make it intolerant with zero sized + malloc(), calloc() and realloc() function calls. + Daniel Stenberg (17 Nov 2009) - Constantine Sapuntzakis provided another fix for the DNS cache that could end up with entries that wouldn't time-out: @@ -80,6 +96,10 @@ Kamil Dudka (12 Nov 2009) https://bugzilla.redhat.com/525496 https://bugzilla.redhat.com/527771 +Yang Tse (12 Nov 2009) +- I modified configure script to make the getaddrinfo function check also + verify if the function is thread safe. + Yang Tse (11 Nov 2009) - Marco Maggi reported that compilation failed when configured --with-gssapi and GNU GSS installed due to a missing mutual exclusion of header files in |