aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/path.cc
AgeCommit message (Expand)AuthorFilesLines
2007-08-01 * fhandler_disk_file.cc (fhandler_base::fstat_by_handle): DropCorinna Vinschen1-83/+83
2007-07-31 * fhandler_disk_file.cc (fhandler_disk_file::link): Revert to checkingCorinna Vinschen1-0/+10
2007-07-26 * dir.cc (readdir_worker): Drop dir parameter from call toCorinna Vinschen1-5/+26
2007-07-19 * fhandler.cc (fhandler_base::open): Drop local wpath and upathCorinna Vinschen1-2/+41
2007-07-07* path.cc (symlink_info::check_shortcut): Handle device "symlinks" specially -Christopher Faylor1-2/+6
2007-05-22 * path.cc (cwdstuff::set): Revert useless acquire check.Corinna Vinschen1-2/+1
2007-05-22 * path.cc (cwdstuff::set): Avoid double aquiring of cwd_lock.Corinna Vinschen1-2/+3
2007-05-15* path.cc (fs_info::update): Set and use is_cdrom.Christopher Faylor1-8/+31
2007-03-01* Makefile (DLL_OFILES): Remove ntea.oChristopher Faylor1-4/+0
2007-02-27 * path.cc (close_user_proc_parms_cwd_handle): Remove.Corinna Vinschen1-27/+16
2007-02-22 * cygheap.h (struct cwdstuff): Remove sync member and keep_in_syncCorinna Vinschen1-90/+53
2007-02-22 Throughout replace all usage of wincap.shared with the constantCorinna Vinschen1-1/+2
2007-02-20Remove extraneous whitespace.Christopher Faylor1-10/+10
2007-01-17 * Makefile.in (DLL_OFILES): Add fhandler_procnet.o.Corinna Vinschen1-5/+2
2007-01-16 * autoload.cc (RtlAnsiStringToUnicodeString): Define.Corinna Vinschen1-15/+74
2006-12-12 * environ.cc (set_traverse): Remove.Corinna Vinschen1-6/+0
2006-12-10 * autoload.cc (SHFileOperationA): Drop definition.Corinna Vinschen1-2/+9
2006-12-07 * cygheap.h (struct cwdstuff): Add "sync" member and accompanyingCorinna Vinschen1-31/+54
2006-12-05 * path.cc (cwdstuff::init): Don't change to windows_system_directoryCorinna Vinschen1-4/+8
2006-12-05 * path.cc (cwdstuff::set): Don't try to open directory on systems notCorinna Vinschen1-7/+10
2006-11-30 * dir.cc (mkdir): Check last path component for "..".Corinna Vinschen1-18/+58
2006-11-23 * path.cc (fs_info::update): Define GETVOLINFO_VALID_MASK and TEST_GVI.Corinna Vinschen1-11/+29
2006-11-07 * fhandler.cc (check_posix_perm): Moved here from syscalls.cc.Corinna Vinschen1-1/+1
2006-11-02 * path.cc (symlink_info::posixify): Fix comment.Corinna Vinschen1-2/+2
2006-11-02 * path.cc (symlink_info::check): Eliminate PATH_REP bit from pflags.Corinna Vinschen1-1/+1
2006-11-02 * path.cc (symlink_info::posixify): New mothod converting NT and DOSCorinna Vinschen1-27/+77
2006-10-31 * fhandler_disk_file.cc (fhandler_base::fstat_by_handle): DropCorinna Vinschen1-11/+76
2006-10-09 * path.cc (path_conv::get_nt_native_path): Properly detect \\?\ paths.Corinna Vinschen1-4/+5
2006-08-02* environ.cc (env_win32_to_posix_path_list): Declare.Christopher Faylor1-1/+16
2006-08-01* environ.cc (dos_file_warning): Declare.Christopher Faylor1-6/+35
2006-07-19 * path.cc (symlink_worker): Return EEXIST if newpath exists.Corinna Vinschen1-1/+2
2006-07-05 * path.cc (path_conv::check): Ignore has_ea setting, it's always unsetCorinna Vinschen1-39/+1
2006-07-03 * autoload.cc (NtQueryEaFile): Define.Corinna Vinschen1-20/+19
2006-05-28white spaceChristopher Faylor1-8/+8
2006-04-26 * fhandler.h (fhandler_base): Change fstat_helper prototypeCorinna Vinschen1-7/+18
2006-03-01 * include/sys/dirent.h (struct __DIR): Rename __d_unused toCorinna Vinschen1-0/+24
2006-02-17* path.cc (conv_path_list): Eat empty paths when converting to POSIX.Christopher Faylor1-16/+38
2006-02-05 * environ.cc (struct parse_thing): Add transparent_exe option.Corinna Vinschen1-5/+11
2006-02-03 * path.cc (suffix_scan::lnk_match): Return true beginning withCorinna Vinschen1-8/+6
2006-01-31 * spawn.cc (find_exec): Only return files with execute permission setCorinna Vinschen1-1/+1
2006-01-31 * path.cc (cwdstuff::set): Don't set win32 error, only POSIX errno.Corinna Vinschen1-2/+3
2006-01-31 * path.cc (cwdstuff::set): When SetCurrentDirectory returnsCorinna Vinschen1-0/+4
2006-01-24 * fhandler_process.cc (fhandler_process::fill_filebuf): DisableCorinna Vinschen1-2/+15
2006-01-04* path.cc (dot_special_chars): Add ", <, >, and |.Christopher Faylor1-3/+3
2005-12-27 * path.cc (path_conv::check): Rework loop removing trailing dotsCorinna Vinschen1-9/+17
2005-12-22whitespace cleanup to force snapshot.Christopher Faylor1-6/+6
2005-12-01* devices.h (_minor): Coerce argument to proper type before manipulating.Christopher Faylor1-20/+16
2005-10-12* dir.cc (mkdir): Abandon use of PC_WRITABLE.Christopher Faylor1-8/+1
2005-10-11* (symlink_info::set_error): Change to return bool if input error should beChristopher Faylor1-7/+18
2005-09-29 * dir.cc (mkdir): Check for trailing /. or /.. component.Corinna Vinschen1-0/+18