aboutsummaryrefslogtreecommitdiffstats
path: root/util/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'util/ChangeLog')
-rw-r--r--util/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/util/ChangeLog b/util/ChangeLog
index 45ac5abf1..c693e3857 100644
--- a/util/ChangeLog
+++ b/util/ChangeLog
@@ -1,3 +1,18 @@
+2001-03-07 Werner Koch <[email protected]>
+
+ * iobuf.c: Made the old stdio file handling cpp conditional
+ controlled by FILE_FILTER_USES_STDIO and added a new
+ open/read/close based one. We don't need the stdio buffering
+ becuase we are doing our own buffering anyway. And it is a
+ prerequesite to allow the use of ReadFile et al for W32 which in
+ turn is needed to make the http stuff work there. The new W32
+ stuff has also been implemented. Minor changes to all open functions.
+ (direct_open): New.
+ (file_filter): Core of the new read/write handling.
+ (iobuf_get_filelength): Use W32 API function here. But it is
+ currently limited to 2GB files.
+ (iobuf_seek): Ditto.
+
2001-03-01 Werner Koch <[email protected]>
* errors.c (g10_errstr): New codes UNU_SECKEY and UNU_PUBKEY.