summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-10-05use sha1_to_hex_r() instead of strcpyLibravatar Jeff King6-29/+31
2015-10-05daemon: use cld->env_array when re-spawningLibravatar Jeff King1-16/+10
2015-10-05stat_tracking_info: convert to argv_arrayLibravatar Jeff King1-14/+12
2015-10-05http-push: use an argv_array for setup_revisionsLibravatar Jeff King1-22/+10
2015-10-05fetch-pack: use argv_array for index-pack / unpack-objectsLibravatar Jeff King1-29/+27
2015-10-05diagnose_invalid_index_path: use strbuf to avoid strcpy/strcatLibravatar Jeff King1-12/+9
2015-10-05write_loose_object: convert to strbufLibravatar Jeff King1-20/+22
2015-10-05remove_leading_path: use a strbuf for internal storageLibravatar Jeff King1-4/+6
2015-10-05enter_repo: convert fixed-size buffers to strbufsLibravatar Jeff King1-28/+29
2015-10-05merge-recursive: convert malloc / strcpy to strbufLibravatar Jeff King1-9/+8
2015-10-05transport: use strbufs for status table "quickref" stringsLibravatar Jeff King2-16/+19
2015-10-05apply: convert root string to strbufLibravatar Jeff King1-16/+10
2015-10-05init: use strbufs to store pathsLibravatar Jeff King2-100/+76
2015-10-05probe_utf8_pathname_composition: use internal strbufLibravatar Jeff King4-11/+13
2015-10-05precompose_utf8: drop unused variableLibravatar Jeff King1-2/+1
2015-09-25sha1_get_pack_name: use a strbufLibravatar Jeff King1-29/+10
2015-09-25http-walker: store url in a strbufLibravatar Jeff King1-9/+10
2015-09-25http-push: use strbuf instead of fwrite_bufferLibravatar Jeff King1-16/+5
2015-09-25remote-ext: simplify git pkt-line generationLibravatar Jeff King2-29/+33
2015-09-25upload-archive: convert sprintf to strbufLibravatar Jeff King1-5/+4
2015-09-25resolve_ref: use strbufs for internal buffersLibravatar Jeff King2-27/+59
2015-09-25read_remotes_file: simplify string handlingLibravatar Jeff King1-37/+18
2015-09-25read_branches_file: simplify string handlingLibravatar Jeff King1-34/+20
2015-09-25mailmap: replace strcpy with xstrdupLibravatar Jeff King1-2/+1
2015-09-25help: drop prepend function in favor of xstrfmtLibravatar Jeff King1-12/+2
2015-09-25ref-filter: drop sprintf and strcpy callsLibravatar Jeff King1-48/+22
2015-09-25use strip_suffix and xstrfmt to replace suffixLibravatar Jeff King3-14/+12
2015-09-25fetch: replace static buffer with xstrfmtLibravatar Jeff King1-5/+2
2015-09-25config: use xstrfmt in normalize_valueLibravatar Jeff King1-21/+13
2015-09-25replace trivial malloc + sprintf / strcpy calls with xstrfmtLibravatar Jeff King9-48/+20
2015-09-25receive-pack: convert strncpy to xsnprintfLibravatar Jeff King1-2/+2
2015-09-25http-push: replace strcat with xsnprintfLibravatar Jeff King1-4/+4
2015-09-25add_packed_git: convert strcpy into xsnprintfLibravatar Jeff King2-9/+14
2015-09-25entry.c: convert strcpy to xsnprintfLibravatar Jeff King1-2/+2
2015-09-25grep: use xsnprintf to format failure messageLibravatar Jeff King1-2/+2
2015-09-25compat/hstrerror: convert sprintf to snprintfLibravatar Jeff King1-1/+1
2015-09-25stop_progress_msg: convert sprintf to xsnprintfLibravatar Jeff King1-1/+1
2015-09-25find_short_object_filename: convert sprintf to xsnprintfLibravatar Jeff King1-2/+6
2015-09-25use xsnprintf for generating git object headersLibravatar Jeff King5-12/+13
2015-09-25archive-tar: use xsnprintf for trivial formattingLibravatar Jeff King1-13/+13
2015-09-25convert trivial sprintf / strcpy calls to xsnprintfLibravatar Jeff King20-47/+52
2015-09-25compat/inet_ntop: fix off-by-one in inet_ntop4Libravatar Jeff King1-3/+3
2015-09-25test-dump-cache-tree: avoid overflow of cache-tree nameLibravatar Jeff King1-1/+1
2015-09-25progress: store throughput display in a strbufLibravatar Jeff King1-10/+8
2015-09-25trace: use strbuf for quote_crnl outputLibravatar Jeff King1-12/+11
2015-09-25mailsplit: make PATH_MAX buffers dynamicLibravatar Jeff King1-11/+23
2015-09-25fsck: use strbuf to generate alternate directoriesLibravatar Jeff King1-5/+6
2015-09-25add reentrant variants of sha1_to_hex and find_unique_abbrevLibravatar Jeff King5-10/+67
2015-09-25strbuf: make strbuf_complete_line more genericLibravatar Jeff King1-2/+13
2015-09-25add git_path_buf helper functionLibravatar Jeff King2-0/+12