40879 Commits (34fa79a6cde56d6d428ab0d3160cb094ebad3305)
 

Author SHA1 Message Date
Jeff King 34fa79a6cd prefer memcpy to strcpy 10 years ago
Jeff King 4c9ac3bfaa help: clean up kfmclient munging 10 years ago
Jeff King b26cb7c777 receive-pack: simplify keep_arg computation 10 years ago
Jeff King c7ab0ba340 avoid sprintf and strcpy with flex arrays 10 years ago
Jeff King 6f687c21c0 use alloc_ref rather than hand-allocating "struct ref" 10 years ago
Jeff King cbc8feeaf9 color: add overflow checks for parsing colors 10 years ago
Jeff King 2b87d3a896 drop strcpy in favor of raw sha1_to_hex 10 years ago
Jeff King d59f765ac9 use sha1_to_hex_r() instead of strcpy 10 years ago
Jeff King f063d38b80 daemon: use cld->env_array when re-spawning 10 years ago
Jeff King 0b282cc4b2 stat_tracking_info: convert to argv_array 10 years ago
Jeff King a0355f6bcd http-push: use an argv_array for setup_revisions 10 years ago
Jeff King 984a43b902 fetch-pack: use argv_array for index-pack / unpack-objects 10 years ago
Jeff King 43bb66ae0b diagnose_invalid_index_path: use strbuf to avoid strcpy/strcat 10 years ago
Jeff King d4b3d11a03 write_loose_object: convert to strbuf 10 years ago
Jeff King 4635768809 remove_leading_path: use a strbuf for internal storage 10 years ago
Jeff King e9ba678175 enter_repo: convert fixed-size buffers to strbufs 10 years ago
Jeff King b4600fbe07 merge-recursive: convert malloc / strcpy to strbuf 10 years ago
Jeff King bd22d4ffbc transport: use strbufs for status table "quickref" strings 10 years ago
Jeff King 6c31c22ceb apply: convert root string to strbuf 10 years ago
Jeff King 9c28390bda init: use strbufs to store paths 10 years ago
Jeff King fdf729661a probe_utf8_pathname_composition: use internal strbuf 10 years ago
Jeff King e2b021eb5b precompose_utf8: drop unused variable 10 years ago
Jeff King ac5190cc48 sha1_get_pack_name: use a strbuf 10 years ago
Jeff King 54ba4c5fa2 http-walker: store url in a strbuf 10 years ago
Jeff King 7d0581a9ab http-push: use strbuf instead of fwrite_buffer 10 years ago
Jeff King df1ed03a6f remote-ext: simplify git pkt-line generation 10 years ago
Jeff King 0cb9d6d6b6 upload-archive: convert sprintf to strbuf 10 years ago
Jeff King 495127dbcb resolve_ref: use strbufs for internal buffers 10 years ago
Jeff King 0e265a92a1 read_remotes_file: simplify string handling 10 years ago
Jeff King f28e3ab231 read_branches_file: simplify string handling 10 years ago
Jeff King c978610dc8 mailmap: replace strcpy with xstrdup 10 years ago
Jeff King acd47eec99 help: drop prepend function in favor of xstrfmt 10 years ago
Jeff King a5e03bf5c6 ref-filter: drop sprintf and strcpy calls 10 years ago
Jeff King 9ae97018fb use strip_suffix and xstrfmt to replace suffix 10 years ago
Jeff King 2805bb5970 fetch: replace static buffer with xstrfmt 10 years ago
Jeff King 3ec832c4b5 config: use xstrfmt in normalize_value 10 years ago
Jeff King 75faa45ae0 replace trivial malloc + sprintf / strcpy calls with xstrfmt 10 years ago
Jeff King b7115a350b receive-pack: convert strncpy to xsnprintf 10 years ago
Jeff King 0cc4142859 http-push: replace strcat with xsnprintf 10 years ago
Jeff King 48bcc1c3cc add_packed_git: convert strcpy into xsnprintf 10 years ago
Jeff King 330c8e2670 entry.c: convert strcpy to xsnprintf 10 years ago
Jeff King 19bdd3e7e1 grep: use xsnprintf to format failure message 10 years ago
Jeff King 48bdf86995 compat/hstrerror: convert sprintf to snprintf 10 years ago
Jeff King f5691aa640 stop_progress_msg: convert sprintf to xsnprintf 10 years ago
Jeff King c3bb0ac796 find_short_object_filename: convert sprintf to xsnprintf 10 years ago
Jeff King ef1286d3c0 use xsnprintf for generating git object headers 10 years ago
Jeff King f2f0267529 archive-tar: use xsnprintf for trivial formatting 10 years ago
Jeff King 5096d4909f convert trivial sprintf / strcpy calls to xsnprintf 10 years ago
Jeff King db85a8a9c2 compat/inet_ntop: fix off-by-one in inet_ntop4 10 years ago
Jeff King 04724222d5 test-dump-cache-tree: avoid overflow of cache-tree name 10 years ago