aboutsummaryrefslogtreecommitdiffstats
path: root/upload-pack.c
AgeCommit message (Expand)AuthorFilesLines
2008-07-25Record the command invocation path earlyJohannes Sixt1-1/+1
2008-06-26Windows: Implement asynchronous functions as threads.Johannes Sixt1-0/+2
2008-03-04Teach fetch-pack/upload-pack about --include-tagShawn O. Pearce1-2/+8
2008-03-03Teach upload-pack to log the received need lines to an fdShawn O. Pearce1-0/+9
2008-03-02Merge branch 'mk/maint-parse-careful'Junio C Hamano1-1/+0
2008-02-25Remove unused object-ref codeMartin Koegler1-1/+0
2008-02-18Merge branch 'mk/maint-parse-careful'Junio C Hamano1-1/+2
2008-02-18check return value from parse_commit() in various functionsMartin Koegler1-1/+2
2008-02-17check return code of prepare_revision_walkMartin Koegler1-1/+2
2008-02-17deref_tag: handle return value NULLMartin Koegler1-1/+2
2008-02-13upload-pack: Initialize the exec-path.Johannes Sixt1-0/+3
2007-11-05upload-pack: Use finish_{command,async}() instead of waitpid().Johannes Sixt1-115/+77
2007-10-21upload-pack: Run rev-list in an asynchronous function.Johannes Sixt1-28/+18
2007-10-21upload-pack: Move the revision walker into a separate function.Johannes Sixt1-33/+37
2007-10-21upload-pack: Use start_command() to run pack-objects in create_pack_file().Johannes Sixt1-61/+44
2007-06-08Even more missing staticJunio C Hamano1-1/+1
2007-06-07War on whitespaceJunio C Hamano1-1/+1
2007-03-27git-upload-pack: make sure we close unused pipe endsH. Peter Anvin1-0/+1
2007-03-04Merge branch 'js/fetch-progress' (early part)Junio C Hamano1-5/+17
2007-02-24Fixup no-progress for fetch & cloneJohannes Schindelin1-6/+4
2007-02-20prefixcmp(): fix-up mechanical conversion.Junio C Hamano1-3/+3
2007-02-20Mechanical conversion to use prefixcmp()Junio C Hamano1-5/+5
2007-02-19fetch & clone: do not output progress when not on a ttyJohannes Schindelin1-5/+19
2007-01-21shallow repository: disable unsupported operations for now.Junio C Hamano1-1/+2
2007-01-08short i/o: fix calls to write to use xwrite or write_in_fullAndy Whitcroft1-0/+1
2007-01-08short i/o: fix calls to read to use xread or read_in_fullAndy Whitcroft1-2/+2
2006-12-27Merge branch 'master' into js/shallowJunio C Hamano1-3/+0
2006-12-20simplify inclusion of system header files.Junio C Hamano1-3/+0
2006-11-24upload-pack: Check for NOT_SHALLOW flag before sending a shallow to the client.Alexandre Julliard1-1/+1
2006-11-24shallow clone: unparse and reparse an unshallowed commitJunio C Hamano1-0/+1
2006-11-24Why didn't we mark want_obj as ~UNINTERESTING in the old code?Junio C Hamano1-0/+1
2006-11-24allow deepening of a shallow repositoryJohannes Schindelin1-11/+47
2006-11-24allow cloning a repository "shallowly"Johannes Schindelin1-1/+20
2006-11-24support fetching into a shallow repositoryJohannes Schindelin1-2/+20
2006-11-24upload-pack: no longer call rev-listJohannes Schindelin1-33/+60
2006-11-24Merge branch 'jc/upload-pack'Junio C Hamano1-9/+92
2006-11-01Merge branch 'lj/refs'Junio C Hamano1-3/+3
2006-09-27let the GIT native protocol use offsets to delta base when possibleNicolas Pitre1-3/+7
2006-09-20Tell between packed, unpacked and symbolic refs.Junio C Hamano1-1/+1
2006-09-20Add callback data to for_each_ref() family.Junio C Hamano1-3/+3
2006-09-17Merge part of branch 'jc/upload-pack'Junio C Hamano1-10/+12
2006-09-10Prepare larger packet buffer for upload-pack protocol.Junio C Hamano1-5/+9
2006-09-10Move sideband server side support into reusable form.Junio C Hamano1-37/+13
2006-08-23Convert memcpy(a,b,20) to hashcpy(a,b).Shawn Pearce1-1/+1
2006-08-15remove unnecessary initializationsDavid Rientjes1-4/+4
2006-08-14Make upload_pack void and remove conditional return.David Rientjes1-6/+5
2006-08-12upload-pack: stop the other side when they have more roots than we do.Junio C Hamano1-9/+92
2006-08-12upload-pack: minor clean-up in multi-ack logicJunio C Hamano1-10/+12
2006-08-12Merge branch 'jc/upload-pack'Junio C Hamano1-55/+44
2006-07-24upload-pack: fix timeout in create_pack_fileMatthias Lederhofer1-0/+2
2006-07-14Merge branch 'lt/unitype'Junio C Hamano1-2/+2
2006-07-13upload-pack: ignore write errors to stderrMatthias Lederhofer1-0/+4
2006-07-12Remove TYPE_* constant macros and use object_type enums consistently.Linus Torvalds1-2/+2
2006-07-09upload-pack: lift MAX_NEEDS and MAX_HAS limitationJunio C Hamano1-52/+41
2006-07-09upload-pack: use object pointer not copy of sha1 to keep track of has/needs.Junio C Hamano1-10/+10
2006-06-30upload-pack.c: <sys/poll.h> includes <ctype.h> on OpenBSD 3.8Junio C Hamano1-3/+3
2006-06-28Make some strings constTimo Hirvonen1-2/+2
2006-06-21upload-pack/fetch-pack: support side-band communicationJunio C Hamano1-9/+51
2006-06-21upload-pack: prepare for sideband message support.Junio C Hamano1-7/+39
2006-06-21upload-pack: avoid sending an incomplete pack upon failureJunio C Hamano1-14/+163
2006-06-17Shrink "struct object" a bitLinus Torvalds1-2/+2
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