aboutsummaryrefslogtreecommitdiffstats
path: root/upload-pack.c
AgeCommit message (Expand)AuthorFilesLines
2006-03-05Const tightening.Junio C Hamano1-3/+3
2006-02-24Merge branches 'jc/rev-list' and 'jc/pack-thin'Junio C Hamano1-3/+8
2006-02-20Use thin pack transfer in "git fetch".Junio C Hamano1-3/+8
2006-02-17Prevent git-upload-pack segfault if object cannot be foundCarl Worth1-0/+3
2006-01-13Exec git programs without using PATH.Michal Ostrowski1-3/+4
2005-11-19Server-side support for user-relative paths.Andreas Ericsson1-12/+3
2005-11-02Be careful when dereferencing tags.Junio C Hamano1-1/+1
2005-10-28fix multi_ack.Johannes Schindelin1-3/+7
2005-10-28git-upload-pack: Support the multi_ack protocolJohannes Schindelin1-23/+24
2005-10-28git-upload-pack: More efficient usage of the has_sha1 arrayJohannes Schindelin1-5/+22
2005-10-26Fix cloning (memory corruption)Johannes Schindelin1-7/+8
2005-10-25upload-pack: tighten request validation.Junio C Hamano1-4/+27
2005-10-25Revert recent fetch-pack/upload-pack updates.Junio C Hamano1-37/+27
2005-10-24upload-pack: fix thinko in common-commit finder code.Junio C Hamano1-1/+3
2005-10-24git-upload-pack: Support sending multiple ACK messagesJohannes Schindelin1-22/+15
2005-10-24git-upload-pack: More efficient usage of the has_sha1 arrayJohannes Schindelin1-5/+20
2005-10-22upload-pack: Increase MAX_HAS.Junio C Hamano1-2/+2
2005-10-19git-daemon: timeout, eliminate double DWIMH. Peter Anvin1-5/+40
2005-10-15Show peeled onion from upload-pack and server-info.Junio C Hamano1-0/+8
2005-10-05upload-pack: Do not choke on too many heads request.Junio C Hamano1-16/+34
2005-08-23Replace unsetenv() and setenv() with older putenv().Jason Riedy1-1/+1
2005-07-08Make "upload-pack" match git-fetch-pack usageLinus Torvalds1-2/+6
2005-07-05Increase the number of possible heads requested from git-upload-packLinus Torvalds1-1/+1
2005-07-05Add "git_path()" and "head_ref()" helper functions.Linus Torvalds1-0/+1
2005-07-04Make git-fetch-pack actually do all the unpacking etc.Linus Torvalds1-11/+52
2005-07-04Make git-fetch-pack and git-upload-pack negotiate needs/haves fullyLinus Torvalds1-1/+54
2005-07-04Commit first cut at "git-fetch-pack"Linus Torvalds1-0/+86