summaryrefslogtreecommitdiff
path: root/upload-pack.c
Commit message (Expand)AuthorAgeFilesLines
* Even more missing staticJunio C Hamano2007-06-081-1/+1
* War on whitespaceJunio C Hamano2007-06-071-1/+1
* git-upload-pack: make sure we close unused pipe endsH. Peter Anvin2007-03-271-0/+1
* Merge branch 'js/fetch-progress' (early part)Junio C Hamano2007-03-041-5/+17
|\
| * Fixup no-progress for fetch & cloneJohannes Schindelin2007-02-241-6/+4
| * fetch & clone: do not output progress when not on a ttyJohannes Schindelin2007-02-191-5/+19
* | prefixcmp(): fix-up mechanical conversion.Junio C Hamano2007-02-201-3/+3
* | Mechanical conversion to use prefixcmp()Junio C Hamano2007-02-201-5/+5
|/
* shallow repository: disable unsupported operations for now.Junio C Hamano2007-01-211-1/+2
* short i/o: fix calls to write to use xwrite or write_in_fullAndy Whitcroft2007-01-081-0/+1
* short i/o: fix calls to read to use xread or read_in_fullAndy Whitcroft2007-01-081-2/+2
* Merge branch 'master' into js/shallowJunio C Hamano2006-12-271-3/+0
|\
| * simplify inclusion of system header files.Junio C Hamano2006-12-201-3/+0
* | upload-pack: Check for NOT_SHALLOW flag before sending a shallow to the client.Alexandre Julliard2006-11-241-1/+1
* | shallow clone: unparse and reparse an unshallowed commitJunio C Hamano2006-11-241-0/+1
* | Why didn't we mark want_obj as ~UNINTERESTING in the old code?Junio C Hamano2006-11-241-0/+1
* | allow deepening of a shallow repositoryJohannes Schindelin2006-11-241-11/+47
* | allow cloning a repository "shallowly"Johannes Schindelin2006-11-241-1/+20
* | support fetching into a shallow repositoryJohannes Schindelin2006-11-241-2/+20
* | upload-pack: no longer call rev-listJohannes Schindelin2006-11-241-33/+60
|/
* Merge branch 'jc/upload-pack'Junio C Hamano2006-11-241-9/+92
|\
| * upload-pack: stop the other side when they have more roots than we do.Junio C Hamano2006-08-121-9/+92
* | Merge branch 'lj/refs'Junio C Hamano2006-11-011-3/+3
|\ \
| * | 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-3/+3
* | | let the GIT native protocol use offsets to delta base when possibleNicolas Pitre2006-09-271-3/+7
|/ /
* | Merge part of branch 'jc/upload-pack'Junio C Hamano2006-09-171-10/+12
|\ \ | |/
| * upload-pack: minor clean-up in multi-ack logicJunio C Hamano2006-08-121-10/+12
* | Prepare larger packet buffer for upload-pack protocol.Junio C Hamano2006-09-101-5/+9
* | Move sideband server side support into reusable form.Junio C Hamano2006-09-101-37/+13
* | Convert memcpy(a,b,20) to hashcpy(a,b).Shawn Pearce2006-08-231-1/+1
* | remove unnecessary initializationsDavid Rientjes2006-08-151-4/+4
* | Make upload_pack void and remove conditional return.David Rientjes2006-08-141-6/+5
|/
* Merge branch 'jc/upload-pack'Junio C Hamano2006-08-121-55/+44
|\
| * upload-pack: lift MAX_NEEDS and MAX_HAS limitationJunio C Hamano2006-07-091-52/+41
| * upload-pack: use object pointer not copy of sha1 to keep track of has/needs.Junio C Hamano2006-07-091-10/+10
* | upload-pack: fix timeout in create_pack_fileMatthias Lederhofer2006-07-241-0/+2
* | Merge branch 'lt/unitype'Junio C Hamano2006-07-141-2/+2
|\ \
| * | Remove TYPE_* constant macros and use object_type enums consistently.Linus Torvalds2006-07-121-2/+2
| |/
* | upload-pack: ignore write errors to stderrMatthias Lederhofer2006-07-131-0/+4
|/
* upload-pack.c: <sys/poll.h> includes <ctype.h> on OpenBSD 3.8Junio C Hamano2006-06-301-3/+3
* Make some strings constTimo Hirvonen2006-06-281-2/+2
* upload-pack/fetch-pack: support side-band communicationJunio C Hamano2006-06-211-9/+51
* upload-pack: prepare for sideband message support.Junio C Hamano2006-06-211-7/+39
* upload-pack: avoid sending an incomplete pack upon failureJunio C Hamano2006-06-211-14/+163
* Shrink "struct object" a bitLinus Torvalds2006-06-171-2/+2
* 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
|/