diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-01-09 10:36:24 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-01-09 10:36:24 +0000 |
commit | 4a2ac166fa2761bf693424e0b2d66340af48c950 (patch) | |
tree | e87b197c91c53dca1c977a7fe76b7fffa359fa4c /CHANGES | |
parent | 5fab55383d74a4698f8c482e78ce12c533df893d (diff) |
7.10.3-pre4
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -7,6 +7,14 @@ Changelog +Daniel (9 Jan 2003) +- Updated lib/share.c quite a bit to match the design document at + http://curl.haxx.se/dev/sharing.txt a lot more. + + I'll try to update the document soonish. share.c is still not actually used + by libcurl, but the API is slowly getting there and we can start + implementing code that takes advantage of this system. + Daniel (8 Jan 2003) - Updated share stuff in curl/curl.h, including data types, structs and function prototypes. The corresponding files in lib/ were also modified |