aboutsummaryrefslogtreecommitdiffstats
path: root/http-fetch.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-12-19Merge branch 'ab/enable-i18n'Junio C Hamano1-0/+2
2011-12-13http-push: enable "proactive auth"Jeff King1-1/+1
2011-12-05i18n: add infrastructure for translating Git with gettextÆvar Arnfjörð Bjarmason1-0/+2
2011-10-17Merge branch 'jk/http-auth'Junio C Hamano1-1/+1
2011-10-15http_init: accept separate URL parameterJeff King1-1/+1
2011-08-23Mark http-fetch without -a as deprecatedBen Walton1-0/+4
2011-04-03Fix two unused variable warnings in gcc 4.6Dan McGee1-2/+1
2010-11-26http-fetch: rework url handlingTay Ray Chuan1-11/+5
2010-03-02http: init and cleanup separately from http-walkerTay Ray Chuan1-1/+4
2009-11-10Let 'git http-fetch -h' show usage outside any git repositoryJonathan Nieder1-6/+12
2009-11-10http-fetch: add missing initialization of argv0_pathJonathan Nieder1-1/+2
2009-08-05git-http-fetch: not a builtinLinus Torvalds1-0/+89
2007-09-19Modularize commit-walkerDaniel Barkalow1-1059/+0
2007-09-19Make function to refill http queue a callbackDaniel Barkalow1-1/+5
2007-09-19Refactor http.h USE_CURL_MULTI fill_active_slots().Daniel Barkalow1-16/+7
2007-06-07War on whitespaceJunio C Hamano1-1/+1
2007-04-05Fix lseek(2) calls with args 2 and 3 swappedDana How1-1/+1
2007-03-28http-fetch: remove path_len from struct alt_base, it was computed but never usedGerrit Pape1-17/+3
2007-03-28http-fetch: don't use double-slash as directory separator in URLsGerrit Pape1-9/+12
2007-02-20prefixcmp(): fix-up leftover strncmp().Junio C Hamano1-1/+1
2007-02-20Mechanical conversion to use prefixcmp()Junio C Hamano1-1/+1
2007-01-28git-fsck-objects is now synonym to git-fsckJunio C Hamano1-1/+1
2007-01-28Don't force everybody to call setup_ident().Junio C Hamano1-1/+0
2007-01-09Don't die in git-http-fetch when fetching packs.Shawn O. Pearce1-0/+1
2007-01-08short i/o: fix calls to write to use xwrite or write_in_fullAndy Whitcroft1-1/+1
2007-01-08short i/o: fix calls to read to use xread or read_in_fullAndy Whitcroft1-1/+1
2006-10-08Add WEBDAV timeout to http-fetch.Junio C Hamano1-257/+0
2006-09-16Add ftp:// protocol support for git-http-fetchJunio C Hamano1-1/+3
2006-09-16http-fetch.c: consolidate code to detect missing fetch targetJunio C Hamano1-8/+15
2006-09-13http-fetch: fix alternates handling.Junio C Hamano1-5/+34
2006-09-02Replace uses of strdup with xstrdup.Shawn Pearce1-1/+1
2006-08-27free(NULL) is perfectly valid.Junio C Hamano1-9/+4
2006-08-23Convert memcpy(a,b,20) to hashcpy(a,b).Shawn Pearce1-1/+1
2006-08-17Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length.David Rientjes1-3/+3
2006-08-15remove unnecessary initializationsDavid Rientjes1-4/+4
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