summaryrefslogtreecommitdiff
path: root/compat
AgeCommit message (Expand)AuthorFilesLines
2026-06-22win32: ensure that `localtime_r()` is declared even in i686 buildsJohannes Schindelin1-1/+1
2026-06-21Merge branch 'js/objects-larger-than-4gb-on-windows-more'Junio C Hamano1-1/+23
2026-06-17Merge branch 'dl/posix-unused-warning-clang'Junio C Hamano1-12/+23
2026-06-16Merge branch 'js/win-kill-child-more-gently'Junio C Hamano2-7/+194
2026-06-15compat/msvc: use _chsize_s for ftruncateJohannes Schindelin1-1/+23
2026-06-15Merge branch 'ak/typofixes'Junio C Hamano1-1/+1
2026-06-15Merge branch 'ob/more-repo-config-values'Junio C Hamano1-7/+13
2026-06-13compat/posix.h: simplify GIT_GNUC_PREREQ() comparisonDominik Loidolt1-2/+2
2026-06-13compat/posix.h: clean up GIT_GNUC_PREREQ() and UNUSEDDominik Loidolt1-9/+8
2026-06-13compat/posix.h: enable UNUSED warning messages for ClangDominik Loidolt1-1/+13
2026-06-08doc: fix typos via codespellAndrew Kreimer1-1/+1
2026-06-05mingw: really handle SIGINTJohannes Schindelin1-0/+9
2026-06-05mingw: kill child processes in a gentler wayJohannes Schindelin2-7/+185
2026-06-03environment: move "precomposed_unicode" into `struct repo_config_values`Olamide Caleb Bello1-7/+13
2026-05-31Merge branch 'pt/fsmonitor-linux'Junio C Hamano7-0/+1024
2026-05-21Merge branch 'js/mingw-no-nedmalloc' into maint-2.54Junio C Hamano5-7054/+0
2026-05-20Merge branch 'js/mingw-no-nedmalloc'Junio C Hamano5-7054/+0
2026-05-20Merge branch 'js/objects-larger-than-4gb-on-windows'Junio C Hamano1-0/+2
2026-05-09test-tool: add a helper to synthesize large packfilesJohannes Schindelin1-0/+2
2026-05-09mingw: remove the vendored compat/nedmalloc/ subtreeJohannes Schindelin5-7054/+0
2026-05-08mingw: optionally use legacy (non-POSIX) delete semanticsJohannes Schindelin1-2/+45
2026-04-15fsmonitor: implement filesystem change listener for LinuxPaul Tarjan3-0/+996
2026-04-15fsmonitor: rename fsm-settings-darwin.c to fsm-settings-unix.cPaul Tarjan1-0/+0
2026-04-15fsmonitor: rename fsm-ipc-darwin.c to fsm-ipc-unix.cPaul Tarjan1-0/+0
2026-04-15compat/win32: add pthread_cond_timedwaitPaul Tarjan2-0/+28
2026-04-09Revert "compat/posix: introduce writev(3p) wrapper"Junio C Hamano2-58/+0
2026-04-06compat/winansi: drop pre-Vista workaroundMatthias Aßhauer1-33/+4
2026-04-06unify and bump _WIN32_WINNT definition to Windows 8.1Matthias Aßhauer5-5/+7
2026-04-03mingw: use strftime() directly in UCRT buildsJohannes Schindelin1-0/+4
2026-03-25regexp: leave a pointer to resurrect workaround for HomebrewJunio C Hamano1-0/+5
2026-03-24Merge branch 'ps/upload-pack-buffer-more-writes'Junio C Hamano2-0/+58
2026-03-13compat/posix: introduce writev(3p) wrapperPatrick Steinhardt2-0/+58
2026-02-25Merge branch 'mc/tr2-process-ancestry-cleanup'Junio C Hamano2-25/+130
2026-02-17Merge branch 'pc/lockfile-pid'Junio C Hamano1-0/+10
2026-02-13trace2: emit cmd_ancestry data for WindowsMatthew John Cheetham1-0/+8
2026-02-13trace2: refactor Windows process ancestry trace2 eventMatthew John Cheetham1-25/+25
2026-02-13trace2: add macOS process ancestry tracingMatthew John Cheetham1-0/+97
2026-01-23Merge branch 'js/symlink-windows'Junio C Hamano4-156/+496
2026-01-22lockfile: add PID file for debugging stale locksPaulo Casaretto1-0/+10
2026-01-21Merge branch 'js/prep-symlink-windows'Junio C Hamano1-11/+7
2026-01-09mingw: emulate `stat()` a little more faithfullyJohannes Schindelin1-1/+13
2026-01-09mingw: try to create symlinks without elevated permissionsJohannes Schindelin1-2/+24
2026-01-09mingw: add support for symlinks to directoriesKarsten Blees1-0/+164
2026-01-09mingw: implement basic `symlink()` functionality (file symlinks only)Karsten Blees2-2/+29
2026-01-09mingw: implement `readlink()`Karsten Blees2-2/+25
2026-01-09mingw: allow `mingw_chdir()` to change to symlink-resolved directoriesKarsten Blees1-1/+19
2026-01-09mingw: support renaming symlinksKarsten Blees1-22/+16
2026-01-09mingw: handle symlinks to directories in `mingw_unlink()`Karsten Blees1-1/+8
2026-01-09mingw: add symlink-specific error codesKarsten Blees1-0/+5
2026-01-09mingw: change default of `core.symlinks` to falseKarsten Blees1-0/+9