summaryrefslogtreecommitdiffstats
path: root/http-fetch.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-09-13http-fetch: fix alternates handling.v1.4.2.1Junio C Hamano1-5/+34
2006-08-11drop length argument of has_extensionRene Scharfe1-1/+1
2006-08-10Add has_extension()Rene Scharfe1-1/+1
2006-08-05commit walkers: setup_ident() to record correct committer in ref-log.Ramsay Jones1-0/+1
2006-07-27Teach git-http-fetch the --stdin switchPetr Baudis1-16/+29
2006-07-27Make pull() support fetching multiple targets at oncePetr Baudis1-1/+1
2006-07-27Make pull() take some implicit data as explicit argumentsPetr Baudis1-2/+2
2006-07-27Remove -d from *-fetch usage stringsPetr Baudis1-1/+1
2006-07-10Avoid C99 comments, use old-style C comments instead.Pavel Roskin1-3/+3
2006-06-24Rename safe_strncpy() to strlcpy().Peter Eriksen1-3/+3
2006-06-20Remove all void-pointer arithmetic.Florian Forster1-1/+1
2006-06-18Remove ranges from switch statements.Florian Forster1-6/+7
2006-06-16Implement safe_strncpy() as strlcpy() and use it more.Peter Eriksen1-6/+4
2006-06-06http-fetch: fix possible segfaultNick Hengeveld1-0/+1
2006-06-03Merge branch 'sp/reflog'Junio C Hamano1-0/+2
2006-05-22Remove possible segfault in http-fetch.Sean1-2/+2
2006-05-19Log ref updates made by fetch.Shawn Pearce1-0/+2
2006-04-11Replace index() with strchr().Dennis Stosberg1-4/+4
2006-04-04http-fetch: add optional DAV-based pack listNick Hengeveld1-0/+278
2006-03-20http-fetch: nicer warning for a server with unreliable 404 statusJunio C Hamano1-0/+8
2006-03-15Fix broken slot reuse when fetching alternatesNick Hengeveld1-0/+4
2006-02-22Give no terminating LF to error() function.Junio C Hamano1-4/+4
2006-02-07http-fetch: Abort requests for objects which arrived in packsMark Wooding1-1/+15
2006-02-05http-fetch: Tidy control flow in process_alternate_responseMark Wooding1-4/+2
2006-02-05http-fetch: Fix message reporting rename of object file.Mark Wooding1-3/+2
2006-02-05http-fetch: Fix object list corruption in fill_active_slots().Mark Wooding1-1/+1
2006-02-02whitespace cleanup.Junio C Hamano1-11/+10
2006-01-31Use local structs for HTTP slot callback dataNick Hengeveld1-5/+5
2006-01-31Fix HTTP request result processing after slot reuseNick Hengeveld1-6/+14
2005-12-22Fix for http-fetch from file:// URLsNick Hengeveld1-4/+8
2005-12-21http-fetch.c: fix objects/info/pack parsing.Junio C Hamano1-2/+2
2005-11-28Make networking commands to work from a subdirectory.Junio C Hamano1-0/+2
2005-11-19Improve pack list response handlingNick Hengeveld1-2/+10
2005-11-19Make http-fetch request types more clearNick Hengeveld1-136/+139
2005-11-19Isolate shared HTTP request functionalityNick Hengeveld1-527/+59
2005-11-15Fix bunch of fd leaks in http-fetchPetr Baudis1-2/+14
2005-11-12Fix fd leak in http-fetchNick Hengeveld1-0/+2
2005-11-12Fix for multiple alternates requests in http-fetchNick Hengeveld1-61/+117
2005-11-11Show URL in the "Getting <foo> list" http-fetch messagesPetr Baudis1-2/+2
2005-11-10Let git-clone/git-fetch follow HTTP redirectionsJosef Weidendorfer1-0/+2
2005-11-08sparse fixes for http-{fetch,push}.cPeter Hagervall1-2/+2
2005-11-06http-fetch: do not use curl_message after releasing itJohannes Schindelin1-3/+3
2005-11-03Remove the temp file if it is empty after the request has failedNick Hengeveld1-0/+5
2005-10-23Silence confusing and false-positive curl error messagePetr Baudis1-3/+6
2005-10-21[PATCH 3/3] Allow running requests to finish after a pull errorNick Hengeveld1-2/+13
2005-10-21[PATCH 2/3] Switched back to loading alternates as neededNick Hengeveld1-16/+29
2005-10-21[PATCH 1/3] Clean up CURL handles in unused request slotsNick Hengeveld1-6/+20
2005-10-19Support for HTTP transfer timeouts based on transfer speedNick Hengeveld1-0/+29
2005-10-16Sparse fixes for http-fetchPeter Hagervall1-15/+17
2005-10-15Show curl error a bit better.Junio C Hamano1-1/+3