summaryrefslogtreecommitdiffstats
path: root/sha1_file.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* make find_pack_revindex() aware of the nasty worldNicolas Pitre2008-11-031-6/+12
* make packed_object_info() resilient to pack corruptionsNicolas Pitre2008-11-031-6/+30
* make unpack_object_header() non fatalNicolas Pitre2008-11-031-9/+11
* better validation on delta base object offsetsNicolas Pitre2008-11-031-1/+1
* close another possibility for propagating pack corruptionNicolas Pitre2008-11-031-0/+15
* Merge branch 'jc/maint-co-track'Junio C Hamano2008-10-221-1/+1
|\
| * Enhance hold_lock_file_for_{update,append}() APIJunio C Hamano2008-10-191-1/+1
* | Merge branch 'maint'Junio C Hamano2008-10-181-1/+5
|\ \
| * | force_object_loose: Fix memory leakBjörn Steinbrink2008-10-181-1/+5
| |/
* | Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey2008-10-121-4/+2
* | Cleanup in sha1_file.c::cache_or_unpack_entry()Miklos Vajna2008-10-091-4/+2
* | fix openssl headers conflicting with custom SHA1 implementationsNicolas Pitre2008-10-031-5/+5
* | Merge branch 'jc/alternate-push'Shawn O. Pearce2008-09-251-2/+11
|\ \
| * | push: receiver end advertises refs from alternate repositoriesJunio C Hamano2008-09-091-0/+10
| * | is_directory(): a generic helper functionJunio C Hamano2008-09-091-2/+1
* | | Merge branch 'jc/safe-c-l-d'Shawn O. Pearce2008-09-251-1/+5
|\ \ \
| * | | safe_create_leading_directories(): make it about "leading" directoriesJunio C Hamano2008-09-041-1/+5
* | | | Merge branch 'maint'Junio C Hamano2008-09-191-1/+3
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | sha1_file: link() returns -1 on failure, not errnoThomas Rast2008-09-191-1/+3
| |/
* | Merge branch 'np/verify-pack'Junio C Hamano2008-08-281-0/+1
|\|
| * discard revindex data when pack list changesNicolas Pitre2008-08-231-0/+1
* | Merge branch 'dp/hash-literally'Junio C Hamano2008-08-201-36/+28
|\ \ | |/ |/|
| * teach index_fd to work with pipesDmitry Potapov2008-08-031-36/+28
* | Optimize sha1_object_info for loose objects, not concurrent repacksSteven Grimm2008-08-061-1/+8
|/
* restore legacy behavior for read_sha1_file()Nicolas Pitre2008-07-151-4/+26
* Merge branch 'sp/maint-pack-memuse'Junio C Hamano2008-07-091-0/+1
|\
| * Correct pack memory leak causing git gc to try to exceed ulimitShawn O. Pearce2008-07-091-0/+1
| * clone: create intermediate directories of destination repoJeff King2008-06-251-0/+9
* | Fix some warnings (on cygwin) to allow -WerrorRamsay Jones2008-07-061-6/+6
* | Merge branch 'j6t/mingw'Junio C Hamano2008-07-031-5/+9
|\ \
| * | Windows: Handle absolute paths in safe_create_leading_directories().Johannes Sixt2008-06-231-4/+8
| * | Windows: Use the Windows style PATH separator ';'.Johannes Sixt2008-06-221-1/+1
* | | Merge branch 'lt/config-fsync'Junio C Hamano2008-06-251-1/+2
|\ \ \
| * | | Add config option to enable 'fsync()' of object filesLinus Torvalds2008-06-191-1/+2
| |/ /
* | | optimize verify-pack a bitNicolas Pitre2008-06-251-1/+1
* | | clone: create intermediate directories of destination repoJeff King2008-06-251-0/+9
* | | refactor pack structure allocationNicolas Pitre2008-06-251-18/+15
* | | implement some resilience against pack corruptionsNicolas Pitre2008-06-241-16/+76
| |/ |/|
* | Workaround for AIX mkstemp()Patrick Higgins2008-06-241-0/+1
|/
* sha1_file.c: simplify parse_pack_index()Junio C Hamano2008-06-171-7/+1
* create_tempfile: make sure that leading directories can be accessible by peersJunio C Hamano2008-06-171-2/+2
* write_loose_object: don't bother trying to read an old objectLinus Torvalds2008-06-171-14/+0
* Simplify and rename find_sha1_file()Linus Torvalds2008-06-141-10/+8
* Make loose object file reading more carefulLinus Torvalds2008-06-141-26/+44
* Avoid cross-directory renames and linking on object creationLinus Torvalds2008-06-141-41/+42
* sha1_file.c: dead code removalJunio C Hamano2008-06-141-142/+0
* Consolidate SHA1 object file closeLinus Torvalds2008-06-111-6/+11
* fix sha1_pack_index_name()Junio C Hamano2008-05-281-4/+5
* Merge branch 'db/clone-in-c'Junio C Hamano2008-05-251-0/+12
|\
| * Add a library function to add an alternate to the alternates fileDaniel Barkalow2008-05-051-0/+12