590 Commits (188960b4d68e0b77e31481592b86306a9ce37632)

Author SHA1 Message Date
Derrick Stolee 19716b21a4 cleanup: fix possible overflow errors in binary search 7 years ago
Randall S. Becker 61b2a1acaa poll.c: always set revents, even if to zero 7 years ago
Johannes Schindelin db2f7c48cb Win32: simplify loading of DLL functions 7 years ago
René Scharfe 149d8cbb2e win32: plug memory leak on realloc() failure in syslog() 8 years ago
René Scharfe 5b114f3bb0 bswap: convert get_be16, get_be32 and put_be32 to inline functions 8 years ago
René Scharfe 7780af1e8e bswap: convert to unsigned before shifting in get_be32 8 years ago
Torsten Bögershausen 496f256989 cygwin: allow pushing to UNC paths 8 years ago
Ville Skyttä 6412757514 Spelling fixes 8 years ago
Brandon Williams b2141fc1d2 config: don't include config.h by default 8 years ago
Johannes Sixt e5b313442a mingw_fopen: report ENOENT for invalid file names 8 years ago
Ramsay Jones b0a642ac46 git_fopen: fix a sparse 'not declared' warning 8 years ago
René Scharfe e0ca1ca20a mingw: simplify PATH handling 8 years ago
Johannes Sixt e20b5b5909 mingw.h: permit arguments with side effects for is_dir_sep 8 years ago
Johannes Schindelin b6b066adf9 winansi: avoid buffer overrun 8 years ago
Johannes Schindelin 3057da5ad5 winansi: avoid use of uninitialized value 8 years ago
Johannes Schindelin 1a845a2c88 mingw: avoid memory leak when splitting PATH 8 years ago
Johannes Schindelin a4d92d579f mingw: make stderr unbuffered again 8 years ago
René Scharfe 04ee8b875b compat: add qsort_s() 8 years ago
Johannes Schindelin 1d3f065e0e mingw: follow-up to "replace isatty() hack" 8 years ago
Jeff Hostetler a9b8a09c3c mingw: replace isatty() hack 8 years ago
Alan Davies 86924838e3 mingw: fix colourization on Cygwin pseudo terminals 8 years ago
Johannes Schindelin fee807c5f6 mingw: adjust is_console() to work with stdin 8 years ago
Max Kirillov c46458e82f mingw: consider that UNICODE_STRING::Length counts bytes 8 years ago
Johannes Schindelin cbb3f3c9b1 mingw: intercept isatty() to handle /dev/null as Git expects it 8 years ago
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