summaryrefslogtreecommitdiff
path: root/sha1_file.c
AgeCommit message (Expand)Author
2016-10-10link_alt_odb_entry: handle normalize_path errorsJeff King
2016-10-03Merge branch 'jc/verify-loose-object-header'Junio C Hamano
2016-09-26unpack_sha1_header(): detect malformed object headerJunio C Hamano
2016-09-21Merge branch 'rs/pack-sort-with-llist-mergesort'Junio C Hamano
2016-09-21Merge branch 'jk/delta-base-cache'Junio C Hamano
2016-09-13sha1_file: use llist_mergesort() for sorting packsRené Scharfe
2016-09-12Merge branch 'jk/diff-submodule-diff-inline'Junio C Hamano
2016-09-12add_delta_base_cache: use list_for_each_safeJeff King
2016-09-09Merge branch 'sb/submodule-clone-rr'Junio C Hamano
2016-09-01cache: add empty_tree_oid object and helper functionJacob Keller
2016-08-23delta_base_cache: use hashmap.hJeff King
2016-08-23delta_base_cache: drop special treatment of blobsJeff King
2016-08-23delta_base_cache: use list.h for LRUJeff King
2016-08-23release_delta_base_cache: reuse existing detach functionJeff King
2016-08-23clear_delta_base_cache_entry: use a more descriptive nameJeff King
2016-08-23cache_or_unpack_entry: drop keep_cache parameterJeff King
2016-08-15clone: factor out checking for an alternate pathStefan Beller
2016-08-12Merge branch 'vs/typofix'Junio C Hamano
2016-08-11Spelling fixesVille Skyttä
2016-08-10Merge branch 'js/am-3-merge-recursive-direct'Junio C Hamano
2016-08-08Merge branch 'jk/pack-objects-optim'Junio C Hamano
2016-07-29find_pack_entry: replace last_found_pack with MRU cacheJeff King
2016-07-29sha1_file: drop free_pack_by_nameJeff King
2016-07-28Merge branch 'nd/pack-ofs-4gb-limit'Junio C Hamano
2016-07-26die("bug"): report bugs consistentlyJohannes Schindelin
2016-07-12pack-objects: pass length to check_pack_crc() without truncationNguyễn Thái Ngọc Duy
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