summaryrefslogtreecommitdiff
path: root/compat/mingw.c
AgeCommit message (Expand)Author
2014-07-30Merge branch 'sk/mingw-uni-fix-more'Junio C Hamano
2014-07-21Merge branch 'maint'Junio C Hamano
2014-07-21use xcalloc() to allocate zero-initialized memoryRené Scharfe
2014-07-21Win32: enable color output in Windows cmd.exeKarsten Blees
2014-07-21Win32: patch Windows environment on startupKarsten Blees
2014-07-21Win32: keep the environment sortedKarsten Blees
2014-07-21Win32: use low-level memory allocation during initializationKarsten Blees
2014-07-21Win32: reduce environment array reallocationsKarsten Blees
2014-07-21Win32: don't copy the environment twice when spawning child processesKarsten Blees
2014-07-21Win32: factor out environment block creationKarsten Blees
2014-07-21Win32: unify environment function namesKarsten Blees
2014-07-21Win32: unify environment case-sensitivityKarsten Blees
2014-07-21Win32: fix environment memory leaksKarsten Blees
2014-07-21Win32: Unicode environment (incoming)Karsten Blees
2014-07-21Win32: Unicode environment (outgoing)Karsten Blees
2014-07-17Revert "Windows: teach getenv to do a case-sensitive search"Karsten Blees
2014-07-15Win32: Unicode file name support (except dirent)Karsten Blees
2014-06-16Win32: Unicode arguments (incoming)Karsten Blees
2014-06-16Win32: Unicode arguments (outgoing)Karsten Blees
2014-06-16MinGW: disable CRT command line globbingKarsten Blees
2014-06-16Win32: fix potential multi-threading issueKarsten Blees
2014-06-16Win32: simplify internal mingw_spawn* APIsKarsten Blees
2014-06-16Win32: let mingw_execve() return an intJohannes Schindelin
2014-06-10Win32: Thread-safe windows console outputKarsten Blees
2014-06-10Win32: add Unicode conversion functionsKarsten Blees
2014-06-10Win32: move main macro to a functionKarsten Blees
2014-06-10Windows: allow using UNC path for git repositoryCezary Zawadka
2014-01-17mingw: remove mingw_writeErik Faye-Lund
2013-09-11MinGW: Fix stat definitions to work with MinGW runtime version 4.0Sebastian Schuberth
2013-09-04Merge branch 'nd/gc-lock-against-each-other'Junio C Hamano
2013-08-09gc: reject if another gc is running, unless --force is givenNguyễn Thái Ngọc Duy
2013-06-10Sync with 1.8.3.1Junio C Hamano
2013-06-10mingw: make mingw_signal return the correct handlerErik Faye-Lund
2013-04-28compat/mingw.c: Fix some sparse warningsRamsay Jones
2012-12-11Merge branch 'ef/mingw-rmdir'Junio C Hamano
2012-12-10mingw_rmdir: do not prompt for retry when non-emptyErik Faye-Lund
2012-12-04mingw: get rid of getpass implementationErik Faye-Lund
2012-12-04mingw: make fgetc raise SIGINT if apropriateErik Faye-Lund
2012-12-04mingw: correct exit-code for SIGALRM's SIG_DFLErik Faye-Lund
2012-10-17maybe_flush_or_die: move a too-loose Windows specific errorJohannes Sixt
2012-04-05compat/mingw.[ch]: Change return type of exec functions to intRamsay Jones
2011-12-09Merge branch 'maint-1.7.7' into maintJunio C Hamano
2011-12-09mingw: give waitpid the correct signatureErik Faye-Lund
2011-10-19Merge branch 'pt/mingw-misc-fixes'Junio C Hamano
2011-10-16mingw: ensure sockets are initialized before calling gethostnamePat Thoyts
2011-10-06cleanup: use internal memory allocation wrapper functions everywhereBrandon Casey
2011-06-30Merge branch 'js/i18n-windows'Junio C Hamano
2011-06-06Windows: teach getenv to do a case-sensitive searchJohannes Sixt
2011-06-06mingw.c: move definition of mingw_getenv downJohannes Sixt
2011-05-23Merge branch 'js/mingw-shutdown'Junio C Hamano