434 Commits (0af85f84bd6d1755b3b8559ccfd99383c2928ac3)

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
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() 8 years ago
Ben Wijen 05d1ed6148 mingw: ensure temporary file handles are not inherited by child processes 8 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 9 years ago
Johannes Schindelin 8f77442358 Squelch warning about an integer overflow 9 years ago
Jeff King fdf729661a probe_utf8_pathname_composition: use internal strbuf 9 years ago
Jeff King 7b03c89ebd add xsnprintf helper function 9 years ago
Matthieu Moy e6f2599cba strtoul_ui: reject negative values 9 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
Jeff King 1570856b51 config.c: avoid xmmap error messages 10 years ago
Elia Pinto 89c855ed3c git-compat-util.h: implement a different ARRAY_SIZE macro for for safely deriving the size of array 10 years ago
Jeff King f43cce23ad git-compat-util: add fallbacks for unlocked stdio 10 years ago
Nguyễn Thái Ngọc Duy 1e8fef609e untracked cache: guard and disable on system changes 10 years ago
Kyle J. McKay 9529080de2 configure: support HAVE_BSD_SYSCTL option 10 years ago