summaryrefslogtreecommitdiff
path: root/compat/mingw.c
AgeCommit message (Expand)Author
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
2011-05-18Windows: add a wrapper for the shutdown() system callJohannes Sixt
2011-04-13remove doubled words, e.g., s/to to/to/, and fix related typosJim Meyering
2011-02-07mingw_rmdir: set errno=ENOTEMPTY when appropriateJohannes Schindelin
2011-02-07mingw: add fallback for rmdir in case directory is in useHeiko Voigt
2011-02-07mingw: make failures to unlink or move raise a questionHeiko Voigt
2011-02-07mingw: work around irregular failures of unlink on windowsHeiko Voigt
2011-02-07mingw: move unlink wrapper to mingw.cHeiko Voigt
2010-12-13Merge branch 'ef/win32-dirent'Junio C Hamano
2010-11-24Merge branch 'maint'Junio C Hamano
2010-11-24mingw: do not set errno to 0 on successErik Faye-Lund
2010-11-24win32: use our own dirent.hErik Faye-Lund
2010-11-24win32: dirent: handle errorsErik Faye-Lund
2010-11-04mingw: use poll-emulation from gnulibErik Faye-Lund
2010-11-04Improve the mingw getaddrinfo stub to handle more use casesMartin Storsjö
2010-11-04mingw: add kill emulationErik Faye-Lund
2010-11-04mingw: support waitpid with pid > 0 and WNOHANGErik Faye-Lund
2010-11-04mingw: use real pidErik Faye-Lund
2010-11-04mingw: add network-wrappers for daemonMike Pape
2010-10-03Add MinGW-specific execv() override.Eric Sunshine
2010-10-03mingw: do not crash on open(NULL, ...)Erik Faye-Lund
2010-10-01MinGW: Report errors when failing to launch the html browser.Pat Thoyts
2010-10-01MinGW: fix stat() and lstat() implementations for handling symlinksPat Thoyts
2010-08-31Merge branch 'sg/rerere-gc-old-still-used'Junio C Hamano
2010-08-22Typos in code comments, an error message, documentationRalf Wildenhues
2010-07-13mingw_utime(): handle NULL times parameterSZEDER Gábor
2010-05-20Fix checkout of large files to network shares on Windows XPRené Scharfe
2010-04-11Merge branch 'jl/maint-submodule-gitfile-awareness'Junio C Hamano