summaryrefslogtreecommitdiff
path: root/compat
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | 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
* | | | Sync with Git 2.30.2 for CVE-2021-21300Junio C Hamano2021-03-081-0/+2
|\ \ \ \ | | |_|/ | |/| |
| * | | Sync with 2.29.3Johannes Schindelin2021-02-121-0/+2
| |\ \ \ | | |/ / | |/| |
| | * | Sync with 2.28.1Johannes Schindelin2021-02-121-0/+2
| | |\ \
| | | * \ Sync with 2.27.1Johannes Schindelin2021-02-121-0/+2
| | | |\ \
| | | | * \ Sync with 2.26.3Johannes Schindelin2021-02-121-0/+2
| | | | |\ \
| | | | | * \ Sync with 2.25.5Johannes Schindelin2021-02-121-0/+2
| | | | | |\ \
| | | | | | * \ Sync with 2.24.4Johannes Schindelin2021-02-121-0/+2
| | | | | | |\ \
| | | | | | | * \ Sync with 2.23.4Johannes Schindelin2021-02-121-0/+2
| | | | | | | |\ \
| | | | | | | | * \ Sync with 2.22.5Johannes Schindelin2021-02-121-0/+2
| | | | | | | | |\ \