summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-10-05fsck: use for_each_loose_file_in_objdirLibravatar Jeff King1-46/+24
2015-10-05Makefile: drop D_INO_IN_DIRENT build knobLibravatar Jeff King3-15/+0
2015-10-05fsck: drop inode-sorting codeLibravatar Jeff King1-68/+2
2015-10-05convert strncpy to memcpyLibravatar Jeff King3-4/+4
2015-10-05notes: document length of fanout path with a constantLibravatar Jeff King1-3/+6
2015-10-05color: add color_set helper for copying raw colorsLibravatar Jeff King3-16/+28
2015-10-05prefer memcpy to strcpyLibravatar Jeff King3-5/+7
2015-10-05help: clean up kfmclient mungingLibravatar Jeff King1-11/+4
2015-10-05receive-pack: simplify keep_arg computationLibravatar Jeff King1-7/+10
2015-10-05avoid sprintf and strcpy with flex arraysLibravatar Jeff King6-14/+21
2015-10-05use alloc_ref rather than hand-allocating "struct ref"Libravatar Jeff King2-6/+2
2015-10-05color: add overflow checks for parsing colorsLibravatar Jeff King1-15/+26
2015-10-05drop strcpy in favor of raw sha1_to_hexLibravatar Jeff King2-7/+4
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