summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/path.cc
Commit message (Expand)AuthorAgeFilesLines
* * Makefile (DLL_OFILES): Remove ntea.oChristopher Faylor2007-03-011-4/+0
* * path.cc (close_user_proc_parms_cwd_handle): Remove.Corinna Vinschen2007-02-271-27/+16
* * cygheap.h (struct cwdstuff): Remove sync member and keep_in_syncCorinna Vinschen2007-02-221-90/+53
* Throughout replace all usage of wincap.shared with the constantCorinna Vinschen2007-02-221-1/+2
* Remove extraneous whitespace.Christopher Faylor2007-02-201-10/+10
* * Makefile.in (DLL_OFILES): Add fhandler_procnet.o.Corinna Vinschen2007-01-171-5/+2
* * autoload.cc (RtlAnsiStringToUnicodeString): Define.Corinna Vinschen2007-01-161-15/+74
* * environ.cc (set_traverse): Remove.Corinna Vinschen2006-12-121-6/+0
* * autoload.cc (SHFileOperationA): Drop definition.Corinna Vinschen2006-12-101-2/+9
* * cygheap.h (struct cwdstuff): Add "sync" member and accompanyingCorinna Vinschen2006-12-071-31/+54
* * path.cc (cwdstuff::init): Don't change to windows_system_directoryCorinna Vinschen2006-12-051-4/+8
* * path.cc (cwdstuff::set): Don't try to open directory on systems notCorinna Vinschen2006-12-051-7/+10
* * dir.cc (mkdir): Check last path component for "..".Corinna Vinschen2006-11-301-18/+58
* * path.cc (fs_info::update): Define GETVOLINFO_VALID_MASK and TEST_GVI.Corinna Vinschen2006-11-231-11/+29
* * fhandler.cc (check_posix_perm): Moved here from syscalls.cc.Corinna Vinschen2006-11-071-1/+1
* * path.cc (symlink_info::posixify): Fix comment.Corinna Vinschen2006-11-021-2/+2
* * path.cc (symlink_info::check): Eliminate PATH_REP bit from pflags.Corinna Vinschen2006-11-021-1/+1
* * path.cc (symlink_info::posixify): New mothod converting NT and DOSCorinna Vinschen2006-11-021-27/+77
* * fhandler_disk_file.cc (fhandler_base::fstat_by_handle): DropCorinna Vinschen2006-10-311-11/+76
* * path.cc (path_conv::get_nt_native_path): Properly detect \\?\ paths.Corinna Vinschen2006-10-091-4/+5
* * environ.cc (env_win32_to_posix_path_list): Declare.Christopher Faylor2006-08-021-1/+16
* * environ.cc (dos_file_warning): Declare.Christopher Faylor2006-08-011-6/+35
* * path.cc (symlink_worker): Return EEXIST if newpath exists.Corinna Vinschen2006-07-191-1/+2
* * path.cc (path_conv::check): Ignore has_ea setting, it's always unsetCorinna Vinschen2006-07-051-39/+1
* * autoload.cc (NtQueryEaFile): Define.Corinna Vinschen2006-07-031-20/+19
* white spaceChristopher Faylor2006-05-281-8/+8
* * fhandler.h (fhandler_base): Change fstat_helper prototypeCorinna Vinschen2006-04-261-7/+18
* * include/sys/dirent.h (struct __DIR): Rename __d_unused toCorinna Vinschen2006-03-011-0/+24
* * path.cc (conv_path_list): Eat empty paths when converting to POSIX.Christopher Faylor2006-02-171-16/+38
* * environ.cc (struct parse_thing): Add transparent_exe option.Corinna Vinschen2006-02-051-5/+11
* * path.cc (suffix_scan::lnk_match): Return true beginning withCorinna Vinschen2006-02-031-8/+6
* * spawn.cc (find_exec): Only return files with execute permission setCorinna Vinschen2006-01-311-1/+1
* * path.cc (cwdstuff::set): Don't set win32 error, only POSIX errno.Corinna Vinschen2006-01-311-2/+3
* * path.cc (cwdstuff::set): When SetCurrentDirectory returnsCorinna Vinschen2006-01-311-0/+4
* * fhandler_process.cc (fhandler_process::fill_filebuf): DisableCorinna Vinschen2006-01-241-2/+15
* * path.cc (dot_special_chars): Add ", <, >, and |.Christopher Faylor2006-01-041-3/+3
* * path.cc (path_conv::check): Rework loop removing trailing dotsCorinna Vinschen2005-12-271-9/+17
* whitespace cleanup to force snapshot.Christopher Faylor2005-12-221-6/+6
* * devices.h (_minor): Coerce argument to proper type before manipulating.Christopher Faylor2005-12-011-20/+16
* * dir.cc (mkdir): Abandon use of PC_WRITABLE.Christopher Faylor2005-10-121-8/+1
* * (symlink_info::set_error): Change to return bool if input error should beChristopher Faylor2005-10-111-7/+18
* * dir.cc (mkdir): Check for trailing /. or /.. component.Corinna Vinschen2005-09-291-0/+18
* Revert erroneous checkin.Corinna Vinschen2005-09-281-20/+15
* * fhandler.h (class fhandler_dev_raw): Delete current_position andCorinna Vinschen2005-09-281-15/+20
* * cygthread.cc (cygthread::cygthread): Add more info to fatal error.Christopher Faylor2005-09-121-0/+2
* * path.cc (normalize_posix_path): Keep two leading slashesCorinna Vinschen2005-08-261-7/+26
* * path.cc (realpath): Drop call to mount_info::conv_to_posix_pathCorinna Vinschen2005-08-251-11/+30
* * path.cc (normalize_win32_path): Honor network paths. Fold moreCorinna Vinschen2005-08-251-8/+19
* * path.cc (path_conv::check): Fill in fileattr for /dev, defaulting toChristopher Faylor2005-08-241-3/+7
* * cygheap.h (cygheap_types): Add HEAP_COMMUNE.Christopher Faylor2005-08-241-1/+7