summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/path.cc
Commit message (Expand)AuthorAgeFilesLines
* cygwin: unify reparse point checking code into single functionCorinna Vinschen2017-07-241-36/+53
* cygwin: fix formatting in check_reparse_point_targetCorinna Vinschen2017-07-241-3/+3
* Compatibility improvements to reparse point handling.Joe_Lowe2017-06-201-12/+47
* cygwin: try unprivileged symlink creation on W10 1703 and laterCorinna Vinschen2017-04-241-2/+9
* Revert "Add release message for commit 973f766f6"Corinna Vinschen2017-03-141-3/+12
* Add release message for commit 973f766f6Corinna Vinschen2017-03-141-12/+3
* cwdstuff: Don't leave from setting the CWD prematurely on initCorinna Vinschen2017-03-031-8/+42
* FAST_CWD: adjust the initial search scopeJohannes Schindelin2017-01-121-2/+2
* Fix incorrect path conversion on non-existent files on network sharesCorinna Vinschen2016-12-131-0/+7
* Check for .exe file in cygwin_conv_pathCorinna Vinschen2016-12-131-2/+2
* path_conv: When encountering a ".(/)+" sequence, skip *all* slashesCorinna Vinschen2016-11-281-1/+6
* fcwd_access_t: Add missing breaks in f_cwd pointer computationCorinna Vinschen2016-11-241-0/+3
* Fix ShellExecuteW commentCorinna Vinschen2016-10-241-4/+3
* Workaround for filesystems with broken FileAllInformation info class (NcFsd)Corinna Vinschen2016-08-051-1/+24
* Transform all special chars in relative Windows path stringCorinna Vinschen2016-07-141-3/+6
* Fix various OS-related commentsCorinna Vinschen2016-06-241-33/+18
* symlink_info::check fixup comment and two test for non-XPCorinna Vinschen2016-06-241-5/+3
* Drop max_sys_priv wincapCorinna Vinschen2016-06-241-9/+1
* Drop has_fast_cwd flagCorinna Vinschen2016-06-241-103/+78
* Drop has_broken_udf flagCorinna Vinschen2016-06-231-26/+0
* Handle up to 63 partitions per driveCorinna Vinschen2016-06-231-2/+1
* Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen2016-06-231-3/+0
* Use new path_conv_handle functions to access file infoCorinna Vinschen2016-06-211-13/+3
* realpath: Handle Win32 and NT long path prefixesCorinna Vinschen2016-05-311-4/+6
* Cygwin: Drop definition and usage of _mode_t in favor of __mode_tCorinna Vinschen2016-04-151-2/+2
* Revert "Refactor to avoid nonnull checks on "this" pointer."Corinna Vinschen2016-04-051-3/+2
* Refactor to avoid nonnull checks on "this" pointer.Peter Foley2016-04-041-2/+3
* Remove MALLOC_CHECK and calls to it entirelyCorinna Vinschen2016-04-011-8/+0
* cygwin_conv_path: Always preserve trailing backslashes in conversion to POSIX...Corinna Vinschen2016-02-091-3/+3
* Fetch and store FileAllInformation rather than FileNetworkOpenInformationCorinna Vinschen2015-12-101-46/+22
* Allow cygwin_conv_path(3) and cygpath(1) to emit /proc/cygdrive prefixed pathCorinna Vinschen2015-12-061-8/+10
* Fix creating relative native symlinks in top-level directoriesCorinna Vinschen2015-11-261-1/+1
* Reapply POSIX ACL changes.Corinna Vinschen2015-11-181-4/+3
* Don't generate Windows native symlinks targeting Cygwin-only targetsCorinna Vinschen2015-11-181-2/+8
* Add support for Parallels Desktop FS (prlfs)Corinna Vinschen2015-11-021-1/+2
* Fix length returned from sys_cp_wcstombs in case nwc > # of wcharsCorinna Vinschen2015-10-221-3/+3
* Fix EIO error accessing certain (OS X SMB?) drivesCorinna Vinschen2015-10-211-1/+7
* winsup/cygwin: rework basename redefinition handling in path.ccYaakov Selkowitz2015-07-061-3/+7
* Handle unlinking in-use files on virtual drivesCorinna Vinschen2015-04-231-0/+12
* Undef basename before defining function.Corinna Vinschen2015-04-231-0/+2
* cygwin: add GNU basename(3)Yaakov Selkowitz2015-04-231-0/+28
* * path.h (path_conv): Make path_flags private. Rename known_suffix toCorinna Vinschen2015-02-151-27/+27
* * fhandler.h (class fhandler_process): Add fd_type member.Corinna Vinschen2015-01-221-1/+26
* * path.cc (find_fast_cwd): Point to problem reporting web site ratherCorinna Vinschen2014-12-161-1/+1
* * path.cc (warn_msdos): Slightly reformat.Corinna Vinschen2014-12-161-9/+15
* * globals.cc (dos_file_warning): Set to false by default.Corinna Vinschen2014-10-281-3/+3
* * path.cc (symlink_info::check): Set error from status code if openingCorinna Vinschen2014-10-201-1/+7
* * Throughout, use __try/__except/__endtry blocks, rather than myfaultCorinna Vinschen2014-08-221-982/+1038
* * cygtls.h (TP_NUM_C_BUFS): Raise to 50 to allow SYMLOOP_MAX recursionsCorinna Vinschen2014-04-181-1/+23
* * path.cc (find_fast_cwd_pointer): Fix preceeding comment.Corinna Vinschen2014-02-271-2/+1