summaryrefslogtreecommitdiff
path: root/http-pull.c
AgeCommit message (Expand)Author
2005-08-03[PATCH] Parallelize the pull algorithmbarkalow@iabervon.org
2005-08-01[PATCH] Support downloading packs by HTTP (whitespace fixed)barkalow@iabervon.org
2005-07-31[PATCH] Fix support for old libcurlbarkalow@iabervon.org
2005-07-29[PATCH] support older versions of libcurlJohannes Schindelin
2005-07-23[PATCH] Support more http features: https no cert, .netrc -> authDarrin Thompson
2005-06-27[PATCH] Remove "delta" object representation.Junio C Hamano
2005-06-22[PATCH] Pull refs by HTTPDaniel Barkalow
2005-06-07[PATCH] Generic support for pulling refsDaniel Barkalow
2005-06-05[PATCH] pull: gracefully recover from delta retrieval failure.Junio C Hamano
2005-06-02[PATCH] Handle deltified object correctly in git-*-pull family.Junio C Hamano
2005-05-22Include file cleanups..Linus Torvalds
2005-05-18[PATCH] Kill a bunch of pointer sign warnings for gcc4Brian Gerst
2005-05-06Implement -v (verbose) option for pull methods other than local transport.Junio C Hamano
2005-05-02[PATCH] Do not call fetch() when we have it.Junio C Hamano
2005-04-30[PATCH] Split out "pull" from particular methodsDaniel Barkalow
2005-04-26[PATCH] introduce xmalloc and xreallocChristopher Li
2005-04-24[PATCH] Various transport programsDaniel Barkalow