Junio C Hamano 86cca370e1 Merge branch 'jk/drop-unaligned-loads' 4 years ago
..
nedmalloc 03670c8b23 Fix spelling errors in no-longer-updated-from-upstream modules 5 years ago
poll 94f4d01932 mingw: workaround for hangs when sending STDIN 5 years ago
regex 3bc1f9e48c compat/regex: move stdlib.h up in inclusion chain 5 years ago
vcbuild 3384a1ef78 vcbuild: fix batch file name in README 4 years ago
win32 05ac8582bc run-command: trigger PATH lookup properly on Cygwin 5 years ago
access.c 400caafb2b git-compat-util: work around for access(X_OK) under root 6 years ago
apple-common-crypto.h 1ed2c7b115 imap-send: use HMAC() function provided by OpenSSL 9 years ago
basename.c 824682ab51 compat/basename.c: provide a dirname() compatibility function 9 years ago
bswap.h c578e29ba0 bswap.h: drop unaligned loads 4 years ago
compiler.h 69bcbbceb7 bugreport: add compiler info 5 years ago
fileno.c 400caafb2b git-compat-util: work around for access(X_OK) under root 6 years ago
fopen.c b0a642ac46 git_fopen: fix a sparse 'not declared' warning 8 years ago
hstrerror.c 48bdf86995 compat/hstrerror: convert sprintf to snprintf 9 years ago
inet_ntop.c db85a8a9c2 compat/inet_ntop: fix off-by-one in inet_ntop4 9 years ago
inet_pton.c cd4c4e2481 Drop system includes from inet_pton/inet_ntop compatibility wrappers 13 years ago
memmem.c 56384e61ea optimize compat/ memmem() 16 years ago
mingw.c 5a0482662f Merge branch 'jh/mingw-unlink' 5 years ago
mingw.h e154451a2f Merge branch 'js/mingw-open-in-gdb' 5 years ago
mkdir.c 0539ecfdfc compat: some mkdir() do not like a slash at the end 13 years ago
mkdtemp.c 1f80c2afb0 Fix gitmkdtemp: correct test for mktemp() return value 15 years ago
mmap.c bf1e6da791 compat: make sure git_mmap is not expected to write 6 years ago
msvc.c d1b6e6e015 win32: use our own dirent.h 14 years ago
msvc.h b7bd9a7338 msvc: add pragmas for common warnings 6 years ago
obstack.c 764473d257 compat/obstack: fix -Wcast-function-type warnings 6 years ago
obstack.h cf82bff73f obstack: avoid computing offsets from NULL pointer 5 years ago
pread.c 6900679c2f Replacing the system call pread() with lseek()/xread()/lseek() sequence. 18 years ago
precompose_utf8.c aab2a1ae48 Support working-tree-encoding "UTF-16LE-BOM" 6 years ago
precompose_utf8.h f790d81252 compat/precompose_utf8.h: use more common include guard style 7 years ago
qsort_s.c 04ee8b875b compat: add qsort_s() 8 years ago
setenv.c 50a6c8efa2 use st_add and st_mult for allocation size computation 9 years ago
sha1-chunked.c 001fd7a90b sha1: allow limiting the size of the data passed to SHA1_Update() 9 years ago
sha1-chunked.h 001fd7a90b sha1: allow limiting the size of the data passed to SHA1_Update() 9 years ago
snprintf.c dae26d30f4 MSVC: vsnprintf in Visual Studio 2015 doesn't need SNPRINTF_SIZE_CORR any more 9 years ago
stat.c d543d9c0f4 compat: convert modes to use portable file type values 10 years ago
strcasestr.c 4050c0df8e Clean up compatibility definitions. 19 years ago
strdup.c ca2baa3f75 compat: move strdup(3) replacement to its own file 9 years ago
strlcpy.c 85023577a8 simplify inclusion of system header files. 18 years ago
strtoimax.c e3eed7f8d2 Add strtoimax() compatibility function. 13 years ago
strtoumax.c bc6b4f52fc Add a compat/strtoumax.c for Solaris 8. 18 years ago
terminal.c ef8d7ac42a strvec: convert more callers away from argv_array name 5 years ago
terminal.h a5e46e6b01 terminal: add a new function to read a single keystroke 5 years ago
unsetenv.c f1e2a48d18 Revert "compat/unsetenv.c: Fix a sparse warning" 12 years ago
win32.h 380395d094 mingw: rename WIN32 cpp macro to GIT_WINDOWS_NATIVE 12 years ago
win32mmap.c d5425d10ca mmap(win32): avoid expensive fstat() call 9 years ago
winansi.c c5a03b1e29 mingw: work around incorrect standard handles 5 years ago