summaryrefslogtreecommitdiff
path: root/src/win32/path_w32.c
Commit message (Expand)AuthorAgeFilesLines
* path: introduce git_fs_path_find_executableEdward Thomson2022-01-171-0/+131
* Fix typosDimitris Apostolou2022-01-051-1/+1
* win32: include correct path headerethomson/pathEdward Thomson2021-11-091-1/+1
* path: separate git-specific path functions from utilEdward Thomson2021-11-091-7/+7
* win32: name the dummy union in GIT_REPARSE_DATA_BUFFERPeter Pettersson2021-08-251-6/+6
* path: bump most Win32 unicode buffer sizes from MAX_PATH to GIT_PATH_MAXIan Hattendorf2021-05-051-10/+10
* win32: use GIT_ASSERTEdward Thomson2020-11-271-8/+6
* tree-wide: mark local functions as staticPatrick Steinhardt2020-06-091-2/+2
* win32: introduce relative path handling functionEdward Thomson2020-03-101-1/+28
* win32: safely cast path sizes for win apiEdward Thomson2019-06-241-2/+12
* win32: refactor `git_win32_path_remove_namespace`ethomson/unc_pathsEdward Thomson2018-10-191-25/+36
* win32: rename `git_win32__canonicalize_path`Edward Thomson2018-10-191-7/+90
* path: expose `git_path_is_dirsep`Patrick Steinhardt2017-10-091-3/+1
* path: expose `git_path_is_absolute`Patrick Steinhardt2017-10-091-7/+4
* Make sure to always include "common.h" firstPatrick Steinhardt2017-07-031-2/+2
* win32: propogate filename too long errorsEdward Thomson2015-09-221-8/+15
* git_path_diriter: use FindFirstFile in win32Edward Thomson2015-05-011-5/+0
* git_win32_path_dirload_with_stat: removedEdward Thomson2015-05-011-169/+0
* win32: keep full path for realpath usageEdward Thomson2015-04-281-8/+34
* win32: mimic git_path_dirload_with_stat closelyEdward Thomson2015-04-281-40/+28
* dirload: loop conditional; less path manglingEdward Thomson2015-04-281-59/+102
* win32 dirload: don't heap allocate DIR structureEdward Thomson2015-04-281-22/+18
* win32: abstract file attributes -> struct stat fnEdward Thomson2015-04-281-37/+8
* Improvements to status performance on Windows.J Wyman2015-04-281-0/+225
* checkout: disallow bad paths on win32Edward Thomson2014-12-161-0/+36
* win32: use NT-prefixed "\\?\" pathsEdward Thomson2014-12-161-0/+269