summaryrefslogtreecommitdiff
path: root/http-fetch.c
AgeCommit message (Expand)AuthorFilesLines
2007-01-28git-fsck-objects is now synonym to git-fsckLibravatar Junio C Hamano1-1/+1
2007-01-28Don't force everybody to call setup_ident().Libravatar Junio C Hamano1-1/+0
2007-01-09Don't die in git-http-fetch when fetching packs.Libravatar Shawn O. Pearce1-0/+1
2007-01-08short i/o: fix calls to write to use xwrite or write_in_fullLibravatar Andy Whitcroft1-1/+1
2007-01-08short i/o: fix calls to read to use xread or read_in_fullLibravatar Andy Whitcroft1-1/+1
2006-10-08Add WEBDAV timeout to http-fetch.Libravatar Junio C Hamano1-257/+0
2006-09-16Add ftp:// protocol support for git-http-fetchLibravatar Junio C Hamano1-1/+3
2006-09-16http-fetch.c: consolidate code to detect missing fetch targetLibravatar Junio C Hamano1-8/+15
2006-09-13http-fetch: fix alternates handling.Libravatar Junio C Hamano1-5/+34
2006-09-02Replace uses of strdup with xstrdup.Libravatar Shawn Pearce1-1/+1
2006-08-27free(NULL) is perfectly valid.Libravatar Junio C Hamano1-9/+4
2006-08-23Convert memcpy(a,b,20) to hashcpy(a,b).Libravatar Shawn Pearce1-1/+1
2006-08-17Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length.Libravatar David Rientjes1-3/+3
2006-08-15remove unnecessary initializationsLibravatar David Rientjes1-4/+4
2006-08-11drop length argument of has_extensionLibravatar Rene Scharfe1-1/+1
2006-08-10Add has_extension()Libravatar Rene Scharfe1-1/+1
2006-08-05commit walkers: setup_ident() to record correct committer in ref-log.Libravatar Ramsay Jones1-0/+1
2006-07-27Teach git-http-fetch the --stdin switchLibravatar Petr Baudis1-16/+29
2006-07-27Make pull() support fetching multiple targets at onceLibravatar Petr Baudis1-1/+1
2006-07-27Make pull() take some implicit data as explicit argumentsLibravatar Petr Baudis1-2/+2
2006-07-27Remove -d from *-fetch usage stringsLibravatar Petr Baudis1-1/+1
2006-07-10Avoid C99 comments, use old-style C comments instead.Libravatar Pavel Roskin1-3/+3
2006-06-24Rename safe_strncpy() to strlcpy().Libravatar Peter Eriksen1-3/+3
2006-06-20Remove all void-pointer arithmetic.Libravatar Florian Forster1-1/+1
2006-06-18Remove ranges from switch statements.Libravatar Florian Forster1-6/+7
2006-06-16Implement safe_strncpy() as strlcpy() and use it more.Libravatar Peter Eriksen1-6/+4
2006-06-06http-fetch: fix possible segfaultLibravatar Nick Hengeveld1-0/+1
2006-06-03Merge branch 'sp/reflog'Libravatar Junio C Hamano1-0/+2
2006-05-22Remove possible segfault in http-fetch.Libravatar Sean1-2/+2
2006-05-19Log ref updates made by fetch.Libravatar Shawn Pearce1-0/+2
2006-04-11Replace index() with strchr().Libravatar Dennis Stosberg1-4/+4
2006-04-04http-fetch: add optional DAV-based pack listLibravatar Nick Hengeveld1-0/+278
2006-03-20http-fetch: nicer warning for a server with unreliable 404 statusLibravatar Junio C Hamano1-0/+8
2006-03-15Fix broken slot reuse when fetching alternatesLibravatar Nick Hengeveld1-0/+4
2006-02-22Give no terminating LF to error() function.Libravatar Junio C Hamano1-4/+4
2006-02-07http-fetch: Abort requests for objects which arrived in packsLibravatar Mark Wooding1-1/+15
2006-02-05http-fetch: Tidy control flow in process_alternate_responseLibravatar Mark Wooding1-4/+2
2006-02-05http-fetch: Fix message reporting rename of object file.Libravatar Mark Wooding1-3/+2
2006-02-05http-fetch: Fix object list corruption in fill_active_slots().Libravatar Mark Wooding1-1/+1
2006-02-02whitespace cleanup.Libravatar Junio C Hamano1-11/+10
2006-01-31Use local structs for HTTP slot callback dataLibravatar Nick Hengeveld1-5/+5
2006-01-31Fix HTTP request result processing after slot reuseLibravatar Nick Hengeveld1-6/+14
2005-12-22Fix for http-fetch from file:// URLsLibravatar Nick Hengeveld1-4/+8
2005-12-21http-fetch.c: fix objects/info/pack parsing.Libravatar Junio C Hamano1-2/+2
2005-11-28Make networking commands to work from a subdirectory.Libravatar Junio C Hamano1-0/+2
2005-11-19Improve pack list response handlingLibravatar Nick Hengeveld1-2/+10
2005-11-19Make http-fetch request types more clearLibravatar Nick Hengeveld1-136/+139
2005-11-19Isolate shared HTTP request functionalityLibravatar Nick Hengeveld1-527/+59
2005-11-15Fix bunch of fd leaks in http-fetchLibravatar Petr Baudis1-2/+14
2005-11-12Fix fd leak in http-fetchLibravatar Nick Hengeveld1-0/+2