libgit2/src/win32
Russell Belfer 7697e54176 Test cancel from indexer progress callback
This adds tests that try canceling an indexer operation from
within the progress callback.

After writing the tests, I wanted to run this under valgrind and
had a number of errors in that situation because mmap wasn't
working.  I added a CMake option to force emulation of mmap and
consolidated the Amiga-specific code into that new place (so we
don't actually need separate Amiga code now, just have to turn on
-DNO_MMAP).

Additionally, I made the indexer code propagate error codes more
reliably than it used to.
2013-12-11 15:02:20 -08:00
..
dir.c Missed one path for path_as_utf8 type 2013-08-13 10:20:25 -07:00
dir.h Minor win32 fixes and improvements 2013-08-13 09:53:56 -07:00
error.c Improve win32 version check, no ipv6 tests on XP 2013-08-27 19:44:35 -05:00
error.h Deduplicate FormatMessage UTF-16 to UTF-8 conversion code 2013-02-02 00:55:32 +01:00
findfile.c Refactor git_win32__find_system_dirs() to extract "etc\\" as subpath parameter 2013-09-17 23:28:16 +08:00
findfile.h Refactor git_win32__find_system_dirs() to extract "etc\\" as subpath parameter 2013-09-17 23:28:16 +08:00
git2.rc cmake: Add option to specify the name of the binary 2013-06-13 10:12:44 +02:00
map.c Test cancel from indexer progress callback 2013-12-11 15:02:20 -08:00
mingw-compat.h posix: Solaris doesn't have strnlen either 2013-11-27 14:31:22 +01:00
msvc-compat.h Fix some deprecation warnings on Windows 2013-02-28 14:41:26 -08:00
posix_w32.c More filemode cleanups for FAT on MacOS 2013-10-08 12:45:43 -07:00
posix.h Fix p_inet_pton on windows 2013-08-19 17:21:35 -05: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 Bug fixes and cleanups 2013-09-17 09:31:46 -07:00
pthread.h Add simple global shutdown hooks 2013-09-17 09:31:45 -07:00
utf-conv.c Fix 64-bit MSVC warnings 2013-08-10 14:56:58 -07:00
utf-conv.h Reintroduce type for UTF8 win32 path conversions 2013-08-13 09:45:56 -07:00
version.h Fix warning in src/win32/version.h 2013-09-05 20:42:47 +08:00