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