summaryrefslogtreecommitdiff
path: root/lib/ChangeLog
diff options
context:
space:
mode:
authorajs <ajs>2005-02-16 20:35:47 +0000
committerajs <ajs>2005-02-16 20:35:47 +0000
commit262feb1ad0838bb585955b6ada5acbe106dbc9bf (patch)
tree392f66d5d71bcfdd87e5db32e89325ed9ef06c44 /lib/ChangeLog
parent42218e71256cb86b5078c99c931030c7b0ce9bab (diff)
2005-02-16 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
* stream.h: Declare new function stream_read_try suitable for use with non-blocking file descriptors. Indicate that stream_read and stream_read_unblock are deprecated. * stream.c: (stream_read_try) New function for use with non-blocking I/O. (stream_recvmsg) Should return -1 if the stream is too small to contain the data.
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r--lib/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 0627d206..ac05baba 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,5 +1,15 @@
2005-02-16 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
+ * stream.h: Declare new function stream_read_try suitable for use
+ with non-blocking file descriptors. Indicate that stream_read
+ and stream_read_unblock are deprecated.
+ * stream.c: (stream_read_try) New function for use with non-blocking
+ I/O.
+ (stream_recvmsg) Should return -1 if the stream is too small to
+ contain the data.
+
+2005-02-16 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
+
* network.c: (set_nonblocking) Should check return code from
fcntl(F_GETFL).