aboutsummaryrefslogtreecommitdiff
path: root/upload-pack.c
Commit message (Expand)AuthorAge
* short i/o: fix calls to write to use xwrite or write_in_fullAndy Whitcroft2007-01-08
* short i/o: fix calls to read to use xread or read_in_fullAndy Whitcroft2007-01-08
* Merge branch 'master' into js/shallowJunio C Hamano2006-12-27
|\
| * simplify inclusion of system header files.Junio C Hamano2006-12-20
* | upload-pack: Check for NOT_SHALLOW flag before sending a shallow to the client.Alexandre Julliard2006-11-24
* | shallow clone: unparse and reparse an unshallowed commitJunio C Hamano2006-11-24
* | Why didn't we mark want_obj as ~UNINTERESTING in the old code?Junio C Hamano2006-11-24
* | allow deepening of a shallow repositoryJohannes Schindelin2006-11-24
* | allow cloning a repository "shallowly"Johannes Schindelin2006-11-24
* | support fetching into a shallow repositoryJohannes Schindelin2006-11-24
* | upload-pack: no longer call rev-listJohannes Schindelin2006-11-24
|/
* Merge branch 'jc/upload-pack'Junio C Hamano2006-11-24
|\
| * upload-pack: stop the other side when they have more roots than we do.Junio C Hamano2006-08-12
* | Merge branch 'lj/refs'Junio C Hamano2006-11-01
|\ \
| * | Tell between packed, unpacked and symbolic refs.Junio C Hamano2006-09-20
| * | Add callback data to for_each_ref() family.Junio C Hamano2006-09-20
* | | let the GIT native protocol use offsets to delta base when possibleNicolas Pitre2006-09-27
|/ /
* | Merge part of branch 'jc/upload-pack'Junio C Hamano2006-09-17
|\ \ | |/
| * upload-pack: minor clean-up in multi-ack logicJunio C Hamano2006-08-12
* | Prepare larger packet buffer for upload-pack protocol.Junio C Hamano2006-09-10
* | Move sideband server side support into reusable form.Junio C Hamano2006-09-10
* | Convert memcpy(a,b,20) to hashcpy(a,b).Shawn Pearce2006-08-23
* | remove unnecessary initializationsDavid Rientjes2006-08-15
* | Make upload_pack void and remove conditional return.David Rientjes2006-08-14
|/
* Merge branch 'jc/upload-pack'Junio C Hamano2006-08-12
|\
| * upload-pack: lift MAX_NEEDS and MAX_HAS limitationJunio C Hamano2006-07-09
| * upload-pack: use object pointer not copy of sha1 to keep track of has/needs.Junio C Hamano2006-07-09
* | upload-pack: fix timeout in create_pack_fileMatthias Lederhofer2006-07-24
* | Merge branch 'lt/unitype'Junio C Hamano2006-07-14
|\ \
| * | Remove TYPE_* constant macros and use object_type enums consistently.Linus Torvalds2006-07-12
| |/
* | upload-pack: ignore write errors to stderrMatthias Lederhofer2006-07-13
|/
* upload-pack.c: <sys/poll.h> includes <ctype.h> on OpenBSD 3.8Junio C Hamano2006-06-30
* Make some strings constTimo Hirvonen2006-06-28
* upload-pack/fetch-pack: support side-band communicationJunio C Hamano2006-06-21
* upload-pack: prepare for sideband message support.Junio C Hamano2006-06-21
* upload-pack: avoid sending an incomplete pack upon failureJunio C Hamano2006-06-21
* Shrink "struct object" a bitLinus Torvalds2006-06-17
* Const tightening.Junio C Hamano2006-03-05
* Merge branches 'jc/rev-list' and 'jc/pack-thin'Junio C Hamano2006-02-24
|\
| * Use thin pack transfer in "git fetch".Junio C Hamano2006-02-20
* | Prevent git-upload-pack segfault if object cannot be foundCarl Worth2006-02-17
|/
* Exec git programs without using PATH.Michal Ostrowski2006-01-13
* Server-side support for user-relative paths.Andreas Ericsson2005-11-19
* Be careful when dereferencing tags.Junio C Hamano2005-11-02
* fix multi_ack.Johannes Schindelin2005-10-28
* git-upload-pack: Support the multi_ack protocolJohannes Schindelin2005-10-28
* git-upload-pack: More efficient usage of the has_sha1 arrayJohannes Schindelin2005-10-28
* Fix cloning (memory corruption)Johannes Schindelin2005-10-26
* upload-pack: tighten request validation.Junio C Hamano2005-10-25
* Revert recent fetch-pack/upload-pack updates.Junio C Hamano2005-10-25