681 Commits (fe86abd7511a9a6862d5706c6fa1d9b57a63ba09)

Author SHA1 Message Date
Elijah Newren 65156bb7ec treewide: remove double forward declaration of read_in_full 2 years ago
Paul Eggert 370ddcbc89 git-compat-util: use gettimeofday(2) for time(2) 2 years ago
Matthew John Cheetham 6b8dda9a4f http: read HTTP WWW-Authenticate response headers 2 years ago
Elijah Newren b73ecb4811 hex.h: move some hex-related declarations from cache.h 2 years ago
René Scharfe d2ec87a684 add DUP_ARRAY 2 years ago
René Scharfe 08e8c26665 do full type check in BARF_UNLESS_COPYABLE 2 years ago
René Scharfe 1891846fa4 factor out BARF_UNLESS_COPYABLE 2 years ago
René Scharfe 54463d32ef use enhanced basic regular expressions on macOS 2 years ago
Patrick Steinhardt 48050c42c7 pretty: fix integer overflow in wrapping format 2 years ago
Jeff King e1a95b78d8 git-compat-util: undefine system names before redeclaring them 2 years ago
Jeff King e0c08a4f73 git-compat-util: avoid redefining system function names 2 years ago
Jeff King 808e91956d mark unused parameters in trivial compat functions 2 years ago
Alejandro R. Sedeño 7c07f36ad2 git-compat-util.h: GCC deprecated message arg only in GCC 4.5+ 2 years ago
Ævar Arnfjörð Bjarmason 1e8697b5c4 submodule--helper: check repo{_submodule,}_init() return values 2 years ago
Ævar Arnfjörð Bjarmason 9ff7eb8c88 git-compat-util.h: use "deprecated" for UNUSED variables 2 years ago
Ævar Arnfjörð Bjarmason 5cf88fd8b0 git-compat-util.h: use "UNUSED", not "UNUSED(var)" 2 years ago
Diomidis Spinellis 1819ad327b grep: fix multibyte regex handling under macOS 2 years ago
Jeff King 776515ef8b is_path_owned_by_current_uid(): mark "report" parameter as unused 2 years ago
Jeff King 783a86c142 config: mark unused callback parameters 2 years ago
Jeff King 9b24034754 git-compat-util: add UNUSED macro 2 years ago
Jeff King ec4f39b233 git-compat-util: make MAX_IO_SIZE define globally available 2 years ago
Victoria Dye 435a2535b7 scalar-diagnose: move 'get_disk_info()' to 'compat/' 2 years ago
Johannes Schindelin 17d3883fe9 setup: prepare for more detailed "dubious ownership" messages 2 years ago
Carlo Marcelo Arenas Belón 6b11e3d52e git-compat-util: allow root to access both SUDO_UID and root owned 3 years ago
Ævar Arnfjörð Bjarmason 0cc05b044f usage.c: add a non-fatal bug() function to go with BUG() 3 years ago
Ævar Arnfjörð Bjarmason 19d75948ef common-main.c: move non-trace2 exit() behavior out of trace2.c 3 years ago
Ævar Arnfjörð Bjarmason 9fd512c8d6 dir API: add a generalized path_match_flags() function 3 years ago
Carlo Marcelo Arenas Belón ae9abbb63e git-compat-util: avoid failing dir ownership checks if running privileged 3 years ago
Neeraj Singh 8a94d83349 core.fsync: use batch mode and sync loose objects by default on Windows 3 years ago
Carlo Marcelo Arenas Belón 5b52d9f15e git-compat-util: really support openssl as a source of entropy 3 years ago
Neeraj Singh 9a4987677d trace2: add stats for fsync operations 3 years ago
Johannes Schindelin bdc77d1d68 Add a function to determine whether a path is owned by the current user 3 years ago
Carlo Marcelo Arenas Belón 6e7ad1e4c2 mingw: avoid fallback for {local,gm}time_r() 3 years ago
Neeraj Singh abf38abec2 core.fsyncmethod: add writeout-only mode 3 years ago
Neeraj Singh 19d3f228c8 wrapper: make inclusion of Windows csprng header tightly scoped 3 years ago
Ævar Arnfjörð Bjarmason 56a29d2c97 C99: remove hardcoded-out !HAVE_VARIADIC_MACROS code 3 years ago
Ævar Arnfjörð Bjarmason b7ba8587c3 git-compat-util.h: clarify GCC v.s. C99-specific in comment 3 years ago
Ævar Arnfjörð Bjarmason 07564773c2 compat: auto-detect if zlib has uncompress2() 3 years ago
brian m. carlson 05cd988dce wrapper: add a helper to generate numbers from a CSPRNG 3 years ago
Junio C Hamano deefc2d9f6 flex-array: simplify compiler-specific workaround 3 years ago
Ævar Arnfjörð Bjarmason f5c39c3268 config API: use get_error_routine(), not vreportf() 3 years ago
Ævar Arnfjörð Bjarmason 24f6e6d626 usage.c + gc: add and use a die_message_errno() 3 years ago
Ævar Arnfjörð Bjarmason 18568ee8f8 usage.c: add a die_message() routine 3 years ago
brian m. carlson 7bc341e21b git-compat-util: add a test balloon for C99 support 3 years ago
Carlo Marcelo Arenas Belón 9e12400da8 mingw: avoid fallback for {local,gm}time_r() 3 years ago
Johannes Schindelin e2ffeae3f6 git-compat-util: introduce more size_t helpers 3 years ago
Junio C Hamano a38989bd5b unsetenv(3) returns int, not void 3 years ago
Carlo Marcelo Arenas Belón 6fc527a8d0 wrapper: remove xunsetenv() 3 years ago
Ævar Arnfjörð Bjarmason 3540c71ea5 wrapper.c: add x{un,}setenv(), and use xsetenv() in environment.c 3 years ago
Carlo Marcelo Arenas Belón bb390b1f49 git-compat-util: include declaration for unix sockets in windows 3 years ago