summaryrefslogtreecommitdiff
path: root/compat
AgeCommit message (Expand)Author
2014-07-22Merge branch 'cb/byte-order' into maintJunio C Hamano
2014-07-21use xcalloc() to allocate zero-initialized memoryRené Scharfe
2014-06-25Merge branch 'ym/fix-opportunistic-index-update-race' into maintJunio C Hamano
2014-05-30compat/bswap.h: fix endianness detectionBen Walton
2014-05-02compat/bswap.h: restore preference __BIG_ENDIAN over BIG_ENDIANJunio C Hamano
2014-05-02compat/bswap.h: detect endianness on more platforms that don't use BYTE_ORDERCharles Bailey
2014-04-10wrapper.c: add xpread() similar to xread()Yiannis Marangos
2014-04-08Merge branch 'jk/commit-dates-parsing-fix'Junio C Hamano
2014-04-01date: recognize bogus FreeBSD gmtime outputJeff King
2014-03-31Merge branch 'mr/msvc-link-with-lcurl'Junio C Hamano
2014-03-27MSVC: allow linking with the cURL libraryMarat Radchenko
2014-03-14Merge branch 'nd/no-more-fnmatch'Junio C Hamano
2014-02-27Merge branch 'jk/pack-bitmap'Junio C Hamano
2014-02-20actually remove compat fnmatch source codeNguyễn Thái Ngọc Duy
2014-01-27Merge branch 'ef/mingw-write'Junio C Hamano
2014-01-23read-cache: use get_be32 instead of hand-rolled ntoh_lJeff King
2014-01-23block-sha1: factor out get_be and put_be wrappersJeff King
2014-01-17mingw: remove mingw_writeErik Faye-Lund
2013-11-25mark Windows build scripts executableJonathan Nieder
2013-11-18compat: add endianness helpersVicent Marti
2013-10-16C: have space around && and || operatorsJunio C Hamano
2013-09-25Merge branch 'kb/msvc-compile'Jonathan Nieder
2013-09-19Merge branch 'jk/config-int-range-check'Junio C Hamano
2013-09-19compat/mingw.h: define PRId64Johannes Sixt
2013-09-17Merge branch 'tb/precompose-autodetect-fix'Junio C Hamano
2013-09-11Windows: do not redefine _WIN32_WINNTSebastian Schuberth
2013-09-11MinGW: Fix stat definitions to work with MinGW runtime version 4.0Sebastian Schuberth
2013-09-11MSVC: fix stat definition hellKarsten Blees
2013-09-11MSVC: fix compile errors due to macro redefinitionsKarsten Blees
2013-09-09Merge branch 'sp/clip-read-write-to-8mb'Junio C Hamano
2013-09-04Merge branch 'nd/gc-lock-against-each-other'Junio C Hamano
2013-09-04Merge branch 'da/darwin'Junio C Hamano
2013-08-27Set core.precomposeunicode to true on e.g. HFS+Torsten Bögershausen
2013-08-20Revert "compat/clipped-write.c: large write(2) fails on Mac OS X/XNU"Steffen Prohaska
2013-08-09gc: reject if another gc is running, unless --force is givenNguyễn Thái Ngọc Duy
2013-08-02Merge branch 'rj/cygwin-clarify-use-of-cheating-lstat'Junio C Hamano
2013-07-30imap-send: use Apple's Security framework for base64 encodingJeremy Huddleston
2013-07-25Merge branch 'ob/typofixes'Junio C Hamano
2013-07-25Merge branch 'rj/sparse'Junio C Hamano
2013-07-22typofix: in-code commentsOndřej Bílka
2013-07-21Revert "compat/unsetenv.c: Fix a sparse warning"Benoit Sigoure
2013-07-18cygwin: Remove the Win32 l/stat() implementationRamsay Jones
2013-06-11Merge branch 'rj/mingw-cygwin'Junio C Hamano
2013-06-10Sync with 1.8.3.1Junio C Hamano
2013-06-10mingw: make mingw_signal return the correct handlerErik Faye-Lund
2013-06-02Merge branch 'fc/macos-x-clipped-write'Junio C Hamano
2013-05-17compate/clipped-write.c: large write(2) fails on Mac OS X/XNUFilipe Cabecinhas
2013-05-08cygwin: Remove the CYGWIN_V15_WIN32API build variableRamsay Jones
2013-05-08mingw: rename WIN32 cpp macro to GIT_WINDOWS_NATIVEJonathan Nieder
2013-04-28sparse: Fix mingw_main() argument number/type errorsRamsay Jones