summaryrefslogtreecommitdiff
path: root/src/win32/posix_w32.c
Commit message (Expand)AuthorAgeFilesLines
* fstat: use our custom `stat`Edward Thomson2016-02-161-0/+16
* win32: introduce p_timeval that isn't stupidEdward Thomson2016-02-121-2/+2
* win32: return EACCES in `p_lstat`Edward Thomson2015-09-171-2/+9
* git__getenv: utf-8 aware env readerEdward Thomson2015-07-021-0/+2
* Introduce p_utimes and p_futimesEdward Thomson2015-06-161-0/+38
* win32: abstract file attributes -> struct stat fnEdward Thomson2015-04-281-35/+1
* Improvements to status performance on Windows.J Wyman2015-04-281-84/+2
* Use secure API if available.Matti Virolainen2015-03-061-1/+1
* Change ifdef for MINGW32.Jeff Hostetler2015-03-031-4/+2
* Fix p_ftruncate to handle big files for git_cloneJeff Hostetler2015-03-031-3/+21
* win32: limit the mode to `_wopen`/`_waccess`Edward Thomson2015-02-131-3/+11
* stat: don't remove trailing '/' from root on win32Edward Thomson2015-02-051-6/+2
* win32: use NT-prefixed "\\?\" pathsEdward Thomson2014-12-161-42/+25
* p_lstat win32: don't canonicalize volume mountsEdward Thomson2014-10-131-1/+12
* Consistently use p_snprintfJacques Germishuys2014-08-051-3/+11
* Cleanup portability/compatibility layerJacques Germishuys2014-08-051-0/+17
* Define IO_REPARSE_TAG_SYMLINK if its not defined by WinNT.hJacques Germishuys2014-07-061-0/+4
* Secure CRT is only available from Visual Studio 2005+Jacques Germishuys2014-07-061-2/+2
* filebuf: make unlocking atomiccmn/filebuf-atomic-unlockCarlos Martín Nieto2014-06-041-2/+28
* indexer: mmap fixes for Windowscmn/indexer-mmapCarlos Martín Nieto2014-05-171-1/+1
* Win32: Supply _O_NOINHERIT when calling _wopenPhilip Kelley2014-05-161-2/+11
* React to feedback for UTF-8 <-> WCHAR and reparse workPhilip Kelley2014-04-231-15/+10
* Handle win32 reparse points properlyEdward Thomson2014-04-221-131/+202
* Win32: UTF-8 <-> WCHAR conversion overhaulPhilip Kelley2014-04-191-151/+205
* Retry renaming files on Access Denied errorsJan Melcher2014-03-271-1/+22
* More filemode cleanups for FAT on MacOSRussell Belfer2013-10-081-2/+2
* Fix p_inet_pton on windowsEdward Thomson2013-08-191-32/+28
* Use time(2) to get the timeEdward Thomson2013-08-191-50/+0
* Give credit to PHP for the p_readlink function in posix_w32.cMartin Woodward2013-08-161-0/+9
* Minor win32 fixes and improvementsRussell Belfer2013-08-131-2/+2
* Reintroduce type for UTF8 win32 path conversionsRussell Belfer2013-08-131-4/+4
* Rename git__win32_path fns to git_win32_pathRussell Belfer2013-08-131-13/+13
* windows: Path conversion with better semanticsVicent Marti2013-08-131-27/+27
* Discriminate path-specific and general UTF-X conversionsBen Straub2013-08-081-13/+13
* Rename git_win_str_utf* to git_win32_path_utf*Ben Straub2013-08-071-14/+14
* Add typedefs for win32 utf-8 and utf-16 buffersBen Straub2013-08-071-27/+28
* Split UTF-16 and UTF-8 buffer sizes for win32Ben Straub2013-08-051-33/+33
* Correctly handle junctionsSven Strickroth2013-06-251-0/+3
* Fix Windows warningsRussell Belfer2013-06-121-0/+1
* Fix trailing whitespacesnulltoken2013-05-151-1/+1
* Unify whitespaces to tabsLinquize2013-05-151-57/+57
* Merge pull request #1547 from ethomson/win32_statVicent Martí2013-05-061-1/+12
|\
| * p_stat() should follow symlinks on windowsEdward Thomson2013-05-041-1/+12
* | allow checkout to proceed when a dir to be removed is in use (win32)Edward Thomson2013-05-031-1/+12
|/
* Merge pull request #1373 from arrbee/why-cdecl-whyVicent Martí2013-02-281-1/+2
|\
| * Fix some deprecation warnings on WindowsRussell Belfer2013-02-281-1/+2
* | w32-posix: Wrap the `timezone` declaration with a clauseVicent Marti2013-02-281-0/+3
|/
* Fix Windows symlinksJameson Miller2013-02-081-1/+1
* Moved braces to conform to code stylePatrick Pokatilo2013-02-081-2/+1
* Replace LoadLibrary with GetModuleHandle, since kernel32 is loaded by defaultPatrick Pokatilo2013-02-081-3/+3