ntfs-3g/libntfs
cantab.net!aia21 da742f48da - Fix a bug where we would not always detect that we have reached the
end of a compression block because we were ending at minus one byte
  which is effectively the same as being at the end.  The fix is to
  check whether the uncompressed buffer has been fully filled and if so
  we assume we have reached the end of the compression block.  A big
  thank you to Marcin Gibuła for the bug report, the assistance in
  tracking down the bug and testing the fix.
- Fix a bug where we forgot to reset the data_size and initialized_size
  in two error code paths.
- Fix a bug where an uncompressed block could be misdetected as a
  compressed one if it was made up of multiple runs.

(Logical change 1.390)
2004-05-11 09:21:24 +00:00
..
Makefile.am Add attrlist.c to build. 2004-03-19 17:36:45 +00:00
Makefile.in Update to automake 1.8.3. 2004-03-26 14:50:33 +00:00
attrib.c Fix some compiler warnings. 2004-03-26 14:42:21 +00:00
attrib_RE.txt new api renames to ntfs_object_action 2002-12-10 11:53:41 +00:00
attrlist.c Add placeholder for ntfs_attrlist_entry_rm(). -- Not implemented yet. 2004-03-24 10:36:31 +00:00
bitmap.c Provide new API functions: ntfs_bitmap_{set,clear}_bit(). 2004-03-12 17:25:04 +00:00
bootsect.c Include config.h before any other non-ntfs headers. 2004-02-20 14:44:16 +00:00
compat.c Include config.h before any other non-ntfs headers. 2004-02-20 14:44:16 +00:00
compress.c - Fix a bug where we would not always detect that we have reached the 2004-05-11 09:21:24 +00:00
debug.c Include config.h before any other non-ntfs headers. 2004-02-20 14:44:16 +00:00
device.c - Add new API ntfs_device_heads_get() and 2004-03-24 10:36:31 +00:00
device_io.c Add NO_NTFS_DEVICE_DEFAULT_IO_OPS. 2004-02-26 11:41:48 +00:00
dir.c Include config.h before any other non-ntfs headers. 2004-02-20 14:44:16 +00:00
gnome-vfs-method.c Initial revision 2003-11-04 13:04:07 +00:00
gnome-vfs-module.c Initial revision 2003-11-04 13:04:07 +00:00
inode.c Change ntfs_get_attribute_value syntax to not have the MFT_RECORD as it 2004-03-15 10:54:47 +00:00
lcnalloc.c Auto merged 2004-03-06 17:42:28 +00:00
libntfs-gnomevfs.8.in Typo fixes (Ender) 2004-03-10 22:03:54 +00:00
libntfs.conf.in Initial revision 2003-11-04 13:04:07 +00:00
mft.c Add new API mft.[hc]::ntfs_mft_record_{layout,format}() and make 2004-03-15 12:50:18 +00:00
mst.c Include config.h before any other non-ntfs headers. 2004-02-20 14:44:16 +00:00
runlist.c Fix some compiler warnings. 2004-03-26 14:42:21 +00:00
security.c - Fix silly bug where j is used to store the error code 2004-04-23 10:54:57 +00:00
unistr.c Work around mbstowcs() bug in DJGPP and update workaround for bug in 2004-04-27 12:48:14 +00:00
unix_io.c Make the device fd in unix_io.c be stored in malloc()ed space pointed 2004-03-09 11:06:54 +00:00
volume.c Update comments. 2004-03-24 17:38:31 +00:00
win32_io.c Add SetFilePointerEx() emulation. (Lode) 2004-04-28 08:06:17 +00:00