summaryrefslogtreecommitdiffstats
path: root/server-info.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: use get_all_packsDerrick Stolee2018-08-201-2/+2
* tag: add repository argument to deref_tagStefan Beller2018-06-291-1/+1
* object: add repository argument to parse_objectStefan Beller2018-06-291-1/+1
* server-info: remove unused members from struct pack_infobrian m. carlson2018-05-021-7/+2
* packfile: keep prepare_packed_git() privateNguyễn Thái Ngọc Duy2018-03-261-1/+0
* packfile: add repository argument to prepare_packed_gitStefan Beller2018-03-261-1/+1
* object-store: move packed_git and packed_git_mru to object storeStefan Beller2018-03-261-2/+4
* pack: move {,re}prepare_packed_git and approximate_object_countJonathan Tan2017-08-231-0/+1
* Merge branch 'nd/fopen-errors'Junio C Hamano2017-06-131-1/+1
|\
| * wrapper.c: add and use fopen_or_warn()Nguyễn Thái Ngọc Duy2017-05-261-1/+1
* | object: convert parse_object* to take struct object_idbrian m. carlson2017-05-081-1/+1
|/
* server-info: avoid calling fclose(3) twice in update_info_file()René Scharfe2017-04-171-3/+5
* use QSORTRené Scharfe2016-09-291-1/+1
* server-info.c: use error_errno()Nguyễn Thái Ngọc Duy2016-05-091-1/+1
* Convert struct object to object_idbrian m. carlson2015-11-201-1/+1
* add_info_ref(): rewrite to take an object_id argumentMichael Haggerty2015-05-251-7/+5
* each_ref_fn: change to take an object_id parameterMichael Haggerty2015-05-251-1/+4
* update-server-info: create info/* with mode 0666Jeff King2015-01-061-1/+1
* server-info: clean up after writing info/packsJeff King2014-09-151-0/+9
* make update-server-info more robustJeff King2014-09-151-45/+71
* update-server-info: Shorten read_pack_info_file()Ralf Thielow2010-07-191-3/+0
* Merge branch 'ar/unlink-err'Junio C Hamano2009-05-181-1/+1
|\
| * replace direct calls to unlink(2) with unlink_or_warnAlex Riesen2009-04-291-1/+1
* | Fix a bunch of pointer declarations (codestyle)Felipe Contreras2009-05-011-2/+2
|/
* Use git_pathdup instead of xstrdup(git_path(...))Alex Riesen2008-10-301-1/+1
* Don't access line[-1] for a zero-length "line" from fgets.Jim Meyering2008-01-041-1/+1
* Print the real filename that we failed to open.André Goddard Rosa2007-11-251-1/+1
* Fix core.sharedRepository = 2Johannes Schindelin2007-07-111-0/+2
* Don't coredump on bad refs in update-server-info.Shawn O. Pearce2007-01-311-0/+2
* Tell between packed, unpacked and symbolic refs.Junio C Hamano2006-09-201-1/+1
* Add callback data to for_each_ref() family.Junio C Hamano2006-09-201-2/+2
* Replace uses of strdup with xstrdup.Shawn Pearce2006-09-021-1/+1
* Remove TYPE_* constant macros and use object_type enums consistently.Linus Torvalds2006-07-121-1/+1
* Assorted typo fixesPavel Roskin2006-07-091-1/+1
* Shrink "struct object" a bitLinus Torvalds2006-06-171-1/+1
* server-info: skip empty lines.Junio C Hamano2005-12-211-1/+4
* objects/info/packs: work around bug in http-fetch.c::fetch_indices()Junio C Hamano2005-12-211-0/+1
* qsort(): ptrdiff_t may be larger than intJunio C Hamano2005-12-081-1/+6
* server-info.c: and two functions are not used anymore.Junio C Hamano2005-12-051-33/+0
* server-info.c: use pack_local like everybody else.Junio C Hamano2005-12-051-4/+2
* server-info: throw away T computation as well.Junio C Hamano2005-12-041-130/+3
* server-info: stop sorting packs by latest date.Junio C Hamano2005-12-041-36/+3
* server-info.c: drop unused D lines.Junio C Hamano2005-12-041-110/+10
* Rework object refs tracking to reduce memory usageSergey Vlasov2005-11-151-7/+18
* Be careful when dereferencing tags.Junio C Hamano2005-11-021-3/+4
* Show peeled onion from upload-pack and server-info.Junio C Hamano2005-10-151-0/+7
* Reduce memory usage in git-update-server-info.robfitz@273k.net2005-10-081-0/+10
* Unoptimize info/refs creation.Junio C Hamano2005-09-151-26/+0
* Retire info/rev-cacheJunio C Hamano2005-09-151-41/+0
* Revert "Replace zero-length array decls with []."Junio C Hamano2005-08-291-1/+1