aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/path.h
AgeCommit message (Expand)AuthorFilesLines
2022-08-05Cygwin: Reorganize cygwin source dirCorinna Vinschen1-463/+0
2022-05-29Cygwin: remove regparm.hKen Brown1-10/+10
2021-05-25Cygwin: get_nt_native_path: allow to append suffixCorinna Vinschen1-1/+1
2021-02-10Cygwin: check path_conv_handle for NULL before trying to dup itCorinna Vinschen1-3/+4
2021-02-10Cygwin: drop path_conv::reset_conv_handleCorinna Vinschen1-1/+0
2020-12-02Cygwin: add flag to indicate reparse points unknown to WinAPICorinna Vinschen1-0/+12
2020-12-02Cygwin: path.h: add comments to briefly explain path_typesCorinna Vinschen1-5/+5
2020-11-16Cygwin: path_conv::eq_worker: add NULL pointer checksKen Brown1-2/+4
2020-01-28Cygwin: remove CYGWIN=dos_file_warning optionCorinna Vinschen1-1/+0
2020-01-28Cygwin: symlink/mknod: fix ACL handlingCorinna Vinschen1-1/+1
2020-01-28Cygwin: path_conv: add PC_SYM_NOFOLLOW_DIR flagCorinna Vinschen1-0/+1
2020-01-28Cygwin: add short comments to path_conv optionsCorinna Vinschen1-12/+13
2019-07-22Cygwin: socket files are not lnk special filesKen Brown1-1/+3
2019-07-22Cygwin: remove path_conv::is_fs_device()Ken Brown1-2/+2
2019-07-22Cygwin: remove path_conv::is_auto_device()Ken Brown1-1/+0
2019-07-16Cygwin: avoid GCC 8.3 errors with -Werror=class-memaccessKen Brown1-1/+1
2019-02-18Cygwin: mount: define binary mount as defaultCorinna Vinschen1-3/+1
2019-01-06Cygwin: fix regression in O_TMPFILE | O_EXCL caseCorinna Vinschen1-0/+5
2019-01-06Cygwin: path_conv: add PATH_RESOLVE_PROCFD path_types flagCorinna Vinschen1-0/+2
2019-01-06Cygwin: path_conv: decouple path_types from mount typesCorinna Vinschen1-77/+52
2019-01-06Cygwin: path_conv: decouple pathconv_flags from path_typesCorinna Vinschen1-1/+2
2019-01-06Cygwin: implement /proc/PID/fd/DESCRIPTOR reopening by handleCorinna Vinschen1-0/+2
2019-01-06Cygwin: path_conv: add serialization/deserialization facilityCorinna Vinschen1-0/+3
2019-01-06Cygwin: path_conv: reorder private method declarationsCorinna Vinschen1-3/+5
2019-01-05Cygwin: path_conv: nobody cares if a path had symlinks after the factCorinna Vinschen1-3/+0
2018-12-23Cygwin: support exFAT and fix remote FAT/FAT32 recognitionCorinna Vinschen1-0/+2
2018-06-26Cygwin: Allow to build without experimental AF_UNIX code by defaultCorinna Vinschen1-0/+4
2018-03-01Cygwin: add AF_UNIX reparse points to path handlingCorinna Vinschen1-1/+2
2018-03-01Cygwin: path_conv: rename is_rep_symlink to is_known_reparse_pointCorinna Vinschen1-1/+1
2018-02-23Cygwin: drop unused device nodes and clean up socket devicesCorinna Vinschen1-1/+1
2017-07-24cygwin: unify reparse point checking code into single functionCorinna Vinschen1-1/+2
2017-06-20Compatibility improvements to reparse point handling.Joe_Lowe1-0/+1
2016-11-24Eliminate unused parameter from path_conv::eq_workerCorinna Vinschen1-12/+4
2016-06-23Remove support for SUNWNFS file systemCorinna Vinschen1-1/+0
2016-06-23Handle up to 63 partitions per driveCorinna Vinschen1-1/+5
2016-06-23Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen1-3/+0
2016-06-21Improve encapsulation of FS type behind path_conv coverCorinna Vinschen1-3/+24
2016-01-27Drop has_broken_fnoi flagCorinna Vinschen1-1/+0
2015-12-10Fetch and store FileAllInformation rather than FileNetworkOpenInformationCorinna Vinschen1-16/+5
2015-12-09Drop unused path_conv::ndisk_links methodCorinna Vinschen1-3/+0
2015-11-04Accommodate trailing NUL in PrlSF filesystem name.Corinna Vinschen1-0/+1
2015-11-02Add support for Parallels Desktop FS (prlfs)Corinna Vinschen1-0/+1
2015-04-23Handle unlinking in-use files on virtual drivesCorinna Vinschen1-0/+1
2015-02-15 * path.h (path_conv): Make path_flags private. Rename known_suffix toCorinna Vinschen1-20/+22
2015-02-11 * dlfcn.cc (check_path_access): Drop FE_NATIVE from find_exec call.Corinna Vinschen1-3/+2
2014-08-26 * path.h (path_conv::init_reopen_attr): Change from void to returningCorinna Vinschen1-3/+4
2014-02-09 Introduce reading passwd/group entries from SAM/AD. IntroduceCorinna Vinschen1-17/+0
2013-10-31 * devices.in (dev_cygdrive_storage): Revert mapping to \Device\Null.Corinna Vinschen1-1/+0
2013-10-30 * devices.in (dev_cygdrive_storage): Map to \Device\Null.Corinna Vinschen1-0/+1
2013-08-23 * path.h (enum path_types): Drop definition of PATH_64BITEXEC.Corinna Vinschen1-13/+2