summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/dir.cc
Commit message (Expand)AuthorAgeFilesLines
* * dir.cc (readdir_worker): Initialize dirent.d_type and __d_unused1.Corinna Vinschen2008-11-281-0/+3
* Remove unneeded header files from source files throughout.Christopher Faylor2008-04-071-5/+0
* * smallprint.cc (__small_vswprintf): Fix uninitialized usage of `w'.Corinna Vinschen2008-03-311-1/+1
* * dir.cc (readdir_worker): Convert w32name to PUNICODE_STRING.Corinna Vinschen2007-08-161-5/+6
* * dir.cc (readdir_worker): Drop dir parameter from call toCorinna Vinschen2007-07-261-2/+1
* * dir.cc (closedir): Revert change from 2007-06-29.Corinna Vinschen2007-07-091-5/+1
* * cygwin.din: Export fdopendir.Corinna Vinschen2007-06-291-4/+19
* * dir.cc (rmdir): Move existance check in front ofCorinna Vinschen2007-02-221-2/+2
* Throughout remove all usage of wincap.access_denied_on_delete.Corinna Vinschen2007-02-221-0/+2
* * Makefile.in (DLL_OFILES): Add fhandler_procnet.o.Corinna Vinschen2007-01-171-2/+2
* * dir.cc (mkdir): Check last path component for "..".Corinna Vinschen2006-11-301-2/+2
* white spaceChristopher Faylor2006-05-281-3/+3
* * dir.cc (opendir): Fix indentation.Corinna Vinschen2006-03-031-1/+1
* * dir.cc (readdir_worker): Use slash as path separator when evaluatingCorinna Vinschen2006-02-281-1/+5
* * dir.cc (rewinddir): Keep dirent_get_d_ino and dirent_set_d_ino flags.Corinna Vinschen2006-02-051-1/+1
* * dir.cc (rmdir): Reorganize check for trailing dot to return correct errorChristopher Faylor2006-02-041-6/+3
* * dir.cc (mkdir): Reorganize check for trailing dot to return correct errorChristopher Faylor2006-02-041-6/+2
* * dir.cc (readdir_worker): Add comment about writing old 32 bit d_ino.Corinna Vinschen2006-01-311-0/+2
* * autoload.cc (NtQueryDirectoryFile): Define.Corinna Vinschen2006-01-271-35/+32
* * dir.cc (readdir_worker): Turn off expensive inode calculation.Christopher Faylor2006-01-241-0/+4
* * include/cygwin/version.h: Bump API minor number to 151.Christopher Faylor2006-01-211-47/+34
* * dir.cc (readdir_worker): Fill in invalid fields with -1. Accommodate nameChristopher Faylor2006-01-191-3/+3
* * dir.cc (readdir_worker): Minor code cleanup.Christopher Faylor2006-01-031-51/+52
* * dir.cc (readdir_worker): Ensure that saw_dot flags are updated when notChristopher Faylor2006-01-031-2/+9
* * include/sys/dirent.h: Change __deprecated_d_ino to __invalid_d_ino throughoutChristopher Faylor2005-12-191-7/+7
* * dir.cc (readdir_workdir): Only fill out d_ino when linked into older app.Christopher Faylor2005-12-051-37/+45
* revert accidental checkinChristopher Faylor2005-12-051-4/+0
* Remove unneeded whitespace.Christopher Faylor2005-12-051-0/+4
* * dir.cc (rmdir): Eliminate nonsensical code.Christopher Faylor2005-10-211-4/+1
* * dir.cc (mkdir): Abandon use of PC_WRITABLE.Christopher Faylor2005-10-121-3/+6
* * dir.cc (mkdir): Check for trailing /. or /.. component.Corinna Vinschen2005-09-291-0/+20
* *dir.cc (readdir_r): Invert sense on error-test.Christopher Faylor2005-08-281-1/+1
* * dir.cc (readdir_worker): Make static. Only add '.' and '..' when readdirChristopher Faylor2005-08-231-2/+2
* * cygerrno.h (geterrno_from_win_error): Change declaration to default to usingChristopher Faylor2005-08-201-22/+47
* * fhandler.h (dirent_states): Add dirent_isroot, dirent_saw_cygdrive,Christopher Faylor2005-08-191-3/+3
* Replace valid memory checks with new myfault class "exception handling", almostChristopher Faylor2005-07-031-6/+13
* * fhandler.h (fhandler_base::mkdir): New virtual method.Christopher Faylor2005-05-251-97/+20
* Remove PC_FULL from path_conv usage throughout.Christopher Faylor2005-05-131-2/+2
* * cygtls.cc (_cygtls::remove): Eliminate compiler warning.Christopher Faylor2005-05-131-6/+2
* * dir.cc: Rename opendir_* to dirent_* throughout.Christopher Faylor2005-03-161-14/+6
* * path.cc (chdir): Always use the normalized_path as posix_cwd, except if itChristopher Faylor2004-05-281-8/+8
* * dir.cc (writable_directory): Remove.Corinna Vinschen2004-05-031-35/+0
* * autoload.cc (NtCreateFile): Add.Corinna Vinschen2004-04-161-1/+1
* * dir.cc (mkdir): Call set_file_attribute with additional handleCorinna Vinschen2004-04-131-1/+1
* 2004-03-19 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2004-03-201-36/+40
* 2004-03-14 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2004-03-141-48/+48
* * dir.cc (mkdir): Use local security_descriptor. CallCorinna Vinschen2003-11-261-1/+2
* * devices.cc: New file.Christopher Faylor2003-09-251-6/+4
* * dir.cc (rmdir): Add more samba workarounds.Christopher Faylor2003-09-111-2/+7
* * fhandler_disk_file.cc (num_entries): Take . and .. into account if they doChristopher Faylor2003-09-101-0/+2