summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-10-05fsck: drop inode-sorting codeJeff King
2015-10-05convert strncpy to memcpyJeff King
2015-10-05notes: document length of fanout path with a constantJeff King
2015-10-05color: add color_set helper for copying raw colorsJeff King
2015-10-05prefer memcpy to strcpyJeff King
2015-10-05help: clean up kfmclient mungingJeff King
2015-10-05receive-pack: simplify keep_arg computationJeff King
2015-10-05avoid sprintf and strcpy with flex arraysJeff King
2015-10-05use alloc_ref rather than hand-allocating "struct ref"Jeff King
2015-10-05color: add overflow checks for parsing colorsJeff King
2015-10-05drop strcpy in favor of raw sha1_to_hexJeff King
2015-10-05use sha1_to_hex_r() instead of strcpyJeff King
2015-10-05daemon: use cld->env_array when re-spawningJeff King
2015-10-05stat_tracking_info: convert to argv_arrayJeff King
2015-10-05http-push: use an argv_array for setup_revisionsJeff King
2015-10-05fetch-pack: use argv_array for index-pack / unpack-objectsJeff King
2015-10-05diagnose_invalid_index_path: use strbuf to avoid strcpy/strcatJeff King
2015-10-05write_loose_object: convert to strbufJeff King
2015-10-05remove_leading_path: use a strbuf for internal storageJeff King
2015-10-05enter_repo: convert fixed-size buffers to strbufsJeff King
2015-10-05merge-recursive: convert malloc / strcpy to strbufJeff King
2015-10-05transport: use strbufs for status table "quickref" stringsJeff King
2015-10-05apply: convert root string to strbufJeff King
2015-10-05init: use strbufs to store pathsJeff King
2015-10-05probe_utf8_pathname_composition: use internal strbufJeff King
2015-10-05precompose_utf8: drop unused variableJeff King
2015-09-25sha1_get_pack_name: use a strbufJeff King
2015-09-25http-walker: store url in a strbufJeff King
2015-09-25http-push: use strbuf instead of fwrite_bufferJeff King
2015-09-25remote-ext: simplify git pkt-line generationJeff King
2015-09-25upload-archive: convert sprintf to strbufJeff King
2015-09-25resolve_ref: use strbufs for internal buffersJeff King
2015-09-25read_remotes_file: simplify string handlingJeff King
2015-09-25read_branches_file: simplify string handlingJeff King
2015-09-25mailmap: replace strcpy with xstrdupJeff King
2015-09-25help: drop prepend function in favor of xstrfmtJeff King
2015-09-25ref-filter: drop sprintf and strcpy callsJeff King
2015-09-25use strip_suffix and xstrfmt to replace suffixJeff King
2015-09-25fetch: replace static buffer with xstrfmtJeff King
2015-09-25config: use xstrfmt in normalize_valueJeff King
2015-09-25replace trivial malloc + sprintf / strcpy calls with xstrfmtJeff King
2015-09-25receive-pack: convert strncpy to xsnprintfJeff King
2015-09-25http-push: replace strcat with xsnprintfJeff King
2015-09-25add_packed_git: convert strcpy into xsnprintfJeff King
2015-09-25entry.c: convert strcpy to xsnprintfJeff King
2015-09-25grep: use xsnprintf to format failure messageJeff King
2015-09-25compat/hstrerror: convert sprintf to snprintfJeff King
2015-09-25stop_progress_msg: convert sprintf to xsnprintfJeff King
2015-09-25find_short_object_filename: convert sprintf to xsnprintfJeff King
2015-09-25use xsnprintf for generating git object headersJeff King