Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-02-02 * path.cc (conv_path_list): Remove enclosing quotes and trailingCorinna Vinschen
2011-01-17 * path.cc (path_conv::check): Don't follow reparse point symlinks ifCorinna Vinschen
2010-12-06 * path.cc (path_conv::check): Don't generate ENOENT for non-existantCorinna Vinschen
2010-11-23 * path.cc (symlink_info::check): Don't use FileNetworkOpenInformationCorinna Vinschen
2010-10-24* dcrt0.cc (do_exit): Don't set thread termination until all fds have beenChristopher Faylor
2010-10-09 * cygheap.h (cwdstuff::override_win32_cwd): Declare.Corinna Vinschen
2010-10-07 * fhandler.h (fhandler_base::get_stat_access): Delete.Corinna Vinschen
2010-10-02 * fhandler_disk_file.cc (fhandler_base::fstat_by_nfs_ea): Simplify.Corinna Vinschen
2010-09-30 * fhandler.cc: Drop including nfs.h.Corinna Vinschen
2010-09-30 * path.cc (symlink_info::check): Remove erroneous assumption aboutCorinna Vinschen
2010-09-24 * errno.cc (errmap): Map ERROR_BAD_NET_RESP to ENOSYS.Corinna Vinschen
2010-09-21 * path.cc (cwdstuff::set): Replace constant 2 with sizeof(WCHAR) whereCorinna Vinschen
2010-09-21 * mount.h (class fs_info): Add has_buggy_reopen flag and accessorCorinna Vinschen
2010-09-21 * fhandler.cc (fhandler_base::open): Always open NFS files withCorinna Vinschen
2010-09-14 * path.cc (symlink_info::check): Make sure AllocationSize and EndOfFileCorinna Vinschen
2010-09-13 * fhandler.h (class fhandler_base): Change inheritance of fstat_helperCorinna Vinschen
2010-09-06 * Makefile.in (DLL_OFILES): Add fhandler_procsys.o.Corinna Vinschen
2010-08-31 * path.cc (normalize_posix_path): Preserve //./ and //?/ prefixes.Corinna Vinschen
2010-08-27 * external.cc (sync_wincwd): Remove.Corinna Vinschen
2010-08-20 * path.cc (path_conv::check): Close handle in conv_handle if we'reCorinna Vinschen
2010-08-20 * fhandler_disk_file.cc (readdir_check_reparse_point): Rename fromCorinna Vinschen
2010-08-18 * exceptions.cc (open_stackdumpfile): Don't try to open file if weCorinna Vinschen
2010-08-13 * cygheap.h (class cwdstuff): Make drive_length private.Corinna Vinschen
2010-08-04 * path.cc (cygwin_conv_path): Rearrange test for "." in POSIX toCorinna Vinschen
2010-07-04* path.cc (path_conv::check): Move fs-specific settings to a point where weChristopher Faylor
2010-06-15 * dtable.cc (dtable::dup_worker): Reset path_conv handle in duplicatedCorinna Vinschen
2010-06-15 * path.cc (path_conv::check): Return with ENOTDIR if component is aCorinna Vinschen
2010-06-09 * path.cc (symlink_info::check_shortcut): Use ro_u_empty rather thanCorinna Vinschen
2010-06-08 * path.cc (symlink_info::check): Set h to NULL after closing handleCorinna Vinschen
2010-06-02 * ntdll.h (STATUS_BAD_NETWORK_PATH): Define.Corinna Vinschen
2010-05-26 * path.cc (symlink_info::check): Don't try to handle remote reparseCorinna Vinschen
2010-05-06 * path.cc (path_conv::check): Drop setting sym.pflags before callingCorinna Vinschen
2010-04-29 * mount.cc (struct opt): Add "dos" and "ihash" options.Corinna Vinschen
2010-04-26 * mount.h (fs_info::inited): New inline method.Corinna Vinschen
2010-04-23 * path.h (get_nt_native_path): Add third parameter to declaration andCorinna Vinschen
2010-04-22 * path.cc (symlink_info::check): Make sure to restart only once.Corinna Vinschen
2010-04-22 * mount.cc (GETVOLINFO_VALID_MASK): Drop FILE_SEQUENTIAL_WRITE_ONCECorinna Vinschen
2010-04-22 * path.cc (symlink_info::check): Fix a comment.Corinna Vinschen
2010-04-20* path.cc (cygwin_create_path): Free memory on error.Christopher Faylor
2010-04-09* path.cc (path_conv::set_normalized_path): Use crealloc_abort to avoid aChristopher Faylor
2010-03-29 * spawn.cc (find_exec): Enable finding paths in backslash notation,Corinna Vinschen
2010-02-20 * path.cc (warn_msdos): Enforce extended hex printing of multibyteCorinna Vinschen
2010-02-15 * path.cc (path_conv::check): Treat native DOS paths as "noacl".Corinna Vinschen
2010-02-06 * path.cc (symlink_info::check_nfs_symlink): Reopen file withCorinna Vinschen
2010-01-29 Throughout, use FileBothDirectoryInformation info class rather thanCorinna Vinschen
2010-01-12 * globals.cc (ro_u_nwfs): New R/O unicode string.Corinna Vinschen
2010-01-12 * dtable.cc (build_fh_name_worker): Remove. Move all functionalityCorinna Vinschen
2009-12-24 * path.cc (symlink_info::check): Set fileattr toCorinna Vinschen
2009-12-21 * path.cc (cygwin_conv_path): Add band-aid including comment to avoidCorinna Vinschen
2009-11-10 * fhandler_disk_file.cc (is_volume_mountpoint): Align check withCorinna Vinschen