aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/dir.cc
AgeCommit message (Expand)AuthorFilesLines
2013-11-25 Throughout, keep function definitions and declarations in sync withCorinna Vinschen1-1/+1
2013-10-30 * devices.in (dev_cygdrive_storage): Map to \Device\Null.Corinna Vinschen1-1/+4
2013-04-23 * Merge in cygwin-64bit-branch.Corinna Vinschen1-3/+3
2013-01-21Throughout, update copyrights to reflect dates which correspond to main-branchChristopher Faylor1-2/+2
2012-10-26 * dir.cc (closedir): Fix syscall_printf.Corinna Vinschen1-1/+1
2012-03-29 * Makefile.in (DLL_OFILES): Add fhandler_dev.o.Corinna Vinschen1-0/+5
2012-02-02 Fix memory and handle leaks due to fdopendir:Corinna Vinschen1-3/+3
2011-12-03Throughout, remove extra space after function name from debugging output.Christopher Faylor1-4/+4
2011-06-06whitespace eliminationChristopher Faylor1-1/+1
2010-07-05 Align seekdir and telldir API to POSIX definition.Corinna Vinschen1-10/+16
2010-01-12 * dtable.cc (build_fh_name_worker): Remove. Move all functionalityCorinna Vinschen1-4/+4
2009-09-26Fix some POSIX-compliance bugs in link, rename, mkdir.Eric Blake1-1/+22
2008-11-28 * dir.cc (readdir_worker): Initialize dirent.d_type and __d_unused1.Corinna Vinschen1-0/+3
2008-04-07Remove unneeded header files from source files throughout.Christopher Faylor1-5/+0
2008-03-31 * smallprint.cc (__small_vswprintf): Fix uninitialized usage of `w'.Corinna Vinschen1-1/+1
2007-08-16 * dir.cc (readdir_worker): Convert w32name to PUNICODE_STRING.Corinna Vinschen1-5/+6
2007-07-26 * dir.cc (readdir_worker): Drop dir parameter from call toCorinna Vinschen1-2/+1
2007-07-09 * dir.cc (closedir): Revert change from 2007-06-29.Corinna Vinschen1-5/+1
2007-06-29 * cygwin.din: Export fdopendir.Corinna Vinschen1-4/+19
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