summaryrefslogtreecommitdiff
path: root/compat
AgeCommit message (Expand)Author
2021-09-27lazyload.h: fix warnings about mismatching function pointer typesJohannes Sixt
2021-09-23Makefile: stop hardcoding {command,config}-list.hÆvar Arnfjörð Bjarmason
2021-09-20Merge branch 'cb/pedantic-build-for-developers'Junio C Hamano
2021-09-20Merge branch 'ab/tr2-leaks-and-fixes'Junio C Hamano
2021-09-20simple-ipc/ipc-win32: add Windows ACL to named pipeJeff Hostetler
2021-09-20simple-ipc/ipc-win32: add trace2 debuggingJeff Hostetler
2021-09-20simple-ipc: preparations for supporting binary messages.Jeff Hostetler
2021-09-08Merge branch 'rs/git-mmap-uses-malloc'Junio C Hamano
2021-09-07tr2: log N parent process names on LinuxÆvar Arnfjörð Bjarmason
2021-09-07tr2: do compiler enum check in trace2_collect_process_info()Ævar Arnfjörð Bjarmason
2021-09-07tr2: leave the parent list empty upon failure & don't leak memoryÆvar Arnfjörð Bjarmason
2021-09-07tr2: clarify TRACE2_PROCESS_INFO_EXIT comment under LinuxÆvar Arnfjörð Bjarmason
2021-09-07tr2: remove NEEDSWORK comment for "non-procfs" implementationsÆvar Arnfjörð Bjarmason
2021-09-03win32: allow building with pedantic mode enabledCarlo Marcelo Arenas Belón
2021-08-24Merge branch 'es/trace2-log-parent-process-name'Junio C Hamano
2021-08-24compat: let git_mmap use malloc(3) directlyRené Scharfe
2021-08-02mingw: align symlinks-related rmdir() behavior with LinuxThomas Bétous
2021-07-22tr2: log parent process nameEmily Shaffer
2021-07-22tr2: make process info collection platform-genericEmily Shaffer
2021-05-22Merge branch 'jh/simple-ipc-sans-pthread'Junio C Hamano
2021-05-20simple-ipc: correct ifdefs when NO_PTHREADS is definedJeff Hostetler
2021-04-21Merge branch 'js/access-nul-emulation-on-windows'Junio C Hamano
2021-04-16msvc: avoid calling `access("NUL", flags)`Johannes Schindelin
2021-04-13Merge branch 'tb/precompose-prefix-simplify'Junio C Hamano
2021-04-06precompose_utf8: make precompose_string_if_needed() publicTorsten Bögershausen
2021-04-02Merge branch 'jh/simple-ipc'Junio C Hamano
2021-03-22simple-ipc: add Unix domain socket implementationJeff Hostetler
2021-03-15simple-ipc: add win32 implementationJeff Hostetler
2021-03-09Sync with Git 2.30.2 for CVE-2021-21300Junio C Hamano
2021-03-04Merge branch 'jk/open-returns-eintr'Junio C Hamano
2021-02-26Makefile: add OPEN_RETURNS_EINTR knobJeff King
2021-02-12Sync with 2.29.3Johannes Schindelin
2021-02-12Sync with 2.28.1Johannes Schindelin
2021-02-12Sync with 2.27.1Johannes Schindelin
2021-02-12Sync with 2.26.3Johannes Schindelin
2021-02-12Sync with 2.25.5Johannes Schindelin
2021-02-12Sync with 2.24.4Johannes Schindelin
2021-02-12Sync with 2.23.4Johannes Schindelin
2021-02-12Sync with 2.22.5Johannes Schindelin
2021-02-12Sync with 2.21.4Johannes Schindelin
2021-02-12Sync with 2.20.5Johannes Schindelin
2021-02-12Sync with 2.19.6Johannes Schindelin
2021-02-12Sync with 2.18.5Johannes Schindelin
2021-02-12Sync with 2.17.6Johannes Schindelin
2021-02-12checkout: fix bug that makes checkout follow symlinks in leading pathMatheus Tavares
2021-02-03MacOS: precompose_argv_prefix()Torsten Bögershausen
2020-12-14Merge branch 'da/vs-build-iconv-fix'Junio C Hamano
2020-12-04ci(vs-build): stop passing the iconv library location explicitlyDennis Ameling
2020-11-11compat/bswap.h: don't assume MSVC is little-endianDaniel Gurney
2020-11-09compat/bswap.h: simplify MSVC endianness detectionDaniel Gurney