summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/dir.cc
Commit message (Expand)AuthorAgeFilesLines
* Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen2016-06-231-3/+0
* * Throughout, use __try/__except/__endtry blocks, rather than myfaultCorinna Vinschen2014-08-221-164/+173
* * dir.cc (rmdir): Don't skip deleting fh in the ENOTEMPTY case.Corinna Vinschen2014-08-211-4/+1
* * dir.cc (dirfd): Per POSIX, return EINVAL on invalid directory stream.Corinna Vinschen2014-08-191-2/+5
* * dir.cc (opendir): Propagate any errno from build_fh_name.Christopher Faylor2014-03-091-0/+5
* *** empty log message ***Corinna Vinschen2014-01-311-2/+2
* Throughout, keep function definitions and declarations in sync withCorinna Vinschen2013-11-251-1/+1
* * devices.in (dev_cygdrive_storage): Map to \Device\Null.Corinna Vinschen2013-10-301-1/+4
* * Merge in cygwin-64bit-branch.Corinna Vinschen2013-04-231-3/+3
* Throughout, update copyrights to reflect dates which correspond to main-branchChristopher Faylor2013-01-211-2/+2
* * dir.cc (closedir): Fix syscall_printf.Corinna Vinschen2012-10-261-1/+1
* * Makefile.in (DLL_OFILES): Add fhandler_dev.o.Corinna Vinschen2012-03-291-0/+5
* Fix memory and handle leaks due to fdopendir:Corinna Vinschen2012-02-021-3/+3
* Throughout, remove extra space after function name from debugging output.Christopher Faylor2011-12-031-4/+4
* whitespace eliminationChristopher Faylor2011-06-061-1/+1
* Align seekdir and telldir API to POSIX definition.Corinna Vinschen2010-07-051-10/+16
* * dtable.cc (build_fh_name_worker): Remove. Move all functionalityCorinna Vinschen2010-01-121-4/+4
* Fix some POSIX-compliance bugs in link, rename, mkdir.Eric Blake2009-09-261-1/+22
* * 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