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_base::utimes_fs): Use existing handle if
Christopher Faylor
2005-10-19
1
-12
/
+20
*
* fhandler_disk_file.cc (fhandler_disk_file::rmdir): Convert an
Corinna Vinschen
2005-10-12
1
-2
/
+7
*
* fhandler_disk_file.cc: Change calls to pc.set_attributes into
Corinna Vinschen
2005-09-30
1
-3
/
+3
*
* fhandler_disk_file.cc (fhandler_base::fstat_by_handle): Also use
Corinna Vinschen
2005-09-30
1
-0
/
+1
*
* fhandler_disk_file.cc (fhandler_base::fstat_by_handle): Only write
Corinna Vinschen
2005-09-30
1
-2
/
+2
*
* fhandler_disk_file.cc (fhandler_base::fstat_helper): Fix copy/paste
Corinna Vinschen
2005-09-22
1
-1
/
+1
*
* fhandler.h (fhandler_base::fstat_helper): Declare with additional
Corinna Vinschen
2005-09-22
1
-30
/
+48
*
Remove some more unneeded 'return;'s throughout.
Christopher Faylor
2005-09-14
1
-1
/
+0
*
* cygthread.cc (cygthread::cygthread): Add more info to fatal error.
Christopher Faylor
2005-09-12
1
-1
/
+1
*
* sigproc.h (set_signal_mask): Remove default on second parameter and make pass
Christopher Faylor
2005-08-23
1
-8
/
+11
*
* dir.cc (readdir_worker): Make static. Only add '.' and '..' when readdir
Christopher Faylor
2005-08-23
1
-2
/
+5
*
* cygerrno.h (geterrno_from_win_error): Change declaration to default to using
Christopher Faylor
2005-08-20
1
-33
/
+29
*
* fhandler.h (dirent_states): Add dirent_saw_proc.
Christopher Faylor
2005-08-19
1
-3
/
+8
*
* fhandler.h (dirent_states): Add dirent_isroot, dirent_saw_cygdrive,
Christopher Faylor
2005-08-19
1
-12
/
+45
*
* fhandler_disk_file.cc (fhandler_base::pread): Don't move file offset pointer
Christopher Faylor
2005-07-29
1
-6
/
+19
*
* fhandler.h (fhandler_base::pread): Declare new function.
Christopher Faylor
2005-07-29
1
-0
/
+24
*
Eliminate (void) cast on standalone function calls throughout.
Christopher Faylor
2005-07-06
1
-4
/
+4
*
Change foo (void) to foo () for all c++ functions throughout. Remove all
Christopher Faylor
2005-07-05
1
-4
/
+7
*
* fhandler_disk_file.cc (fhandler_disk_file::facl): Add missing break.
Corinna Vinschen
2005-06-27
1
-0
/
+1
*
* fhandler_disk_file.cc (fhandler_disk_file::fchown): Make sure that disk open
Christopher Faylor
2005-06-02
1
-1
/
+1
*
* fhandler.h (fhandler_base::mkdir): New virtual method.
Christopher Faylor
2005-05-25
1
-0
/
+102
*
* fhandler.h (fhandler_cygdrive::seekdir): Delete declaration.
Christopher Faylor
2005-05-19
1
-21
/
+1
*
* fhandler_disk_file.cc (fhandler_base::fstat_by_handle): Check
Corinna Vinschen
2005-05-14
1
-1
/
+6
*
Remove PC_FULL from path_conv usage throughout.
Christopher Faylor
2005-05-13
1
-2
/
+2
*
* fhandler_disk_file.cc (fhandler_disk_file::fchmod): Don't treat
Corinna Vinschen
2005-05-03
1
-2
/
+7
*
white space and minor comment cleanup.
Christopher Faylor
2005-05-02
1
-2
/
+2
*
Actually check in files.
Christopher Faylor
2005-04-17
1
-5
/
+5
*
* fhandler_disk_file.cc (fhandler_base::utimes_fs): Ignore
Corinna Vinschen
2005-04-16
1
-1
/
+3
*
* fhandler_disk_file.cc (fhandler_base::utimes_fs): Drop touching
Corinna Vinschen
2005-04-16
1
-4
/
+2
*
* dcrt0.cc (do_global_dtors): Run DLL dtors.
Christopher Faylor
2005-04-14
1
-2
/
+2
*
* cygerrno.h (__seterrno_from_nt_status): Define. Always set Win32
Corinna Vinschen
2005-04-13
1
-1
/
+1
*
* fhandler.h (fhandler_base::utimes_fs): New method.
Christopher Faylor
2005-04-13
1
-4
/
+17
*
* fhandler_disk_file.cc (fhandler_disk_file::utimes): Don't set errno
Corinna Vinschen
2005-04-13
1
-1
/
+0
*
* autoload.cc (NtQueryVolumeInformationFile): Add.
Corinna Vinschen
2005-04-12
1
-49
/
+80
*
* dcrt0.cc (dll_crt0_1): Don't call set_cygwin_privileges on 9x.
Corinna Vinschen
2005-04-04
1
-17
/
+21
*
* cygheap.cc (cygheap_init): Accomodate set_process_privilege change.
Corinna Vinschen
2005-04-03
1
-4
/
+0
*
Unify usage of CYG_MAX_PATH throughout. Change buffers from
Corinna Vinschen
2005-04-03
1
-1
/
+1
*
* Makefile.in (DLL_OFILES): Add hookapi.o. Eliminate some cruft.
Christopher Faylor
2005-03-22
1
-2
/
+2
*
* fhandler_disk_file.cc (fhandler_disk_file::utimes): Handle opening
Corinna Vinschen
2005-03-17
1
-4
/
+3
*
missing file from previous checkin.
Christopher Faylor
2005-03-16
1
-20
/
+12
*
* fhandler_disk_file.cc (fhandler_disk_file::touch_ctime): Replace
Corinna Vinschen
2005-03-02
1
-3
/
+1
*
* fhandler_disk_file.cc (fhandler_cygdrive::closedir): Return 0 when closing
Christopher Faylor
2005-02-23
1
-1
/
+1
*
* fhandler.h (fhandler_base::fstat_helper): Declare with additional
Corinna Vinschen
2005-02-20
1
-3
/
+9
*
* fhandler.h (enum query_state): Add query_write_attributes state.
Corinna Vinschen
2005-02-20
1
-35
/
+77
*
* fhandler.h (class fhandler_base): Declare new method link.
Corinna Vinschen
2005-02-19
1
-27
/
+179
*
* fhandler_disk_file.cc (fhandler_disk_file::fstat): Set st_ctime if
Corinna Vinschen
2005-02-17
1
-0
/
+4
*
* fhandler.cc (fhandler_base::raw_write): Mark as changed on
Corinna Vinschen
2005-02-11
1
-15
/
+26
*
* fhandler_disk_file.cc (fhandler_disk_file::ftruncate): Fix checking
Corinna Vinschen
2005-02-09
1
-1
/
+1
*
* fhandler.h (fhandler_base::ftruncate): Define new virtual method.
Corinna Vinschen
2005-02-02
1
-0
/
+48
*
* fhandler_disk_file.cc (fhandler_disk_file::facl): Pretend successful
Corinna Vinschen
2005-01-14
1
-1
/
+5
[next]