mirror of
https://git.proxmox.com/git/libgit2
synced 2025-12-24 18:49:22 +00:00
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. |
||
|---|---|---|
| .. | ||
| dir.c | ||
| dir.h | ||
| error.c | ||
| error.h | ||
| findfile.c | ||
| findfile.h | ||
| git2.rc | ||
| map.c | ||
| mingw-compat.h | ||
| msvc-compat.h | ||
| posix_w32.c | ||
| posix.h | ||
| precompiled.c | ||
| precompiled.h | ||
| pthread.c | ||
| pthread.h | ||
| utf-conv.c | ||
| utf-conv.h | ||
| version.h | ||