aboutsummaryrefslogtreecommitdiff
path: root/compat/mingw.c
Commit message (Expand)AuthorAge
...
* | Win32: Unicode arguments (incoming)Karsten Blees2014-06-16
* | Win32: Unicode arguments (outgoing)Karsten Blees2014-06-16
* | MinGW: disable CRT command line globbingKarsten Blees2014-06-16
* | Win32: fix potential multi-threading issueKarsten Blees2014-06-16
* | Win32: simplify internal mingw_spawn* APIsKarsten Blees2014-06-16
* | Win32: let mingw_execve() return an intJohannes Schindelin2014-06-16
* | Win32: Thread-safe windows console outputKarsten Blees2014-06-10
* | Win32: add Unicode conversion functionsKarsten Blees2014-06-10
* | Win32: move main macro to a functionKarsten Blees2014-06-10
* | Windows: allow using UNC path for git repositoryCezary Zawadka2014-06-10
|/
* mingw: remove mingw_writeErik Faye-Lund2014-01-17
* MinGW: Fix stat definitions to work with MinGW runtime version 4.0Sebastian Schuberth2013-09-11
* Merge branch 'nd/gc-lock-against-each-other'Junio C Hamano2013-09-04
|\
| * gc: reject if another gc is running, unless --force is givenNguyễn Thái Ngọc Duy2013-08-09
* | Sync with 1.8.3.1Junio C Hamano2013-06-10
|\ \
| * | mingw: make mingw_signal return the correct handlerErik Faye-Lund2013-06-10
| |/
* | compat/mingw.c: Fix some sparse warningsRamsay Jones2013-04-28
|/
* Merge branch 'ef/mingw-rmdir'Junio C Hamano2012-12-11
|\
| * mingw_rmdir: do not prompt for retry when non-emptyErik Faye-Lund2012-12-10
* | mingw: get rid of getpass implementationErik Faye-Lund2012-12-04
* | mingw: make fgetc raise SIGINT if apropriateErik Faye-Lund2012-12-04
* | mingw: correct exit-code for SIGALRM's SIG_DFLErik Faye-Lund2012-12-04
|/
* maybe_flush_or_die: move a too-loose Windows specific errorJohannes Sixt2012-10-17
* compat/mingw.[ch]: Change return type of exec functions to intRamsay Jones2012-04-05
* Merge branch 'maint-1.7.7' into maintJunio C Hamano2011-12-09
|\
| * mingw: give waitpid the correct signatureErik Faye-Lund2011-12-09
* | Merge branch 'pt/mingw-misc-fixes'Junio C Hamano2011-10-18
|\ \ | |/ |/|
| * mingw: ensure sockets are initialized before calling gethostnamePat Thoyts2011-10-15
* | cleanup: use internal memory allocation wrapper functions everywhereBrandon Casey2011-10-06
|/
* Merge branch 'js/i18n-windows'Junio C Hamano2011-06-29
|\
| * Windows: teach getenv to do a case-sensitive searchJohannes Sixt2011-06-06
| * mingw.c: move definition of mingw_getenv downJohannes Sixt2011-06-06
* | Merge branch 'js/mingw-shutdown'Junio C Hamano2011-05-23
|\ \ | |/ |/|
| * Windows: add a wrapper for the shutdown() system callJohannes Sixt2011-05-18
* | remove doubled words, e.g., s/to to/to/, and fix related typosJim Meyering2011-04-13
* | mingw_rmdir: set errno=ENOTEMPTY when appropriateJohannes Schindelin2011-02-07
* | mingw: add fallback for rmdir in case directory is in useHeiko Voigt2011-02-07
* | mingw: make failures to unlink or move raise a questionHeiko Voigt2011-02-07
* | mingw: work around irregular failures of unlink on windowsHeiko Voigt2011-02-07
* | mingw: move unlink wrapper to mingw.cHeiko Voigt2011-02-07
|/
* Merge branch 'ef/win32-dirent'Junio C Hamano2010-12-12
|\
| * win32: use our own dirent.hErik Faye-Lund2010-11-23
| * win32: dirent: handle errorsErik Faye-Lund2010-11-23
* | Merge branch 'maint'Junio C Hamano2010-11-24
|\ \ | |/ |/|
| * mingw: do not set errno to 0 on successErik Faye-Lund2010-11-23
* | mingw: use poll-emulation from gnulibErik Faye-Lund2010-11-04
* | Improve the mingw getaddrinfo stub to handle more use casesMartin Storsjö2010-11-04
* | mingw: add kill emulationErik Faye-Lund2010-11-04
* | mingw: support waitpid with pid > 0 and WNOHANGErik Faye-Lund2010-11-04
* | mingw: use real pidErik Faye-Lund2010-11-04