summaryrefslogtreecommitdiff
path: root/server-info.c
AgeCommit message (Expand)Author
2017-06-13Merge branch 'nd/fopen-errors'Junio C Hamano
2017-05-26wrapper.c: add and use fopen_or_warn()Nguyễn Thái Ngọc Duy
2017-05-08object: convert parse_object* to take struct object_idbrian m. carlson
2017-04-18server-info: avoid calling fclose(3) twice in update_info_file()René Scharfe
2016-09-29use QSORTRené Scharfe
2016-05-09server-info.c: use error_errno()Nguyễn Thái Ngọc Duy
2015-11-20Convert struct object to object_idbrian m. carlson
2015-05-25add_info_ref(): rewrite to take an object_id argumentMichael Haggerty
2015-05-25each_ref_fn: change to take an object_id parameterMichael Haggerty
2015-01-06update-server-info: create info/* with mode 0666Jeff King
2014-09-15server-info: clean up after writing info/packsJeff King
2014-09-15make update-server-info more robustJeff King
2010-07-19update-server-info: Shorten read_pack_info_file()Ralf Thielow
2009-05-18Merge branch 'ar/unlink-err'Junio C Hamano
2009-05-01Fix a bunch of pointer declarations (codestyle)Felipe Contreras
2009-04-30replace direct calls to unlink(2) with unlink_or_warnAlex Riesen
2008-10-31Use git_pathdup instead of xstrdup(git_path(...))Alex Riesen
2008-01-04Don't access line[-1] for a zero-length "line" from fgets.Jim Meyering
2007-11-26Print the real filename that we failed to open.André Goddard Rosa
2007-07-11Fix core.sharedRepository = 2Johannes Schindelin
2007-01-31Don't coredump on bad refs in update-server-info.Shawn O. Pearce
2006-09-21Tell between packed, unpacked and symbolic refs.Junio C Hamano
2006-09-21Add callback data to for_each_ref() family.Junio C Hamano
2006-09-02Replace uses of strdup with xstrdup.Shawn Pearce
2006-07-13Remove TYPE_* constant macros and use object_type enums consistently.Linus Torvalds
2006-07-09Assorted typo fixesPavel Roskin
2006-06-18Shrink "struct object" a bitLinus Torvalds
2005-12-21server-info: skip empty lines.Junio C Hamano
2005-12-21objects/info/packs: work around bug in http-fetch.c::fetch_indices()Junio C Hamano
2005-12-09qsort(): ptrdiff_t may be larger than intJunio C Hamano
2005-12-05server-info.c: and two functions are not used anymore.Junio C Hamano
2005-12-05server-info.c: use pack_local like everybody else.Junio C Hamano
2005-12-05server-info: throw away T computation as well.Junio C Hamano
2005-12-05server-info: stop sorting packs by latest date.Junio C Hamano
2005-12-05server-info.c: drop unused D lines.Junio C Hamano
2005-11-15Rework object refs tracking to reduce memory usageSergey Vlasov
2005-11-03Be careful when dereferencing tags.Junio C Hamano
2005-10-15Show peeled onion from upload-pack and server-info.Junio C Hamano
2005-10-08Reduce memory usage in git-update-server-info.robfitz@273k.net
2005-09-15Unoptimize info/refs creation.Junio C Hamano
2005-09-15Retire info/rev-cacheJunio C Hamano
2005-08-29Revert "Replace zero-length array decls with []."Junio C Hamano
2005-08-24Replace zero-length array decls with [].Jason Riedy
2005-08-01[PATCH] Fix sparse warningsLinus Torvalds
2005-07-29server-info: do not complain if a tag points at a non-commit.Junio C Hamano
2005-07-24[PATCH] Add update-server-info.Junio C Hamano