index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
http-fetch.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
http-fetch: redact url on die() message
Ivan Frade
2021-11-11
1
-2
/
+12
*
http-fetch: allow custom index-pack args
Jonathan Tan
2021-02-22
1
-5
/
+15
*
http: allow custom index-pack args
Jonathan Tan
2021-02-22
1
-1
/
+5
*
http-fetch: set up git directory before parsing pack hashes
brian m. carlson
2020-07-30
1
-1
/
+5
*
http-fetch: support fetching packfiles by URL
Jonathan Tan
2020-06-11
1
-10
/
+53
*
http-fetch: refactor into function
Jonathan Tan
2020-06-11
1
-28
/
+41
*
Merge branch 'ma/http-walker-no-partial'
Junio C Hamano
2018-05-08
1
-15
/
+0
|
\
|
*
walker: drop fields of `struct walker` which are always 1
Martin Ågren
2018-04-24
1
-3
/
+0
|
*
http-fetch: make `-a` standard behaviour
Martin Ågren
2018-04-24
1
-15
/
+3
*
|
exec_cmd: rename to use dash in file name
Stefan Beller
2018-04-11
1
-1
/
+1
|
/
*
config: don't include config.h by default
Brandon Williams
2017-06-15
1
-0
/
+1
*
common-main: call git_setup_gettext()
Jeff King
2016-07-02
1
-2
/
+0
*
common-main: call git_extract_argv0_path()
Jeff King
2016-07-02
1
-2
/
+0
*
add an extra level of indirection to main()
Jeff King
2016-07-02
1
-1
/
+1
*
Merge branch 'ab/enable-i18n'
Junio C Hamano
2011-12-20
1
-0
/
+2
|
\
|
*
i18n: add infrastructure for translating Git with gettext
Ævar Arnfjörð Bjarmason
2011-12-06
1
-0
/
+2
*
|
http-push: enable "proactive auth"
Jeff King
2011-12-14
1
-1
/
+1
|
/
*
Merge branch 'jk/http-auth'
Junio C Hamano
2011-10-18
1
-1
/
+1
|
\
|
*
http_init: accept separate URL parameter
Jeff King
2011-10-16
1
-1
/
+1
*
|
Mark http-fetch without -a as deprecated
Ben Walton
2011-08-24
1
-0
/
+4
|
/
*
Fix two unused variable warnings in gcc 4.6
Dan McGee
2011-04-03
1
-2
/
+1
*
http-fetch: rework url handling
Tay Ray Chuan
2010-11-26
1
-11
/
+5
*
http: init and cleanup separately from http-walker
Tay Ray Chuan
2010-03-02
1
-1
/
+4
*
Let 'git http-fetch -h' show usage outside any git repository
Jonathan Nieder
2009-11-10
1
-6
/
+12
*
http-fetch: add missing initialization of argv0_path
Jonathan Nieder
2009-11-10
1
-1
/
+2
*
git-http-fetch: not a builtin
Linus Torvalds
2009-08-06
1
-0
/
+89
*
Modularize commit-walker
Daniel Barkalow
2007-09-19
1
-1059
/
+0
*
Make function to refill http queue a callback
Daniel Barkalow
2007-09-19
1
-1
/
+5
*
Refactor http.h USE_CURL_MULTI fill_active_slots().
Daniel Barkalow
2007-09-19
1
-16
/
+7
*
War on whitespace
Junio C Hamano
2007-06-07
1
-1
/
+1
*
Fix lseek(2) calls with args 2 and 3 swapped
Dana How
2007-04-06
1
-1
/
+1
*
http-fetch: remove path_len from struct alt_base, it was computed but never used
Gerrit Pape
2007-03-28
1
-17
/
+3
*
http-fetch: don't use double-slash as directory separator in URLs
Gerrit Pape
2007-03-28
1
-9
/
+12
*
prefixcmp(): fix-up leftover strncmp().
Junio C Hamano
2007-02-21
1
-1
/
+1
*
Mechanical conversion to use prefixcmp()
Junio C Hamano
2007-02-21
1
-1
/
+1
*
git-fsck-objects is now synonym to git-fsck
Junio C Hamano
2007-01-29
1
-1
/
+1
*
Don't force everybody to call setup_ident().
Junio C Hamano
2007-01-28
1
-1
/
+0
*
Don't die in git-http-fetch when fetching packs.
Shawn O. Pearce
2007-01-10
1
-0
/
+1
*
short i/o: fix calls to write to use xwrite or write_in_full
Andy Whitcroft
2007-01-09
1
-1
/
+1
*
short i/o: fix calls to read to use xread or read_in_full
Andy Whitcroft
2007-01-09
1
-1
/
+1
*
Add WEBDAV timeout to http-fetch.
Junio C Hamano
2006-10-09
1
-257
/
+0
*
Add ftp:// protocol support for git-http-fetch
Junio C Hamano
2006-09-16
1
-1
/
+3
*
http-fetch.c: consolidate code to detect missing fetch target
Junio C Hamano
2006-09-16
1
-8
/
+15
*
http-fetch: fix alternates handling.
Junio C Hamano
2006-09-13
1
-5
/
+34
*
Replace uses of strdup with xstrdup.
Shawn Pearce
2006-09-02
1
-1
/
+1
*
free(NULL) is perfectly valid.
Junio C Hamano
2006-08-28
1
-9
/
+4
*
Convert memcpy(a,b,20) to hashcpy(a,b).
Shawn Pearce
2006-08-23
1
-1
/
+1
*
Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length.
David Rientjes
2006-08-17
1
-3
/
+3
*
remove unnecessary initializations
David Rientjes
2006-08-16
1
-4
/
+4
*
drop length argument of has_extension
Rene Scharfe
2006-08-12
1
-1
/
+1
[next]