summaryrefslogtreecommitdiff
path: root/src/win32/posix.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rewrite p_* functions to use Unicode and marshal to UTF8 internallyPaul Betts2011-09-191-1/+12
* Create cross-platform setenvPaul Betts2011-09-191-0/+1
* Cleanup legal dataVicent Marti2011-09-191-0/+6
* compat: Move `mkstemp` to the POSIX compat layerVicent Marti2011-08-301-0/+1
* posix: Properly handle `snprintf` in all platformsVicent Marti2011-08-181-0/+1
* posix: Portable `vsnprintf`Vicent Marti2011-07-091-0/+1
* fnmatch: Use native on Unix, emulate on Win32Vicent Marti2011-07-061-0/+1
* fileops: Fix stat() on directories for W32Vicent Marti2011-07-051-1/+1
* fileops: Drop `git_fileops_prettify_path`Vicent Marti2011-07-051-0/+1
* fileops: CleanupVicent Marti2011-07-051-0/+25