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
2007-02-20
prefixcmp(): fix-up mechanical conversion.
Junio C Hamano
1
-3
/
+3
2007-02-20
Mechanical conversion to use prefixcmp()
Junio C Hamano
1
-5
/
+5
2007-01-21
shallow repository: disable unsupported operations for now.
Junio C Hamano
1
-1
/
+2
2007-01-08
short i/o: fix calls to write to use xwrite or write_in_full
Andy Whitcroft
1
-0
/
+1
2007-01-08
short i/o: fix calls to read to use xread or read_in_full
Andy Whitcroft
1
-2
/
+2
2006-12-27
Merge branch 'master' into js/shallow
Junio C Hamano
1
-3
/
+0
2006-12-20
simplify inclusion of system header files.
Junio C Hamano
1
-3
/
+0
2006-11-24
upload-pack: Check for NOT_SHALLOW flag before sending a shallow to the client.
Alexandre Julliard
1
-1
/
+1
2006-11-24
shallow clone: unparse and reparse an unshallowed commit
Junio C Hamano
1
-0
/
+1
2006-11-24
Why didn't we mark want_obj as ~UNINTERESTING in the old code?
Junio C Hamano
1
-0
/
+1
2006-11-24
allow deepening of a shallow repository
Johannes Schindelin
1
-11
/
+47
2006-11-24
allow cloning a repository "shallowly"
Johannes Schindelin
1
-1
/
+20
2006-11-24
support fetching into a shallow repository
Johannes Schindelin
1
-2
/
+20
2006-11-24
upload-pack: no longer call rev-list
Johannes Schindelin
1
-33
/
+60
2006-11-24
Merge branch 'jc/upload-pack'
Junio C Hamano
1
-9
/
+92
2006-11-01
Merge branch 'lj/refs'
Junio C Hamano
1
-3
/
+3
2006-09-27
let the GIT native protocol use offsets to delta base when possible
Nicolas Pitre
1
-3
/
+7
2006-09-20
Tell between packed, unpacked and symbolic refs.
Junio C Hamano
1
-1
/
+1
2006-09-20
Add callback data to for_each_ref() family.
Junio C Hamano
1
-3
/
+3
2006-09-17
Merge part of branch 'jc/upload-pack'
Junio C Hamano
1
-10
/
+12
2006-09-10
Prepare larger packet buffer for upload-pack protocol.
Junio C Hamano
1
-5
/
+9
2006-09-10
Move sideband server side support into reusable form.
Junio C Hamano
1
-37
/
+13
2006-08-23
Convert memcpy(a,b,20) to hashcpy(a,b).
Shawn Pearce
1
-1
/
+1
2006-08-15
remove unnecessary initializations
David Rientjes
1
-4
/
+4
2006-08-14
Make upload_pack void and remove conditional return.
David Rientjes
1
-6
/
+5
2006-08-12
upload-pack: stop the other side when they have more roots than we do.
Junio C Hamano
1
-9
/
+92
2006-08-12
upload-pack: minor clean-up in multi-ack logic
Junio C Hamano
1
-10
/
+12
2006-08-12
Merge branch 'jc/upload-pack'
Junio C Hamano
1
-55
/
+44
2006-07-24
upload-pack: fix timeout in create_pack_file
Matthias Lederhofer
1
-0
/
+2
2006-07-14
Merge branch 'lt/unitype'
Junio C Hamano
1
-2
/
+2
2006-07-13
upload-pack: ignore write errors to stderr
Matthias Lederhofer
1
-0
/
+4
2006-07-12
Remove TYPE_* constant macros and use object_type enums consistently.
Linus Torvalds
1
-2
/
+2
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
[next]