OSDN Git Service

* dtable.cc (build_fh_name_worker): Remove. Move all functionality
[pf3gnuchains/pf3gnuchains4x.git] / winsup / cygwin / dir.cc
2010-01-12 corinna * dtable.cc (build_fh_name_worker): Remove. Move...
2009-09-26 ericbFix some POSIX-compliance bugs in link, rename, mkdir.
2008-11-28 corinna * dir.cc (readdir_worker): Initialize dirent.d_type...
2008-04-07 cgfRemove unneeded header files from source files throughout.
2008-03-31 corinna * smallprint.cc (__small_vswprintf): Fix uninitialized...
2007-08-16 corinna * dir.cc (readdir_worker): Convert w32name to PUNICODE...
2007-07-26 corinna * dir.cc (readdir_worker): Drop dir parameter from...
2007-07-09 corinna * dir.cc (closedir): Revert change from 2007-06-29.
2007-06-29 corinna * cygwin.din: Export fdopendir.
2007-02-22 corinna * dir.cc (rmdir): Move existance check in front of
2007-02-22 corinna Throughout remove all usage of wincap.access_denied_on...
2007-01-17 corinna * Makefile.in (DLL_OFILES): Add fhandler_procnet.o.
2006-11-30 corinna * dir.cc (mkdir): Check last path component for "..".
2006-05-28 cgfwhite space
2006-03-03 corinna * dir.cc (opendir): Fix indentation.
2006-02-28 corinna * dir.cc (readdir_worker): Use slash as path separator...
2006-02-05 corinna * dir.cc (rewinddir): Keep dirent_get_d_ino and dirent...
2006-02-04 cgf* dir.cc (rmdir): Reorganize check for trailing dot...
2006-02-04 cgf* dir.cc (mkdir): Reorganize check for trailing dot...
2006-01-31 corinna * dir.cc (readdir_worker): Add comment about writing...
2006-01-27 corinna * autoload.cc (NtQueryDirectoryFile): Define.
2006-01-24 cgf* dir.cc (readdir_worker): Turn off expensive inode...
2006-01-21 cgf* include/cygwin/version.h: Bump API minor number to...
2006-01-19 cgf* dir.cc (readdir_worker): Fill in invalid fields with...
2006-01-03 cgf* dir.cc (readdir_worker): Minor code cleanup.
2006-01-03 cgf* dir.cc (readdir_worker): Ensure that saw_dot flags...
2005-12-19 cgf* include/sys/dirent.h: Change __deprecated_d_ino to...
2005-12-05 cgf* dir.cc (readdir_workdir): Only fill out d_ino when...
2005-12-05 cgfrevert accidental checkin
2005-12-05 cgfRemove unneeded whitespace.
2005-10-21 cgf* dir.cc (rmdir): Eliminate nonsensical code.
2005-10-12 cgf* dir.cc (mkdir): Abandon use of PC_WRITABLE.
2005-09-29 corinna * dir.cc (mkdir): Check for trailing /. or /.. component.
2005-08-28 cgf*dir.cc (readdir_r): Invert sense on error-test.
2005-08-23 cgf* dir.cc (readdir_worker): Make static. Only add ...
2005-08-20 cgf* cygerrno.h (geterrno_from_win_error): Change declarat...
2005-08-19 cgf* fhandler.h (dirent_states): Add dirent_isroot, dirent...
2005-07-03 cgfReplace valid memory checks with new myfault class...
2005-05-25 cgf* fhandler.h (fhandler_base::mkdir): New virtual method.
2005-05-13 cgfRemove PC_FULL from path_conv usage throughout.
2005-05-13 cgf* cygtls.cc (_cygtls::remove): Eliminate compiler warning.
2005-03-16 cgf* dir.cc: Rename opendir_* to dirent_* throughout.
2004-05-28 cgf* path.cc (chdir): Always use the normalized_path as...
2004-05-03 corinna * dir.cc (writable_directory): Remove.
2004-04-16 corinna * autoload.cc (NtCreateFile): Add.
2004-04-13 corinna * dir.cc (mkdir): Call set_file_attribute with additio...
2004-03-20 phumblet2004-03-19 Pierre Humblet <pierre.humblet@ieee.org>
2004-03-14 phumblet2004-03-14 Pierre Humblet <pierre.humblet@ieee.org>
2003-11-26 corinna * dir.cc (mkdir): Use local security_descriptor. Call
2003-09-25 cgf* devices.cc: New file.
2003-09-11 cgf* dir.cc (rmdir): Add more samba workarounds.
2003-09-10 cgf* fhandler_disk_file.cc (num_entries): Take . and...
2003-09-09 cgf* dir.cc (readdir): Reinstate setting of old ino field...
2003-09-08 cgfThroughout, remove __d_u.__d_data fields from DIR struc...
2003-06-16 cgfThroughout, remove "include <errno.h>" from files which...
2003-05-11 corinna Replace ino_t by __ino64_t throughout.
2003-05-11 cgf* dir.cc (readdir): Fill out new old_d_ino field.
2003-04-01 corinna * dir.cc: Change __off32_t to _off_t and __off64_t...
2002-09-23 cgfMore GNUify non-GNU formatted functions calls throughout.
2002-06-05 cgf* dir.cc (rmdir): Streamline. Detect attempts to remov...
2002-06-05 cgfRemove fcntl.h includes throughout.
2002-06-02 cgfRemove unneeded sigproc.h includes throughout.
2002-06-01 cgf* fhandler_disk_file.cc (readdir): Move inode calculati...
2002-05-28 cgf* autoload.cc (LoadFuncEx): Define via new LoadFuncEx2...
2002-05-25 cgfRemove unneeded sync.h, where appropriate, throughout...
2002-02-25 corinna * cygwin.din (fstat64): New symbol.
2002-02-10 corinna * (child_info.h, cygheap.h, dcrt0.cc, dir.cc, fhandler...
2002-01-14 corinna * dir.cc: Use INVALID_FILE_ATTRIBUTES instead of ...
2002-01-13 cgfAdd copyright stuff
2002-01-06 cgf* dir.cc (opendir): Guarantee release of alloced fhandl...
2002-01-04 cgf* dir.cc (opendir): Don't attempt to call sub-opendir...
2001-12-05 cgf* dir.cc (opendir): Detect error return from build_fhan...
2001-11-22 cgf* path.cc (conv_path_list): Fix wild indexing into...
2001-11-21 cgf* Makefile.in (DLL_OFILES): Add fhandler_disk_file.o.
2001-11-13 corinna * dir.cc (mkdir): Add HIDDEN file attribute if file...
2001-11-05 cgfEliminate excess whitespace.
2001-10-05 cgfAdd second path_conv * argument to fstat()s throughout.
2001-10-05 cgf* syscalls.cc (stat_worker): Make global. Accept path_...
2001-10-01 cgfAdd "path.h" include throughout, where needed. Use...
2001-09-17 cgf* syscalls.cc (rmdir): Set cwd to some other location...
2001-09-12 corinna * Makefile.in: Build wincap.o.
2001-09-11 cgfUpdate copyrights.
2001-09-07 cgf* cygheap.h (init_cygheap): Move heap pointers here.
2001-09-06 cgf* cygheap.h (init_cygheap): Move bucket array here...
2001-09-03 corinna * dir.cc (opendir): Write version information...
2001-09-03 corinna * cygwin.din: Add `dirfd'.
2001-08-28 cgf* dir.cc (rmdir): Report ENOENT when file doesn't exist...
2001-08-07 corinna * security.cc (alloc_sd): Don't set FILE_DELETE...
2001-08-07 corinna * dir.cc (mkdir): Set security attributes corre...
2001-08-04 cgfThroughout, change check for running under Windows...
2001-07-26 cgfThroughout, reorganize header file inclusion to put...
2001-07-20 corinna * dir.cc (readdir): Protect FindNextFileA again...
2001-06-03 cgf* cygheap.cc (cygheap_root::cygheap_rot): Remove constr...
2001-05-12 corinna * dir.cc (rmdir): Rearrange slightly to allow...
2001-04-18 cgfThroughout, change fdtab references to cygheap->fdtab.
2001-04-12 corinna * dir.cc (mkdir): Check for case clash.
2001-03-17 cgf* dir.cc (readdir): Use strcasematch for consistency.
2001-03-05 cgf* dlopen.c (dlopen): Return NULL when name is NULL...
2001-03-02 corinna * dir.cc (readdir): Fix creating path in symlin...
2001-03-02 corinna * dir.cc (readdir): Fix shortcut==symlink condi...
next