summaryrefslogtreecommitdiff
path: root/src/win32
Commit message (Expand)AuthorAgeFilesLines
* allocations: test for overflow of requested sizeEdward Thomson2015-02-122-5/+8
* stat: don't remove trailing '/' from root on win32Edward Thomson2015-02-051-6/+2
* Undef stat firstJacques Germishuys2014-12-291-0/+2
* Fix ming32 compilationCarlos Martín Nieto2014-12-191-0/+2
* checkout: disallow bad paths on win32Edward Thomson2014-12-162-0/+51
* win32: use NT-prefixed "\\?\" pathsEdward Thomson2014-12-168-87/+398
* Merge commit 'refs/pull/2366/head' of github.com:libgit2/libgit2Carlos Martín Nieto2014-10-271-2/+3
|\
| * Fix compiler warning (git_off_t cast to size_t).Albert Meltzer2014-05-191-2/+3
* | p_lstat win32: don't canonicalize volume mountsEdward Thomson2014-10-131-1/+12
* | Introduce some consistency in definition/declaration orderingJacques Germishuys2014-08-051-13/+14
* | Consistently use p_snprintfJacques Germishuys2014-08-052-10/+11
* | Cleanup portability/compatibility layerJacques Germishuys2014-08-054-61/+37
* | 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-062-3/+3
* | Variadic macros is only available from Visual Studio 2005+Jacques Germishuys2014-07-061-1/+1
* | _stat64 is a function, __stat64 is the structureJacques Germishuys2014-07-061-1/+1
* | Merge remote-tracking branch 'upstream/cmn/filebuf-atomic-unlock'Carlos Martín Nieto2014-06-231-2/+28
|\ \
| * | filebuf: make unlocking atomiccmn/filebuf-atomic-unlockCarlos Martín Nieto2014-06-041-2/+28
| |/
* | React to review feedbackPhilip Kelley2014-06-072-5/+18
* | Win32: Fix object::cache::threadmania test on x64Philip Kelley2014-06-072-55/+74
|/
* Merge pull request #2303 from jacquesg/mingw-lseekVicent Marti2014-05-191-0/+1
|\
| * Undef lseek firstJacques Germishuys2014-05-011-0/+1
* | indexer: mmap fixes for Windowscmn/indexer-mmapCarlos Martín Nieto2014-05-172-1/+7
* | indexer: use mmap for writingCarlos Martín Nieto2014-05-171-0/+5
* | Win32: Supply _O_NOINHERIT when calling _wopenPhilip Kelley2014-05-161-2/+11
|/
* React to feedback for UTF-8 <-> WCHAR and reparse workPhilip Kelley2014-04-236-37/+24
* Handle win32 reparse points properlyEdward Thomson2014-04-225-132/+353
* Win32: UTF-8 <-> WCHAR conversion overhaulPhilip Kelley2014-04-1912-296/+552
* Retry renaming files on Access Denied errorsJan Melcher2014-03-271-1/+22
* Remove unused utf8 -> utf16 conversion codeEdward Thomson2014-02-051-62/+0
* Test cancel from indexer progress callbackRussell Belfer2013-12-111-1/+2
* Clean up warningsEdward Thomson2013-12-091-3/+4
* posix: Solaris doesn't have strnlen eitherAlessandro Ghedini2013-11-271-5/+0
* More filemode cleanups for FAT on MacOSRussell Belfer2013-10-081-2/+2
* Merge pull request #1858 from linquize/win32-template-dirVicent Martí2013-09-172-11/+11
|\
| * Refactor git_win32__find_system_dirs() to extract "etc\\" as subpath parameterLinquize2013-09-172-11/+11
* | Bug fixes and cleanupsRussell Belfer2013-09-171-0/+1
* | Add simple global shutdown hooksRussell Belfer2013-09-172-10/+9
|/
* Fix failure in win32_find_git_in_registry() when UAC is turned onLinquize2013-09-171-1/+1
* Fix failure in win32_find_git_in_registry()Linquize2013-09-171-1/+1
* Fix warning in src/win32/version.hLinquize2013-09-051-1/+1
* Merge pull request #1805 from libgit2/threading-packed-loadVicent Martí2013-08-282-8/+141
|\
| * Convert to our own SRWLOCK type on Win32Russell Belfer2013-08-273-4/+4
| * Fix MINGW SRWLock typedefsRussell Belfer2013-08-262-2/+2
| * Load SRWLock APIs at runtimeRussell Belfer2013-08-262-11/+92
| * Trying to fix Win32 warningsRussell Belfer2013-08-221-5/+7
| * Add SRWLock implementation of rwlocks for Win32Russell Belfer2013-08-222-1/+51
* | Improve win32 version check, no ipv6 tests on XPEdward Thomson2013-08-272-5/+22
|/
* Quiet down some warningsEdward Thomson2013-08-191-1/+1
* Fix p_inet_pton on windowsEdward Thomson2013-08-192-32/+35