summaryrefslogtreecommitdiff
path: root/compat
AgeCommit message (Expand)Author
2018-12-01Merge branch 'ss/msvc-strcasecmp'Junio C Hamano
2018-11-20msvc: directly use MS version (_stricmp) of strcasecmpSven Strickroth
2018-11-18Merge branch 'js/mingw-msdn-url'Junio C Hamano
2018-11-18Merge branch 'js/mingw-create-hard-link'Junio C Hamano
2018-11-16mingw: replace an obsolete link with the superseding oneJohannes Schindelin
2018-11-14win32: replace pthread_cond_*() with much simpler codeLoo Rong Jie
2018-11-14mingw: use `CreateHardLink()` directlyJohannes Schindelin
2018-11-13Merge branch 'sh/mingw-safer-compat-poll'Junio C Hamano
2018-11-13Merge branch 'js/mingw-utf8-env'Junio C Hamano
2018-11-13Merge branch 'js/mingw-perl5lib'Junio C Hamano
2018-11-13Merge branch 'js/mingw-isatty-and-dup2'Junio C Hamano
2018-11-06Merge branch 'js/mingw-ns-filetime'Junio C Hamano
2018-11-05poll: use GetTickCount64() to avoid wrap-around issuesSteve Hoelzer
2018-10-31mingw: fix isatty() after dup2()Johannes Schindelin
2018-10-31mingw: unset PERL5LIB by defaultJohannes Schindelin
2018-10-31config: move Windows-specific config settings into compat/mingw.cJohannes Schindelin
2018-10-31config: allow for platform-specific core.* config settingsJohannes Schindelin
2018-10-31mingw: reencode environment variables on the fly (UTF-16 <-> UTF-8)Johannes Schindelin
2018-10-30Merge branch 'cb/compat-mmap-is-private-read-only'Junio C Hamano
2018-10-30Merge branch 'js/mingw-load-sys-dll'Junio C Hamano
2018-10-30Merge branch 'js/mingw-getcwd'Junio C Hamano
2018-10-26Merge branch 'js/mingw-default-ident'Junio C Hamano
2018-10-25compat: make sure git_mmap is not expected to writeCarlo Marcelo Arenas Belón
2018-10-24mingw: fix getcwd when the parent directory cannot be queriedAnton Serbulov
2018-10-24mingw: ensure `getcwd()` reports the correct caseJohannes Schindelin
2018-10-24mingw: load system libraries the recommended wayJohannes Schindelin
2018-10-24mingw: implement nanosecond-precision file timesKarsten Blees
2018-10-24mingw: replace MSVCRT's fstat() with a Win32-based implementationKarsten Blees
2018-10-24mingw: factor out code to set stat() dataJohannes Schindelin
2018-10-16mingw: use domain information for default emailJohannes Schindelin
2018-10-16getpwuid(mingw): provide a better default for the user nameJohannes Schindelin
2018-10-16getpwuid(mingw): initialize the structure only onceJohannes Schindelin
2018-10-04compat/poll: prepare for targeting Windows VistaJohannes Schindelin
2018-09-24Merge branch 'js/mingw-o-append'Junio C Hamano
2018-09-11mingw: fix mingw_open_append to work with named pipesJeff Hostetler
2018-08-20Merge branch 'en/incl-forward-decl'Junio C Hamano
2018-08-20Merge branch 'js/mingw-o-append'Junio C Hamano
2018-08-15compat/precompose_utf8.h: use more common include guard styleElijah Newren
2018-08-13mingw: enable atomic O_APPENDJohannes Sixt
2018-07-24Merge branch 'nd/command-list'Junio C Hamano
2018-07-16vcbuild/README: update to accommodate for missing common-cmds.hJohannes Schindelin
2018-04-11mingw/msvc: use the new-style RUNTIME_PREFIX helperJohannes Schindelin
2018-03-19mingw: abort on invalid strftime formatsJohannes Schindelin
2017-11-21Merge branch 'bp/fsmonitor'Junio C Hamano
2017-11-15Merge branch 'tz/fsf-address-update'Junio C Hamano
2017-11-09Replace Free Software Foundation address in license noticesTodd Zullinger
2017-11-02mingw: optionally redirect stderr/stdout via the same handleJohannes Schindelin
2017-11-02mingw: add experimental feature to redirect standard handlesJohannes Schindelin
2017-10-11Merge branch 'ds/avoid-overflow-in-midpoint-computation'Junio C Hamano
2017-10-09cleanup: fix possible overflow errors in binary searchDerrick Stolee