summaryrefslogtreecommitdiff
path: root/compat
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ab/auto-detect-zlib-compress2'Junio C Hamano2022-02-161-5/+6
|\
| * compat: auto-detect if zlib has uncompress2()Ævar Arnfjörð Bjarmason2022-01-261-5/+6
* | Merge branch 'bc/csprng-mktemps'Junio C Hamano2022-02-111-0/+6
|\ \
| * | wrapper: add a helper to generate numbers from a CSPRNGbrian m. carlson2022-01-171-0/+6
* | | Merge branch 'jc/qsort-s-alignment-fix'Junio C Hamano2022-02-051-10/+4
|\ \ \ | |_|/ |/| |
| * | compat/qsort_s.c: avoid using potentially unaligned accessJunio C Hamano2022-01-071-10/+4
* | | getcwd(mingw): handle the case when there is no cwdJohannes Schindelin2022-01-191-0/+4
* | | Merge branch 'ma/windows-dynload-fix'Junio C Hamano2022-01-124-9/+12
|\ \ \ | |_|/ |/| |
| * | lazyload: use correct calling conventionsMatthias Aßhauer2022-01-094-9/+12
| |/
* | Merge branch 'hn/reftable'Junio C Hamano2021-12-152-0/+96
|\ \
| * | Provide zlib's uncompress2 from compat/zlib-compat.cHan-Wen Nienhuys2021-10-082-0/+96
* | | Merge branch 'cb/mingw-gmtime-r'Junio C Hamano2021-12-101-0/+2
|\ \ \
| * | | mingw: avoid fallback for {local,gm}time_r()Carlo Marcelo Arenas Belón2021-11-271-0/+2
| | |/ | |/|
* | | Merge branch 'jc/unsetenv-returns-an-int'Junio C Hamano2021-11-291-1/+3
|\ \ \ | |/ / |/| |
| * | unsetenv(3) returns int, not voidJunio C Hamano2021-10-291-1/+3
| * | Merge branch 'rs/git-mmap-uses-malloc' into maintJunio C Hamano2021-10-121-1/+6
| |\ \
* | | | simple-ipc: work around issues with Cygwin's Unix socket emulationJohannes Schindelin2021-11-101-0/+22
* | | | Merge branch 'cm/save-restore-terminal'Junio C Hamano2021-10-182-15/+63
|\ \ \ \
| * | | | terminal: teach git how to save/restore its terminal settingsCarlo Marcelo Arenas Belón2021-10-062-15/+63
| |/ / /
* | | | Merge branch 'jh/builtin-fsmonitor-part1'Junio C Hamano2021-10-132-22/+171
|\ \ \ \
| * | | | simple-ipc/ipc-win32: add Windows ACL to named pipeJeff Hostetler2021-09-201-11/+129
| * | | | simple-ipc/ipc-win32: add trace2 debuggingJeff Hostetler2021-09-201-1/+24
| * | | | simple-ipc: preparations for supporting binary messages.Jeff Hostetler2021-09-202-10/+18
* | | | | Merge branch 'ab/config-based-hooks-1'Junio C Hamano2021-10-131-1/+1
|\ \ \ \ \
| * | | | | Makefile: stop hardcoding {command,config}-list.hÆvar Arnfjörð Bjarmason2021-09-231-1/+1
* | | | | | lazyload.h: use an even more generic function pointer than FARPROCCarlo Marcelo Arenas Belón2021-09-271-3/+6
* | | | | | lazyload.h: fix warnings about mismatching function pointer typesJohannes Sixt2021-09-271-2/+3
|/ / / / /
* | | | | Merge branch 'cb/pedantic-build-for-developers'Junio C Hamano2021-09-202-2/+2
|\ \ \ \ \
| * | | | | win32: allow building with pedantic mode enabledCarlo Marcelo Arenas Belón2021-09-032-2/+2
| | |_|_|/ | |/| | |
* | | | | Merge branch 'ab/tr2-leaks-and-fixes'Junio C Hamano2021-09-201-24/+145
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | tr2: log N parent process names on LinuxÆvar Arnfjörð Bjarmason2021-09-071-17/+132
| * | | | tr2: do compiler enum check in trace2_collect_process_info()Ævar Arnfjörð Bjarmason2021-09-071-6/+7
| * | | | tr2: leave the parent list empty upon failure & don't leak memoryÆvar Arnfjörð Bjarmason2021-09-071-3/+5
| * | | | tr2: clarify TRACE2_PROCESS_INFO_EXIT comment under LinuxÆvar Arnfjörð Bjarmason2021-09-071-1/+5
| * | | | tr2: remove NEEDSWORK comment for "non-procfs" implementationsÆvar Arnfjörð Bjarmason2021-09-071-1/+0
| |/ / /
* | | | Merge branch 'rs/git-mmap-uses-malloc'Junio C Hamano2021-09-081-1/+6
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | compat: let git_mmap use malloc(3) directlyRené Scharfe2021-08-241-1/+6
* | | Merge branch 'es/trace2-log-parent-process-name'Junio C Hamano2021-08-242-0/+66
|\ \ \ | |_|/ |/| |
| * | tr2: log parent process nameEmily Shaffer2021-07-221-0/+55
| * | tr2: make process info collection platform-genericEmily Shaffer2021-07-221-0/+11
* | | mingw: align symlinks-related rmdir() behavior with LinuxThomas Bétous2021-08-021-0/+21
| |/ |/|
* | Merge branch 'jh/simple-ipc-sans-pthread'Junio C Hamano2021-05-223-7/+19
|\ \ | |/ |/|
| * simple-ipc: correct ifdefs when NO_PTHREADS is definedJeff Hostetler2021-05-213-7/+19
* | Merge branch 'js/access-nul-emulation-on-windows'Junio C Hamano2021-04-201-0/+2
|\ \
| * | msvc: avoid calling `access("NUL", flags)`Johannes Schindelin2021-04-161-0/+2
* | | Merge branch 'tb/precompose-prefix-simplify'Junio C Hamano2021-04-132-5/+5
|\ \ \
| * | | precompose_utf8: make precompose_string_if_needed() publicTorsten Bögershausen2021-04-052-5/+5
* | | | Merge branch 'jh/simple-ipc'Junio C Hamano2021-04-023-0/+1778
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | simple-ipc: add Unix domain socket implementationJeff Hostetler2021-03-221-0/+999
| * | simple-ipc: add win32 implementationJeff Hostetler2021-03-152-0/+779