summaryrefslogtreecommitdiff
path: root/compat
AgeCommit message (Expand)Author
2025-02-21compat/mingw: rename the symlink, not the targetEliah Kagan
2025-02-18reftable: ignore file-in-use errors when unlink(3p) fails on WindowsPatrick Steinhardt
2025-02-18git-compat-util.h: split out POSIX-emulating bitsPatrick Steinhardt
2025-02-18compat/mingw: split out POSIX-related bitsPatrick Steinhardt
2025-02-07path: drop `git_path_buf()` in favor of `repo_git_path_replace()`Patrick Steinhardt
2025-02-06Merge branch 'ps/zlib-ng'Junio C Hamano
2025-01-28compat/zlib: allow use of zlib-ng as backendPatrick Steinhardt
2025-01-28compat/zlib: provide stubs for `deflateSetHeader()`Patrick Steinhardt
2025-01-28compat/zlib: provide `deflateBound()` shim centrallyPatrick Steinhardt
2025-01-28compat: introduce new "zlib.h" headerPatrick Steinhardt
2025-01-28compat: drop `uncompress2()` compatibility shimPatrick Steinhardt
2025-01-28Merge branch 'jk/pack-header-parse-alignment-fix'Junio C Hamano
2025-01-21bswap.h: squelch potential sparse -Wcast-truncate warningsJunio C Hamano
2024-12-23Merge branch 'js/mingw-rename-fix'Junio C Hamano
2024-12-17mingw_rename: do support directory renamesJohannes Schindelin
2024-12-06global: trivial conversions to fix `-Wsign-compare` warningsPatrick Steinhardt
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt
2024-12-06compat/win32: fix -Wsign-compare warning in "wWinMain()"Patrick Steinhardt
2024-12-06compat/regex: explicitly ignore "-Wsign-compare" warningsPatrick Steinhardt
2024-11-13Merge branch 'ps/mingw-rename'Junio C Hamano
2024-11-06compat/mingw: support POSIX semantics for atomic renamesPatrick Steinhardt
2024-10-27compat/mingw: allow deletion of most opened filesPatrick Steinhardt
2024-10-27compat/mingw: share file handles created via `CreateFileW()`Patrick Steinhardt
2024-10-25Merge branch 'sk/msvc-warnings'Taylor Blau
2024-10-25Merge branch 'ak/typofixes'Taylor Blau
2024-10-17mingw.c: Fix complier warnings for a 64 bit msvcSören Krecker
2024-10-15Merge branch 'jk/fsmonitor-event-listener-race-fix'Taylor Blau
2024-10-10compat: fix typosAndrew Kreimer
2024-10-08fsmonitor: initialize fs event listener before accepting clientsJeff King
2024-10-08simple-ipc: split async server initialization and runningJeff King
2024-09-23Merge branch 'ps/environ-wo-the-repository'Junio C Hamano
2024-09-12environment: guard state depending on a repositoryPatrick Steinhardt
2024-09-10Merge branch 'rj/compat-terminal-unused-fix'Junio C Hamano
2024-09-01compat/terminal: mark parameter of git_terminal_prompt() UNUSEDRamsay Jones
2024-08-28compat: mark unused parameters in win32/mingw functionsJeff King
2024-08-28compat: disable -Wunused-parameter in win32/headless.cJeff King
2024-08-28compat: disable -Wunused-parameter in 3rd-party codeJeff King
2024-08-13global: prepare for hiding away repo-less config functionsPatrick Steinhardt
2024-07-13mingw(is_msys2_sh): handle forward slashes in the `sh.exe` path, tooJohannes Schindelin
2024-07-13win32: override `fspathcmp()` with a directory separator-aware versionJohannes Schindelin
2024-07-02Merge branch 'ps/use-the-repository'Junio C Hamano
2024-06-27Merge branch 'js/mingw-remove-unused-extern-decl'Junio C Hamano
2024-06-20mingw: drop bogus (and unneeded) declaration of `_pgmptr`Johannes Schindelin
2024-06-14compat/fsmonitor: fix socket path in networked SHA256 reposPatrick Steinhardt
2024-06-14hash-ll: merge with "hash.h"Patrick Steinhardt
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt
2024-06-07compat/win32: fix const-correctness with string constantsPatrick Steinhardt
2024-06-07global: improve const correctness when assigning string constantsPatrick Steinhardt
2024-05-20Merge branch 'jc/compat-regex-calloc-fix'Junio C Hamano
2024-05-13compat/regex: fix argument order to calloc(3)Junio C Hamano