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
2014-03-14
Merge branch 'mh/object-code-cleanup'
Junio C Hamano
1
-1
/
+1
2014-02-24
sha1_file_name(): declare to return a const string
Michael Haggerty
1
-1
/
+1
2014-02-18
http: never use curl_easy_perform
Jeff King
1
-9
/
+15
2013-12-17
Merge branch 'cc/starts-n-ends-with'
Junio C Hamano
1
-5
/
+5
2013-12-05
replace {pre,suf}fixcmp() with {starts,ends}_with()
Christian Couder
1
-5
/
+5
2013-12-05
Merge branch 'bc/http-100-continue'
Junio C Hamano
1
-0
/
+6
2013-10-31
http: return curl's AUTHAVAIL via slot_results
Jeff King
1
-0
/
+6
2013-10-30
Merge branch 'jk/http-auth-redirects'
Junio C Hamano
1
-29
/
+108
2013-10-28
Merge branch 'ew/keepalive'
Junio C Hamano
1
-0
/
+38
2013-10-24
http.c: Spell the null pointer as NULL
Ramsay Jones
1
-1
/
+1
2013-10-16
http: use curl's tcp keepalive if available
Jeff King
1
-4
/
+20
2013-10-14
http: update base URLs when we see redirects
Jeff King
1
-0
/
+60
2013-10-14
http: provide effective url to callers
Jeff King
1
-0
/
+4
2013-10-14
http: hoist credential request out of handle_curl_result
Jeff King
1
-2
/
+4
2013-10-14
http: enable keepalive on TCP sockets
Eric Wong
1
-0
/
+22
2013-09-30
http: refactor options to http_get_*
Jeff King
1
-19
/
+25
2013-09-30
http_request: factor out curlinfo_strbuf
Jeff King
1
-7
/
+14
2013-09-30
http_get_file: style fixes
Jeff King
1
-2
/
+2
2013-09-09
Merge branch 'jc/url-match'
Junio C Hamano
1
-3
/
+13
2013-08-05
config: parse http.<url>.<variable> using urlmatch
Kyle J. McKay
1
-1
/
+12
2013-07-31
http.c: fix parsing of http.sslCertPasswordProtected variable
Junio C Hamano
1
-2
/
+1
2013-07-30
http: add http.savecookies option to write out HTTP cookies
Dave Borowitz
1
-0
/
+7
2013-06-27
Merge branch 'bc/http-keep-memory-given-to-curl'
Junio C Hamano
1
-3
/
+9
2013-06-19
http.c: don't rewrite the user:passwd string multiple times
Brandon Casey
1
-3
/
+9
2013-04-19
Merge branch 'mv/ssl-ftp-curl'
Junio C Hamano
1
-0
/
+10
2013-04-16
http: set curl FAILONERROR each time we select a handle
Jeff King
1
-1
/
+1
2013-04-12
Support FTP-over-SSL/TLS for regular FTP
Modestas Vainius
1
-0
/
+10
2013-04-06
http: drop http_error function
Jeff King
1
-5
/
+0
2013-04-06
http: re-word http error message
Jeff King
1
-1
/
+1
2013-04-06
http: simplify http_error helper function
Jeff King
1
-7
/
+4
2013-04-06
http: add HTTP_KEEP_ERROR option
Jeff King
1
-0
/
+37
2013-02-20
pkt-line: move LARGE_PACKET_MAX definition from sideband
Jeff King
1
-0
/
+1
2013-02-06
http_request: reset "type" strbuf before adding
Jeff King
1
-0
/
+1
2013-02-04
Verify Content-Type from smart HTTP servers
Shawn Pearce
1
-9
/
+22
2013-01-10
Merge branch 'rb/http-cert-cred-no-username-prompt' into maint
Junio C Hamano
1
-0
/
+1
2012-12-21
http.c: Avoid username prompt for certifcate credentials
Rene Bredlau
1
-0
/
+1
2012-11-09
Merge branch 'sz/maint-curl-multi-timeout'
Jeff King
1
-0
/
+12
2012-10-29
Merge branch 'jk/maint-http-init-not-in-result-handler'
Jeff King
1
-4
/
+2
2012-10-19
Fix potential hang in https handshake
Stefan Zager
1
-0
/
+12
2012-10-17
Merge branch 'jk/maint-http-half-auth-push' into maint
Junio C Hamano
1
-4
/
+3
2012-10-16
Merge branch 'jk/maint-http-half-auth-push'
Junio C Hamano
1
-4
/
+3
2012-10-12
http: do not set up curl auth after a 401
Jeff King
1
-4
/
+2
2012-10-12
http: fix segfault in handle_curl_result
Jeff King
1
-4
/
+3
2012-09-20
Enable info/refs gzip decompression in HTTP client
Shawn O. Pearce
1
-0
/
+1
2012-09-12
Merge branch 'maint-1.7.11' into maint
Junio C Hamano
1
-25
/
+30
2012-09-12
Merge branch 'jk/maint-http-half-auth-push' into maint-1.7.11
Junio C Hamano
1
-23
/
+28
2012-08-27
http: factor out http error code handling
Jeff King
1
-23
/
+28
2012-08-23
http.c: don't use curl_easy_strerror prior to curl-7.12.0
Joachim Schmitz
1
-0
/
+2
2012-06-03
http: get default user-agent from git_user_agent
Jeff King
1
-1
/
+2
2012-04-30
remove superfluous newlines in error messages
Pete Wyckoff
1
-1
/
+1
[next]