summaryrefslogtreecommitdiff
path: root/src/win32
Commit message (Expand)AuthorAgeFilesLines
* nsec: support NDK's crazy nanosecondsEdward Thomson2016-02-251-0/+3
* Merge pull request #3606 from ethomson/drop_xpCarlos Martín Nieto2016-02-181-18/+3
|\
| * win32: drop xp support in WideCharToMultiByteEdward Thomson2016-02-091-18/+3
* | fstat: use our custom `stat`Edward Thomson2016-02-163-12/+62
* | win32: introduce p_timeval that isn't stupidEdward Thomson2016-02-124-5/+13
|/
* Make stat.st_size a __int64 not a uint64_tJacques Germishuys2015-11-211-1/+1
* Merge pull request #3170 from CmdrMoozy/nsec_fixCarlos Martín Nieto2015-11-124-17/+56
|\
| * Merge branch 'master' into nsec_fix_nextAxel Rasmussen2015-10-011-8/+15
| |\
| * | win32: define our own POSIX struct stat, and support USE_NSECAxel Rasmussen2015-09-184-17/+56
* | | config: add a ProgramData levelcmn/programdata-configCarlos Martín Nieto2015-10-212-0/+11
| |/ |/|
* | win32: propogate filename too long errorsEdward Thomson2015-09-221-8/+15
|/
* win32: return EACCES in `p_lstat`Edward Thomson2015-09-171-2/+9
* Merge pull request #3352 from ethomson/hiddenEdward Thomson2015-08-282-8/+42
|\
| * win32: ensure hidden files can be stagedEdward Thomson2015-08-032-8/+42
* | Fix duplicate basenames to support older VSJohn Haley2015-08-052-2/+1
|/
* Merge pull request #3288 from ethomson/getenvCarlos Martín Nieto2015-07-071-0/+2
|\
| * git__getenv: utf-8 aware env readerEdward Thomson2015-07-021-0/+2
* | Reserve aux_id 0; sort leaks by aux_id. Fix cmp.Jeff Hostetler2015-06-292-10/+28
* | Include stacktrace summary in memory leak output.Jeff Hostetler2015-06-294-0/+748
|/
* Introduce p_utimes and p_futimesEdward Thomson2015-06-163-0/+51
* 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