summaryrefslogtreecommitdiff
path: root/sha1_file.c
AgeCommit message (Expand)Author
2016-05-23Merge branch 'nd/worktree-various-heads'Junio C Hamano
2016-05-09sha1_file.c: use {error,die,warning}_errno()Nguyễn Thái Ngọc Duy
2016-04-22dir.c: rename str(n)cmp_icase to fspath(n)cmpNguyễn Thái Ngọc Duy
2016-03-04Merge branch 'jk/pack-idx-corruption-safety'Junio C Hamano
2016-02-27sha1_file.c: mark strings for translationNguyễn Thái Ngọc Duy
2016-02-26Merge branch 'jk/tighten-alloc'Junio C Hamano
2016-02-25use_pack: handle signed off_t overflowJeff King
2016-02-25nth_packed_object_offset: bounds-check extended offsetJeff King
2016-02-22use st_add and st_mult for allocation size computationJeff King
2016-02-22convert trivial cases to ALLOC_ARRAYJeff King
2016-01-15clone/sha1_file: read info/alternates with strbuf_getline()Junio C Hamano
2016-01-15strbuf: introduce strbuf_getline_{lf,nul}()Junio C Hamano
2015-12-21Merge branch 'bc/format-patch-null-from-line'Junio C Hamano
2015-12-15Merge branch 'jk/prune-mtime'Junio C Hamano
2015-12-14sha1_file.c: introduce a null_oid constantbrian m. carlson
2015-11-20sha1_file: introduce has_object_file helper.brian m. carlson
2015-11-20Merge branch 'dk/gc-idx-wo-pack'Jeff King
2015-10-30Merge branch 'js/misc-fixes'Junio C Hamano
2015-10-26Silence GCC's "cast of pointer to integer of a different size" warningJohannes Schindelin
2015-10-20Merge branch 'jk/war-on-sprintf'Junio C Hamano
2015-10-15Merge branch 'js/clone-dissociate'Junio C Hamano
2015-10-07sha1_file.c: add a function to release all packsJohannes Schindelin
2015-10-05sha1_file: consolidate code to close a pack's file descriptorJohannes Schindelin
2015-10-05avoid sprintf and strcpy with flex arraysJeff King
2015-10-05write_loose_object: convert to strbufJeff King
2015-09-25sha1_get_pack_name: use a strbufJeff King
2015-09-25use strip_suffix and xstrfmt to replace suffixJeff King
2015-09-25add_packed_git: convert strcpy into xsnprintfJeff King
2015-09-25use xsnprintf for generating git object headersJeff King
2015-09-09Sync with 2.5.2Junio C Hamano
2015-09-04Sync with 2.4.9Junio C Hamano
2015-09-04Sync with 2.3.9Junio C Hamano
2015-09-04Sync with 2.2.3Junio C Hamano
2015-09-04read_info_alternates: handle paths larger than PATH_MAXJeff King
2015-09-04Merge branch 'cb/open-noatime-clear-errno' into maintJunio C Hamano
2015-08-25Merge branch 'cb/open-noatime-clear-errno'Junio C Hamano
2015-08-19Merge branch 'jk/git-path'Junio C Hamano
2015-08-19Merge branch 'jc/finalize-temp-file'Junio C Hamano
2015-08-17prepare_packed_git(): refactor garbage reporting in pack directoryJunio C Hamano
2015-08-12git_open_noatime: return with errno=0 on successClemens Buchacher
2015-08-12prune: close directory earlier during loose-object directory traversalJohannes Sixt
2015-08-10add_to_alternates_file: don't add duplicate entriesJeff King
2015-08-10sha1_file.c: rename move_temp_to_file() to finalize_object_file()Junio C Hamano
2015-07-27Merge branch 'jk/fix-refresh-utime' into maintJunio C Hamano
2015-07-27Merge branch 'jk/index-pack-reduce-recheck' into maintJunio C Hamano
2015-07-10Merge branch 'jk/fix-refresh-utime'Junio C Hamano
2015-07-09Merge branch 'jk/maint-for-each-packed-object'Junio C Hamano
2015-07-08check_and_freshen_file: fix reversed success-checkJeff King
2015-06-25Merge branch 'jk/diagnose-config-mmap-failure' into maintJunio C Hamano
2015-06-24Merge branch 'jk/index-pack-reduce-recheck'Junio C Hamano