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
*
2003-09-24 Pierre Humblet <pierre.humblet@ieee.org>
Pierre Humblet
2003-09-25
1
-1
/
+1
*
* devices.cc: New file.
Christopher Faylor
2003-09-25
1
-91
/
+104
*
* fhandler_disk_file.cc (path_conv::ndisk_links): Fix potential off-by-one
Christopher Faylor
2003-09-14
1
-1
/
+2
*
* fhandler_disk_file.cc (path_conv::ndisk_links): Fix problem where search
Christopher Faylor
2003-09-12
1
-2
/
+2
*
* fhandler_disk_file.cc (path_conv::ndisk_links): Rename from num_entries.
Christopher Faylor
2003-09-11
1
-25
/
+50
*
* fhandler_disk_file.cc (num_entries): Take . and .. into account if they do
Christopher Faylor
2003-09-10
1
-14
/
+13
*
Throughout, remove __d_u.__d_data fields from DIR structure.
Christopher Faylor
2003-09-08
1
-19
/
+15
*
* fhandler_disk_file.cc (fhandler_cygdrive::readdir): Do not change 'errno' if
Christopher Faylor
2003-08-05
1
-4
/
+1
*
* exceptions.cc (ctrl_c_handler): Send SIGHUP when events occur only if there
Christopher Faylor
2003-07-26
1
-2
/
+2
*
* fhandler.h (FH_ENC): New enum.
Christopher Faylor
2003-07-04
1
-4
/
+7
*
Throughout, remove "include <errno.h>" from files which already include
Christopher Faylor
2003-06-16
1
-1
/
+0
*
2003-06-03 Pierre Humblet <pierre.humblet@ieee.org>
Pierre Humblet
2003-06-04
1
-25
/
+10
*
2003-06-01 Pierre Humblet <pierre.humblet@ieee.org>
Pierre Humblet
2003-06-01
1
-12
/
+12
*
* fhandler_disk_file.cc (fhandler_disk_file::fstat_helper): Filter
Corinna Vinschen
2003-05-27
1
-0
/
+3
*
* fhandler.h: Rename FH_W95LSBUG flag to FH_LSEEKED.
Corinna Vinschen
2003-05-26
1
-14
/
+1
*
* autoload.cc (GetDiskFreeSpaceEx): Add.
Corinna Vinschen
2003-05-25
1
-31
/
+18
*
Replace ino_t by __ino64_t throughout.
Corinna Vinschen
2003-05-11
1
-1
/
+2
*
* dir.cc (readdir): Fill out new old_d_ino field.
Christopher Faylor
2003-05-11
1
-1
/
+1
*
* security.cc (get_info_from_sd): New function.
Corinna Vinschen
2003-04-11
1
-10
/
+9
*
* dir.cc: Change __off32_t to _off_t and __off64_t to _off64_t
Corinna Vinschen
2003-04-01
1
-9
/
+9
*
* fhandler_disk_file.cc (fhandler_disk_file::fstat_helper): Fix
Corinna Vinschen
2003-03-19
1
-1
/
+1
*
whitespace cleanup
Christopher Faylor
2003-03-09
1
-1
/
+1
*
* fhandler.cc (fhandler_base::open): Move some filesystem specific stuff.
Christopher Faylor
2003-02-21
1
-0
/
+8
*
* fhandler_disk_file.cc (fhandler_disk_file::opendir): Check descriptor
Corinna Vinschen
2003-02-20
1
-16
/
+19
*
* autoload.cc (GetCompressedFileSize): Add.
Corinna Vinschen
2003-02-20
1
-1
/
+14
*
w32api:
Corinna Vinschen
2003-02-20
1
-0
/
+14
*
* include/cygwin/in.h (in_attr_t): Define new type.
Christopher Faylor
2003-02-10
1
-1
/
+1
*
Eliminate most unneeded this-> pointers throughout.
Christopher Faylor
2003-02-04
1
-2
/
+2
*
Split ChangeLog, create ChangeLog-2002.
Corinna Vinschen
2003-01-10
1
-1
/
+1
*
* fhandler_disk_file.cc (num_entries): Return 2 as link count if
Corinna Vinschen
2003-01-09
1
-1
/
+1
*
Use isdirsep rather than SLASH_P throughout.
Christopher Faylor
2003-01-09
1
-1
/
+1
*
* fhandler_disk_file.cc (fhandler_disk_file::fstat_helper): Nevermind. Revert
Christopher Faylor
2002-10-23
1
-27
/
+25
*
* fhandler_disk_file.cc (fhandler_disk_file::fstat_helper): Oops. Only do the
Christopher Faylor
2002-10-22
1
-28
/
+28
*
* fhandler_disk_file.cc (fhandler_disk_file::fstat_helper): Always consider
Christopher Faylor
2002-10-22
1
-26
/
+29
*
* fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller has
Christopher Faylor
2002-09-22
1
-4
/
+4
*
* cygthread.cc (cygthread::initialized): Avoid copying on fork or some threads
Christopher Faylor
2002-09-19
1
-14
/
+10
*
* fhandler_disk_file.cc (fhandler_cygdrive::set_drives): Incorporate . and ..
Christopher Faylor
2002-07-30
1
-15
/
+13
*
* path.cc (path_conv::check): Always set fileattr when component == 0.
Christopher Faylor
2002-07-24
1
-3
/
+3
*
* fhandler_disk_file.cc (fhandler_disk_file::open): Don't
Corinna Vinschen
2002-07-11
1
-3
/
+0
*
* fhandler_disk_file.cc (fhandler_disk_file::fstat_by_name): Force
Christopher Faylor
2002-06-27
1
-13
/
+32
*
* cygheap.cc (cygheap_user::set_name): Correct thinko in below change.
Christopher Faylor
2002-06-27
1
-1
/
+3
*
* fhandler_disk_file.cc (fhandler_disk_file::fstat_helper): Correctly set
Christopher Faylor
2002-06-10
1
-7
/
+8
*
* fhandler.cc (fhandler_base::fstat): Initialise tv_nsec member of
Corinna Vinschen
2002-06-06
1
-3
/
+3
*
Remove fcntl.h includes throughout.
Christopher Faylor
2002-06-05
1
-4
/
+0
*
* fhandler.cc (fhandler_base::open): Don't set binmode if already set. Don't
Christopher Faylor
2002-06-04
1
-5
/
+2
*
* fhandler_disk_file.cc (fhandler_disk_file::fstat_by_name): Check specifically
Christopher Faylor
2002-06-02
1
-2
/
+8
*
Remove unneeded sigproc.h includes throughout.
Christopher Faylor
2002-06-02
1
-1
/
+0
*
* fhandler_disk_file.cc (readdir): Move inode calculation into caller.
Christopher Faylor
2002-06-01
1
-34
/
+16
*
* fhandler_console.cc (fhandler_console::open): Reinstate setting of flags.
Christopher Faylor
2002-05-31
1
-1
/
+1
*
* fhandler_disk_file.cc (fhandler_disk_file::fstat): Always call fstat_by_name
Christopher Faylor
2002-05-31
1
-3
/
+3
[next]