summaryrefslogtreecommitdiff
path: root/compat
Commit message (Expand)AuthorAgeFilesLines
* Sync with 2.34.8Johannes Schindelin2023-04-172-1/+2
|\
| * Sync with 2.33.8Johannes Schindelin2023-04-172-1/+2
| |\
| | * Sync with 2.32.7Johannes Schindelin2023-04-172-1/+2
| | |\
| | | * Sync with 2.31.8Johannes Schindelin2023-04-172-1/+2
| | | |\
| | | | * Sync with 2.30.9Johannes Schindelin2023-04-172-1/+2
| | | | |\
| | | | | * nedmalloc: avoid new compile errorJohannes Schindelin2023-03-121-1/+0
| | | | | * compat/win32/syslog: fix use-after-reallocJohannes Schindelin2023-03-121-0/+2
* | | | | | Sync with 2.34.2Johannes Schindelin2022-03-242-0/+94
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Sync with 2.33.2Johannes Schindelin2022-03-242-0/+96
| |\ \ \ \ \ | | |/ / / /
| | * | | | Sync with 2.32.1Johannes Schindelin2022-03-242-0/+96
| | |\ \ \ \ | | | |/ / /
| | | * | | Sync with 2.31.2Johannes Schindelin2022-03-242-0/+96
| | | |\ \ \ | | | | |/ /
| | | | * | Sync with 2.30.3Johannes Schindelin2022-03-242-0/+96
| | | | |\ \ | | | | | |/
| | | | | * Add a function to determine whether a path is owned by the current userJohannes Schindelin2022-03-212-0/+94
| | | | | * mingw: avoid fallback for {local,gm}time_r()Carlo Marcelo Arenas Belón2022-03-171-0/+2
* | | | | | 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
|\ \ \ \ | |/ / / |/| | |