index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
http.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-02-10
strbuf: add and use strbuf_insertstr()
René Scharfe
1
-2
/
+2
2019-12-01
Merge branch 'cb/curl-use-xmalloc'
Junio C Hamano
1
-10
/
+8
2019-11-07
remote-curl: unbreak http.extraHeader with custom allocators
Johannes Schindelin
1
-10
/
+8
2019-09-30
Merge branch 'mh/http-urlmatch-cleanup'
Junio C Hamano
1
-0
/
+1
2019-08-26
http: don't leak urlmatch_config.vars
Mike Hommey
1
-0
/
+1
2019-06-28
strbuf: give URL-encoding API a char predicate fn
Matthew DeVore
1
-2
/
+4
2019-05-08
Make fread/fwrite-like functions in http.c more like fread/fwrite.
Mike Hommey
1
-6
/
+6
2019-04-25
Merge branch 'bc/hash-transition-16'
Junio C Hamano
1
-16
/
+17
2019-04-25
Merge branch 'jk/server-info-rabbit-hole'
Junio C Hamano
1
-21
/
+14
2019-04-16
http: simplify parsing of remote objects/info/packs
Jeff King
1
-21
/
+14
2019-04-01
http: replace sha1_to_hex
brian m. carlson
1
-6
/
+6
2019-04-01
http: compute hash of downloaded objects using the_hash_algo
brian m. carlson
1
-5
/
+5
2019-04-01
http: replace hard-coded constant with the_hash_algo
brian m. carlson
1
-1
/
+1
2019-04-01
object-store: rename and expand packed_git's sha1 member
brian m. carlson
1
-6
/
+7
2019-03-24
http: factor out curl result code normalization
Jeff King
1
-6
/
+12
2019-02-06
Merge branch 'jk/loose-object-cache-oid'
Junio C Hamano
1
-7
/
+7
2019-01-29
Merge branch 'ms/http-no-more-failonerror'
Junio C Hamano
1
-13
/
+19
2019-01-10
http: enable keep_error for HTTP requests
Masaya Suzuki
1
-23
/
+19
2019-01-10
http: support file handles for HTTP_KEEP_ERROR
Masaya Suzuki
1
-3
/
+13
2019-01-08
sha1-file: modernize loose object file functions
Jeff King
1
-2
/
+2
2019-01-08
http: use struct object_id instead of bare sha1
Jeff King
1
-7
/
+7
2019-01-04
Merge branch 'jk/loose-object-cache'
Junio C Hamano
1
-2
/
+2
2019-01-04
Merge branch 'fc/http-version'
Junio C Hamano
1
-0
/
+39
2018-11-29
i18n: fix small typos
Jean-Noël Avila
1
-1
/
+1
2018-11-13
sha1_file_name(): overwrite buffer instead of appending
Jeff King
1
-2
/
+2
2018-11-09
http: add support selecting http version
Force Charlie
1
-0
/
+39
2018-11-03
Merge branch 'jc/http-curlver-warnings'
Junio C Hamano
1
-4
/
+2
2018-11-03
Merge branch 'js/mingw-http-ssl'
Junio C Hamano
1
-1
/
+70
2018-10-26
http: give curl version warnings consistently
Junio C Hamano
1
-4
/
+2
2018-10-26
http: when using Secure Channel, ignore sslCAInfo by default
Johannes Schindelin
1
-1
/
+18
2018-10-26
http: add support for disabling SSL revocation checks in cURL
Brendan Forster
1
-0
/
+17
2018-10-16
http: add support for selecting SSL backends at runtime
Johannes Schindelin
1
-0
/
+35
2018-08-29
convert "hashcmp() != 0" to "!hasheq()"
Jeff King
1
-1
/
+1
2018-08-17
refactor various if (x) FREE_AND_NULL(x) to just FREE_AND_NULL(x)
Ævar Arnfjörð Bjarmason
1
-3
/
+1
2018-05-30
Merge branch 'bw/remote-curl-compressed-responses'
Junio C Hamano
1
-1
/
+1
2018-05-30
Merge branch 'jk/snprintf-truncation'
Junio C Hamano
1
-30
/
+36
2018-05-30
Merge branch 'bc/object-id'
Junio C Hamano
1
-6
/
+7
2018-05-30
Merge branch 'js/use-bug-macro'
Junio C Hamano
1
-4
/
+4
2018-05-23
remote-curl: accept all encodings supported by curl
Brandon Williams
1
-1
/
+1
2018-05-21
http: use strbufs instead of fixed buffers
Jeff King
1
-30
/
+36
2018-05-08
Merge branch 'bw/protocol-v2'
Junio C Hamano
1
-17
/
+8
2018-05-06
Replace all die("BUG: ...") calls by BUG() ones
Johannes Schindelin
1
-4
/
+4
2018-05-02
http: eliminate hard-coded constants
brian m. carlson
1
-6
/
+7
2018-04-11
Merge branch 'lv/tls-1.3'
Junio C Hamano
1
-0
/
+3
2018-04-11
Merge branch 'sb/packfiles-in-repository'
Junio C Hamano
1
-1
/
+1
2018-04-11
Merge branch 'sb/object-store'
Junio C Hamano
1
-3
/
+3
2018-03-29
http: allow use of TLS 1.3
Loganaden Velvindron
1
-0
/
+3
2018-03-26
packfile: allow install_packed_git to handle arbitrary repositories
Stefan Beller
1
-1
/
+1
2018-03-26
sha1_file: add repository argument to sha1_file_name
Stefan Beller
1
-3
/
+2
2018-03-26
object-store: move packed_git and packed_git_mru to object store
Stefan Beller
1
-0
/
+1
[next]