summaryrefslogtreecommitdiff
path: root/src/win32/posix.h
Commit message (Expand)AuthorAgeFilesLines
* internal: use off64_t instead of git_off_tethomson/off_tEdward Thomson2019-11-251-1/+1
* regexec: prefix all regexec function calls with p_Edward Thomson2019-05-191-3/+0
* consistent header guardsethomson/header_guardsEdward Thomson2018-02-011-2/+2
* win32: make posix emulation retries configurableEdward Thomson2017-04-031-0/+1
* Allow to configure default file share mode for opening filesSven Strickroth2017-04-031-0/+2
* Make sure we use the `C` locale for `regcomp` on macOS.Arthur Schreiber2016-10-061-0/+3
* fstat: use our custom `stat`Edward Thomson2016-02-161-2/+3
* win32: introduce p_timeval that isn't stupidEdward Thomson2016-02-121-2/+3
* Introduce p_utimes and p_futimesEdward Thomson2015-06-161-0/+3
* win32: abstract file attributes -> struct stat fnEdward Thomson2015-04-281-8/+0
* Improvements to status performance on Windows.J Wyman2015-04-281-2/+10
* Move definitions of strcasecmp and strncasecmp to msvc-compat.hTony Kelman2015-03-061-2/+0
* Fix p_ftruncate to handle big files for git_cloneJeff Hostetler2015-03-031-1/+1
* win32: use NT-prefixed "\\?\" pathsEdward Thomson2014-12-161-0/+1
* Introduce some consistency in definition/declaration orderingJacques Germishuys2014-08-051-13/+14
* Cleanup portability/compatibility layerJacques Germishuys2014-08-051-24/+12
* Secure CRT is only available from Visual Studio 2005+Jacques Germishuys2014-07-061-1/+1
* indexer: mmap fixes for Windowscmn/indexer-mmapCarlos Martín Nieto2014-05-171-0/+6
* Handle win32 reparse points properlyEdward Thomson2014-04-221-1/+1
* Win32: UTF-8 <-> WCHAR conversion overhaulPhilip Kelley2014-04-191-10/+1
* Fix p_inet_pton on windowsEdward Thomson2013-08-191-0/+7
* Rename git__win32_path fns to git_win32_pathRussell Belfer2013-08-131-1/+1
* windows: Fuck meVicent Marti2013-08-131-0/+1
* windows: Require orderVicent Marti2013-08-131-0/+1
* windows: Missing renames.Vicent Marti2013-08-131-2/+2
* Discriminate path-specific and general UTF-X conversionsBen Straub2013-08-081-1/+1
* Rename git_win_str_utf* to git_win32_path_utf*Ben Straub2013-08-071-1/+1
* Add typedefs for win32 utf-8 and utf-16 buffersBen Straub2013-08-071-2/+2
* Split UTF-16 and UTF-8 buffer sizes for win32Ben Straub2013-08-051-2/+2
* update copyrightsEdward Thomson2013-01-081-1/+1
* Add POSIX compat lstat() variant for win32Russell Belfer2012-11-141-0/+8
* Move inet_pton to posix platform-compatibility layerEduardo Bart2012-11-071-0/+1
* Always use internal fnmatch, not systemRussell Belfer2012-10-151-1/+0
* Add bounds checking to UTF-8 conversionutf8-winVicent Marti2012-08-281-1/+1
* windows: Keep UTF-8 on the stack yoVicent Marti2012-08-281-6/+3
* Checkout: handle symlinks.Ben Straub2012-07-161-0/+1
* Hook up Windows compat fnmatch() for SolarisScott J. Goldman2012-05-101-1/+1
* compat: make p_open able to accept optional mode when passing the O_CREAT flagnulltoken2012-05-071-1/+1
* Fix warnings on 64-bit windows buildsRussell Belfer2012-04-171-0/+2
* Clean up GIT_UNUSED macros on all platformsRussell Belfer2012-03-021-5/+5
* Simplify GIT_UNUSED macrosRussell Belfer2012-03-021-3/+3
* Update Copyright headerschu2012-02-131-1/+1
* Implement p_renameCarlos Martín Nieto2011-11-071-0/+1
* Merge pull request #456 from brodie/perm-fixesVicent Martí2011-10-281-4/+4
|\
| * fileops/posix: replace usage of "int mode" with "mode_t mode"Brodie Rao2011-10-141-4/+4
* | global: Properly use `git__` memory wrappersVicent Marti2011-10-281-1/+1
* | windows: Add support for non-UTF codepagesVicent Marti2011-10-261-2/+2
|/
* msvc: Properly handle inttypes.h/stdint.hVicent Marti2011-10-051-3/+0
* mingw: Fix compilation warningsVicent Marti2011-09-291-0/+7
* Implment p_access and use it in git_fileutils_existsCarlos Martín Nieto2011-09-231-1/+1