summaryrefslogtreecommitdiffstats
path: root/compat
AgeCommit message (Expand)AuthorLines
2019-04-16trace2: report peak memory usage of the processJeff Hostetler-3/+47
2019-04-16trace2: refactor setting process starting timeJeff Hostetler-0/+2
2019-03-11Merge branch 'jk/guard-bswap-header'Junio C Hamano-0/+5
2019-03-07compat/bswap: add include header guardsJeff King-0/+5
2019-02-22trace2: collect Windows-specific process informationJeff Hostetler-0/+147
2019-02-22trace2: create new combined trace facilityJeff Hostetler-3/+11
2019-02-15mingw: safe-guard a bit more against getenv() problemsJohannes Schindelin-1/+1
2019-02-13Merge branch 'js/mingw-host-cpu'Junio C Hamano-19/+0
2019-02-13Merge branch 'nd/fileno-may-be-macro'Junio C Hamano-0/+7
2019-02-13mingw: use a more canonical method to fix the CPU reportingJohannes Schindelin-19/+0
2019-02-12git-compat-util: work around fileno(fp) that is a macroDuy Nguyen-0/+7
2019-02-08Merge branch 'js/mingw-host-cpu'Junio C Hamano-0/+19
2019-02-07mingw: fix CPU reporting in `git version --build-options`Johannes Schindelin-0/+19
2019-02-06Merge branch 'js/vsts-ci'Junio C Hamano-1/+1
2019-02-06Merge branch 'tb/utf-16-le-with-explicit-bom'Junio C Hamano-1/+1
2019-02-05Merge branch 'js/mingw-unc-path-w-backslashes'Junio C Hamano-1/+76
2019-02-05Merge branch 'sg/obstack-cast-function-type-fix'Junio C Hamano-15/+20
2019-01-31Support working-tree-encoding "UTF-16LE-BOM"Torsten Bögershausen-1/+1
2019-01-29mingw: be more generous when wrapping up the setitimer() emulationJohannes Schindelin-1/+1
2019-01-18Merge branch 'rb/hpe'Junio C Hamano-0/+8
2019-01-18mingw: special-case arguments to `sh`Johannes Schindelin-1/+76
2019-01-17compat/obstack: fix -Wcast-function-type warningsSZEDER Gábor-15/+20
2019-01-14Merge branch 'tb/use-common-win32-pathfuncs-on-cygwin'Junio C Hamano-69/+49
2019-01-03compat/regex/regcomp.c: define intptr_t and uintptr_t on NonStopRandall S. Becker-0/+8
2018-12-26git clone <url> C:\cygwin\home\USER\repo' is working (again)Torsten Bögershausen-69/+49
2018-12-01Merge branch 'ss/msvc-strcasecmp'Junio C Hamano-7/+1
2018-11-21Merge branch 'js/mingw-o-append' into maintJunio C Hamano-3/+33
2018-11-20msvc: directly use MS version (_stricmp) of strcasecmpSven Strickroth-7/+1
2018-11-18Merge branch 'js/mingw-msdn-url'Junio C Hamano-2/+2
2018-11-18Merge branch 'js/mingw-create-hard-link'Junio C Hamano-13/+1
2018-11-16mingw: replace an obsolete link with the superseding oneJohannes Schindelin-2/+2
2018-11-14win32: replace pthread_cond_*() with much simpler codeLoo Rong Jie-159/+7
2018-11-14mingw: use `CreateHardLink()` directlyJohannes Schindelin-13/+1
2018-11-13Merge branch 'sh/mingw-safer-compat-poll'Junio C Hamano-4/+8
2018-11-13Merge branch 'js/mingw-utf8-env'Junio C Hamano-116/+196
2018-11-13Merge branch 'js/mingw-perl5lib'Junio C Hamano-1/+60
2018-11-13Merge branch 'js/mingw-isatty-and-dup2'Junio C Hamano-0/+15
2018-11-06Merge branch 'js/mingw-ns-filetime'Junio C Hamano-36/+76
2018-11-05poll: use GetTickCount64() to avoid wrap-around issuesSteve Hoelzer-4/+8
2018-10-31mingw: fix isatty() after dup2()Johannes Schindelin-0/+15
2018-10-31mingw: unset PERL5LIB by defaultJohannes Schindelin-1/+34
2018-10-31config: move Windows-specific config settings into compat/mingw.cJohannes Schindelin-0/+18
2018-10-31config: allow for platform-specific core.* config settingsJohannes Schindelin-0/+8
2018-10-31mingw: reencode environment variables on the fly (UTF-16 <-> UTF-8)Johannes Schindelin-116/+196
2018-10-30Merge branch 'cb/compat-mmap-is-private-read-only'Junio C Hamano-1/+1
2018-10-30Merge branch 'js/mingw-load-sys-dll'Junio C Hamano-1/+2
2018-10-30Merge branch 'js/mingw-getcwd'Junio C Hamano-2/+48
2018-10-26Merge branch 'js/mingw-default-ident'Junio C Hamano-7/+55
2018-10-25compat: make sure git_mmap is not expected to writeCarlo Marcelo Arenas Belón-1/+1
2018-10-24mingw: fix getcwd when the parent directory cannot be queriedAnton Serbulov-0/+39