libgit2/src/win32
Carlos Martín Nieto 87c181970d Split the page size from the mmap alignment
While often similar, these are not the same on Windows. We want to use the page
size on Windows for the pools, but for mmap we need to use the allocation
granularity as the alignment.

On the other platforms these values remain the same.
2016-03-16 21:36:25 +01:00
..
dir.c Make our overflow check look more like gcc/clang's 2015-02-13 09:27:33 -05:00
dir.h Win32: UTF-8 <-> WCHAR conversion overhaul 2014-04-19 21:50:44 -04:00
error.c Win32: UTF-8 <-> WCHAR conversion overhaul 2014-04-19 21:50:44 -04:00
error.h Deduplicate FormatMessage UTF-16 to UTF-8 conversion code 2013-02-02 00:55:32 +01:00
findfile.c config: add a ProgramData level 2015-10-21 15:11:18 +02:00
findfile.h config: add a ProgramData level 2015-10-21 15:11:18 +02:00
git2.rc win32 resource: allow custom comments field in DLL 2015-03-18 18:25:14 -04:00
map.c Split the page size from the mmap alignment 2016-03-16 21:36:25 +01:00
mingw-compat.h win32: define our own POSIX struct stat, and support USE_NSEC 2015-09-18 23:33:56 -07:00
msvc-compat.h win32: define our own POSIX struct stat, and support USE_NSEC 2015-09-18 23:33:56 -07:00
path_w32.c win32: propogate filename too long errors 2015-09-22 23:10:56 -04:00
path_w32.h git_win32_path_dirload_with_stat: removed 2015-05-01 12:31:14 -04:00
posix_w32.c fstat: use our custom stat 2016-02-16 11:50:45 +00:00
posix.h fstat: use our custom stat 2016-02-16 11:50:45 +00:00
precompiled.c update copyrights 2013-01-08 17:31:27 -06:00
precompiled.h Clean up warnings 2013-12-09 11:40:44 -05:00
pthread.c Rename routine to free TLS data 2015-04-18 09:07:48 -04:00
pthread.h React to review feedback 2014-06-07 14:40:42 -04:00
reparse.h React to feedback for UTF-8 <-> WCHAR and reparse work 2014-04-23 09:23:50 -04:00
utf-conv.c win32: drop xp support in WideCharToMultiByte 2016-02-09 21:45:24 -08:00
utf-conv.h git_buf_put_w: introduce utf16->utf8 conversion 2015-05-01 12:31:44 -04:00
version.h Fix warning in src/win32/version.h 2013-09-05 20:42:47 +08:00
w32_buffer.c Fix duplicate basenames to support older VS 2015-08-05 13:02:58 -07:00
w32_buffer.h Fix duplicate basenames to support older VS 2015-08-05 13:02:58 -07:00
w32_crtdbg_stacktrace.c Include stacktrace summary in memory leak output. 2015-06-29 16:39:11 -04:00
w32_crtdbg_stacktrace.h Include stacktrace summary in memory leak output. 2015-06-29 16:39:11 -04:00
w32_stack.c Reserve aux_id 0; sort leaks by aux_id. Fix cmp. 2015-06-29 16:39:14 -04:00
w32_stack.h Reserve aux_id 0; sort leaks by aux_id. Fix cmp. 2015-06-29 16:39:14 -04:00
w32_util.c win32: ensure hidden files can be staged 2015-08-03 18:33:15 -05:00
w32_util.h fstat: use our custom stat 2016-02-16 11:50:45 +00:00
win32-compat.h nsec: support NDK's crazy nanoseconds 2016-02-25 11:40:48 -05:00