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