Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-12-12 | Support detecting inaccessible/dangling entries in dir_iterator, path_search() | Karen Arutyunov | 1 | -0/+18 | |
2022-07-07 | Use [cmdline] type for canned commands in testscripts | Karen Arutyunov | 1 | -5/+5 | |
2020-03-17 | Fix ln builtin not to complete relative target against working directory | Karen Arutyunov | 1 | -1/+1 | |
Now it preserves the relative path when creates a symlink and completes it against the link directory when creates a hardlink or a copy. | |||||
2020-03-10 | Fix directory symlink tests failing on Windows in Developer Mode | Karen Arutyunov | 1 | -14/+10 | |
2020-03-09 | Add more support for symlinks on Windows | Karen Arutyunov | 1 | -29/+71 | |
See mksymlink() for details of the symlinks support on Windows. | |||||
2020-02-06 | Drop copyright notice from source code | Boris Kolpackov | 1 | -1/+0 | |
2019-02-16 | Fix non-detecting dangling junctions if built with mingw gcc | Karen Arutyunov | 1 | -3/+10 | |
2019-02-15 | Fix directory symlinks support on Windows | Karen Arutyunov | 1 | -0/+18 | |
2019-01-16 | Update copyright year | Karen Arutyunov | 1 | -1/+1 | |
2018-05-19 | Update copyright year | Karen Arutyunov | 1 | -1/+1 | |
2018-05-18 | Add ignore_dangling parameter to dir_iterator() ctor | Karen Arutyunov | 1 | -2/+17 | |
2017-01-05 | Update copyright year | Boris Kolpackov | 1 | -1/+1 | |
2016-12-05 | Make path::normalize() to preserve ./, invalidate paths starting with \, / ↵ | Karen Arutyunov | 1 | -0/+16 | |
on Windows |