.. |
.cvsignore
|
ignore built/generated files
|
2005-06-09 09:05:30 +00:00 |
attrib_RE.txt
|
new api renames to ntfs_object_action
|
2002-12-10 11:53:41 +00:00 |
attrib.c
|
- Fix memleak in ntfs_attr_pwrite
|
2005-06-12 15:23:25 +00:00 |
attrlist.c
|
I realized that my previous chanset fixed one bug, but introduced new one.
|
2005-01-28 13:48:19 +00:00 |
bitmap.c
|
Change all output to only appear if configure with --enable-debug by
|
2004-08-18 10:27:49 +00:00 |
bootsect.c
|
Use Sprintf instead of doing it by hand.
|
2004-08-18 10:27:49 +00:00 |
collate.c
|
Anyway, this extra check will not harm anybody, but in case windows support such names it's will be useful.
|
2005-06-06 04:26:28 +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
|
Add ntfs_debug() and ntfs_error() to make kernel<->userspace porting easier.
|
2004-09-09 07:54:06 +00:00 |
device_io.c
|
Add NO_NTFS_DEVICE_DEFAULT_IO_OPS.
|
2004-02-26 11:41:48 +00:00 |
device.c
|
Rename NTFS_SECTOR_SIZE to NTFS_BLOCK_SIZE to keep in sync with kernel driver.
|
2005-01-11 20:28:28 +00:00 |
dir.c
|
Move utils_pathname_to_inode from to library (dir.c), adapt it for library, rename it to ntfs_pathname_to_inode, update all users.
|
2005-06-12 18:12:55 +00:00 |
gnome-vfs-method.c
|
Fix all warnings generated by --enable-warnings switch to configure.
|
2004-09-09 07:54:06 +00:00 |
gnome-vfs-module.c
|
Fix all warnings generated by --enable-warnings switch to configure.
|
2004-09-09 07:54:06 +00:00 |
index.c
|
- Fix bug in index.c pointed by Anton, many thanks to him.
|
2005-06-05 23:48:55 +00:00 |
inode.c
|
Fix coding style.
|
2005-06-08 18:02:29 +00:00 |
lcnalloc.c
|
Change prototype of ntfs_cluster_alloc like in kernel driver.
|
2004-11-05 20:02:16 +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 |
logfile.c
|
Initial revision
|
2005-01-25 21:41:25 +00:00 |
Makefile.am
|
- Port collate.[ch] from kernel to library and implement
|
2005-06-04 00:57:58 +00:00 |
Makefile.in
|
Update build for changes to function detection in configure.ac.
|
2005-06-06 14:31:37 +00:00 |
mft.c
|
Rename NTFS_SECTOR_SIZE to NTFS_BLOCK_SIZE to keep in sync with kernel driver.
|
2005-01-11 20:28:28 +00:00 |
mst.c
|
Rename NTFS_SECTOR_SIZE to NTFS_BLOCK_SIZE to keep in sync with kernel driver.
|
2005-01-11 20:28:28 +00:00 |
runlist.c
|
Fix a nasty runlist merge bug when merging two holes. (Anton)
|
2005-02-17 17:03:50 +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
|
- Add new API unistr.[hc]::ntfs_ucsndup(). (Anton)
|
2004-09-20 14:46:38 +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
|
- read-write ntfs_mount() returns EPERM if the partition is hibernated
|
2005-05-10 16:53:48 +00:00 |
win32_io.c
|
Use dynamic buffer in ntfs_device_win32_find_partition().
|
2005-06-06 14:51:09 +00:00 |