diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-12-08 23:01:46 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-12-08 23:01:46 +0000 |
commit | 439990be88e674a95f1ecddb9dc8585fb068cd50 (patch) | |
tree | 9ca24a6c1d4b20adb1d3260eea8aa36923264396 /CHANGES | |
parent | 41d8186c7e1e1cc84fc7199a999a2d7d22cd3ae1 (diff) |
Travelling some 500km by train back and forth on the same day gives you time
to do things you don't otherwise do, but here's the summary of today's work...
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -7,6 +7,23 @@ Changelog +Daniel S (8 Dec 2007) +- Renamed all internal static functions that had Curl_ prefixes to no longer + have them. The Curl_ prefix is exclusively used for library internal global + symbols. Static functions can be named anything, except for using Curl_ or + curl_ prefixes. This is for consistency and for easier maintainance and + overview. + +- Cleaned up and reformatted the TODO document to look like the FAQ and + CONTRIBUTE, which makes nicer web pages + +- Added test cases 549 and 550 that test CURLOPT_PROXY_TRANSFER_MODE. + +- Added keywords on a bunch of test cases + +- Fixed an OOM problem in the curl code that would lead to fclose on a bad + handle and crash + Daniel S (5 Dec 2007) - Spacen Jasset reported a problem with doing POST (with data read with a callback) over a proxy when NTLM is used as auth with the proxy. The bug |