aboutsummaryrefslogtreecommitdiffstats
path: root/compat (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-13Merge branch 'jc/maint-cygwin-trust-executable-bit-default'Junio C Hamano1-1/+1
2011-07-13Merge branch 'rj/config-cygwin'Junio C Hamano1-2/+1
2011-06-29Merge branch 'ef/maint-win-verify-path'Junio C Hamano1-0/+9
2011-06-29Merge branch 'js/i18n-windows'Junio C Hamano1-15/+32
2011-06-20cygwin: trust executable bit by defaultJunio C Hamano1-1/+1
2011-06-16t1301-*.sh: Fix the 'forced modes' test on cygwinRamsay Jones1-2/+1
2011-06-06Windows: teach getenv to do a case-sensitive searchJohannes Sixt1-3/+20
2011-06-06mingw.c: move definition of mingw_getenv downJohannes Sixt1-15/+15
2011-05-27real_path: do not assume '/' is the path seperatorTheo Niessink1-0/+9
2011-05-26compat/fnmatch/fnmatch.c: give a fall-back definition for NULLJunio C Hamano1-0/+4
2011-05-23Merge branch 'js/mingw-shutdown'Junio C Hamano2-0/+10
2011-05-18Windows: add a wrapper for the shutdown() system callJohannes Sixt2-0/+10
2011-04-13remove doubled words, e.g., s/to to/to/, and fix related typosJim Meyering2-7/+5
2011-03-20Merge branch 'sp/maint-fd-limit' into maintJunio C Hamano1-0/+16
2011-03-16Merge branch 'maint'Junio C Hamano1-8/+10
2011-03-16compat: make gcc bswap an inline functionJonathan Nieder1-8/+10
2011-03-15Merge branch 'jk/strbuf-vaddf'Junio C Hamano1-1/+0
2011-03-15Merge branch 'sp/maint-fd-limit'Junio C Hamano1-0/+16
2011-03-02mingw: add minimum getrlimit() compatibility stubErik Faye-Lund1-0/+16
2011-02-27Merge branch 'hv/mingw-fs-funnies'Junio C Hamano2-9/+173
2011-02-26compat: provide a fallback va_copy definitionJeff King1-1/+0
2011-02-07mingw_rmdir: set errno=ENOTEMPTY when appropriateJohannes Schindelin1-0/+28
2011-02-07mingw: add fallback for rmdir in case directory is in useHeiko Voigt2-0/+28
2011-02-07mingw: make failures to unlink or move raise a questionHeiko Voigt1-0/+78
2011-02-07mingw: work around irregular failures of unlink on windowsHeiko Voigt1-2/+29
2011-02-07mingw: move unlink wrapper to mingw.cHeiko Voigt2-8/+11
2010-12-16Merge branch 'rj/msvc-fix'Junio C Hamano3-6/+7
2010-12-12Merge branch 'ef/win32-dirent'Junio C Hamano6-246/+132
2010-12-09msvc: Fix macro redefinition warningsRamsay Jones1-6/+0
2010-12-09msvc: Fix build by adding missing INTMAX_MAX defineRamsay Jones1-0/+4
2010-12-09msvc: Fix compilation errors in compat/win32/sys/poll.cRamsay Jones1-0/+3
2010-12-08Merge branch 'il/remote-fd-ext'Junio C Hamano1-0/+3
2010-11-24Merge branch 'maint'Junio C Hamano1-1/+3
2010-11-23mingw: do not set errno to 0 on successErik Faye-Lund1-1/+3
2010-11-23win32: use our own dirent.hErik Faye-Lund6-269/+132
2010-11-23msvc: opendir: handle paths ending with a slashErik Faye-Lund1-0/+2
2010-11-23win32: dirent: handle errorsErik Faye-Lund2-2/+28
2010-11-23msvc: opendir: do not start the searchErik Faye-Lund1-7/+3
2010-11-23msvc: opendir: allocate enough memoryErik Faye-Lund1-5/+4
2010-11-23msvc: opendir: fix malloc-failureErik Faye-Lund1-4/+4
2010-11-04mingw: use poll-emulation from gnulibErik Faye-Lund3-78/+1
2010-11-04mingw: import poll-emulation from gnulibErik Faye-Lund2-0/+650
2010-11-04Improve the mingw getaddrinfo stub to handle more use casesMartin Storsjö1-7/+21
2010-11-04mingw: add kill emulationErik Faye-Lund2-0/+22
2010-11-04mingw: support waitpid with pid > 0 and WNOHANGErik Faye-Lund2-0/+9
2010-11-04mingw: use real pidErik Faye-Lund2-8/+75
2010-11-04inet_ntop: fix a couple of old-style declsErik Faye-Lund1-13/+3
2010-11-04compat: add inet_pton and inet_ntop prototypesMike Pape2-6/+8
2010-11-04mingw: implement syslogMike Pape2-0/+92
2010-11-04mingw: add network-wrappers for daemonMike Pape2-1/+59