summaryrefslogtreecommitdiffstats
path: root/compat (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \ \ \ | |_|_|/ / / |/| | | / / | | |_|/ / | |/| | |
| * | | | treewide: remove unnecessary includes in source filesElijah Newren2023-12-262-4/+0
| * | | | fsmonitor--daemon.h: remove unnecessary includesElijah Newren2023-12-263-0/+3
| | |/ / | |/| |
* / | | config: handle NULL value when parsing non-boolsJeff King2023-12-091-0/+2
|/ / /
* | | Merge branch 'jk/fsmonitor-unused-parameter'Junio C Hamano2023-09-296-25/+22
|\ \ \
| * | | fsmonitor/darwin: mark unused parameters in system callbackJeff King2023-09-191-2/+2
| * | | fsmonitor: mark unused parameters in stub functionsJeff King2023-09-192-7/+8
| * | | fsmonitor/win32: mark unused parameter in fsm_os__incompatible()Jeff King2023-09-191-1/+1
| * | | fsmonitor/win32: drop unused parametersJeff King2023-09-191-14/+10
| * | | fsmonitor: prefer repo_git_path() to git_pathdup()Jeff King2023-09-191-1/+1
* | | | hashmap: use expected signatures for comparison functionsJeff King2023-08-201-4/+6
|/ / /