summaryrefslogtreecommitdiff
path: root/upload-pack.c
AgeCommit message (Expand)Author
2007-11-06upload-pack: Use finish_{command,async}() instead of waitpid().Johannes Sixt
2007-10-21upload-pack: Run rev-list in an asynchronous function.Johannes Sixt
2007-10-21upload-pack: Move the revision walker into a separate function.Johannes Sixt
2007-10-21upload-pack: Use start_command() to run pack-objects in create_pack_file().Johannes Sixt
2007-06-08Even more missing staticJunio C Hamano
2007-06-07War on whitespaceJunio C Hamano
2007-03-28git-upload-pack: make sure we close unused pipe endsH. Peter Anvin
2007-03-05Merge branch 'js/fetch-progress' (early part)Junio C Hamano
2007-02-24Fixup no-progress for fetch & cloneJohannes Schindelin
2007-02-21prefixcmp(): fix-up mechanical conversion.Junio C Hamano
2007-02-21Mechanical conversion to use prefixcmp()Junio C Hamano
2007-02-20fetch & clone: do not output progress when not on a ttyJohannes Schindelin
2007-01-22shallow repository: disable unsupported operations for now.Junio C Hamano
2007-01-08short i/o: fix calls to write to use xwrite or write_in_fullAndy Whitcroft
2007-01-08short i/o: fix calls to read to use xread or read_in_fullAndy Whitcroft
2006-12-27Merge branch 'master' into js/shallowJunio C Hamano
2006-12-20simplify inclusion of system header files.Junio C Hamano
2006-11-24upload-pack: Check for NOT_SHALLOW flag before sending a shallow to the client.Alexandre Julliard
2006-11-24shallow clone: unparse and reparse an unshallowed commitJunio C Hamano
2006-11-24Why didn't we mark want_obj as ~UNINTERESTING in the old code?Junio C Hamano
2006-11-24allow deepening of a shallow repositoryJohannes Schindelin
2006-11-24allow cloning a repository "shallowly"Johannes Schindelin
2006-11-24support fetching into a shallow repositoryJohannes Schindelin
2006-11-24upload-pack: no longer call rev-listJohannes Schindelin
2006-11-24Merge branch 'jc/upload-pack'Junio C Hamano
2006-11-01Merge branch 'lj/refs'Junio C Hamano
2006-09-27let the GIT native protocol use offsets to delta base when possibleNicolas Pitre
2006-09-21Tell between packed, unpacked and symbolic refs.Junio C Hamano
2006-09-21Add callback data to for_each_ref() family.Junio C Hamano
2006-09-18Merge part of branch 'jc/upload-pack'Junio C Hamano
2006-09-10Prepare larger packet buffer for upload-pack protocol.Junio C Hamano
2006-09-10Move sideband server side support into reusable form.Junio C Hamano
2006-08-23Convert memcpy(a,b,20) to hashcpy(a,b).Shawn Pearce
2006-08-16remove unnecessary initializationsDavid Rientjes
2006-08-15Make upload_pack void and remove conditional return.David Rientjes
2006-08-13upload-pack: stop the other side when they have more roots than we do.Junio C Hamano
2006-08-13upload-pack: minor clean-up in multi-ack logicJunio C Hamano
2006-08-13Merge branch 'jc/upload-pack'Junio C Hamano
2006-07-24upload-pack: fix timeout in create_pack_fileMatthias Lederhofer
2006-07-14Merge branch 'lt/unitype'Junio C Hamano
2006-07-14upload-pack: ignore write errors to stderrMatthias Lederhofer
2006-07-13Remove TYPE_* constant macros and use object_type enums consistently.Linus Torvalds
2006-07-09upload-pack: lift MAX_NEEDS and MAX_HAS limitationJunio C Hamano
2006-07-09upload-pack: use object pointer not copy of sha1 to keep track of has/needs.Junio C Hamano
2006-07-01upload-pack.c: <sys/poll.h> includes <ctype.h> on OpenBSD 3.8Junio C Hamano
2006-06-28Make some strings constTimo Hirvonen
2006-06-21upload-pack/fetch-pack: support side-band communicationJunio C Hamano
2006-06-21upload-pack: prepare for sideband message support.Junio C Hamano
2006-06-21upload-pack: avoid sending an incomplete pack upon failureJunio C Hamano
2006-06-18Shrink "struct object" a bitLinus Torvalds