summaryrefslogtreecommitdiff
path: root/http-pull.c
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] Parallelize the pull algorithmbarkalow@iabervon.org2005-08-021-0/+4
* [PATCH] Support downloading packs by HTTP (whitespace fixed)barkalow@iabervon.org2005-07-311-6/+175
* [PATCH] Fix support for old libcurlbarkalow@iabervon.org2005-07-311-3/+2
* [PATCH] support older versions of libcurlJohannes Schindelin2005-07-291-0/+10
* [PATCH] Support more http features: https no cert, .netrc -> authDarrin Thompson2005-07-221-0/+6
* [PATCH] Remove "delta" object representation.Junio C Hamano2005-06-271-4/+0
* [PATCH] Pull refs by HTTPDaniel Barkalow2005-06-211-2/+47
* [PATCH] Generic support for pulling refsDaniel Barkalow2005-06-061-0/+5
* [PATCH] pull: gracefully recover from delta retrieval failure.Junio C Hamano2005-06-051-1/+3
* [PATCH] Handle deltified object correctly in git-*-pull family.Junio C Hamano2005-06-021-1/+3
* Include file cleanups..Linus Torvalds2005-05-221-6/+0
* [PATCH] Kill a bunch of pointer sign warnings for gcc4Brian Gerst2005-05-181-2/+2
* Implement -v (verbose) option for pull methods other than local transport.Junio C Hamano2005-05-061-3/+4
* [PATCH] Do not call fetch() when we have it.Junio C Hamano2005-05-011-4/+0
* [PATCH] Split out "pull" from particular methodsDaniel Barkalow2005-04-301-71/+9
* [PATCH] introduce xmalloc and xreallocChristopher Li2005-04-261-1/+1
* [PATCH] Various transport programsDaniel Barkalow2005-04-231-0/+204