index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
http.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
curl_trace(): eliminate switch fallthrough
Jeff King
2017-09-22
1
-3
/
+4
*
Merge branch 'jt/packmigrate'
Junio C Hamano
2017-08-27
1
-0
/
+1
|
\
|
*
pack: move pack name-related functions
Jonathan Tan
2017-08-24
1
-0
/
+1
*
|
Merge branch 'tc/curl-with-backports'
Junio C Hamano
2017-08-24
1
-4
/
+6
|
\
\
|
|
/
|
/
|
|
*
http: use a feature check to enable GSSAPI delegation control
Tom G. Christensen
2017-08-12
1
-3
/
+3
|
*
http: fix handling of missing CURLPROTO_*
Tom G. Christensen
2017-08-12
1
-1
/
+3
*
|
Merge branch 'jc/http-sslkey-and-ssl-cert-are-paths'
Junio C Hamano
2017-08-11
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
http.c: http.sslcert and http.sslkey are both pathnames
Junio C Hamano
2017-07-20
1
-2
/
+2
*
|
Merge branch 'ab/free-and-null'
Junio C Hamano
2017-06-24
1
-10
/
+5
|
\
\
|
*
|
coccinelle: make use of the "type" FREE_AND_NULL() rule
Ævar Arnfjörð Bjarmason
2017-06-16
1
-10
/
+5
*
|
|
config: don't include config.h by default
Brandon Williams
2017-06-15
1
-0
/
+1
|
/
/
*
|
Merge branch 'dt/http-postbuffer-can-be-large'
Junio C Hamano
2017-04-24
1
-2
/
+4
|
\
\
|
*
|
http.postbuffer: allow full range of ssize_t values
David Turner
2017-04-14
1
-2
/
+4
*
|
|
Merge branch 'sr/http-proxy-configuration-fix'
Junio C Hamano
2017-04-24
1
-2
/
+11
|
\
\
\
|
*
|
|
http: fix the silent ignoring of proxy misconfiguraion
Sergey Ryazanov
2017-04-14
1
-0
/
+3
|
*
|
|
http: honor empty http.proxy option to bypass proxy
Sergey Ryazanov
2017-04-14
1
-2
/
+8
|
|
|
/
|
|
/
|
|
*
|
Merge branch 'jt/http-base-url-update-upon-redirect' into maint
Junio C Hamano
2017-03-16
1
-0
/
+3
|
|
\
\
|
*
\
\
Merge branch 'jk/http-auth' into maint
Junio C Hamano
2017-03-16
1
-4
/
+46
|
|
\
\
\
*
|
|
|
|
convert unchecked snprintf into xsnprintf
Jeff King
2017-03-30
1
-5
/
+5
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
Merge branch 'jt/http-base-url-update-upon-redirect'
Junio C Hamano
2017-03-10
1
-0
/
+3
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
http: attempt updating base URL only if no error
Jonathan Tan
2017-02-28
1
-0
/
+3
|
|
/
/
*
|
|
Merge branch 'jk/http-auth'
Junio C Hamano
2017-03-10
1
-4
/
+46
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
http: add an "auto" mode for http.emptyauth
Jeff King
2017-02-27
1
-5
/
+45
|
*
http: restrict auth methods to what the server advertises
Jeff King
2017-02-23
1
-0
/
+2
|
*
Merge branch 'jk/http-walker-limit-redirect' into maint
Junio C Hamano
2017-01-17
1
-13
/
+43
|
|
\
*
|
\
Merge branch 'bw/transport-protocol-policy'
Junio C Hamano
2016-12-27
1
-14
/
+21
|
\
\
\
|
*
|
|
transport: add from_user parameter to is_transport_allowed
Brandon Williams
2016-12-15
1
-7
/
+7
|
*
|
|
http: create function to get curl allowed protocols
Brandon Williams
2016-12-15
1
-11
/
+20
|
*
|
|
http: always warn if libcurl version is too old
Brandon Williams
2016-12-15
1
-3
/
+2
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'jk/http-walker-limit-redirect'
Junio C Hamano
2016-12-19
1
-1
/
+1
|
\
|
|
|
*
|
http-walker: complain about non-404 loose object errors
Jeff King
2016-12-06
1
-1
/
+1
|
*
|
Merge branch 'ew/http-walker' into jk/http-walker-limit-redirect
Junio C Hamano
2016-12-06
1
-2
/
+14
|
|
\
\
*
|
|
|
Merge branch 'jk/http-walker-limit-redirect-2.9'
Junio C Hamano
2016-12-19
1
-12
/
+42
|
\
|
|
|
|
|
_
|
/
|
/
|
|
|
*
|
http: treat http-alternates like redirects
Jeff King
2016-12-06
1
-0
/
+1
|
*
|
http: make redirects more obvious
Jeff King
2016-12-06
1
-2
/
+29
|
*
|
http: always update the base URL for redirects
Jeff King
2016-12-06
1
-4
/
+8
|
*
|
http: simplify update_url_from_redirect
Jeff King
2016-12-06
1
-6
/
+4
*
|
|
Merge branch 'dt/http-empty-auth'
Junio C Hamano
2016-10-17
1
-1
/
+1
|
\
\
\
|
*
|
|
http: http.emptyauth should allow empty (not just NULL) usernames
David Turner
2016-10-04
1
-1
/
+1
|
*
|
|
Merge branch 'ew/http-do-not-forget-to-call-curl-multi-remove-handle' into maint
Junio C Hamano
2016-09-30
1
-11
/
+18
|
|
\
\
\
|
*
\
\
\
Merge branch 'jk/fix-remote-curl-url-wo-proto' into maint
Junio C Hamano
2016-09-30
1
-1
/
+1
|
|
\
\
\
\
*
|
\
\
\
\
Merge branch 'ps/http-gssapi-cred-delegation'
Junio C Hamano
2016-10-06
1
-0
/
+37
|
\
\
\
\
\
\
|
*
|
|
|
|
|
http: control GSSAPI credential delegation
Petr Stodulka
2016-09-30
1
-0
/
+37
|
|
/
/
/
/
/
*
|
|
|
|
|
Merge branch 'ew/http-do-not-forget-to-call-curl-multi-remove-handle'
Junio C Hamano
2016-09-22
1
-11
/
+18
|
\
\
\
\
\
\
|
|
|
_
|
/
/
/
|
|
/
|
|
|
|
|
*
|
|
|
|
http: always remove curl easy from curlm session on release
Eric Wong
2016-09-13
1
-4
/
+6
|
*
|
|
|
|
http: consolidate #ifdefs for curl_multi_remove_handle
Eric Wong
2016-09-13
1
-7
/
+10
|
*
|
|
|
|
http: warn on curl_multi_add_handle failures
Eric Wong
2016-09-13
1
-0
/
+2
*
|
|
|
|
|
Merge branch 'jk/fix-remote-curl-url-wo-proto'
Junio C Hamano
2016-09-15
1
-1
/
+1
|
\
\
\
\
\
\
|
|
_
|
/
/
/
/
|
/
|
|
/
/
/
|
|
|
/
/
/
|
|
/
|
|
|
|
*
|
|
|
remote-curl: handle URLs without protocol
Jeff King
2016-09-08
1
-1
/
+1
|
*
|
|
|
Merge branch 'bn/http-cookiefile-config' into maint
Junio C Hamano
2016-05-31
1
-1
/
+1
|
|
\
\
\
\
[next]