aboutsummaryrefslogtreecommitdiffstats
path: root/compat/win32 (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-12-06compat/win32: fix -Wsign-compare warning in "wWinMain()"Patrick Steinhardt1-8/+9
2024-09-23Merge branch 'ps/environ-wo-the-repository'Junio C Hamano1-0/+2
2024-09-12environment: guard state depending on a repositoryPatrick Steinhardt1-0/+2
2024-08-28compat: mark unused parameters in win32/mingw functionsJeff King3-4/+4
2024-08-28compat: disable -Wunused-parameter in win32/headless.cJeff King1-0/+2
2024-07-13win32: override `fspathcmp()` with a directory separator-aware versionJohannes Schindelin2-0/+41
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt1-0/+2
2023-08-15Merge branch 'ds/maintenance-on-windows-fix'Junio C Hamano1-0/+115
2023-08-09win32: add a helper to run `git.exe` without a foreground windowJohannes Schindelin1-0/+115
2023-07-25Merge branch 'mh/mingw-case-sensitive-build'Junio C Hamano1-2/+2
2023-06-21cache.h: remove this no-longer-used headerElijah Newren1-1/+1
2023-06-12mingw: use lowercase includes for some Windows headersMike Hommey1-2/+2
2023-04-24hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren1-0/+1
2023-04-11treewide: be explicit about dependence on trace.h & trace2.hElijah Newren1-0/+1
2023-01-23Merge branch 'sk/win32-close-handle-upon-pthread-join'Junio C Hamano1-11/+14
2023-01-04win32: close handles of threads that have been joinedSeija Kijin1-0/+3
2023-01-04win32: prepare pthread.c for change by formattingSeija Kijin1-11/+11
2022-12-25win32: use _endthreadex to terminate threads, not ExitThreadSeija Kijin1-1/+1
2022-07-19compat/win32: correct for incorrect compiler warningDerrick Stolee1-3/+4
2022-06-03Merge branch 'ds/bundle-uri'Junio C Hamano1-5/+1
2022-05-31Merge branch 'js/ci-gcc-12-fixes'Junio C Hamano1-0/+2
2022-05-24compat/win32/syslog: fix use-after-reallocJohannes Schindelin1-0/+2
2022-05-16dir API: add a generalized path_match_flags() functionÆvar Arnfjörð Bjarmason1-5/+1
2022-03-10core.fsyncmethod: add writeout-only modeNeeraj Singh1-0/+28
2022-01-09lazyload: use correct calling conventionsMatthias Aßhauer2-5/+5
2021-09-27lazyload.h: use an even more generic function pointer than FARPROCCarlo Marcelo Arenas Belón1-3/+6
2021-09-27lazyload.h: fix warnings about mismatching function pointer typesJohannes Sixt1-2/+3
2021-09-03win32: allow building with pedantic mode enabledCarlo Marcelo Arenas Belón1-1/+1
2020-03-27run-command: trigger PATH lookup properly on CygwinAndras Kucsma1-0/+11
2019-12-06Sync with 2.23.1Johannes Schindelin2-2/+27
2019-12-06Sync with 2.22.2Johannes Schindelin2-2/+27
2019-12-06Sync with 2.21.1Johannes Schindelin2-2/+27
2019-12-06Sync with 2.20.2Johannes Schindelin2-2/+27
2019-10-18Merge branch 'dl/compat-cleanup'Junio C Hamano1-1/+1
2019-10-15Merge branch 'js/azure-pipelines-msvc'Junio C Hamano1-0/+5
2019-10-11pthread.h: manually align parameter listsDenton Liu1-1/+1
2019-10-06compat/win32/path-utils.h: add #include guardsJohannes Schindelin1-0/+5
2019-09-05compat/*.[ch]: remove extern from function declarations using spatchDenton Liu1-3/+3
2019-06-27mingw: embed a manifest to trick UAC into Doing The Right ThingCesar Eduardo Barros1-0/+25
2019-04-16trace2: report peak memory usage of the processJeff Hostetler1-3/+47
2019-02-22trace2: collect Windows-specific process informationJeff Hostetler1-0/+147
2019-01-14Merge branch 'tb/use-common-win32-pathfuncs-on-cygwin'Junio C Hamano2-0/+48
2018-12-26git clone <url> C:\cygwin\home\USER\repo' is working (again)Torsten Bögershausen2-0/+48
2018-11-14win32: replace pthread_cond_*() with much simpler codeLoo Rong Jie2-159/+7
2017-09-26Win32: simplify loading of DLL functionsJohannes Schindelin1-0/+57
2017-08-10win32: plug memory leak on realloc() failure in syslog()René Scharfe1-0/+2
2016-05-18Merge branch 'jk/push-client-deadlock-fix'Junio C Hamano1-0/+7
2016-05-11Windows: only add a no-op pthread_sigmask() when neededJohannes Schindelin1-0/+2
2016-05-09compat/win32/syslog.c: use warning_errno()Nguyễn Thái Ngọc Duy1-3/+3
2016-05-02Windows: add pthread_sigmask() that does nothingJohannes Sixt1-0/+5