summaryrefslogtreecommitdiff
path: root/http-fetch.c
AgeCommit message (Expand)Author
2022-05-02Merge branch 'ep/maint-equals-null-cocci' for maint-2.35Junio C Hamano
2022-05-02tree-wide: apply equals-null.cocciJunio C Hamano
2022-01-05i18n: factorize "--foo requires --bar" and the likeJean-Noël Avila
2021-11-11http-fetch: redact url on die() messageIvan Frade
2021-02-22http-fetch: allow custom index-pack argsJonathan Tan
2021-02-22http: allow custom index-pack argsJonathan Tan
2020-07-30http-fetch: set up git directory before parsing pack hashesbrian m. carlson
2020-06-11http-fetch: support fetching packfiles by URLJonathan Tan
2020-06-11http-fetch: refactor into functionJonathan Tan
2018-05-08Merge branch 'ma/http-walker-no-partial'Junio C Hamano
2018-04-24walker: drop fields of `struct walker` which are always 1Martin Ågren
2018-04-24http-fetch: make `-a` standard behaviourMartin Ågren
2018-04-11exec_cmd: rename to use dash in file nameStefan Beller
2017-06-15config: don't include config.h by defaultBrandon Williams
2016-07-01common-main: call git_setup_gettext()Jeff King
2016-07-01common-main: call git_extract_argv0_path()Jeff King
2016-07-01add an extra level of indirection to main()Jeff King
2011-12-20Merge branch 'ab/enable-i18n'Junio C Hamano
2011-12-14http-push: enable "proactive auth"Jeff King
2011-12-06i18n: add infrastructure for translating Git with gettextÆvar Arnfjörð Bjarmason
2011-10-18Merge branch 'jk/http-auth'Junio C Hamano
2011-10-16http_init: accept separate URL parameterJeff King
2011-08-24Mark http-fetch without -a as deprecatedBen Walton
2011-04-03Fix two unused variable warnings in gcc 4.6Dan McGee
2010-11-26http-fetch: rework url handlingTay Ray Chuan
2010-03-02http: init and cleanup separately from http-walkerTay Ray Chuan
2009-11-10Let 'git http-fetch -h' show usage outside any git repositoryJonathan Nieder
2009-11-10http-fetch: add missing initialization of argv0_pathJonathan Nieder
2009-08-06git-http-fetch: not a builtinLinus Torvalds
2007-09-19Modularize commit-walkerDaniel Barkalow
2007-09-19Make function to refill http queue a callbackDaniel Barkalow
2007-09-19Refactor http.h USE_CURL_MULTI fill_active_slots().Daniel Barkalow
2007-06-07War on whitespaceJunio C Hamano
2007-04-05Fix lseek(2) calls with args 2 and 3 swappedDana How
2007-03-28http-fetch: remove path_len from struct alt_base, it was computed but never usedGerrit Pape
2007-03-28http-fetch: don't use double-slash as directory separator in URLsGerrit Pape
2007-02-21prefixcmp(): fix-up leftover strncmp().Junio C Hamano
2007-02-21Mechanical conversion to use prefixcmp()Junio C Hamano
2007-01-29git-fsck-objects is now synonym to git-fsckJunio C Hamano
2007-01-28Don't force everybody to call setup_ident().Junio C Hamano
2007-01-10Don't die in git-http-fetch when fetching packs.Shawn O. Pearce
2007-01-08short i/o: fix calls to write to use xwrite or write_in_fullAndy Whitcroft
2007-01-08short i/o: fix calls to read to use xread or read_in_fullAndy Whitcroft
2006-10-09Add WEBDAV timeout to http-fetch.Junio C Hamano
2006-09-16Add ftp:// protocol support for git-http-fetchJunio C Hamano
2006-09-16http-fetch.c: consolidate code to detect missing fetch targetJunio C Hamano
2006-09-13http-fetch: fix alternates handling.Junio C Hamano
2006-09-02Replace uses of strdup with xstrdup.Shawn Pearce
2006-08-28free(NULL) is perfectly valid.Junio C Hamano
2006-08-23Convert memcpy(a,b,20) to hashcpy(a,b).Shawn Pearce