summaryrefslogtreecommitdiff
path: root/src/win32/posix_w32.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Replace call to strnlen with call to strlenPatrick Pokatilo2013-02-081-6/+5
* Include <string.h>Patrick Pokatilo2013-02-081-0/+1
* Fix call to readlinkPatrick Pokatilo2013-02-081-1/+4
* Call p_readlink to determine symlink sizePatrick Pokatilo2013-02-071-0/+13
* update copyrightsEdward Thomson2013-01-081-1/+1
* Fix MSVC compilation warningsnulltoken2012-12-171-1/+0
* Fix warnings on Win64 buildRussell Belfer2012-11-271-3/+3
* Clean up config.hBen Straub2012-11-271-1/+1
* Minor optimization in win32 do_lstatEduardo Bart2012-11-201-3/+2
* update win32 lstat commentEduardo Bart2012-11-191-5/+2
* Fix win32 lstatEduardo Bart2012-11-191-19/+7
* Add POSIX compat lstat() variant for win32Russell Belfer2012-11-141-51/+76
* Move inet_pton to posix platform-compatibility layerEduardo Bart2012-11-071-1/+43
* Add bounds checking to UTF-8 conversionutf8-winVicent Marti2012-08-281-13/+13