Age | Commit message (Expand) | Author | Files | Lines |
2019-07-22 | Cygwin: remove path_conv::is_auto_device() | Ken Brown | 1 | -1/+1 |
2019-07-16 | Cygwin: avoid GCC 8.3 errors with -Werror=class-memaccess | Ken Brown | 1 | -2/+2 |
2019-01-06 | Cygwin: path_conv: add PATH_RESOLVE_PROCFD path_types flag | Corinna Vinschen | 1 | -1/+4 |
2019-01-06 | Cygwin: path_conv: decouple path_types from mount types | Corinna Vinschen | 1 | -34/+42 |
2019-01-06 | Cygwin: path_conv: decouple pathconv_flags from path_types | Corinna Vinschen | 1 | -8/+11 |
2019-01-06 | Cygwin: implement /proc/PID/fd/DESCRIPTOR reopening by handle | Corinna Vinschen | 1 | -0/+4 |
2019-01-06 | Cygwin: path_conv: add serialization/deserialization facility | Corinna Vinschen | 1 | -0/+64 |
2019-01-05 | Cygwin: introduce virt_fdsymlink to simplify /proc/PID/fd symlink handling | Corinna Vinschen | 1 | -1/+3 |
2019-01-05 | Cygwin: return correct FH_PROCESSFD for files under /proc/PID/fd subdir | Corinna Vinschen | 1 | -1/+1 |
2019-01-05 | Cygwin: path_conv: nobody cares if a path had symlinks after the fact | Corinna Vinschen | 1 | -5/+0 |
2018-09-01 | Cygwin: fix Win32 path ".." backtracking | Corinna Vinschen | 1 | -5/+16 |
2018-07-12 | Cygwin: Treat PROCESSOR_ARCHITECTURE_INTEL as running under WOW64 on ARM64 | Corinna Vinschen | 1 | -9/+24 |
2018-07-10 | Cygwin: Don't print FAST_CWD warning in WOW64 on ARM64 systems | Corinna Vinschen | 1 | -1/+15 |
2018-07-10 | Cygwin: fix a race in the FAST_CWD fallback code | Corinna Vinschen | 1 | -22/+17 |
2018-06-26 | Cygwin: Allow to build without experimental AF_UNIX code by default | Corinna Vinschen | 1 | -0/+6 |
2018-05-29 | Cygwin: normalize_win32_path: Avoid buffer underruns | Corinna Vinschen | 1 | -8/+25 |
2018-05-29 | Cygwin: TEST only: Add a buffer underrun assertion to symlink_info::check | Corinna Vinschen | 1 | -1/+2 |
2018-03-02 | Cygwin: drop CYGWIN_SOCKET_UUID, define CYGWIN_SOCKET_GUID as GUID pointer | Corinna Vinschen | 1 | -4/+1 |
2018-03-01 | Cygwin: add AF_UNIX reparse points to path handling | Corinna Vinschen | 1 | -7/+18 |
2018-03-01 | Cygwin: path.cc: clean up includes | Corinna Vinschen | 1 | -12/+4 |
2018-03-01 | Cygwin: path_conv: rename is_rep_symlink to is_known_reparse_point | Corinna Vinschen | 1 | -1/+1 |
2018-02-23 | Cygwin: Introduce FH_SOCKET for generic socket file ops | Corinna Vinschen | 1 | -1/+1 |
2018-02-23 | Cygwin: drop unused device nodes and clean up socket devices | Corinna Vinschen | 1 | -2/+2 |
2017-11-27 | cygwin: convert most #ifndef __x86_64__ to #ifdef __i386__ | Corinna Vinschen | 1 | -4/+4 |
2017-07-24 | cygwin: unify reparse point checking code into single function | Corinna Vinschen | 1 | -36/+53 |
2017-07-24 | cygwin: fix formatting in check_reparse_point_target | Corinna Vinschen | 1 | -3/+3 |
2017-06-20 | Compatibility improvements to reparse point handling. | Joe_Lowe | 1 | -12/+47 |
2017-04-24 | cygwin: try unprivileged symlink creation on W10 1703 and later | Corinna Vinschen | 1 | -2/+9 |
2017-03-14 | Revert "Add release message for commit 973f766f6" | Corinna Vinschen | 1 | -3/+12 |
2017-03-14 | Add release message for commit 973f766f6 | Corinna Vinschen | 1 | -12/+3 |
2017-03-03 | cwdstuff: Don't leave from setting the CWD prematurely on init | Corinna Vinschen | 1 | -8/+42 |
2017-01-12 | FAST_CWD: adjust the initial search scope | Johannes Schindelin | 1 | -2/+2 |
2016-12-13 | Fix incorrect path conversion on non-existent files on network shares | Corinna Vinschen | 1 | -0/+7 |
2016-12-13 | Check for .exe file in cygwin_conv_path | Corinna Vinschen | 1 | -2/+2 |
2016-11-28 | path_conv: When encountering a ".(/)+" sequence, skip *all* slashes | Corinna Vinschen | 1 | -1/+6 |
2016-11-24 | fcwd_access_t: Add missing breaks in f_cwd pointer computation | Corinna Vinschen | 1 | -0/+3 |
2016-10-24 | Fix ShellExecuteW comment | Corinna Vinschen | 1 | -4/+3 |
2016-08-05 | Workaround for filesystems with broken FileAllInformation info class (NcFsd) | Corinna Vinschen | 1 | -1/+24 |
2016-07-14 | Transform all special chars in relative Windows path string | Corinna Vinschen | 1 | -3/+6 |
2016-06-24 | Fix various OS-related comments | Corinna Vinschen | 1 | -33/+18 |
2016-06-24 | symlink_info::check fixup comment and two test for non-XP | Corinna Vinschen | 1 | -5/+3 |
2016-06-24 | Drop max_sys_priv wincap | Corinna Vinschen | 1 | -9/+1 |
2016-06-24 | Drop has_fast_cwd flag | Corinna Vinschen | 1 | -103/+78 |
2016-06-23 | Drop has_broken_udf flag | Corinna Vinschen | 1 | -26/+0 |
2016-06-23 | Handle up to 63 partitions per drive | Corinna Vinschen | 1 | -2/+1 |
2016-06-23 | Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-release | Corinna Vinschen | 1 | -3/+0 |
2016-06-21 | Use new path_conv_handle functions to access file info | Corinna Vinschen | 1 | -13/+3 |
2016-05-31 | realpath: Handle Win32 and NT long path prefixes | Corinna Vinschen | 1 | -4/+6 |
2016-04-15 | Cygwin: Drop definition and usage of _mode_t in favor of __mode_t | Corinna Vinschen | 1 | -2/+2 |
2016-04-05 | Revert "Refactor to avoid nonnull checks on "this" pointer." | Corinna Vinschen | 1 | -3/+2 |