summaryrefslogtreecommitdiff
path: root/src/win32/w32_util.h
Commit message (Expand)AuthorAgeFilesLines
* internal: use off64_t instead of git_off_tethomson/off_tEdward Thomson2019-11-251-1/+1
* win32: stop inlining file_attribute_to_statEdward Thomson2019-06-241-31/+5
* git_error: use new names in internal APIs and usageEdward Thomson2019-01-221-1/+1
* win32: rename `git_win32__canonicalize_path`Edward Thomson2018-10-191-18/+0
* consistent header guardsethomson/header_guardsEdward Thomson2018-02-011-2/+2
* Make sure to always include "common.h" firstPatrick Steinhardt2017-07-031-0/+2
* giterr_set: consistent error messagesEdward Thomson2016-12-291-1/+1
* Properly pass `wchar *` type to giterr_setBoris Barbulovski2016-12-061-1/+1
* Properly pass `wchar *` type to giterr_setBoris Barbulovski2016-11-201-1/+1
* fstat: use our custom `stat`Edward Thomson2016-02-161-10/+43
* win32: introduce p_timeval that isn't stupidEdward Thomson2016-02-121-1/+1
* win32: define our own POSIX struct stat, and support USE_NSECAxel Rasmussen2015-09-181-8/+14
* win32: ensure hidden files can be stagedEdward Thomson2015-08-031-3/+13
* Introduce p_utimes and p_futimesEdward Thomson2015-06-161-0/+10
* win32: abstract file attributes -> struct stat fnEdward Thomson2015-04-281-0/+72
* win32: use NT-prefixed "\\?\" pathsEdward Thomson2014-12-161-0/+1
* React to feedback for UTF-8 <-> WCHAR and reparse workPhilip Kelley2014-04-231-1/+1
* Handle win32 reparse points properlyEdward Thomson2014-04-221-0/+23
* Win32: UTF-8 <-> WCHAR conversion overhaulPhilip Kelley2014-04-191-0/+31