libgit2/src/unix
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
..
map.c Test cancel from indexer progress callback 2013-12-11 15:02:20 -08:00
posix.h Add missing prototype for p_realpath(). 2013-04-22 00:13:35 +02:00
realpath.c Fix compilation on OpenBSD 2013-04-15 20:00:42 +02:00