summaryrefslogtreecommitdiff
path: root/compat/mingw.h
Commit message (Expand)AuthorAgeFilesLines
* mingw.h: add dummy functions for sigset_t operationspr/use-default-sigpipe-settingJohannes Sixt2014-09-221-1/+6
* Merge branch 'sk/mingw-uni-fix-more'Junio C Hamano2014-07-301-6/+5
|\
| * Win32: don't copy the environment twice when spawning child processesKarsten Blees2014-07-211-6/+2
| * Win32: fix environment memory leaksKarsten Blees2014-07-211-0/+1
| * Win32: Unicode environment (incoming)Karsten Blees2014-07-211-0/+2
* | Merge branch 'sk/mingw-uni-fix'Junio C Hamano2014-07-211-4/+14
|\ \ | |/
| * Win32: Unicode file name support (except dirent)Karsten Blees2014-07-151-4/+14
* | MinGW: fix compile error due to missing ELOOPKarsten Blees2014-07-161-0/+3
|/
* Win32: fix broken pipe detectionKarsten Blees2014-06-101-2/+0
* Win32: Thread-safe windows console outputKarsten Blees2014-06-101-8/+4
* Win32: add Unicode conversion functionsKarsten Blees2014-06-101-0/+104
* Win32: support Unicode console outputKarsten Blees2014-06-101-0/+2
* mingw: avoid const warningsk/mingw-mainStepan Kasal2014-06-101-1/+1
* Win32: move main macro to a functionKarsten Blees2014-06-101-10/+4
* Windows: allow using UNC path for git repositorysk/windows-unc-pathCezary Zawadka2014-06-101-0/+2
* mingw: remove mingw_writeef/mingw-writeErik Faye-Lund2014-01-171-3/+0
* Merge branch 'kb/msvc-compile'Jonathan Nieder2013-09-241-4/+26
|\
| * MinGW: Fix stat definitions to work with MinGW runtime version 4.0Sebastian Schuberth2013-09-111-0/+9
| * MSVC: fix stat definition hellKarsten Blees2013-09-111-4/+11
| * MSVC: fix compile errors due to macro redefinitionsKarsten Blees2013-09-111-0/+6
* | compat/mingw.h: define PRId64jk/config-int-range-checkJohannes Sixt2013-09-191-0/+1
|/
* sparse: Fix mingw_main() argument number/type errorsRamsay Jones2013-04-281-2/+2
* compat/mingw.c: Fix some sparse warningsRamsay Jones2013-04-281-0/+7
* mingw: get rid of getpass implementationErik Faye-Lund2012-12-041-2/+0
* mingw: make fgetc raise SIGINT if apropriateErik Faye-Lund2012-12-041-0/+6
* maybe_flush_or_die: move a too-loose Windows specific errorJohannes Sixt2012-10-171-0/+3
* Merge branch 'rj/mingw-isguid'Junio C Hamano2012-04-231-3/+4
|\
| * compat/mingw.h: Set S_ISUID to prevent a fast-import test failureRamsay Jones2012-04-181-3/+4
* | compat/mingw.[ch]: Change return type of exec functions to intRamsay Jones2012-04-051-2/+2
|/
* Merge branch 'maint-1.7.7' into maintJunio C Hamano2011-12-091-1/+1
|\
| * mingw: give waitpid the correct signatureErik Faye-Lund2011-12-091-1/+1
* | Revert "upload-archive: use start_command instead of fork"Junio C Hamano2011-11-151-0/+2
* | upload-archive: use start_command instead of forkErik Faye-Lund2011-10-301-2/+0
* | mingw: ensure sockets are initialized before calling gethostnamePat Thoyts2011-10-151-0/+3
|/
* Merge branch 'ef/maint-win-verify-path'Junio C Hamano2011-06-291-0/+9
|\
| * real_path: do not assume '/' is the path seperatorTheo Niessink2011-05-271-0/+9
* | Merge branch 'js/mingw-shutdown'Junio C Hamano2011-05-231-0/+3
|\ \
| * | Windows: add a wrapper for the shutdown() system callJohannes Sixt2011-05-181-0/+3
| |/
* | Merge branch 'sp/maint-fd-limit'Junio C Hamano2011-03-151-0/+16
|\ \ | |/
| * mingw: add minimum getrlimit() compatibility stubErik Faye-Lund2011-03-021-0/+16
* | Merge branch 'hv/mingw-fs-funnies'Junio C Hamano2011-02-271-8/+6
|\ \ | |/ |/|
| * mingw: add fallback for rmdir in case directory is in useHeiko Voigt2011-02-071-0/+3
| * mingw: move unlink wrapper to mingw.cHeiko Voigt2011-02-071-8/+3
* | Merge branch 'rj/msvc-fix'Junio C Hamano2010-12-161-6/+0
|\ \ | |/ |/|
| * msvc: Fix macro redefinition warningsRamsay Jones2010-12-091-6/+0
* | Merge branch 'ef/win32-dirent'Junio C Hamano2010-12-121-29/+0
|\ \
| * | win32: use our own dirent.hErik Faye-Lund2010-11-231-29/+0
| |/
* | Merge branch 'il/remote-fd-ext'Junio C Hamano2010-12-081-0/+3
|\ \ | |/ |/|
| * Add bidirectional_transfer_loop()Ilari Liusvaara2010-10-131-0/+5
* | mingw: use poll-emulation from gnulibErik Faye-Lund2010-11-041-11/+0