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
/
remote-curl.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-02-18
http: never use curl_easy_perform
Jeff King
1
-4
/
+1
2014-01-17
Merge branch 'nd/shallow-clone'
Junio C Hamano
1
-5
/
+30
2013-12-17
Merge branch 'cc/starts-n-ends-with'
Junio C Hamano
1
-7
/
+7
2013-12-10
smart-http: support shallow fetch/clone
Nguyễn Thái Ngọc Duy
1
-4
/
+28
2013-12-10
remote-curl: pass ref SHA-1 to fetch-pack as well
Nguyễn Thái Ngọc Duy
1
-1
/
+2
2013-12-10
connect.c: teach get_remote_heads to parse "shallow" lines
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2013-12-05
replace {pre,suf}fixcmp() with {starts,ends}_with()
Christian Couder
1
-7
/
+7
2013-12-05
Merge branch 'bc/http-100-continue'
Junio C Hamano
1
-10
/
+21
2013-10-31
remote-curl: fix large pushes with GSSAPI
Brian M. Carlson
1
-2
/
+9
2013-10-31
remote-curl: pass curl slot_results back through run_slot
Jeff King
1
-9
/
+13
2013-10-30
Merge branch 'jk/http-auth-redirects'
Junio C Hamano
1
-28
/
+41
2013-10-14
remote-curl: rewrite base url from info/refs redirects
Jeff King
1
-0
/
+4
2013-10-14
remote-curl: store url as a strbuf
Jeff King
1
-19
/
+19
2013-10-14
remote-curl: make refs_url a strbuf
Jeff King
1
-8
/
+7
2013-10-14
http: hoist credential request out of handle_curl_result
Jeff King
1
-1
/
+6
2013-09-30
http: refactor options to http_get_*
Jeff King
1
-2
/
+7
2013-09-09
Merge branch 'jc/push-cas'
Junio C Hamano
1
-0
/
+12
2013-09-09
Merge branch 'nd/clone-connectivity-shortcut'
Junio C Hamano
1
-1
/
+14
2013-08-02
push: teach --force-with-lease to smart-http transport
Junio C Hamano
1
-1
/
+15
2013-07-23
smart http: use the same connectivity check on cloning
Nguyễn Thái Ngọc Duy
1
-1
/
+14
2013-07-09
remote-http: use argv-array
Junio C Hamano
1
-16
/
+16
2013-04-06
remote-curl: die directly with http error messages
Jeff King
1
-2
/
+1
2013-04-06
http: simplify http_error helper function
Jeff King
1
-1
/
+1
2013-04-06
remote-curl: consistently report repo url for http errors
Jeff King
1
-2
/
+2
2013-04-06
remote-curl: always show friendlier 404 message
Jeff King
1
-4
/
+2
2013-04-06
remote-curl: let servers override http 404 advice
Jeff King
1
-1
/
+2
2013-04-06
remote-curl: show server content on http errors
Jeff King
1
-1
/
+32
2013-02-24
remote-curl: always parse incoming refs
Jeff King
1
-9
/
+13
2013-02-24
remote-curl: move ref-parsing code up in file
Jeff King
1
-59
/
+59
2013-02-24
remote-curl: pass buffer straight to get_remote_heads
Jeff King
1
-24
/
+2
2013-02-24
teach get_remote_heads to read from a memory buffer
Jeff King
1
-1
/
+1
2013-02-24
pkt-line: share buffer/descriptor reading implementation
Jeff King
1
-12
/
+10
2013-02-20
pkt-line: teach packet_read_line to chomp newlines
Jeff King
1
-3
/
+3
2013-02-20
pkt-line: drop safe_write function
Jeff King
1
-2
/
+2
2013-02-04
Verify Content-Type from smart HTTP servers
Shawn Pearce
1
-5
/
+12
2012-11-21
Merge branch 'jk/maint-http-half-auth-fetch'
Junio C Hamano
1
-1
/
+1
2012-11-21
remote-curl.c: Fix a compiler warning
Ramsay Jones
1
-1
/
+1
2012-11-20
Merge branch 'jk/maint-http-half-auth-fetch'
Junio C Hamano
1
-8
/
+17
2012-10-31
remote-curl: retry failed requests for auth even with gzip
Jeff King
1
-1
/
+10
2012-10-31
remote-curl: hoist gzip buffer size to top of post_rpc
Jeff King
1
-7
/
+7
2012-10-29
Merge branch 'jk/maint-http-init-not-in-result-handler'
Jeff King
1
-8
/
+9
2012-10-16
Merge branch 'jk/maint-http-half-auth-push'
Junio C Hamano
1
-1
/
+1
2012-10-12
http: do not set up curl auth after a 401
Jeff King
1
-1
/
+1
2012-10-12
remote-curl: do not call run_slot repeatedly
Jeff King
1
-7
/
+8
2012-10-12
http: fix segfault in handle_curl_result
Jeff King
1
-1
/
+1
2012-09-29
Merge branch 'jk/smart-http-switch'
Junio C Hamano
1
-4
/
+5
2012-09-29
Merge branch 'sp/maint-http-enable-gzip'
Junio C Hamano
1
-2
/
+2
2012-09-21
remote-curl: let users turn off smart http
Jeff King
1
-1
/
+2
2012-09-20
remote-curl: rename is_http variable
Jeff King
1
-3
/
+3
2012-09-20
Enable info/refs gzip decompression in HTTP client
Shawn O. Pearce
1
-2
/
+2
[next]