index
:
cygnal
cygnal-2.5.2
cygnal-2.9.0-branch
cygnal-3-1-6-98-branch
cygnal-3-1-98-branch
cygwin-master
"Cygwin Native Application Lib" --- http://www.kylheku.com/cygnal
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
winsup
/
cygwin
/
fhandler_disk_file.cc
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
* fhandler_disk_file.cc (fhandler_disk_file::rmdir): More thoroughly
Corinna Vinschen
2010-09-11
1
-6
/
+8
*
* Makefile.in (DLL_OFILES): Add fhandler_procsys.o.
Corinna Vinschen
2010-09-06
1
-3
/
+7
*
* fhandler_disk_file.cc (readdir_check_reparse_point): Rename from
Corinna Vinschen
2010-08-20
1
-38
/
+94
*
* fhandler_disk_file.cc (fhandler_disk_file::fstatvfs): Revert usage
Corinna Vinschen
2010-08-20
1
-1
/
+5
*
* fhandler_disk_file.cc (fhandler_base::fstat_helper): Set st_rdev
Corinna Vinschen
2010-08-18
1
-2
/
+2
*
Align seekdir and telldir API to POSIX definition.
Corinna Vinschen
2010-07-05
1
-2
/
+2
*
* fhandler_disk_file.cc (fhandler_base::fstat_by_handle): Fetch stat
Corinna Vinschen
2010-06-17
1
-1
/
+2
*
* fhandler_disk_file.cc (fhandler_base::fstat_by_nfs_ea): Use handle
Corinna Vinschen
2010-06-15
1
-3
/
+29
*
* dtable.cc (dtable::dup_worker): Reset path_conv handle in duplicated
Corinna Vinschen
2010-06-15
1
-82
/
+62
*
* fhandler_disk_file.cc (fhandler_disk_file::fstatvfs): Fix indentation.
Corinna Vinschen
2010-06-15
1
-5
/
+5
*
* fhandler_disk_file.cc (path_conv::get_ino_by_handle): Convert from
Corinna Vinschen
2010-06-15
1
-17
/
+18
*
* fhandler_disk_file.cc (fhandler_cygdrive::fstat): Add standard read
Corinna Vinschen
2010-03-19
1
-1
/
+1
*
* fhandler_disk_file.cc (fhandler_disk_file::opendir): Try to open
Corinna Vinschen
2010-02-19
1
-11
/
+33
*
* fhandler_disk_file.cc (fhandler_base::fstat_helper): Set st_rdev
Corinna Vinschen
2010-02-19
1
-15
/
+13
*
* fhandler_disk_file.cc (fhandler_base::fstat_helper): Workaround
Corinna Vinschen
2010-02-03
1
-7
/
+26
*
Throughout, use FileBothDirectoryInformation info class rather than
Corinna Vinschen
2010-01-29
1
-25
/
+32
*
* globals.cc (ro_u_nwfs): New R/O unicode string.
Corinna Vinschen
2010-01-12
1
-16
/
+29
*
* fhandler.h (fhandler_base::fstat_helper): Declare timestamps as
Corinna Vinschen
2010-01-10
1
-26
/
+24
*
* fhandler_disk_file.cc (fhandler_base::fstat_helper): Fix typos in
Corinna Vinschen
2009-11-27
1
-5
/
+6
*
* fhandler_disk_file.cc (is_volume_mountpoint): Align check with
Corinna Vinschen
2009-11-10
1
-1
/
+6
*
* fhandler_disk_file.cc (fhandler_base::fstat_helper): Drop all "other"
Corinna Vinschen
2009-11-08
1
-0
/
+6
*
* sec_helper.cc (security_descriptor::free): If sd_size is 0, call
Corinna Vinschen
2009-10-30
1
-10
/
+3
*
* smallprint.cc (hex_str): New const string.
Corinna Vinschen
2009-10-30
1
-1
/
+2
*
* fhandler_disk_file.cc (fhander_disk_file::readdir): Handle a status
Corinna Vinschen
2009-10-20
1
-3
/
+6
*
Improve clock_gettime and utimensat resolution.
Eric Blake
2009-10-13
1
-2
/
+1
*
* fhandler_disk_file.cc (fhandler_disk_file::link): Only append .lnk
Corinna Vinschen
2009-10-12
1
-1
/
+6
*
* fhandler_disk_file.cc (utimens_fs): Plug fd leak on EINVAL.
Eric Blake
2009-10-08
1
-0
/
+2
*
Fix some POSIX-compliance bugs in link, rename, mkdir.
Eric Blake
2009-09-26
1
-2
/
+9
*
* fhandler_disk_file.cc (fhandler_disk_file::link): Drop faking hardlink
Corinna Vinschen
2009-09-21
1
-11
/
+3
*
* fhandler_disk_file.cc (fhandler_disk_file::readdir): Fix length
Corinna Vinschen
2009-08-14
1
-1
/
+1
*
* fhandler_disk_file.cc (fhandler_disk_file::readdir): Change comment
Corinna Vinschen
2009-08-14
1
-1
/
+1
*
* fhandler_disk_file.cc (fhandler_disk_file::readdir_helper): Remove
Corinna Vinschen
2009-08-14
1
-17
/
+46
*
* fhandler.h (fhandler_cygdrive:DRVSZ): New enum.
Christopher Faylor
2009-08-04
1
-8
/
+5
*
* fhandler_disk_file.cc (fhandler_disk_file::fchmod): Add special case
Corinna Vinschen
2009-07-21
1
-6
/
+40
*
* fhandler_disk_file.cc (fhandler_disk_file::fchmod): Remove file
Corinna Vinschen
2009-07-16
1
-2
/
+1
*
Throughout avoid having to initialize constant UNICODE_STRINGs.
Corinna Vinschen
2009-07-14
1
-18
/
+10
*
* fhandler_disk_file.cc (fhandler_base::fstat_by_handle): Don't use
Corinna Vinschen
2009-07-12
1
-20
/
+39
*
* fhandler_disk_file.cc (fhandler_disk_file::fchown): Catch an
Corinna Vinschen
2009-04-09
1
-1
/
+26
*
* fhandler_disk_file.cc (path_conv::isgood_inode): Move to be defined
Corinna Vinschen
2009-03-12
1
-30
/
+29
*
* fhandler_disk_file.cc (fhandler_disk_file::readdir): Fix inode number
Corinna Vinschen
2009-01-29
1
-1
/
+2
*
* Fix copyright dates.
Corinna Vinschen
2009-01-16
1
-1
/
+1
*
* fhandler_disk_file.cc (fhandler_disk_file::link): Only add .exe if
Corinna Vinschen
2009-01-07
1
-0
/
+2
*
* fhandler_disk_file.cc: Set 4th parameter of NtQueryDirectoryFile to
Corinna Vinschen
2008-12-18
1
-9
/
+13
*
* fhandler_disk_file.cc (readdir_get_ino): Don't complain about MS-DOS paths
Christopher Faylor
2008-12-14
1
-1
/
+1
*
* dir.cc (readdir_worker): Initialize dirent.d_type and __d_unused1.
Corinna Vinschen
2008-11-28
1
-1
/
+18
*
Remove unneeded whitespace.
Christopher Faylor
2008-11-26
1
-6
/
+6
*
* ntdll.h (NtSetAttributesFile): New inline function.
Corinna Vinschen
2008-10-20
1
-6
/
+2
*
* fhandler_disk_file.cc (fhandler_base::fstat_helper): Check
Corinna Vinschen
2008-10-09
1
-0
/
+12
*
* cygheap.cc (creturn): Reorganize to avoid a new compiler warning/error.
Christopher Faylor
2008-09-11
1
-14
/
+14
*
* fhandler_disk_file.cc (fhandler_disk_file::mkdir): Drop fattr variable
Corinna Vinschen
2008-08-19
1
-2
/
+2
[prev]
[next]