442 Commits (fb61e4d3abe2349eb0fabe0be8981626b4074fa7)

Author SHA1 Message Date
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 9 years ago
René Scharfe e9451782cf avoid pointer arithmetic involving NULL in FLEX_ALLOC_MEM 9 years ago
René Scharfe dbc540c7a5 add QSORT 9 years ago
René Scharfe 60566cbb58 add COPY_ARRAY 9 years ago
Johannes Schindelin 2f8952250a regex: add regexec_buf() that can work on a non NUL-terminated string 9 years ago
Christian Couder 725149beab usage: add get_error_routine() and get_warn_routine() 9 years ago
Christian Couder b83f108b08 usage: add set_warn_routine() 9 years ago
René Scharfe ca2baa3f75 compat: move strdup(3) replacement to its own file 9 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
Johannes Schindelin 824682ab51 compat/basename.c: provide a dirname() compatibility function 9 years ago
Johannes Schindelin 2f36eed936 Refactor skipping DOS drive prefixes 9 years ago
Johannes Schindelin 79d7582e32 commit: allow editing the commit message even in shared repos 9 years ago
Jeff King e850194c83 ident: make xgetpwuid_self() a static local helper 9 years ago
Waldek Maleska fdcdb77855 Correct fscanf formatting string for I64u values 10 years ago
Johannes Schindelin 8f77442358 Squelch warning about an integer overflow 10 years ago
Jeff King fdf729661a probe_utf8_pathname_composition: use internal strbuf 10 years ago
Jeff King 7b03c89ebd add xsnprintf helper function 10 years ago
Matthieu Moy e6f2599cba strtoul_ui: reject negative values 10 years ago
Jeff King 3b331e9267 vreportf: report to arbitrary filehandles 10 years ago
Paul Tan 260eec2927 wrapper: implement xfopen() 10 years ago
Paul Tan 3ff53df7b4 wrapper: implement xopen() 10 years ago
Charles Bailey e2c6f7cd5a Fix definition of ARRAY_SIZE for non-gcc builds 10 years ago