47 Commits (1a3b55c6b424904835ebfd74c992a5bffbaa7e7e)

Author SHA1 Message Date
Junio C Hamano d47f3db75c Prepare larger packet buffer for upload-pack protocol. 18 years ago
Junio C Hamano 958c24b1b8 Move sideband server side support into reusable form. 18 years ago
Shawn Pearce e702496e43 Convert memcpy(a,b,20) to hashcpy(a,b). 18 years ago
David Rientjes 96f1e58f52 remove unnecessary initializations 18 years ago
David Rientjes 59076eba6e Make upload_pack void and remove conditional return. 19 years ago
Junio C Hamano c04c4e5708 upload-pack: minor clean-up in multi-ack logic 19 years ago
Matthias Lederhofer a0764cb838 upload-pack: fix timeout in create_pack_file 19 years ago
Matthias Lederhofer 0d516adab8 upload-pack: fix timeout in create_pack_file 19 years ago
Matthias Lederhofer 5f490ce03c upload-pack: ignore write errors to stderr 19 years ago
Linus Torvalds 1974632c66 Remove TYPE_* constant macros and use object_type enums consistently. 19 years ago
Junio C Hamano b1e9fff7e7 upload-pack: lift MAX_NEEDS and MAX_HAS limitation 19 years ago
Junio C Hamano 6ece0d3030 upload-pack: use object pointer not copy of sha1 to keep track of has/needs. 19 years ago
Junio C Hamano e3a5629813 upload-pack.c: <sys/poll.h> includes <ctype.h> on OpenBSD 3.8 19 years ago
Timo Hirvonen 554fe20d80 Make some strings const 19 years ago
Junio C Hamano 583b7ea31b upload-pack/fetch-pack: support side-band communication 19 years ago
Junio C Hamano 363b7817e0 upload-pack: prepare for sideband message support. 19 years ago
Junio C Hamano b1c71b7281 upload-pack: avoid sending an incomplete pack upon failure 19 years ago
Linus Torvalds 885a86abe2 Shrink "struct object" a bit 19 years ago
Junio C Hamano 9201c70742 Const tightening. 19 years ago
Junio C Hamano b19696c2e7 Use thin pack transfer in "git fetch". 19 years ago
Carl Worth b5b16990f8 Prevent git-upload-pack segfault if object cannot be found 19 years ago
Michal Ostrowski 77cb17e940 Exec git programs without using PATH. 19 years ago
Andreas Ericsson 8d63013291 Server-side support for user-relative paths. 19 years ago
Junio C Hamano 9534f40bc4 Be careful when dereferencing tags. 19 years ago
Johannes Schindelin 1f5881bb5f fix multi_ack. 19 years ago
Johannes Schindelin 1bd8c8f00b git-upload-pack: Support the multi_ack protocol 19 years ago
Johannes Schindelin f0243f26f6 git-upload-pack: More efficient usage of the has_sha1 array 19 years ago
Johannes Schindelin b5c367f75c Fix cloning (memory corruption) 19 years ago
Junio C Hamano 565ebbf79f upload-pack: tighten request validation. 19 years ago
Junio C Hamano af2d3aa4d8 Revert recent fetch-pack/upload-pack updates. 19 years ago
Junio C Hamano 7efc8e4350 upload-pack: fix thinko in common-commit finder code. 19 years ago
Johannes Schindelin 0f8fdc3958 git-upload-pack: Support sending multiple ACK messages 19 years ago
Johannes Schindelin 794f9fe7db git-upload-pack: More efficient usage of the has_sha1 array 19 years ago
Junio C Hamano 6b32884a09 upload-pack: Increase MAX_HAS. 19 years ago
H. Peter Anvin b7080d8516 git-daemon: timeout, eliminate double DWIM 19 years ago
H. Peter Anvin 960deccb26 git-daemon: timeout, eliminate double DWIM 19 years ago
Junio C Hamano f6b42a81fd Show peeled onion from upload-pack and server-info. 19 years ago
Junio C Hamano e091eb9325 upload-pack: Do not choke on too many heads request. 19 years ago
Jason Riedy e72a7d45dc Replace unsetenv() and setenv() with older putenv(). 19 years ago
Linus Torvalds 113b94751d Make "upload-pack" match git-fetch-pack usage 20 years ago
Linus Torvalds 319aae2756 Increase the number of possible heads requested from git-upload-pack 20 years ago
Linus Torvalds 723c31fea2 Add "git_path()" and "head_ref()" helper functions. 20 years ago
Linus Torvalds 75bfc6c232 Make git-fetch-pack actually do all the unpacking etc. 20 years ago
Linus Torvalds fb9040cc83 Make git-fetch-pack and git-upload-pack negotiate needs/haves fully 20 years ago
Linus Torvalds def88e9afb Commit first cut at "git-fetch-pack" 20 years ago