summaryrefslogtreecommitdiff
path: root/compat
AgeCommit message (Expand)Author
2011-11-15Revert "upload-archive: use start_command instead of fork"Junio C Hamano
2011-10-31upload-archive: use start_command instead of forkErik Faye-Lund
2011-10-31compat/win32/poll.c: upgrade from upstreamErik Faye-Lund
2011-10-31mingw: move poll out of sys-folderErik Faye-Lund
2011-10-21Merge branch 'ss/inet-ntop'Junio C Hamano
2011-10-19Merge branch 'pt/mingw-misc-fixes'Junio C Hamano
2011-10-18inet_ntop.c: Work around GCC 4.6's detection of uninitialized variablesSebastian Schuberth
2011-10-18Merge branch 'bc/attr-ignore-case'Junio C Hamano
2011-10-18Merge branch 'ef/mingw-syslog'Junio C Hamano
2011-10-16mingw: ensure sockets are initialized before calling gethostnamePat Thoyts
2011-10-07mingw: avoid using strbuf in syslogErik Faye-Lund
2011-10-06cleanup: use internal memory allocation wrapper functions everywhereBrandon Casey
2011-09-11obstack.c: Fix some sparse warningsRamsay Jones
2011-08-29obstack: Fix portability issuesFredrik Kuivinen
2011-08-21Add obstack.[ch] from EGLIBC 2.10Fredrik Kuivinen
2011-07-13Merge branch 'jc/maint-cygwin-trust-executable-bit-default'Junio C Hamano
2011-07-13Merge branch 'rj/config-cygwin'Junio C Hamano
2011-06-30Merge branch 'ef/maint-win-verify-path'Junio C Hamano
2011-06-30Merge branch 'js/i18n-windows'Junio C Hamano
2011-06-20cygwin: trust executable bit by defaultJunio C Hamano
2011-06-16t1301-*.sh: Fix the 'forced modes' test on cygwinRamsay Jones
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-27real_path: do not assume '/' is the path seperatorTheo Niessink
2011-05-26compat/fnmatch/fnmatch.c: give a fall-back definition for NULLJunio C Hamano
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-03-21Merge branch 'sp/maint-fd-limit' into maintJunio C Hamano
2011-03-16Merge branch 'maint'Junio C Hamano
2011-03-16compat: make gcc bswap an inline functionJonathan Nieder
2011-03-15Merge branch 'jk/strbuf-vaddf'Junio C Hamano
2011-03-15Merge branch 'sp/maint-fd-limit'Junio C Hamano
2011-03-02mingw: add minimum getrlimit() compatibility stubErik Faye-Lund
2011-02-28Merge branch 'hv/mingw-fs-funnies'Junio C Hamano
2011-02-26compat: provide a fallback va_copy definitionJeff King
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-16Merge branch 'rj/msvc-fix'Junio C Hamano
2010-12-13Merge branch 'ef/win32-dirent'Junio C Hamano
2010-12-10msvc: Fix macro redefinition warningsRamsay Jones
2010-12-10msvc: Fix build by adding missing INTMAX_MAX defineRamsay Jones
2010-12-09msvc: Fix compilation errors in compat/win32/sys/poll.cRamsay Jones
2010-12-08Merge branch 'il/remote-fd-ext'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