Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-01-28Cygwin: remove CYGWIN=dos_file_warning optionCorinna Vinschen
2020-01-28Cygwin: symlink/mknod: fix ACL handlingCorinna Vinschen
2020-01-28Cygwin: path_conv: add PC_SYM_NOFOLLOW_DIR flagCorinna Vinschen
2020-01-17Cygwin: normalize_win32_path: allow drive without trailing backslashKen Brown
2020-01-13Fixed crash on wine by adding NULL check after memchrArseniy Lartsev
2019-12-09Cygwin: symlink_info::check: avoid assertion failureKen Brown
2019-09-26Cygwin: normalize_win32_path: improve error checkingKen Brown
2019-09-21Cygwin: remove old cruft from path_conv::checkKen Brown
2019-07-22Cygwin: remove path_conv::is_auto_device()Ken Brown
2019-07-16Cygwin: avoid GCC 8.3 errors with -Werror=class-memaccessKen Brown
2019-01-06Cygwin: path_conv: add PATH_RESOLVE_PROCFD path_types flagCorinna Vinschen
2019-01-06Cygwin: path_conv: decouple path_types from mount typesCorinna Vinschen
2019-01-06Cygwin: path_conv: decouple pathconv_flags from path_typesCorinna Vinschen
2019-01-06Cygwin: implement /proc/PID/fd/DESCRIPTOR reopening by handleCorinna Vinschen
2019-01-06Cygwin: path_conv: add serialization/deserialization facilityCorinna Vinschen
2019-01-05Cygwin: introduce virt_fdsymlink to simplify /proc/PID/fd symlink handlingCorinna Vinschen
2019-01-05Cygwin: return correct FH_PROCESSFD for files under /proc/PID/fd subdirCorinna Vinschen
2019-01-05Cygwin: path_conv: nobody cares if a path had symlinks after the factCorinna Vinschen
2018-09-01Cygwin: fix Win32 path ".." backtrackingCorinna Vinschen
2018-07-12Cygwin: Treat PROCESSOR_ARCHITECTURE_INTEL as running under WOW64 on ARM64Corinna Vinschen
2018-07-10Cygwin: Don't print FAST_CWD warning in WOW64 on ARM64 systemsCorinna Vinschen
2018-07-10Cygwin: fix a race in the FAST_CWD fallback codeCorinna Vinschen
2018-06-26Cygwin: Allow to build without experimental AF_UNIX code by defaultCorinna Vinschen
2018-05-29Cygwin: normalize_win32_path: Avoid buffer underrunsCorinna Vinschen
2018-05-29Cygwin: TEST only: Add a buffer underrun assertion to symlink_info::checkCorinna Vinschen
2018-03-02Cygwin: drop CYGWIN_SOCKET_UUID, define CYGWIN_SOCKET_GUID as GUID pointerCorinna Vinschen
2018-03-01Cygwin: add AF_UNIX reparse points to path handlingCorinna Vinschen
2018-03-01Cygwin: path.cc: clean up includesCorinna Vinschen
2018-03-01Cygwin: path_conv: rename is_rep_symlink to is_known_reparse_pointCorinna Vinschen
2018-02-23Cygwin: Introduce FH_SOCKET for generic socket file opsCorinna Vinschen
2018-02-23Cygwin: drop unused device nodes and clean up socket devicesCorinna Vinschen
2017-11-27cygwin: convert most #ifndef __x86_64__ to #ifdef __i386__Corinna Vinschen
2017-07-24cygwin: unify reparse point checking code into single functionCorinna Vinschen
2017-07-24cygwin: fix formatting in check_reparse_point_targetCorinna Vinschen
2017-06-20Compatibility improvements to reparse point handling.Joe_Lowe
2017-04-24cygwin: try unprivileged symlink creation on W10 1703 and laterCorinna Vinschen
2017-03-14Revert "Add release message for commit 973f766f6"Corinna Vinschen
2017-03-14Add release message for commit 973f766f6Corinna Vinschen
2017-03-03cwdstuff: Don't leave from setting the CWD prematurely on initCorinna Vinschen
2017-01-12FAST_CWD: adjust the initial search scopeJohannes Schindelin
2016-12-13Fix incorrect path conversion on non-existent files on network sharesCorinna Vinschen
2016-12-13Check for .exe file in cygwin_conv_pathCorinna Vinschen
2016-11-28path_conv: When encountering a ".(/)+" sequence, skip *all* slashesCorinna Vinschen
2016-11-24fcwd_access_t: Add missing breaks in f_cwd pointer computationCorinna Vinschen
2016-10-24Fix ShellExecuteW commentCorinna Vinschen
2016-08-05Workaround for filesystems with broken FileAllInformation info class (NcFsd)Corinna Vinschen
2016-07-14Transform all special chars in relative Windows path stringCorinna Vinschen
2016-06-25Fix various OS-related commentsCorinna Vinschen
2016-06-24symlink_info::check fixup comment and two test for non-XPCorinna Vinschen
2016-06-24Drop max_sys_priv wincapCorinna Vinschen