aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/path.cc
AgeCommit message (Expand)AuthorFilesLines
2022-08-05Cygwin: drop last usage of RtlCreateUnicodeStringFromAsciizCorinna Vinschen1-2/+4
2022-08-03Cygwin: path: Make some symlinks to /cygdrive/* work.Takashi Yano1-1/+5
2022-05-29Cygwin: remove miscellaneous 32-bit codeKen Brown1-102/+0
2022-05-29Cygwin: remove some 32-bit only path conversion functionsKen Brown1-64/+0
2022-05-29Cygwin: remove regparm.hKen Brown1-6/+6
2022-05-29Cygwin: simplify some function namesKen Brown1-2/+2
2022-05-13Cygwin: drop a few minor references to WOW64Corinna Vinschen1-2/+1
2022-05-13Cygwin: wincap: drop wow64 flag and all conditions depending on itCorinna Vinschen1-22/+0
2022-03-14Cygwin: path: Convert type of variable 'remlen' to DWORD.Takashi Yano1-2/+1
2022-03-14Cygwin: path: Add fallback for DFS mounted drive.Takashi Yano1-5/+12
2022-02-03Cygwin: path: Fix UNC path handling for SMB3 mounted to a drive.Takashi Yano1-2/+11
2022-01-18Cygwin: path_conv: do not get confused by a directory with `.lnk` suffixJohannes Schindelin1-0/+1
2021-12-11Cygwin: path: Fix path conversion of virtual drive.Takashi Yano1-21/+35
2021-12-08Cygwin: path: Convert UNC path prefix back to drive letter.Takashi Yano1-1/+36
2021-11-16Revert "Cygwin: set the FILE_ATTRIBUTE_ARCHIVE DOS attribute on file creation"Corinna Vinschen1-2/+2
2021-11-15Cygwin: set the FILE_ATTRIBUTE_ARCHIVE DOS attribute on file creationCorinna Vinschen1-2/+2
2021-07-30Cygwin: Add winsymlinks:sysJon Turney1-1/+2
2021-07-30Cygwin: Rename WSYM_sysfile to WSYM_defaultJon Turney1-3/+3
2021-07-07Cygwin: respect PC_SYM_FOLLOW and PC_SYM_NOFOLLOW_REP with inner links.Jeremy Drake1-43/+45
2021-07-06Revert "Cygwin: Handle virtual drives as non-symlinks"Jeremy Drake1-2/+7
2021-05-25Cygwin: path_conv: fix mqueue path checkCorinna Vinschen1-15/+7
2021-05-25Cygwin: cwdstuff: check if /dev existsCorinna Vinschen1-2/+18
2021-05-25Cygwin: POSIX msg queues: implement open/mq_open entirely in fhandlerCorinna Vinschen1-0/+12
2021-05-25Cygwin: get_nt_native_path: allow to append suffixCorinna Vinschen1-1/+7
2021-05-19Cygwin: suppress FAST_CWD warnings on ARM64Jeremy Drake1-24/+9
2021-05-19Cygwin: Handle virtual drives as non-symlinksJeremy Drake1-7/+2
2021-05-07Cygwin: fetch Windows directory on all platforms and use throughoutCorinna Vinschen1-13/+5
2021-05-07Cygwin: path_conv: Rework handling native symlinks as inner path componentsCorinna Vinschen1-62/+97
2021-04-21Cygwin: skip native symlink check in Windows dir under WOW64Corinna Vinschen1-2/+28
2021-04-19Cygwin: path_conv: Try to handle native symlinks more sanelyCorinna Vinschen1-0/+26
2021-03-23Cygwin: Treat Windows Store's "app execution aliases" as symbolic linksJohannes Schindelin1-0/+40
2021-02-01Cygwin: recognize native Windows AF_UNIX sockets as reparse pointsKen Brown1-0/+4
2021-01-22Cygwin: normalize_posix_path: fix error handling when .. is encounteredKen Brown1-1/+3
2020-12-02Cygwin: add flag to indicate reparse points unknown to WinAPICorinna Vinschen1-4/+4
2020-11-30Cygwin: Fix access to block devices below /proc/sys.Christian Franke1-10/+19
2020-10-04Cygwin: always recognize AF_UNIX sockets as reparse pointsKen Brown1-4/+6
2020-10-04Cygwin: fix handling of known reparse points that are not symlinksKen Brown1-5/+12
2020-09-26Cygwin: check_reparse_point_target: update commentKen Brown1-2/+3
2020-09-08Cygwin: path_conv::check: handle error from fhandler_process::existsKen Brown1-0/+9
2020-08-23Cygwin: cwdstuff::get: clean up debug_printf outputKen Brown1-0/+2
2020-08-05Cygwin: Add 'fallthrough' pseudo keyword for switch/case useCorinna Vinschen1-3/+3
2020-04-21Cygwin: symlinks: fix WSL symlink creation if cygdrive prefix is /Corinna Vinschen1-4/+6
2020-04-05Cygwin: symlinks: Allow traversing WSL symlinksCorinna Vinschen1-0/+6
2020-04-03Cygwin: symlinks: create WSL symlinks on supporting filesystemsCorinna Vinschen1-24/+103
2020-04-02Cygwin: symlinks: fix WSL symlinks pointing to /mntCorinna Vinschen1-15/+35
2020-03-27Cygwin: symlinks: support WSL symlinksCorinna Vinschen1-0/+73
2020-03-11Cygwin: fix formatting: collapse whitespace-only linesCorinna Vinschen1-1/+1
2020-03-11Cygwin: fix formatting: drop spaces leading tabsCorinna Vinschen1-6/+6
2020-01-28Cygwin: remove CYGWIN=dos_file_warning optionCorinna Vinschen1-32/+4
2020-01-28Cygwin: symlink/mknod: fix ACL handlingCorinna Vinschen1-35/+34