summaryrefslogtreecommitdiff
path: root/src/win32
Commit message (Expand)AuthorAgeFilesLines
* git_buf_put_w: introduce utf16->utf8 conversionEdward Thomson2015-05-014-4/+77
* git_path_diriter: use FindFirstFile in win32Edward Thomson2015-05-011-5/+0
* git_win32_path_dirload_with_stat: removedEdward Thomson2015-05-012-193/+0
* win32: keep full path for realpath usageEdward Thomson2015-04-281-8/+34
* win32: mimic git_path_dirload_with_stat closelyEdward Thomson2015-04-281-40/+28
* dirload: loop conditional; less path manglingEdward Thomson2015-04-281-59/+102
* win32 dirload: don't heap allocate DIR structureEdward Thomson2015-04-281-22/+18
* win32: abstract file attributes -> struct stat fnEdward Thomson2015-04-284-80/+81
* Improvements to status performance on Windows.J Wyman2015-04-284-86/+264
* Rename routine to free TLS dataJeff Hostetler2015-04-181-1/+1
* Attempt to fix Windows TLS memory leak.Jeff Hostetler2015-04-171-0/+2
* win32 resource: allow custom comments field in DLLEdward Thomson2015-03-181-2/+6
* Use secure API if available.Matti Virolainen2015-03-061-1/+1
* Add some missing definitions for mingw.orgTony Kelman2015-03-061-0/+7
* Move definitions of strcasecmp and strncasecmp to msvc-compat.hTony Kelman2015-03-062-2/+3
* Merge pull request #2932 from jeffhostetler/jeffhostetler/big_clone_crashCarlos Martín Nieto2015-03-042-5/+21
|\
| * Change ifdef for MINGW32.Jeff Hostetler2015-03-031-4/+2
| * Fix p_ftruncate to handle big files for git_cloneJeff Hostetler2015-03-032-4/+22
* | win32: add the patch level to the .dll fileversionEdward Thomson2015-03-021-2/+2
|/
* Merge pull request #2895 from ethomson/alloc_overflowCarlos Martín Nieto2015-02-152-6/+6
|\
| * Make our overflow check look more like gcc/clang'sEdward Thomson2015-02-131-4/+4
| * overflow checking: don't make callers set oomEdward Thomson2015-02-121-3/+1
| * git__*allocarray: safer realloc and mallocEdward Thomson2015-02-121-2/+1
| * allocations: test for overflow of requested sizeEdward Thomson2015-02-122-5/+8
* | 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
* 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