index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
upload-pack.c
Age
Commit message (
Expand
)
Author
Files
Lines
2006-07-09
upload-pack: lift MAX_NEEDS and MAX_HAS limitation
Junio C Hamano
1
-52
/
+41
2006-07-09
upload-pack: use object pointer not copy of sha1 to keep track of has/needs.
Junio C Hamano
1
-10
/
+10
2006-06-30
upload-pack.c: <sys/poll.h> includes <ctype.h> on OpenBSD 3.8
Junio C Hamano
1
-3
/
+3
2006-06-28
Make some strings const
Timo Hirvonen
1
-2
/
+2
2006-06-21
upload-pack/fetch-pack: support side-band communication
Junio C Hamano
1
-9
/
+51
2006-06-21
upload-pack: prepare for sideband message support.
Junio C Hamano
1
-7
/
+39
2006-06-21
upload-pack: avoid sending an incomplete pack upon failure
Junio C Hamano
1
-14
/
+163
2006-06-17
Shrink "struct object" a bit
Linus Torvalds
1
-2
/
+2
2006-03-05
Const tightening.
Junio C Hamano
1
-3
/
+3
2006-02-24
Merge branches 'jc/rev-list' and 'jc/pack-thin'
Junio C Hamano
1
-3
/
+8
2006-02-20
Use thin pack transfer in "git fetch".
Junio C Hamano
1
-3
/
+8
2006-02-17
Prevent git-upload-pack segfault if object cannot be found
Carl Worth
1
-0
/
+3
2006-01-13
Exec git programs without using PATH.
Michal Ostrowski
1
-3
/
+4
2005-11-19
Server-side support for user-relative paths.
Andreas Ericsson
1
-12
/
+3
2005-11-02
Be careful when dereferencing tags.
Junio C Hamano
1
-1
/
+1
2005-10-28
fix multi_ack.
Johannes Schindelin
1
-3
/
+7
2005-10-28
git-upload-pack: Support the multi_ack protocol
Johannes Schindelin
1
-23
/
+24
2005-10-28
git-upload-pack: More efficient usage of the has_sha1 array
Johannes Schindelin
1
-5
/
+22
2005-10-26
Fix cloning (memory corruption)
Johannes Schindelin
1
-7
/
+8
2005-10-25
upload-pack: tighten request validation.
Junio C Hamano
1
-4
/
+27
2005-10-25
Revert recent fetch-pack/upload-pack updates.
Junio C Hamano
1
-37
/
+27
2005-10-24
upload-pack: fix thinko in common-commit finder code.
Junio C Hamano
1
-1
/
+3
2005-10-24
git-upload-pack: Support sending multiple ACK messages
Johannes Schindelin
1
-22
/
+15
2005-10-24
git-upload-pack: More efficient usage of the has_sha1 array
Johannes Schindelin
1
-5
/
+20
2005-10-22
upload-pack: Increase MAX_HAS.
Junio C Hamano
1
-2
/
+2
2005-10-19
git-daemon: timeout, eliminate double DWIM
H. Peter Anvin
1
-5
/
+40
2005-10-15
Show peeled onion from upload-pack and server-info.
Junio C Hamano
1
-0
/
+8
2005-10-05
upload-pack: Do not choke on too many heads request.
Junio C Hamano
1
-16
/
+34
2005-08-23
Replace unsetenv() and setenv() with older putenv().
Jason Riedy
1
-1
/
+1
2005-07-08
Make "upload-pack" match git-fetch-pack usage
Linus Torvalds
1
-2
/
+6
2005-07-05
Increase the number of possible heads requested from git-upload-pack
Linus Torvalds
1
-1
/
+1
2005-07-05
Add "git_path()" and "head_ref()" helper functions.
Linus Torvalds
1
-0
/
+1
2005-07-04
Make git-fetch-pack actually do all the unpacking etc.
Linus Torvalds
1
-11
/
+52
2005-07-04
Make git-fetch-pack and git-upload-pack negotiate needs/haves fully
Linus Torvalds
1
-1
/
+54
2005-07-04
Commit first cut at "git-fetch-pack"
Linus Torvalds
1
-0
/
+86
[prev]