1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

* iobuf.c (fd_cache_synchronize): New. fsync() a file in cache.

(iobuf_ioctl): Called here, for ioctl 4.  (fd_cache_invalidate): Pass
return code from close() back to iobuf_ioctl().
This commit is contained in:
David Shaw 2009-03-20 20:33:14 +00:00
parent a2fc01ae00
commit da66b1d69e
2 changed files with 60 additions and 8 deletions

View file

@ -1,3 +1,10 @@
2009-03-20 David Shaw <dshaw@jabberwocky.com>
* iobuf.c (fd_cache_synchronize): New. fsync() a file in cache.
(iobuf_ioctl): Called here, for ioctl 4.
(fd_cache_invalidate): Pass return code from close() back to
iobuf_ioctl().
2009-03-13 David Shaw <dshaw@jabberwocky.com>
* http.c (do_parse_uri): Properly handle IPv6 literal addresses as