summary refs log tree commit diff
path: root/compat
AgeCommit message (Expand)AuthorFilesLines
2022-04-11Merge tag 'v2.35.2'Junio C Hamano2-0/+94
2022-04-04Merge branch 'jh/builtin-fsmonitor-part2'Junio C Hamano4-0/+1154
2022-03-30Merge branch 'pw/add-p-single-key'Junio C Hamano2-36/+211
2022-03-25Merge branch 'ns/core-fsyncmethod'Junio C Hamano3-5/+31
2022-03-25compat/fsmonitor/fsm-listen-darwin: implement FSEvent listener on MacOSJeff Hostetler1-0/+383
2022-03-25compat/fsmonitor/fsm-listen-darwin: add MacOS header files for FSEventJeff Hostetler2-0/+116
2022-03-25compat/fsmonitor/fsm-listen-win32: implement FSMonitor backend on WindowsJeff Hostetler1-0/+565
2022-03-25compat/fsmonitor/fsm-listen-darwin: stub in backend for DarwinJeff Hostetler1-0/+20
2022-03-25compat/fsmonitor/fsm-listen-win32: stub in backend for WindowsJeff Hostetler2-0/+70
2022-03-24Sync with 2.34.2Johannes Schindelin2-0/+94
2022-03-24Sync with 2.33.2Johannes Schindelin2-0/+96
2022-03-24Sync with 2.32.1Johannes Schindelin2-0/+96
2022-03-24Sync with 2.31.2Johannes Schindelin2-0/+96
2022-03-24Sync with 2.30.3Johannes Schindelin2-0/+96
2022-03-21Merge branch 'pw/single-key-interactive'Junio C Hamano2-6/+31
2022-03-21Add a function to determine whether a path is owned by the current userJohannes Schindelin2-0/+94
2022-03-17mingw: avoid fallback for {local,gm}time_r()Carlo Marcelo Arenas Belón1-0/+2
2022-03-16terminal: restore settings on SIGTSTPPhillip Wood1-3/+129
2022-03-16terminal: work around macos poll() bugPhillip Wood1-6/+36
2022-03-16terminal: don't assume stdin is /dev/ttyPhillip Wood2-9/+22
2022-03-16terminal: use flags for save_term()Phillip Wood2-21/+27
2022-03-10core.fsyncmethod: add writeout-only modeNeeraj Singh2-0/+31
2022-03-10wrapper: make inclusion of Windows csprng header tightly scopedNeeraj Singh1-5/+0
2022-03-09Merge branch 'pw/single-key-interactive' into pw/add-p-single-keyJunio C Hamano2-6/+31
2022-03-01t/helper/test-chmtime: update mingw to support chmtime on directoriesTao Klerks1-4/+19
2022-02-23terminal: set VMIN and VTIME in non-canonical modePhillip Wood1-1/+9
2022-02-23terminal: pop signal handler when terminal is restoredPhillip Wood2-4/+21
2022-02-23terminal: always reset terminal when reading without echoPhillip Wood1-1/+1
2022-02-16Merge branch 'ab/auto-detect-zlib-compress2'Junio C Hamano1-5/+6
2022-02-11Merge branch 'bc/csprng-mktemps'Junio C Hamano1-0/+6
2022-02-05Merge branch 'jc/qsort-s-alignment-fix'Junio C Hamano1-10/+4
2022-01-26compat: auto-detect if zlib has uncompress2()Ævar Arnfjörð Bjarmason1-5/+6
2022-01-19getcwd(mingw): handle the case when there is no cwdJohannes Schindelin1-0/+4
2022-01-17wrapper: add a helper to generate numbers from a CSPRNGbrian m. carlson1-0/+6
2022-01-12Merge branch 'ma/windows-dynload-fix'Junio C Hamano4-9/+12
2022-01-09lazyload: use correct calling conventionsMatthias Aßhauer4-9/+12
2022-01-07compat/qsort_s.c: avoid using potentially unaligned accessJunio C Hamano1-10/+4
2021-12-15Merge branch 'hn/reftable'Junio C Hamano2-0/+96
2021-12-10Merge branch 'cb/mingw-gmtime-r'Junio C Hamano1-0/+2
2021-11-29Merge branch 'jc/unsetenv-returns-an-int'Junio C Hamano1-1/+3
2021-11-27mingw: avoid fallback for {local,gm}time_r()Carlo Marcelo Arenas Belón1-0/+2
2021-11-10simple-ipc: work around issues with Cygwin's Unix socket emulationJohannes Schindelin1-0/+22
2021-10-29unsetenv(3) returns int, not voidJunio C Hamano1-1/+3
2021-10-18Merge branch 'cm/save-restore-terminal'Junio C Hamano2-15/+63
2021-10-13Merge branch 'jh/builtin-fsmonitor-part1'Junio C Hamano2-22/+171
2021-10-13Merge branch 'ab/config-based-hooks-1'Junio C Hamano1-1/+1
2021-10-12Merge branch 'rs/git-mmap-uses-malloc' into maintJunio C Hamano1-1/+6
2021-10-08Provide zlib's uncompress2 from compat/zlib-compat.cHan-Wen Nienhuys2-0/+96
2021-10-06terminal: teach git how to save/restore its terminal settingsCarlo Marcelo Arenas Belón2-15/+63
2021-09-27lazyload.h: use an even more generic function pointer than FARPROCCarlo Marcelo Arenas Belón1-3/+6