.. |
.cvsignore
|
Remove all Makefile.in files and add them all to all .cvsignores.
|
2005-07-29 15:10:19 +00:00 |
Makefile.am
|
Add libntfs sample config to EXTRA_DIST
|
2007-09-29 01:09:10 +03:00 |
attrib.c
|
libntfs: Cache opened attributes.
|
2007-09-20 15:35:43 +03:00 |
attrib_RE.txt
|
new api renames to ntfs_object_action
|
2002-12-10 11:53:41 +00:00 |
attrlist.c
|
Introduce NTFS_ON_DEBUG macro to add one-liners which would be executed only if DEBUG is defined.
|
2007-09-24 19:21:16 +03:00 |
bitmap.c
|
Make libntfs keep track number of free clusters and MFT records.
|
2007-09-14 12:59:55 +03:00 |
bootsect.c
|
Avoid endless loop on damaged volumes
|
2007-10-19 21:16:24 +03:00 |
collate.c
|
Change ntfs_collate()'s signature to size_t's. Move ntfs_is_collation_rule_supported to the .c file and rewrite it to be shorter.
|
2006-10-29 00:01:17 +00:00 |
compat.c
|
provide some meaningful function descriptions
|
2005-11-02 17:34:08 +00:00 |
compress.c
|
Change callers of malloc() to ntfs_malloc() (Szaka). Fix compilition (Yuval).
|
2006-11-01 13:30:40 +00:00 |
config
|
Transparently integrate reading of encrypted files into library
|
2007-08-22 16:55:57 +03:00 |
crypto.c
|
Cleanup
|
2007-09-20 14:21:58 +03:00 |
debug.c
|
Merge --enable-debug and --enable-debug-logging. Introduce --enable-sparse.
|
2007-08-22 21:29:19 +03:00 |
device.c
|
If pread/pwrite are not supported by the OS, set the device pread()/pwrite()
|
2006-12-10 19:38:02 +00:00 |
device_io.c
|
- libntfs: Add support for FreeBSD 5.0+ sector aligned access
|
2006-12-15 15:21:27 +00:00 |
dir.c
|
Add NTFS_MNT_INTERIX mount option to make libntfs recognize Interix files.
|
2007-09-27 15:58:42 +03:00 |
freebsd_io.c
|
- O_EXCL already handled by MNT_NOT_EXCLUSIVE at more early stage
|
2006-12-15 17:00:02 +00:00 |
gnome-vfs-method.c
|
Endian fixes for gnome-vfs module. Thanks to Anton for tip.
|
2007-06-10 14:30:41 +03:00 |
gnome-vfs-module.c
|
more sparse fixes
|
2006-12-12 19:00:00 +00:00 |
index.c
|
cleanups (Szaka)
|
2007-09-15 17:31:39 +03:00 |
inode.c
|
Introduce NTFS_ON_DEBUG macro to add one-liners which would be executed only if DEBUG is defined.
|
2007-09-24 19:21:16 +03:00 |
lcnalloc.c
|
Make libntfs keep track number of free clusters and MFT records.
|
2007-09-14 12:59:55 +03:00 |
libntfs-gnomevfs.8.in
|
update site
|
2005-12-01 20:44:18 +00:00 |
libntfs.8.in
|
Substitute current version into libntfs man page
|
2009-03-24 16:56:32 +02:00 |
libntfs.conf.in
|
Initial revision
|
2003-11-04 13:04:07 +00:00 |
logfile.c
|
Change callers of malloc() to ntfs_malloc() (Szaka). Fix compilition (Yuval).
|
2006-11-01 13:30:40 +00:00 |
logging.c
|
Remove some legacy logging traces
|
2007-10-19 21:15:23 +03:00 |
mft.c
|
libntfs: Cache opened inodes.
|
2007-09-20 14:00:55 +03:00 |
misc.c
|
Whitespaces cleanup
|
2007-07-31 20:52:36 +03:00 |
mst.c
|
Introduce sparse endian annotations. Adopt library (also fix 2 real bugs) and progs (lots of bugs).
|
2007-06-08 13:47:57 +03:00 |
runlist.c
|
Fix hole instantiating and new API ntfs_rl_fill_zero
|
2007-09-05 16:38:51 +03:00 |
security.c
|
Change callers of malloc() to ntfs_malloc() (Szaka). Fix compilition (Yuval).
|
2006-11-01 13:30:40 +00:00 |
unistr.c
|
Cleanup
|
2007-09-13 16:07:48 +03:00 |
unix_io.c
|
- Implement ntfs_pread() and ntfs_pwrite() in terms of device
|
2006-12-09 14:01:12 +00:00 |
version.c
|
- Add API (actually renamed from what Rich/FlatCap did):
|
2005-10-07 14:10:56 +00:00 |
volume.c
|
Add NTFS_MNT_INTERIX mount option to make libntfs recognize Interix files.
|
2007-09-27 15:58:42 +03:00 |
win32_io.c
|
- Implement ntfs_pread() and ntfs_pwrite() in terms of device
|
2006-12-09 14:01:12 +00:00 |