index
:
git
jch
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
http.c
Age
Commit message (
Expand
)
Author
Lines
2017-04-23
Merge branch 'dt/http-postbuffer-can-be-large'
Junio C Hamano
-2
/
+4
2017-04-23
Merge branch 'sr/http-proxy-configuration-fix'
Junio C Hamano
-2
/
+11
2017-04-13
http.postbuffer: allow full range of ssize_t values
David Turner
-2
/
+4
2017-04-13
http: fix the silent ignoring of proxy misconfiguraion
Sergey Ryazanov
-0
/
+3
2017-04-13
http: honor empty http.proxy option to bypass proxy
Sergey Ryazanov
-2
/
+8
2017-03-30
convert unchecked snprintf into xsnprintf
Jeff King
-5
/
+5
2017-03-16
Merge branch 'jt/http-base-url-update-upon-redirect' into maint
Junio C Hamano
-0
/
+3
2017-03-16
Merge branch 'jk/http-auth' into maint
Junio C Hamano
-4
/
+46
2017-03-10
Merge branch 'jt/http-base-url-update-upon-redirect'
Junio C Hamano
-0
/
+3
2017-03-10
Merge branch 'jk/http-auth'
Junio C Hamano
-4
/
+46
2017-02-28
http: attempt updating base URL only if no error
Jonathan Tan
-0
/
+3
2017-02-27
http: add an "auto" mode for http.emptyauth
Jeff King
-5
/
+45
2017-02-23
http: restrict auth methods to what the server advertises
Jeff King
-0
/
+2
2017-01-17
Merge branch 'jk/http-walker-limit-redirect' into maint
Junio C Hamano
-13
/
+43
2016-12-27
Merge branch 'bw/transport-protocol-policy'
Junio C Hamano
-14
/
+21
2016-12-19
Merge branch 'jk/http-walker-limit-redirect'
Junio C Hamano
-1
/
+1
2016-12-19
Merge branch 'jk/http-walker-limit-redirect-2.9'
Junio C Hamano
-12
/
+42
2016-12-15
transport: add from_user parameter to is_transport_allowed
Brandon Williams
-7
/
+7
2016-12-15
http: create function to get curl allowed protocols
Brandon Williams
-11
/
+20
2016-12-15
http: always warn if libcurl version is too old
Brandon Williams
-3
/
+2
2016-12-06
http-walker: complain about non-404 loose object errors
Jeff King
-1
/
+1
2016-12-06
Merge branch 'ew/http-walker' into jk/http-walker-limit-redirect
Junio C Hamano
-2
/
+14
2016-12-06
http: treat http-alternates like redirects
Jeff King
-0
/
+1
2016-12-06
http: make redirects more obvious
Jeff King
-2
/
+29
2016-12-06
http: always update the base URL for redirects
Jeff King
-4
/
+8
2016-12-06
http: simplify update_url_from_redirect
Jeff King
-6
/
+4
2016-10-17
Merge branch 'dt/http-empty-auth'
Junio C Hamano
-1
/
+1
2016-10-06
Merge branch 'ps/http-gssapi-cred-delegation'
Junio C Hamano
-0
/
+37
2016-10-04
http: http.emptyauth should allow empty (not just NULL) usernames
David Turner
-1
/
+1
2016-09-29
http: control GSSAPI credential delegation
Petr Stodulka
-0
/
+37
2016-09-29
Merge branch 'ew/http-do-not-forget-to-call-curl-multi-remove-handle' into maint
Junio C Hamano
-11
/
+18
2016-09-29
Merge branch 'jk/fix-remote-curl-url-wo-proto' into maint
Junio C Hamano
-1
/
+1
2016-09-21
Merge branch 'ew/http-do-not-forget-to-call-curl-multi-remove-handle'
Junio C Hamano
-11
/
+18
2016-09-15
Merge branch 'jk/fix-remote-curl-url-wo-proto'
Junio C Hamano
-1
/
+1
2016-09-13
http: always remove curl easy from curlm session on release
Eric Wong
-4
/
+6
2016-09-13
http: consolidate #ifdefs for curl_multi_remove_handle
Eric Wong
-7
/
+10
2016-09-13
http: warn on curl_multi_add_handle failures
Eric Wong
-0
/
+2
2016-09-08
remote-curl: handle URLs without protocol
Jeff King
-1
/
+1
2016-08-08
Merge branch 'rs/use-strbuf-addstr'
Junio C Hamano
-1
/
+1
2016-08-05
use strbuf_addstr() instead of strbuf_addf() with "%s"
René Scharfe
-1
/
+1
2016-08-03
Merge branch 'ew/http-walker'
Junio C Hamano
-2
/
+14
2016-07-12
http: avoid disconnecting on 404s for loose objects
Eric Wong
-2
/
+14
2016-07-06
Merge branch 'ep/http-curl-trace'
Junio C Hamano
-2
/
+122
2016-05-31
Merge branch 'bn/http-cookiefile-config' into maint
Junio C Hamano
-1
/
+1
2016-05-24
http.c: implement the GIT_TRACE_CURL environment variable
Elia Pinto
-2
/
+122
2016-05-17
Merge branch 'nd/error-errno'
Junio C Hamano
-6
/
+4
2016-05-17
Merge branch 'bn/http-cookiefile-config'
Junio C Hamano
-1
/
+1
2016-05-09
http.c: use error_errno() and warning_errno()
Nguyễn Thái Ngọc Duy
-6
/
+4
2016-05-06
Merge branch 'js/http-custom-headers'
Junio C Hamano
-3
/
+32
2016-05-04
http: expand http.cookieFile as a path
Brian Norris
-1
/
+1
[next]