diff options
author | Roland McGrath <roland@gnu.org> | 2001-12-30 00:59:17 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2001-12-30 00:59:17 +0000 |
commit | 978f8b7dd7dc68fce2adf019c13850d7d2e93ff8 (patch) | |
tree | 546f043ce6315b171c5ab5d97766fc7d881d7db0 | |
parent | a6c81e7db4148a965d7dc2d166d8c6e69d65a8c7 (diff) |
.
-rw-r--r-- | libstore/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libstore/ChangeLog b/libstore/ChangeLog index 3d119580..3babb175 100644 --- a/libstore/ChangeLog +++ b/libstore/ChangeLog @@ -1,5 +1,9 @@ 2001-12-29 Roland McGrath <roland@frob.com> + * nbd.c (NBD_IO_MAX): New macro. + (nbd_write): Write in chunks no larger than NBD_IO_MAX. + (nbd_read): Cap AMOUNT to NBD_IO_MAX. + * nbd.c (nbd_validate_name): Skip : before port number. (nbdopen): Fix test after connect loop. Use multiple read calls as needed to get the whole connection header. |