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
*
Throughout, remove extra space after function name from debugging output.
Christopher Faylor
2011-12-03
1
-6
/
+6
*
* fhandler_disk_file.cc (fhandler_disk_file::rmdir): Check invalid
Corinna Vinschen
2011-10-21
1
-1
/
+2
*
* cygerrno.h (__set_errno): Modify debugging output to make searching strace
Christopher Faylor
2011-10-15
1
-2
/
+2
*
* fhandler.cc (fhandler_base::open): Fix typo in comment.
Corinna Vinschen
2011-08-27
1
-0
/
+4
*
* syscalls.cc (faccessat): Fix parens in flag expression when calling
Corinna Vinschen
2011-08-01
1
-1
/
+1
*
* fhandler_disk_file.cc (__DIR_mounts::eval_ino): Create path_conv
Corinna Vinschen
2011-07-26
1
-1
/
+1
*
* fhandler.cc (fhandler_base::open): Never create files with WRITE_DAC
Corinna Vinschen
2011-07-05
1
-4
/
+9
*
* fhandler.cc (fhandler_base::open): Don't open file with WRITE_DAC
Corinna Vinschen
2011-07-05
1
-2
/
+6
*
* fhandler.cc (fhandler_base::open): Drop local create_options variable.
Corinna Vinschen
2011-06-17
1
-11
/
+110
*
whitespace elimination
Christopher Faylor
2011-06-06
1
-9
/
+10
*
* fhandler_disk_file.cc (fhandler_disk_file::pread): Reset windows file
Christopher Faylor
2011-06-06
1
-1
/
+5
*
* fhandler_disk_file.cc (fhandler_disk_file::pread): Correctly return
Corinna Vinschen
2011-05-05
1
-0
/
+12
*
* fhandler.cc (is_at_eof): Drop static storage class. Drop err
Corinna Vinschen
2011-05-05
1
-0
/
+58
*
* advapi32.cc (InitializeSid): Remove.
Corinna Vinschen
2011-04-28
1
-1
/
+2
*
* advapi32.cc (AllocateLocallyUniqueId): Remove.
Corinna Vinschen
2011-04-28
1
-1
/
+1
*
Drop NT4 support.
Corinna Vinschen
2011-04-04
1
-6
/
+3
*
* fhandler_disk_file.cc (fhandler_base::fstat_by_handle): Only use
Corinna Vinschen
2011-03-14
1
-1
/
+2
*
* fhandler.cc (fhandler_base::open): When creating a file on a
Corinna Vinschen
2011-03-08
1
-2
/
+8
*
* fhandler_disk_file.cc (fhandler_disk_file::readdir_helper): Don't
Corinna Vinschen
2011-02-15
1
-1
/
+2
*
* fhandler_disk_file.cc (fhandler_disk_file::readdir_helper): Use POSIX
Corinna Vinschen
2011-02-15
1
-14
/
+6
*
* fhandler_disk_file.cc (fhandler_base::fstat_by_nfs_ea): Fix
Corinna Vinschen
2011-01-26
1
-2
/
+2
*
Fix typo, fix copyright
Corinna Vinschen
2011-01-13
1
-1
/
+1
*
* fhandler_disk_file.cc (fhandler_base::fstat_helper): Alwasy set
Corinna Vinschen
2011-01-13
1
-1
/
+8
*
* fhandler.h (fhandler_base::get_stat_access): Delete.
Corinna Vinschen
2010-10-07
1
-25
/
+18
*
* fhandler_disk_file.cc (fhandler_base::fstat_by_nfs_ea): Simplify.
Corinna Vinschen
2010-10-02
1
-20
/
+1
*
* fhandler.cc: Drop including nfs.h.
Corinna Vinschen
2010-09-30
1
-42
/
+41
*
* fhandler.cc (fhandler_base::open): Handle query_write_dac flag.
Corinna Vinschen
2010-09-24
1
-1
/
+1
*
* errno.cc (errmap): Map ERROR_BAD_NET_RESP to ENOSYS.
Corinna Vinschen
2010-09-24
1
-0
/
+6
*
* mount.h (class fs_info): Add has_buggy_reopen flag and accessor
Corinna Vinschen
2010-09-21
1
-11
/
+4
*
* fhandler.cc (fhandler_base::open): Always open NFS files with
Corinna Vinschen
2010-09-21
1
-2
/
+27
*
* fhandler_disk_file.cc (fhandler_base::fstat_by_handle): Fetch number
Corinna Vinschen
2010-09-15
1
-14
/
+20
*
* fhandler.h (class fhandler_base): Change inheritance of fstat_helper
Corinna Vinschen
2010-09-13
1
-153
/
+55
*
* 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
[next]