.. |
.cvsignore
|
Remove all Makefile.in files and add them all to all .cvsignores.
|
2005-07-29 15:10:19 +00:00 |
Makefile.am
|
Introduce misc.c - Proud home of functions with no other home, starting with ntfs_[mc]alloc. (Szaka)
|
2006-11-01 12:31:11 +00:00 |
attrib.c
|
make ntfs_attr_rm to always close attribute (both on success and failure)
|
2006-11-22 18:28:13 +00:00 |
attrib_RE.txt
|
new api renames to ntfs_object_action
|
2002-12-10 11:53:41 +00:00 |
attrlist.c
|
Remove any uses of the old logging system (Dputs, Dprintf, ...) from libntfs.
|
2005-10-24 20:50:05 +00:00 |
bitmap.c
|
Change callers of malloc() to ntfs_malloc() (Szaka). Fix compilition (Yuval).
|
2006-11-01 13:30:40 +00:00 |
bootsect.c
|
o fix magicNTFS defenition
|
2006-12-11 03:02:23 +00: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 |
debug.c
|
add/update function comment blocks
|
2005-10-30 16:12:22 +00: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
|
Add NO_NTFS_DEVICE_DEFAULT_IO_OPS.
|
2004-02-26 11:41:48 +00:00 |
dir.c
|
- Implement ntfs_pread() and ntfs_pwrite() in terms of device
|
2006-12-09 14:01:12 +00:00 |
gnome-vfs-method.c
|
* Rename MS_{RDONLY,NOATIME} to NTFS_MNT_{RDONLY,NOATIME}.
|
2006-11-12 22:46:50 +00:00 |
gnome-vfs-module.c
|
Tidy whitespace: trailing space; <space><tab> at the beginning of lines
|
2005-06-19 21:09:40 +00:00 |
index.c
|
apply latest fixes from ntfs-3g to enddianess
|
2006-11-20 17:44:36 +00:00 |
inode.c
|
bot more verbose debug
|
2006-11-25 14:28:47 +00:00 |
lcnalloc.c
|
Change callers of malloc() to ntfs_malloc() (Szaka). Fix compilition (Yuval).
|
2006-11-01 13:30:40 +00:00 |
libntfs-gnomevfs.8.in
|
update site
|
2005-12-01 20:44:18 +00: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
|
Fix compilation on environments that one can not assign to "va_list args" (e.g. Debian Alpha). Do so by removing the unused log_reason code. Originally, Szaka asked FlatCap for it but never used it. I've asked Szaka if he is going to use it but he did not reply. I got an implicit answer in the form of ntfs-3g commit. Therefore, commit an updated version of the patch I've sent the Debian package maintainer.
|
2006-11-01 14:05:09 +00:00 |
mft.c
|
Windows cares only about first 4 records in $MFTMirr and ignores
|
2006-11-20 16:21:57 +00:00 |
misc.c
|
Fix typo and build with disabled error handling
|
2006-11-06 17:11:02 +00:00 |
mst.c
|
implement logging in libntfs
|
2005-10-21 18:05:13 +00:00 |
runlist.c
|
Change callers of malloc() to ntfs_malloc() (Szaka). Fix compilition (Yuval).
|
2006-11-01 13:30:40 +00:00 |
security.c
|
Change callers of malloc() to ntfs_malloc() (Szaka). Fix compilition (Yuval).
|
2006-11-01 13:30:40 +00:00 |
unistr.c
|
cleanups
|
2006-11-17 22:51:29 +00: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
|
- Empty the journal at mount time. (Anton)
|
2006-11-28 10:09:56 +00:00 |
win32_io.c
|
- Implement ntfs_pread() and ntfs_pwrite() in terms of device
|
2006-12-09 14:01:12 +00:00 |