summaryrefslogtreecommitdiff
path: root/upload-pack.c
Commit message (Expand)AuthorAgeFilesLines
* Const tightening.Junio C Hamano2006-03-051-3/+3
* Merge branches 'jc/rev-list' and 'jc/pack-thin'Junio C Hamano2006-02-241-3/+8
|\
| * Use thin pack transfer in "git fetch".Junio C Hamano2006-02-201-3/+8
* | Prevent git-upload-pack segfault if object cannot be foundCarl Worth2006-02-171-0/+3
|/
* Exec git programs without using PATH.Michal Ostrowski2006-01-131-3/+4
* Server-side support for user-relative paths.Andreas Ericsson2005-11-191-12/+3
* Be careful when dereferencing tags.Junio C Hamano2005-11-021-1/+1
* fix multi_ack.Johannes Schindelin2005-10-281-3/+7
* git-upload-pack: Support the multi_ack protocolJohannes Schindelin2005-10-281-23/+24
* git-upload-pack: More efficient usage of the has_sha1 arrayJohannes Schindelin2005-10-281-5/+22
* Fix cloning (memory corruption)Johannes Schindelin2005-10-261-7/+8
* upload-pack: tighten request validation.Junio C Hamano2005-10-251-4/+27
* Revert recent fetch-pack/upload-pack updates.Junio C Hamano2005-10-251-37/+27
* upload-pack: fix thinko in common-commit finder code.Junio C Hamano2005-10-241-1/+3
* git-upload-pack: Support sending multiple ACK messagesJohannes Schindelin2005-10-241-22/+15
* git-upload-pack: More efficient usage of the has_sha1 arrayJohannes Schindelin2005-10-241-5/+20
* upload-pack: Increase MAX_HAS.Junio C Hamano2005-10-221-2/+2
* git-daemon: timeout, eliminate double DWIMH. Peter Anvin2005-10-191-5/+40
* Show peeled onion from upload-pack and server-info.Junio C Hamano2005-10-151-0/+8
* upload-pack: Do not choke on too many heads request.Junio C Hamano2005-10-051-16/+34
* Replace unsetenv() and setenv() with older putenv().Jason Riedy2005-08-231-1/+1
* Make "upload-pack" match git-fetch-pack usageLinus Torvalds2005-07-081-2/+6
* Increase the number of possible heads requested from git-upload-packLinus Torvalds2005-07-051-1/+1
* Add "git_path()" and "head_ref()" helper functions.Linus Torvalds2005-07-051-0/+1
* Make git-fetch-pack actually do all the unpacking etc.Linus Torvalds2005-07-041-11/+52
* Make git-fetch-pack and git-upload-pack negotiate needs/haves fullyLinus Torvalds2005-07-041-1/+54
* Commit first cut at "git-fetch-pack"Linus Torvalds2005-07-041-0/+86