463 Commits (38f3f094218b9af2e309a54d359ef49334ecf0ec)

Author SHA1 Message Date
Christian Couder afaef55e23 git-compat-util: introduce skip_to_optional_arg() 7 years ago
Ramsay Jones 73560c793a git-compat-util.h: xsize_t() - avoid -Wsign-compare warnings 7 years ago
Jonathan Tan 5de3de329a git-compat-util: make UNLEAK less error-prone 7 years ago
Jeff King 0e5bba53af add UNLEAK annotation for reducing leak false positives 7 years ago
Jonathan Tan f0e17e86e1 pack: move release_pack_memory() 8 years ago
René Scharfe 578398071e add MOVE_ARRAY 8 years ago
Torsten Bögershausen 496f256989 cygwin: allow pushing to UNC paths 8 years ago
Ævar Arnfjörð Bjarmason 481df65f4f git-compat-util: add a FREE_AND_NULL() wrapper around free(ptr); ptr = NULL 8 years ago
Junio C Hamano dc5a18b364 compat-util: is_missing_file_error() 8 years ago
Nguyễn Thái Ngọc Duy 382fb07f7b wrapper.c: make warn_on_inaccessible() static 8 years ago
Nguyễn Thái Ngọc Duy e9d983f116 wrapper.c: add and use fopen_or_warn() 8 years ago
Nguyễn Thái Ngọc Duy 11dc1fcb3f wrapper.c: add and use warn_on_fopen_errors() 8 years ago
Ramsay Jones b0a642ac46 git_fopen: fix a sparse 'not declared' warning 8 years ago
Jeff King e3f43ce765 usage.c: drop set_error_handle() 8 years ago
Jeff King d8193743e0 usage.c: add BUG() function 8 years ago
Johannes Schindelin 28f4aee3fb use uintmax_t for timestamps 8 years ago
Johannes Schindelin dddbad728c timestamp_t: a new data type for timestamps 8 years ago
Johannes Schindelin cb71f8bdb5 PRItime: introduce a new "printf format" for timestamps 8 years ago
Johannes Schindelin 1aeb7e756c parse_timestamp(): specify explicitly where we parse timestamps 8 years ago
David Turner be4ca29057 Increase core.packedGitLimit 8 years ago
David Turner 5781a9a270 xgethostname: handle long hostnames 8 years ago
René Scharfe da25bdb776 use HOST_NAME_MAX to size buffers for gethostname(2) 8 years ago
Jeff King 82c9d6614b move odb_* declarations out of git-compat-util.h 8 years ago
Ramsay Jones b2d593a779 wrapper.c: remove unused gitmkstemps() function 8 years ago
René Scharfe 568edcb95a add SWAP macro 8 years ago
René Scharfe 3ca8699409 add QSORT_S 8 years ago
René Scharfe 04ee8b875b compat: add qsort_s() 8 years ago
Jeff King 5c238e29a8 git-compat-util: move content inside ifdef/endif guards 8 years ago
René Scharfe 0ac52a38e8 inline xalloc_flex() into FLEXPTR_ALLOC_MEM 8 years ago
René Scharfe e9451782cf avoid pointer arithmetic involving NULL in FLEX_ALLOC_MEM 8 years ago
René Scharfe dbc540c7a5 add QSORT 8 years ago
René Scharfe 60566cbb58 add COPY_ARRAY 8 years ago
Johannes Schindelin 2f8952250a regex: add regexec_buf() that can work on a non NUL-terminated string 8 years ago
Christian Couder 725149beab usage: add get_error_routine() and get_warn_routine() 8 years ago
Christian Couder b83f108b08 usage: add set_warn_routine() 8 years ago
René Scharfe ca2baa3f75 compat: move strdup(3) replacement to its own file 8 years ago
Jeff King 4df5e91867 error_errno: use constant return similar to error() 9 years ago
Ben Wijen 05d1ed6148 mingw: ensure temporary file handles are not inherited by child processes 9 years ago
René Scharfe 0bb1519f05 correct FLEXPTR_* example in comment 9 years ago
Jeff King 3f2e2297b9 add an extra level of indirection to main() 9 years ago
Jeff King ae989a61da add skip_prefix_mem helper 9 years ago
Nguyễn Thái Ngọc Duy fd1d672300 usage.c: add warning_errno() and error_errno() 9 years ago
Kazuki Yamaguchi 1245c74936 configure: remove checking for HMAC_CTX_cleanup 9 years ago
Eric Sunshine d616fbf256 git-compat-util: st_add4: work around gcc 4.2.x compiler crash 9 years ago
Jeff King 935de81289 add helpers for detecting size_t overflow 9 years ago
Jeff King 7eb45b5f78 git-compat-util: drop mempcpy compat code 9 years ago
Jeff King 3689539127 add helpers for allocating flex-array structs 9 years ago
Jeff King e7792a74bc harden REALLOC_ARRAY and xcalloc against size_t overflow 9 years ago
Alexander Kuleshov 63ca1c099c git.c: simplify stripping extension of a file in handle_builtin() 9 years ago
Jeff King 320d0b493a add helpers for detecting size_t overflow 9 years ago