index
:
org/kernel/git.git
master
forked from git/git
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
upload-pack.c
Commit message (
Expand
)
Author
Age
*
Merge part of branch 'jc/upload-pack'
Junio C Hamano
2006-09-17
|
\
|
*
upload-pack: minor clean-up in multi-ack logic
Junio C Hamano
2006-08-12
*
|
Prepare larger packet buffer for upload-pack protocol.
Junio C Hamano
2006-09-10
*
|
Move sideband server side support into reusable form.
Junio C Hamano
2006-09-10
*
|
Convert memcpy(a,b,20) to hashcpy(a,b).
Shawn Pearce
2006-08-23
*
|
remove unnecessary initializations
David Rientjes
2006-08-15
*
|
Make upload_pack void and remove conditional return.
David Rientjes
2006-08-14
|
/
*
Merge branch 'jc/upload-pack'
Junio C Hamano
2006-08-12
|
\
|
*
upload-pack: lift MAX_NEEDS and MAX_HAS limitation
Junio C Hamano
2006-07-09
|
*
upload-pack: use object pointer not copy of sha1 to keep track of has/needs.
Junio C Hamano
2006-07-09
*
|
upload-pack: fix timeout in create_pack_file
Matthias Lederhofer
2006-07-24
*
|
Merge branch 'lt/unitype'
Junio C Hamano
2006-07-14
|
\
\
|
*
|
Remove TYPE_* constant macros and use object_type enums consistently.
Linus Torvalds
2006-07-12
|
|
/
*
|
upload-pack: ignore write errors to stderr
Matthias Lederhofer
2006-07-13
|
/
*
upload-pack.c: <sys/poll.h> includes <ctype.h> on OpenBSD 3.8
Junio C Hamano
2006-06-30
*
Make some strings const
Timo Hirvonen
2006-06-28
*
upload-pack/fetch-pack: support side-band communication
Junio C Hamano
2006-06-21
*
upload-pack: prepare for sideband message support.
Junio C Hamano
2006-06-21
*
upload-pack: avoid sending an incomplete pack upon failure
Junio C Hamano
2006-06-21
*
Shrink "struct object" a bit
Linus Torvalds
2006-06-17
*
Const tightening.
Junio C Hamano
2006-03-05
*
Merge branches 'jc/rev-list' and 'jc/pack-thin'
Junio C Hamano
2006-02-24
|
\
|
*
Use thin pack transfer in "git fetch".
Junio C Hamano
2006-02-20
*
|
Prevent git-upload-pack segfault if object cannot be found
Carl Worth
2006-02-17
|
/
*
Exec git programs without using PATH.
Michal Ostrowski
2006-01-13
*
Server-side support for user-relative paths.
Andreas Ericsson
2005-11-19
*
Be careful when dereferencing tags.
Junio C Hamano
2005-11-02
*
fix multi_ack.
Johannes Schindelin
2005-10-28
*
git-upload-pack: Support the multi_ack protocol
Johannes Schindelin
2005-10-28
*
git-upload-pack: More efficient usage of the has_sha1 array
Johannes Schindelin
2005-10-28
*
Fix cloning (memory corruption)
Johannes Schindelin
2005-10-26
*
upload-pack: tighten request validation.
Junio C Hamano
2005-10-25
*
Revert recent fetch-pack/upload-pack updates.
Junio C Hamano
2005-10-25
*
upload-pack: fix thinko in common-commit finder code.
Junio C Hamano
2005-10-24
*
git-upload-pack: Support sending multiple ACK messages
Johannes Schindelin
2005-10-24
*
git-upload-pack: More efficient usage of the has_sha1 array
Johannes Schindelin
2005-10-24
*
upload-pack: Increase MAX_HAS.
Junio C Hamano
2005-10-22
*
git-daemon: timeout, eliminate double DWIM
H. Peter Anvin
2005-10-19
*
Show peeled onion from upload-pack and server-info.
Junio C Hamano
2005-10-15
*
upload-pack: Do not choke on too many heads request.
Junio C Hamano
2005-10-05
*
Replace unsetenv() and setenv() with older putenv().
Jason Riedy
2005-08-23
*
Make "upload-pack" match git-fetch-pack usage
Linus Torvalds
2005-07-08
*
Increase the number of possible heads requested from git-upload-pack
Linus Torvalds
2005-07-05
*
Add "git_path()" and "head_ref()" helper functions.
Linus Torvalds
2005-07-05
*
Make git-fetch-pack actually do all the unpacking etc.
Linus Torvalds
2005-07-04
*
Make git-fetch-pack and git-upload-pack negotiate needs/haves fully
Linus Torvalds
2005-07-04
*
Commit first cut at "git-fetch-pack"
Linus Torvalds
2005-07-04