aboutsummaryrefslogtreecommitdiffstats
path: root/compat (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-20obstack: fix compiler warningJohannes Schindelin1-1/+1
2019-06-13winansi: simplify loading the GetCurrentConsoleFontEx() functionJohannes Schindelin1-9/+5
2019-06-13poll (mingw): allow compiling with GCC 8 and DEVELOPER=1Johannes Schindelin1-1/+1
2019-05-19Merge branch 'tt/no-ipv6-fallback-for-winxp'Junio C Hamano2-183/+3
2019-05-13Merge branch 'cc/access-on-aix-workaround'Junio C Hamano2-1/+32
2019-05-07mingw: remove obsolete IPv6-related codeTanushree Tumane2-183/+3
2019-04-25git-compat-util: work around for access(X_OK) under rootClément Chigot2-1/+32
2019-04-16trace2: report peak memory usage of the processJeff Hostetler1-3/+47
2019-04-16trace2: refactor setting process starting timeJeff Hostetler1-0/+2
2019-03-11Merge branch 'jk/guard-bswap-header'Junio C Hamano1-0/+5
2019-03-07compat/bswap: add include header guardsJeff King1-0/+5
2019-02-22trace2: collect Windows-specific process informationJeff Hostetler1-0/+147
2019-02-22trace2: create new combined trace facilityJeff Hostetler2-3/+11
2019-02-15mingw: safe-guard a bit more against getenv() problemsJohannes Schindelin1-1/+1
2019-02-13Merge branch 'js/mingw-host-cpu'Junio C Hamano1-19/+0
2019-02-13Merge branch 'nd/fileno-may-be-macro'Junio C Hamano1-0/+7
2019-02-13mingw: use a more canonical method to fix the CPU reportingJohannes Schindelin1-19/+0
2019-02-12git-compat-util: work around fileno(fp) that is a macroDuy Nguyen1-0/+7
2019-02-08Merge branch 'js/mingw-host-cpu'Junio C Hamano1-0/+19
2019-02-07mingw: fix CPU reporting in `git version --build-options`Johannes Schindelin1-0/+19
2019-02-06Merge branch 'js/vsts-ci'Junio C Hamano1-1/+1
2019-02-06Merge branch 'tb/utf-16-le-with-explicit-bom'Junio C Hamano1-1/+1
2019-02-05Merge branch 'js/mingw-unc-path-w-backslashes'Junio C Hamano1-1/+76
2019-02-05Merge branch 'sg/obstack-cast-function-type-fix'Junio C Hamano2-15/+20
2019-01-31Support working-tree-encoding "UTF-16LE-BOM"Torsten Bögershausen1-1/+1
2019-01-29mingw: be more generous when wrapping up the setitimer() emulationJohannes Schindelin1-1/+1
2019-01-18Merge branch 'rb/hpe'Junio C Hamano1-0/+8
2019-01-18mingw: special-case arguments to `sh`Johannes Schindelin1-1/+76
2019-01-17compat/obstack: fix -Wcast-function-type warningsSZEDER Gábor2-15/+20
2019-01-14Merge branch 'tb/use-common-win32-pathfuncs-on-cygwin'Junio C Hamano6-69/+49
2019-01-03compat/regex/regcomp.c: define intptr_t and uintptr_t on NonStopRandall S. Becker1-0/+8
2018-12-26git clone <url> C:\cygwin\home\USER\repo' is working (again)Torsten Bögershausen6-69/+49
2018-12-01Merge branch 'ss/msvc-strcasecmp'Junio C Hamano1-7/+1
2018-11-21Merge branch 'js/mingw-o-append' into maintJunio C Hamano1-3/+33
2018-11-20msvc: directly use MS version (_stricmp) of strcasecmpSven Strickroth1-7/+1
2018-11-18Merge branch 'js/mingw-msdn-url'Junio C Hamano1-2/+2
2018-11-18Merge branch 'js/mingw-create-hard-link'Junio C Hamano1-13/+1
2018-11-16mingw: replace an obsolete link with the superseding oneJohannes Schindelin1-2/+2
2018-11-14win32: replace pthread_cond_*() with much simpler codeLoo Rong Jie2-159/+7
2018-11-14mingw: use `CreateHardLink()` directlyJohannes Schindelin1-13/+1
2018-11-13Merge branch 'sh/mingw-safer-compat-poll'Junio C Hamano1-4/+8
2018-11-13Merge branch 'js/mingw-utf8-env'Junio C Hamano2-116/+196
2018-11-13Merge branch 'js/mingw-perl5lib'Junio C Hamano2-1/+60
2018-11-13Merge branch 'js/mingw-isatty-and-dup2'Junio C Hamano2-0/+15
2018-11-06Merge branch 'js/mingw-ns-filetime'Junio C Hamano2-36/+76
2018-11-05poll: use GetTickCount64() to avoid wrap-around issuesSteve Hoelzer1-4/+8
2018-10-31mingw: fix isatty() after dup2()Johannes Schindelin2-0/+15
2018-10-31mingw: unset PERL5LIB by defaultJohannes Schindelin1-1/+34
2018-10-31config: move Windows-specific config settings into compat/mingw.cJohannes Schindelin1-0/+18
2018-10-31config: allow for platform-specific core.* config settingsJohannes Schindelin2-0/+8