Age | Commit message (Expand) | Author | Files | Lines |
2019-06-05 | mkdir: always check-for-existence | Ben Wijen | 1 | -1/+3 |
2016-06-23 | Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-release | Corinna Vinschen | 1 | -3/+0 |
2014-08-22 | * Throughout, use __try/__except/__endtry blocks, rather than myfault | Corinna Vinschen | 1 | -164/+173 |
2014-08-21 | * dir.cc (rmdir): Don't skip deleting fh in the ENOTEMPTY case. | Corinna Vinschen | 1 | -4/+1 |
2014-08-19 | * dir.cc (dirfd): Per POSIX, return EINVAL on invalid directory stream. | Corinna Vinschen | 1 | -2/+5 |
2014-03-09 | * dir.cc (opendir): Propagate any errno from build_fh_name. | Christopher Faylor | 1 | -0/+5 |
2014-01-31 | *** empty log message *** | Corinna Vinschen | 1 | -2/+2 |
2013-11-25 | Throughout, keep function definitions and declarations in sync with | Corinna Vinschen | 1 | -1/+1 |
2013-10-30 | * devices.in (dev_cygdrive_storage): Map to \Device\Null. | Corinna Vinschen | 1 | -1/+4 |
2013-04-23 | * Merge in cygwin-64bit-branch. | Corinna Vinschen | 1 | -3/+3 |
2013-01-21 | Throughout, update copyrights to reflect dates which correspond to main-branch | Christopher Faylor | 1 | -2/+2 |
2012-10-26 | * dir.cc (closedir): Fix syscall_printf. | Corinna Vinschen | 1 | -1/+1 |
2012-03-29 | * Makefile.in (DLL_OFILES): Add fhandler_dev.o. | Corinna Vinschen | 1 | -0/+5 |
2012-02-02 | Fix memory and handle leaks due to fdopendir: | Corinna Vinschen | 1 | -3/+3 |
2011-12-03 | Throughout, remove extra space after function name from debugging output. | Christopher Faylor | 1 | -4/+4 |
2011-06-06 | whitespace elimination | Christopher Faylor | 1 | -1/+1 |
2010-07-05 | Align seekdir and telldir API to POSIX definition. | Corinna Vinschen | 1 | -10/+16 |
2010-01-12 | * dtable.cc (build_fh_name_worker): Remove. Move all functionality | Corinna Vinschen | 1 | -4/+4 |
2009-09-26 | Fix some POSIX-compliance bugs in link, rename, mkdir. | Eric Blake | 1 | -1/+22 |
2008-11-28 | * dir.cc (readdir_worker): Initialize dirent.d_type and __d_unused1. | Corinna Vinschen | 1 | -0/+3 |
2008-04-07 | Remove unneeded header files from source files throughout. | Christopher Faylor | 1 | -5/+0 |
2008-03-31 | * smallprint.cc (__small_vswprintf): Fix uninitialized usage of `w'. | Corinna Vinschen | 1 | -1/+1 |
2007-08-16 | * dir.cc (readdir_worker): Convert w32name to PUNICODE_STRING. | Corinna Vinschen | 1 | -5/+6 |
2007-07-26 | * dir.cc (readdir_worker): Drop dir parameter from call to | Corinna Vinschen | 1 | -2/+1 |
2007-07-09 | * dir.cc (closedir): Revert change from 2007-06-29. | Corinna Vinschen | 1 | -5/+1 |
2007-06-29 | * cygwin.din: Export fdopendir. | Corinna Vinschen | 1 | -4/+19 |
2007-02-22 | * dir.cc (rmdir): Move existance check in front of | Corinna Vinschen | 1 | -2/+2 |
2007-02-22 | Throughout remove all usage of wincap.access_denied_on_delete. | Corinna Vinschen | 1 | -0/+2 |
2007-01-17 | * Makefile.in (DLL_OFILES): Add fhandler_procnet.o. | Corinna Vinschen | 1 | -2/+2 |
2006-11-30 | * dir.cc (mkdir): Check last path component for "..". | Corinna Vinschen | 1 | -2/+2 |
2006-05-28 | white space | Christopher Faylor | 1 | -3/+3 |
2006-03-03 | * dir.cc (opendir): Fix indentation. | Corinna Vinschen | 1 | -1/+1 |
2006-02-28 | * dir.cc (readdir_worker): Use slash as path separator when evaluating | Corinna Vinschen | 1 | -1/+5 |
2006-02-05 | * dir.cc (rewinddir): Keep dirent_get_d_ino and dirent_set_d_ino flags. | Corinna Vinschen | 1 | -1/+1 |
2006-02-04 | * dir.cc (rmdir): Reorganize check for trailing dot to return correct error | Christopher Faylor | 1 | -6/+3 |
2006-02-04 | * dir.cc (mkdir): Reorganize check for trailing dot to return correct error | Christopher Faylor | 1 | -6/+2 |
2006-01-31 | * dir.cc (readdir_worker): Add comment about writing old 32 bit d_ino. | Corinna Vinschen | 1 | -0/+2 |
2006-01-27 | * autoload.cc (NtQueryDirectoryFile): Define. | Corinna Vinschen | 1 | -35/+32 |
2006-01-24 | * dir.cc (readdir_worker): Turn off expensive inode calculation. | Christopher Faylor | 1 | -0/+4 |
2006-01-21 | * include/cygwin/version.h: Bump API minor number to 151. | Christopher Faylor | 1 | -47/+34 |
2006-01-19 | * dir.cc (readdir_worker): Fill in invalid fields with -1. Accommodate name | Christopher Faylor | 1 | -3/+3 |
2006-01-03 | * dir.cc (readdir_worker): Minor code cleanup. | Christopher Faylor | 1 | -51/+52 |
2006-01-03 | * dir.cc (readdir_worker): Ensure that saw_dot flags are updated when not | Christopher Faylor | 1 | -2/+9 |
2005-12-19 | * include/sys/dirent.h: Change __deprecated_d_ino to __invalid_d_ino throughout | Christopher Faylor | 1 | -7/+7 |
2005-12-05 | * dir.cc (readdir_workdir): Only fill out d_ino when linked into older app. | Christopher Faylor | 1 | -37/+45 |
2005-12-05 | revert accidental checkin | Christopher Faylor | 1 | -4/+0 |
2005-12-05 | Remove unneeded whitespace. | Christopher Faylor | 1 | -0/+4 |
2005-10-21 | * dir.cc (rmdir): Eliminate nonsensical code. | Christopher Faylor | 1 | -4/+1 |
2005-10-12 | * dir.cc (mkdir): Abandon use of PC_WRITABLE. | Christopher Faylor | 1 | -3/+6 |
2005-09-29 | * dir.cc (mkdir): Check for trailing /. or /.. component. | Corinna Vinschen | 1 | -0/+20 |