554 Commits (bf2f63a781dfca084b8cbdd9f8e318d35c89488b)

Author SHA1 Message Date
René Scharfe ca2baa3f75 compat: move strdup(3) replacement to its own file 8 years ago
Ben Wijen 05d1ed6148 mingw: ensure temporary file handles are not inherited by child processes 9 years ago
Johannes Schindelin 6db5967d4e Revert "display HTML in default browser using Windows' shell API" 9 years ago
René Scharfe c6c9e1885c nedmalloc: work around overzealous GCC 6 warning 9 years ago
Johannes Schindelin 1e70105954 nedmalloc: fix misleading indentation 9 years ago
Johannes Sixt fab6027480 Windows: add missing definition of ENOTSOCK 9 years ago
Johannes Schindelin 08aade7080 mingw: declare main()'s argv as const 9 years ago
Johannes Schindelin 0767172b90 mingw: let the build succeed with DEVELOPER=1 9 years ago
Ramsay Jones bd8f005583 regex: fix a SIZE_MAX macro redefinition warning 9 years ago
Karsten Blees f7f90e0f4f mingw: make isatty() recognize MSYS2's pseudo terminals (/dev/pty*) 9 years ago
Johannes Schindelin ed84387a6b Windows: only add a no-op pthread_sigmask() when needed 9 years ago
Johannes Schindelin ebf31e70bb mingw: remove unnecessary definition 9 years ago
Johannes Schindelin f30afdabbf mingw: introduce the 'core.hideDotFiles' setting 9 years ago
Nguyễn Thái Ngọc Duy df8e31391d compat/win32/syslog.c: use warning_errno() 9 years ago
Li Peng 832c0e5e63 typofix: assorted typofixes in comments, documentation and messages 9 years ago
Johannes Sixt f924b52a77 Windows: add pthread_sigmask() that does nothing 9 years ago
Johannes Schindelin d5425d10ca mmap(win32): avoid expensive fstat() call 9 years ago
Johannes Schindelin 7ce7ee2d82 mmap(win32): avoid copy-on-write when it is unnecessary 9 years ago
Johannes Schindelin 6a730e10a7 win32mmap: set errno appropriately 9 years ago
Kazuki Yamaguchi 1ed2c7b115 imap-send: use HMAC() function provided by OpenSSL 9 years ago
Johannes Sixt 8e9b20804a Windows: shorten code by re-using convert_slashes() 9 years ago
Sven Strickroth 0ef60afdd4 MSVC: use shipped headers instead of fallback definitions 9 years ago
Sven Strickroth dae26d30f4 MSVC: vsnprintf in Visual Studio 2015 doesn't need SNPRINTF_SIZE_CORR any more 9 years ago
Johannes Schindelin 5ca6b7bb47 config --show-origin: report paths with forward slashes 9 years ago
Johannes Schindelin 296d673733 Mark win32's pthread_exit() as NORETURN 9 years ago
Jeff King 8d5b3325e7 compat/mingw: brown paper bag fix for 50a6c8e 9 years ago
Jeff King 50a6c8efa2 use st_add and st_mult for allocation size computation 9 years ago
Jeff King b32fa95fd8 convert trivial cases to ALLOC_ARRAY 9 years ago
Patrick Steinhardt 3d1806487a config: rename git_config_set_or_die to git_config_set 9 years ago
Patrick Steinhardt 2f29c1bf34 compat: die when unable to set core.precomposeunicode 9 years ago
Johannes Schindelin 4b0abd5c69 mingw: let lstat() fail with errno == ENOTDIR when appropriate 9 years ago
마누엘 4426fb5142 mingw: try to delete target directory before renaming 9 years ago
Johannes Schindelin 1fc7bf79e5 mingw: prepare the TMPDIR environment variable for shell scripts 9 years ago
Karsten Blees 02e6edc082 mingw: factor out Windows specific environment setup 9 years ago
Johannes Sixt e7d5ce8165 mingw: avoid linking to the C library's isalpha() 9 years ago
Johannes Schindelin 2921600afb mingw: uglify (a, 0) definitions to shut up warnings 9 years ago
Johannes Schindelin 83c90da3c1 mingw: squash another warning about a cast 9 years ago
Johannes Schindelin 7c00bc39eb mingw: avoid warnings when casting HANDLEs to int 9 years ago
Johannes Schindelin 59de49f80d mingw: avoid redefining S_* constants 9 years ago
Junio C Hamano 8f309aeb82 strbuf: introduce strbuf_getline_{lf,nul}() 9 years ago
Johannes Schindelin 466931d9e1 compat/winansi: support compiling with MSys2 9 years ago
Johannes Schindelin 3ecd153a3b compat/mingw: support MSys2-based MinGW build 9 years ago
Johannes Schindelin 9e2af084d4 nedmalloc: allow compiling with MSys2's compiler 9 years ago
Johannes Schindelin 824682ab51 compat/basename.c: provide a dirname() compatibility function 9 years ago
Johannes Schindelin 61725be349 compat/basename: make basename() conform to POSIX 9 years ago
Johannes Schindelin 2f36eed936 Refactor skipping DOS drive prefixes 9 years ago
Jeff King a0df2e5a7e bswap: add NO_UNALIGNED_LOADS define 9 years ago
Johannes Schindelin 2b86292ed1 mingw: emulate write(2) that fails with a EPIPE 9 years ago
Atousa Pahlevan Duprat 001fd7a90b sha1: allow limiting the size of the data passed to SHA1_Update() 9 years ago
Johannes Schindelin 56a1a3ab44 Silence GCC's "cast of pointer to integer of a different size" warning 9 years ago