summaryrefslogtreecommitdiff
path: root/http-fetch.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: remove cache.h inclusion due to object-file.h changesElijah Newren2023-04-111-1/+1
* setup.h: move declarations for setup.c functions from cache.hElijah Newren2023-03-211-0/+1
* treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
* cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren2023-02-231-0/+1
* http-fetch: invoke trace2_cmd_name()Jonathan Tan2022-12-131-0/+3
* Merge branch 'ep/maint-equals-null-cocci' for maint-2.35Junio C Hamano2022-05-021-1/+1
|\
| * tree-wide: apply equals-null.cocciJunio C Hamano2022-05-021-1/+1
* | i18n: factorize "--foo requires --bar" and the likeJean-Noël Avila2022-01-051-2/+2
* | http-fetch: redact url on die() messageIvan Frade2021-11-111-2/+12
|/
* http-fetch: allow custom index-pack argsJonathan Tan2021-02-221-5/+15
* http: allow custom index-pack argsJonathan Tan2021-02-221-1/+5
* http-fetch: set up git directory before parsing pack hashesbrian m. carlson2020-07-301-1/+5
* http-fetch: support fetching packfiles by URLJonathan Tan2020-06-101-10/+53
* http-fetch: refactor into functionJonathan Tan2020-06-101-28/+41
* Merge branch 'ma/http-walker-no-partial'Junio C Hamano2018-05-081-15/+0
|\
| * walker: drop fields of `struct walker` which are always 1Martin Ågren2018-04-241-3/+0
| * http-fetch: make `-a` standard behaviourMartin Ågren2018-04-241-15/+3
* | exec_cmd: rename to use dash in file nameStefan Beller2018-04-111-1/+1
|/
* config: don't include config.h by defaultBrandon Williams2017-06-151-0/+1
* common-main: call git_setup_gettext()Jeff King2016-07-011-2/+0
* common-main: call git_extract_argv0_path()Jeff King2016-07-011-2/+0
* add an extra level of indirection to main()Jeff King2016-07-011-1/+1
* Merge branch 'ab/enable-i18n'Junio C Hamano2011-12-191-0/+2
|\
| * i18n: add infrastructure for translating Git with gettextab/enable-i18nÆvar Arnfjörð Bjarmason2011-12-051-0/+2
* | http-push: enable "proactive auth"jk/maint-push-over-davJeff King2011-12-131-1/+1
|/
* Merge branch 'jk/http-auth'Junio C Hamano2011-10-171-1/+1
|\
| * http_init: accept separate URL parameterJeff King2011-10-151-1/+1
* | Mark http-fetch without -a as deprecatedBen Walton2011-08-231-0/+4
|/
* Fix two unused variable warnings in gcc 4.6Dan McGee2011-04-031-2/+1
* http-fetch: rework url handlingTay Ray Chuan2010-11-261-11/+5
* http: init and cleanup separately from http-walkerTay Ray Chuan2010-03-021-1/+4
* Let 'git http-fetch -h' show usage outside any git repositoryJonathan Nieder2009-11-101-6/+12
* http-fetch: add missing initialization of argv0_pathJonathan Nieder2009-11-101-1/+2
* git-http-fetch: not a builtinLinus Torvalds2009-08-051-0/+89
* Modularize commit-walkerDaniel Barkalow2007-09-191-1059/+0
* Make function to refill http queue a callbackDaniel Barkalow2007-09-191-1/+5
* Refactor http.h USE_CURL_MULTI fill_active_slots().Daniel Barkalow2007-09-191-16/+7
* War on whitespaceJunio C Hamano2007-06-071-1/+1
* Fix lseek(2) calls with args 2 and 3 swappedDana How2007-04-051-1/+1
* http-fetch: remove path_len from struct alt_base, it was computed but never usedGerrit Pape2007-03-281-17/+3
* http-fetch: don't use double-slash as directory separator in URLsGerrit Pape2007-03-281-9/+12
* prefixcmp(): fix-up leftover strncmp().Junio C Hamano2007-02-201-1/+1
* Mechanical conversion to use prefixcmp()Junio C Hamano2007-02-201-1/+1
* git-fsck-objects is now synonym to git-fsckJunio C Hamano2007-01-281-1/+1
* Don't force everybody to call setup_ident().Junio C Hamano2007-01-281-1/+0
* Don't die in git-http-fetch when fetching packs.Shawn O. Pearce2007-01-091-0/+1
* short i/o: fix calls to write to use xwrite or write_in_fullAndy Whitcroft2007-01-081-1/+1
* short i/o: fix calls to read to use xread or read_in_fullAndy Whitcroft2007-01-081-1/+1
* Add WEBDAV timeout to http-fetch.Junio C Hamano2006-10-081-257/+0
* Add ftp:// protocol support for git-http-fetchJunio C Hamano2006-09-161-1/+3