aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/dir.cc
AgeCommit message (Expand)AuthorFilesLines
2007-02-22 * dir.cc (rmdir): Move existance check in front ofCorinna Vinschen1-2/+2
2007-02-22 Throughout remove all usage of wincap.access_denied_on_delete.Corinna Vinschen1-0/+2
2007-01-17 * Makefile.in (DLL_OFILES): Add fhandler_procnet.o.Corinna Vinschen1-2/+2
2006-11-30 * dir.cc (mkdir): Check last path component for "..".Corinna Vinschen1-2/+2
2006-05-28white spaceChristopher Faylor1-3/+3
2006-03-03 * dir.cc (opendir): Fix indentation.Corinna Vinschen1-1/+1
2006-02-28 * dir.cc (readdir_worker): Use slash as path separator when evaluatingCorinna Vinschen1-1/+5
2006-02-05 * dir.cc (rewinddir): Keep dirent_get_d_ino and dirent_set_d_ino flags.Corinna Vinschen1-1/+1
2006-02-04* dir.cc (rmdir): Reorganize check for trailing dot to return correct errorChristopher Faylor1-6/+3
2006-02-04* dir.cc (mkdir): Reorganize check for trailing dot to return correct errorChristopher Faylor1-6/+2
2006-01-31 * dir.cc (readdir_worker): Add comment about writing old 32 bit d_ino.Corinna Vinschen1-0/+2
2006-01-27 * autoload.cc (NtQueryDirectoryFile): Define.Corinna Vinschen1-35/+32
2006-01-24* dir.cc (readdir_worker): Turn off expensive inode calculation.Christopher Faylor1-0/+4
2006-01-21* include/cygwin/version.h: Bump API minor number to 151.Christopher Faylor1-47/+34
2006-01-19* dir.cc (readdir_worker): Fill in invalid fields with -1. Accommodate nameChristopher Faylor1-3/+3
2006-01-03* dir.cc (readdir_worker): Minor code cleanup.Christopher Faylor1-51/+52
2006-01-03* dir.cc (readdir_worker): Ensure that saw_dot flags are updated when notChristopher Faylor1-2/+9
2005-12-19* include/sys/dirent.h: Change __deprecated_d_ino to __invalid_d_ino throughoutChristopher Faylor1-7/+7
2005-12-05* dir.cc (readdir_workdir): Only fill out d_ino when linked into older app.Christopher Faylor1-37/+45
2005-12-05revert accidental checkinChristopher Faylor1-4/+0
2005-12-05Remove unneeded whitespace.Christopher Faylor1-0/+4
2005-10-21* dir.cc (rmdir): Eliminate nonsensical code.Christopher Faylor1-4/+1
2005-10-12* dir.cc (mkdir): Abandon use of PC_WRITABLE.Christopher Faylor1-3/+6
2005-09-29 * dir.cc (mkdir): Check for trailing /. or /.. component.Corinna Vinschen1-0/+20
2005-08-28*dir.cc (readdir_r): Invert sense on error-test.Christopher Faylor1-1/+1
2005-08-23* dir.cc (readdir_worker): Make static. Only add '.' and '..' when readdirChristopher Faylor1-2/+2
2005-08-20* cygerrno.h (geterrno_from_win_error): Change declaration to default to usingChristopher Faylor1-22/+47
2005-08-19* fhandler.h (dirent_states): Add dirent_isroot, dirent_saw_cygdrive,Christopher Faylor1-3/+3
2005-07-03Replace valid memory checks with new myfault class "exception handling", almostChristopher Faylor1-6/+13
2005-05-25* fhandler.h (fhandler_base::mkdir): New virtual method.Christopher Faylor1-97/+20
2005-05-13Remove PC_FULL from path_conv usage throughout.Christopher Faylor1-2/+2
2005-05-13* cygtls.cc (_cygtls::remove): Eliminate compiler warning.Christopher Faylor1-6/+2
2005-03-16* dir.cc: Rename opendir_* to dirent_* throughout.Christopher Faylor1-14/+6
2004-05-28* path.cc (chdir): Always use the normalized_path as posix_cwd, except if itChristopher Faylor1-8/+8
2004-05-03 * dir.cc (writable_directory): Remove.Corinna Vinschen1-35/+0
2004-04-16 * autoload.cc (NtCreateFile): Add.Corinna Vinschen1-1/+1
2004-04-13 * dir.cc (mkdir): Call set_file_attribute with additional handleCorinna Vinschen1-1/+1
2004-03-202004-03-19 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet1-36/+40
2004-03-142004-03-14 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet1-48/+48
2003-11-26 * dir.cc (mkdir): Use local security_descriptor. CallCorinna Vinschen1-1/+2
2003-09-25* devices.cc: New file.Christopher Faylor1-6/+4
2003-09-11* dir.cc (rmdir): Add more samba workarounds.Christopher Faylor1-2/+7
2003-09-10* fhandler_disk_file.cc (num_entries): Take . and .. into account if they doChristopher Faylor1-0/+2
2003-09-09* dir.cc (readdir): Reinstate setting of old ino field for legacy applications.Christopher Faylor1-0/+1
2003-09-08Throughout, remove __d_u.__d_data fields from DIR structure.Christopher Faylor1-8/+39
2003-06-16Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor1-1/+0
2003-05-11 Replace ino_t by __ino64_t throughout.Corinna Vinschen1-1/+1
2003-05-11* dir.cc (readdir): Fill out new old_d_ino field.Christopher Faylor1-0/+1
2003-04-01 * dir.cc: Change __off32_t to _off_t and __off64_t to _off64_tCorinna Vinschen1-5/+5
2002-09-23More GNUify non-GNU formatted functions calls throughout.Christopher Faylor1-1/+1