summaryrefslogtreecommitdiff
path: root/upload-pack.c
AgeCommit message (Expand)Author
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-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
2006-03-05Const tightening.Junio C Hamano
2006-02-25Merge branches 'jc/rev-list' and 'jc/pack-thin'Junio C Hamano
2006-02-20Use thin pack transfer in "git fetch".Junio C Hamano
2006-02-18Prevent git-upload-pack segfault if object cannot be foundCarl Worth
2006-01-14Exec git programs without using PATH.Michal Ostrowski
2005-11-20Server-side support for user-relative paths.Andreas Ericsson
2005-11-03Be careful when dereferencing tags.Junio C Hamano
2005-10-29fix multi_ack.Johannes Schindelin
2005-10-29git-upload-pack: Support the multi_ack protocolJohannes Schindelin
2005-10-29git-upload-pack: More efficient usage of the has_sha1 arrayJohannes Schindelin
2005-10-26Fix cloning (memory corruption)Johannes Schindelin
2005-10-26upload-pack: tighten request validation.Junio C Hamano
2005-10-25Revert recent fetch-pack/upload-pack updates.Junio C Hamano
2005-10-24upload-pack: fix thinko in common-commit finder code.Junio C Hamano
2005-10-24git-upload-pack: Support sending multiple ACK messagesJohannes Schindelin
2005-10-24git-upload-pack: More efficient usage of the has_sha1 arrayJohannes Schindelin
2005-10-22upload-pack: Increase MAX_HAS.Junio C Hamano
2005-10-19git-daemon: timeout, eliminate double DWIMH. Peter Anvin
2005-10-15Show peeled onion from upload-pack and server-info.Junio C Hamano
2005-10-05upload-pack: Do not choke on too many heads request.Junio C Hamano
2005-08-24Replace unsetenv() and setenv() with older putenv().Jason Riedy
2005-07-08Make "upload-pack" match git-fetch-pack usageLinus Torvalds
2005-07-06Increase the number of possible heads requested from git-upload-packLinus Torvalds
2005-07-05Add "git_path()" and "head_ref()" helper functions.Linus Torvalds
2005-07-04Make git-fetch-pack actually do all the unpacking etc.Linus Torvalds
2005-07-04Make git-fetch-pack and git-upload-pack negotiate needs/haves fullyLinus Torvalds
2005-07-04Commit first cut at "git-fetch-pack"Linus Torvalds