summaryrefslogtreecommitdiffstats
path: root/compat (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'js/mingw-rename-fix'Junio C Hamano2024-12-231-1/+1
|\
| * mingw_rename: do support directory renamesJohannes Schindelin2024-12-171-1/+1
* | global: trivial conversions to fix `-Wsign-compare` warningsPatrick Steinhardt2024-12-062-8/+2
* | global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt2024-12-066-0/+11
* | compat/win32: fix -Wsign-compare warning in "wWinMain()"Patrick Steinhardt2024-12-061-8/+9
* | compat/regex: explicitly ignore "-Wsign-compare" warningsPatrick Steinhardt2024-12-061-0/+2
* | Merge branch 'ps/mingw-rename'Junio C Hamano2024-11-131-6/+151
|\|
| * compat/mingw: support POSIX semantics for atomic renamesPatrick Steinhardt2024-11-061-4/+83
| * compat/mingw: allow deletion of most opened filesPatrick Steinhardt2024-10-281-0/+66
| * compat/mingw: share file handles created via `CreateFileW()`Patrick Steinhardt2024-10-281-2/+2
* | Merge branch 'sk/msvc-warnings'Taylor Blau2024-10-253-12/+21
|\ \
| * | mingw.c: Fix complier warnings for a 64 bit msvcSören Krecker2024-10-173-12/+21
| |/
* | Merge branch 'ak/typofixes'Taylor Blau2024-10-253-4/+4
|\ \ | |/ |/|
| * compat: fix typosAndrew Kreimer2024-10-103-4/+4
* | Merge branch 'jk/fsmonitor-event-listener-race-fix'Taylor Blau2024-10-155-11/+82
|\ \ | |/ |/|
| * fsmonitor: initialize fs event listener before accepting clientsJeff King2024-10-082-0/+12
| * simple-ipc: split async server initialization and runningJeff King2024-10-083-11/+70
* | Merge branch 'ps/environ-wo-the-repository'Junio C Hamano2024-09-232-0/+4
|\ \
| * | environment: guard state depending on a repositoryPatrick Steinhardt2024-09-122-0/+4
* | | Merge branch 'rj/compat-terminal-unused-fix'Junio C Hamano2024-09-101-1/+1
|\ \ \ | | |/ | |/|
| * | compat/terminal: mark parameter of git_terminal_prompt() UNUSEDRamsay Jones2024-09-011-1/+1
* | | compat: mark unused parameters in win32/mingw functionsJeff King2024-08-288-23/+24
* | | compat: disable -Wunused-parameter in win32/headless.cJeff King2024-08-281-0/+2
* | | compat: disable -Wunused-parameter in 3rd-party codeJeff King2024-08-282-0/+4
| |/ |/|
* | global: prepare for hiding away repo-less config functionsPatrick Steinhardt2024-08-132-0/+3
|/
* mingw(is_msys2_sh): handle forward slashes in the `sh.exe` path, tooJohannes Schindelin2024-07-141-1/+1
* win32: override `fspathcmp()` with a directory separator-aware versionJohannes Schindelin2024-07-142-0/+41
* Merge branch 'ps/use-the-repository'Junio C Hamano2024-07-023-4/+7
|\
| * compat/fsmonitor: fix socket path in networked SHA256 reposPatrick Steinhardt2024-06-141-3/+4
| * hash-ll: merge with "hash.h"Patrick Steinhardt2024-06-141-1/+1
| * global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt2024-06-141-0/+2
* | Merge branch 'js/mingw-remove-unused-extern-decl'Junio C Hamano2024-06-271-1/+0
|\ \
| * | mingw: drop bogus (and unneeded) declaration of `_pgmptr`Johannes Schindelin2024-06-201-1/+0
* | | compat/win32: fix const-correctness with string constantsPatrick Steinhardt2024-06-073-15/+31
* | | global: improve const correctness when assigning string constantsPatrick Steinhardt2024-06-071-1/+1
| |/ |/|
* | Merge branch 'jc/compat-regex-calloc-fix'Junio C Hamano2024-05-203-13/+13
|\ \
| * | compat/regex: fix argument order to calloc(3)Junio C Hamano2024-05-133-13/+13
| * | nedmalloc: avoid new compile errorJohannes Schindelin2023-03-121-1/+0
| * | compat/win32/syslog: fix use-after-reallocJohannes Schindelin2023-03-121-0/+2
* | | win32: fix building with NO_UNIX_SOCKETSMike Hommey2024-05-031-0/+2
* | | Win32: detect unix socket support at runtimeMatthias Aßhauer2024-04-032-0/+25
* | | Merge branch 'jc/no-include-of-compat-util-from-headers'Junio C Hamano2024-03-052-2/+0
|\ \ \ | |_|/ |/| |
| * | compat: drop inclusion of <git-compat-util.h>Junio C Hamano2024-02-242-2/+0
| * | Merge branch 'js/win32-retry-pipe-write-on-enospc' into maint-2.43Junio C Hamano2024-02-131-4/+15
| |\ \
| * \ \ Merge branch 'en/header-cleanup' into maint-2.43Junio C Hamano2024-02-095-4/+3
| |\ \ \
* | \ \ \ Merge branch 'js/win32-retry-pipe-write-on-enospc'Junio C Hamano2024-02-061-4/+15
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | win32: special-case `ENOSPC` when writing to a pipeJohannes Schindelin2024-01-301-4/+15
* | | | | Merge branch 'sk/mingw-owner-check-error-message-improvement'Junio C Hamano2024-01-201-13/+57
|\ \ \ \ \
| * | | | | mingw: give more details about unsafe directory's ownershipSören Krecker2024-01-101-13/+57
* | | | | | Merge branch 'en/header-cleanup'Junio C Hamano2024-01-085-4/+3
|\ \ \ \ \ \ | |_|_|/ / / |/| | | / / | | |_|/ / | |/| | |