summaryrefslogtreecommitdiffstats
path: root/dir.h (unfollow)
Commit message (Expand)AuthorFilesLines
2016-03-17Git 2.7.4v2.7.4Junio C Hamano3-2/+13
2016-03-17Git 2.6.6v2.6.6Junio C Hamano4-3/+15
2016-03-17Git 2.5.5v2.5.5Junio C Hamano4-3/+15
2016-03-17Git 2.4.11v2.4.11Junio C Hamano4-3/+15
2016-03-16list-objects: pass full pathname to callbacksJeff King9-58/+26
2016-03-16list-objects: drop name_path entirelyJeff King9-25/+19
2016-03-16list-objects: convert name_path to a strbufJeff King3-36/+15
2016-03-16show_object_with_name: simplify by using path_name()Jeff King1-34/+6
2016-03-16http-push: stop using name_pathJeff King1-16/+7
2016-03-16tree-diff: catch integer overflow in combine_diff_path allocationJeff King2-4/+4
2016-03-16add helpers for detecting size_t overflowJeff King1-0/+34
2016-03-10Git 2.7.3v2.7.3Junio C Hamano4-3/+66
2016-02-29compat/mingw: brown paper bag fix for 50a6c8eJeff King1-1/+1
2016-02-27sha1_file.c: mark strings for translationNguyễn Thái Ngọc Duy1-3/+3
2016-02-25t5504: handle expected output from SIGPIPE deathJeff King1-1/+4
2016-02-25test_must_fail: report number of unexpected signalJeff King1-1/+1
2016-02-25fetch-pack: ignore SIGPIPE in sideband demuxerJeff King1-1/+5
2016-02-25write_or_die: handle EPIPE in async threadsJeff King3-0/+15
2016-02-25refs: document transaction semanticsDavid Turner1-0/+12
2016-02-25use_pack: handle signed off_t overflowJeff King2-1/+3
2016-02-25nth_packed_object_offset: bounds-check extended offsetJeff King4-1/+27