Sign in
googlers
/
jrn
/
git
/
c37f9a1bc38cad56c9eca40014802e7cd822c21c
/
compat
4b589e5
Merge branch 'js/mingw-tests'
by Junio C Hamano
· 9 years ago
e01c6b1
Merge branch 'js/dirname-basename'
by Junio C Hamano
· 9 years ago
b62624b
Merge branch 'jc/strbuf-getline'
by Junio C Hamano
· 9 years ago
116a866
Merge branch 'js/msys2'
by Junio C Hamano
· 9 years ago
4b0abd5
mingw: let lstat() fail with errno == ENOTDIR when appropriate
by Johannes Schindelin
· 9 years ago
4426fb5
mingw: try to delete target directory before renaming
by 마누엘
· 9 years ago
1fc7bf7
mingw: prepare the TMPDIR environment variable for shell scripts
by Johannes Schindelin
· 9 years ago
02e6edc
mingw: factor out Windows specific environment setup
by Karsten Blees
· 9 years ago
e7d5ce8
mingw: avoid linking to the C library's isalpha()
by Johannes Sixt
· 9 years ago
a736764
Merge branch 'jk/clang-pedantic'
by Junio C Hamano
· 9 years ago
2921600
mingw: uglify (a, 0) definitions to shut up warnings
by Johannes Schindelin
· 9 years ago
83c90da
mingw: squash another warning about a cast
by Johannes Schindelin
· 9 years ago
7c00bc3
mingw: avoid warnings when casting HANDLEs to int
by Johannes Schindelin
· 9 years ago
59de49f
mingw: avoid redefining S_* constants
by Johannes Schindelin
· 9 years ago
8f309ae
strbuf: introduce strbuf_getline_{lf,nul}()
by Junio C Hamano
· 9 years ago
466931d
compat/winansi: support compiling with MSys2
by Johannes Schindelin
· 9 years ago
3ecd153
compat/mingw: support MSys2-based MinGW build
by Johannes Schindelin
· 9 years ago
9e2af08
nedmalloc: allow compiling with MSys2's compiler
by Johannes Schindelin
· 9 years ago
824682a
compat/basename.c: provide a dirname() compatibility function
by Johannes Schindelin
· 9 years ago
61725be
compat/basename: make basename() conform to POSIX
by Johannes Schindelin
· 9 years ago
2f36eed
Refactor skipping DOS drive prefixes
by Johannes Schindelin
· 9 years ago
a0df2e5
bswap: add NO_UNALIGNED_LOADS define
by Jeff King
· 9 years ago
de60b97
Merge branch 'js/emu-write-epipe-on-windows'
by Junio C Hamano
· 9 years ago
2b86292
mingw: emulate write(2) that fails with a EPIPE
by Johannes Schindelin
· 9 years ago
b5d2d8e
Merge branch 'ad/sha1-update-chunked' into maint
by Junio C Hamano
· 9 years ago
4672123
Merge branch 'ad/sha1-update-chunked'
by Junio C Hamano
· 9 years ago
ace5348
Merge branch 'js/misc-fixes' into maint
by Junio C Hamano
· 9 years ago
001fd7a
sha1: allow limiting the size of the data passed to SHA1_Update()
by Atousa Pahlevan Duprat
· 9 years ago
808d119
Merge branch 'js/misc-fixes'
by Junio C Hamano
· 9 years ago
56a1a3a
Silence GCC's "cast of pointer to integer of a different size" warning
by Johannes Schindelin
· 9 years ago
d62c89a
compat/mingw.c: remove printf format warning
by Johannes Sixt
· 9 years ago
34fa79a
prefer memcpy to strcpy
by Jeff King
· 9 years ago
fdf7296
probe_utf8_pathname_composition: use internal strbuf
by Jeff King
· 9 years ago
e2b021e
precompose_utf8: drop unused variable
by Jeff King
· 9 years ago
48bdf86
compat/hstrerror: convert sprintf to snprintf
by Jeff King
· 9 years ago
5096d49
convert trivial sprintf / strcpy calls to xsnprintf
by Jeff King
· 9 years ago
db85a8a
compat/inet_ntop: fix off-by-one in inet_ntop4
by Jeff King
· 9 years ago
ef8b53e
poll: honor the timeout on Win32
by Edward Thomson
· 9 years ago
c3cb7b6
Mingw: verify both ends of the pipe () call
by Jose F. Morales
· 10 years ago
38ccaf9
Merge branch 'nd/untracked-cache'
by Junio C Hamano
· 10 years ago
66ff763
Merge branch 'lm/squelch-bg-progress'
by Junio C Hamano
· 10 years ago
9a9a41d
compat/mingw: stubs for getpgid() and tcgetpgrp()
by Johannes Sixt
· 10 years ago
7b6aff0
mingw32: add uname()
by Nguyễn Thái Ngọc Duy
· 10 years ago
2f17ecb
Merge branch 'dm/compat-s-ifmt-for-zos'
by Junio C Hamano
· 10 years ago
8390d5c
Merge branch 'js/windows-open-eisdir-error' into maint
by Junio C Hamano
· 10 years ago
2528ff0
Merge branch 'js/windows-open-eisdir-error'
by Junio C Hamano
· 10 years ago
d543d9c
compat: convert modes to use portable file type values
by David Michael
· 10 years ago
ba6fad0
Windows: correct detection of EISDIR in mingw_open()
by Johannes Sixt
· 10 years ago
ce71c1f
Merge branch 'dm/port2zos'
by Junio C Hamano
· 10 years ago
bfb0e6f
compat/bswap.h: detect endianness from XL C compiler macros
by David Michael
· 10 years ago
4e6d207
mingw.h: add dummy functions for sigset_t operations
by Johannes Sixt
· 10 years ago
385e171
Merge branch 'sk/mingw-uni-fix-more'
by Junio C Hamano
· 11 years ago
9ab0882
Merge branch 'maint'
by Junio C Hamano
· 11 years ago
80e8575
Merge branch 'sk/mingw-uni-fix'
by Junio C Hamano
· 11 years ago
51a60f5
use xcalloc() to allocate zero-initialized memory
by René Scharfe
· 11 years ago
baea068
Win32: enable color output in Windows cmd.exe
by Karsten Blees
· 11 years ago
6dc7154
Win32: patch Windows environment on startup
by Karsten Blees
· 11 years ago
343ff06
Win32: keep the environment sorted
by Karsten Blees
· 11 years ago
6f1c189
Win32: use low-level memory allocation during initialization
by Karsten Blees
· 11 years ago
f279242
Win32: reduce environment array reallocations
by Karsten Blees
· 11 years ago
77734da
Win32: don't copy the environment twice when spawning child processes
by Karsten Blees
· 11 years ago
df0e998
Win32: factor out environment block creation
by Karsten Blees
· 11 years ago
26c7b21
Win32: unify environment function names
by Karsten Blees
· 11 years ago
38d2750
Win32: unify environment case-sensitivity
by Karsten Blees
· 11 years ago
e96942e
Win32: fix environment memory leaks
by Karsten Blees
· 11 years ago
b729f98
Win32: Unicode environment (incoming)
by Karsten Blees
· 11 years ago
7eb2619
Win32: Unicode environment (outgoing)
by Karsten Blees
· 11 years ago
9ae1afa
Revert "Windows: teach getenv to do a case-sensitive search"
by Karsten Blees
· 11 years ago
e0a064a
MinGW: fix compile error due to missing ELOOP
by Karsten Blees
· 11 years ago
0217569
Win32: Unicode file name support (dirent)
by Karsten Blees
· 13 years ago
85faec9
Win32: Unicode file name support (except dirent)
by Karsten Blees
· 13 years ago
cb9cd51
Merge branch 'sk/mingw-unicode-spawn-args'
by Junio C Hamano
· 11 years ago
b0bae7f
Merge branch 'sk/mingw-dirent'
by Junio C Hamano
· 11 years ago
641830c
Merge branch 'sk/mingw-uni-console'
by Junio C Hamano
· 11 years ago
ba655d1
Merge branch 'sk/mingw-main'
by Junio C Hamano
· 11 years ago
1881d2b
Merge branch 'ym/fix-opportunistic-index-update-race' into maint
by Junio C Hamano
· 11 years ago
3f04614
Win32: Unicode arguments (incoming)
by Karsten Blees
· 14 years ago
99c3c76
Win32: Unicode arguments (outgoing)
by Karsten Blees
· 14 years ago
5901dc6
MinGW: disable CRT command line globbing
by Karsten Blees
· 14 years ago
58aa3d2
Win32: fix potential multi-threading issue
by Karsten Blees
· 14 years ago
3e66e47
Win32: simplify internal mingw_spawn* APIs
by Karsten Blees
· 13 years ago
570f1e6
Win32: let mingw_execve() return an int
by Johannes Schindelin
· 13 years ago
5182265
Win32: reliably detect console pipe handles
by Karsten Blees
· 11 years ago
83a4904
Merge branch 'cb/byte-order'
by Junio C Hamano
· 11 years ago
b831636
Merge branch 'sk/windows-unc-path'
by Junio C Hamano
· 11 years ago
fcd428f
Win32: fix broken pipe detection
by Karsten Blees
· 13 years ago
eac14f8
Win32: Thread-safe windows console output
by Karsten Blees
· 13 years ago
1c950a5
Win32: add Unicode conversion functions
by Karsten Blees
· 13 years ago
1edeb9a
Win32: warn if the console font doesn't support Unicode
by Karsten Blees
· 15 years ago
143e615
Win32: detect console streams more reliably
by Karsten Blees
· 15 years ago
617ce96
Win32: support Unicode console output
by Karsten Blees
· 15 years ago
a15d4af
mingw: avoid const warning
by Stepan Kasal
· 11 years ago
13f1df4
Win32: move main macro to a function
by Karsten Blees
· 14 years ago
c2369bd
Windows: allow using UNC path for git repository
by Cezary Zawadka
· 15 years ago
d8890ce
Win32 dirent: improve dirent implementation
by Karsten Blees
· 14 years ago
a8248f4
Win32 dirent: clarify #include directives
by Karsten Blees
· 14 years ago
fa9abe9
Win32 dirent: change FILENAME_MAX to MAX_PATH
by Karsten Blees
· 14 years ago
b0601e6
Win32 dirent: remove unused dirent.d_reclen member
by Karsten Blees
· 14 years ago
1d94c40
Win32 dirent: remove unused dirent.d_ino member
by Karsten Blees
· 14 years ago
7461a3e
Merge branch 'tl/relax-in-poll-emulation'
by Junio C Hamano
· 11 years ago
Next »