index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
remote-curl.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'jk/remote-curl-squelch-extra-errors'
Junio C Hamano
2014-07-21
1
-8
/
+6
|
\
|
*
remote-curl: mark helper-protocol errors more clearly
Jeff King
2014-07-10
1
-4
/
+4
|
*
remote-curl: use error instead of fprintf(stderr)
Jeff King
2014-07-10
1
-5
/
+5
|
*
remote-curl: do not complain on EOF from parent git
Jeff King
2014-07-10
1
-2
/
+0
*
|
use skip_prefix to avoid repeating strings
Jeff King
2014-06-20
1
-7
/
+8
*
|
remote-curl: reencode http error messages
Jeff King
2014-05-27
1
-7
/
+10
*
|
http: extract type/subtype portion of content-type
Jeff King
2014-05-27
1
-1
/
+1
*
|
http: never use curl_easy_perform
Jeff King
2014-02-19
1
-4
/
+1
|
/
*
Merge branch 'nd/shallow-clone'
Junio C Hamano
2014-01-17
1
-5
/
+30
|
\
|
*
smart-http: support shallow fetch/clone
Nguyễn Thái Ngọc Duy
2013-12-11
1
-4
/
+28
|
*
remote-curl: pass ref SHA-1 to fetch-pack as well
Nguyễn Thái Ngọc Duy
2013-12-11
1
-1
/
+2
|
*
connect.c: teach get_remote_heads to parse "shallow" lines
Nguyễn Thái Ngọc Duy
2013-12-11
1
-1
/
+1
*
|
Merge branch 'cc/starts-n-ends-with'
Junio C Hamano
2013-12-17
1
-7
/
+7
|
\
\
|
*
|
replace {pre,suf}fixcmp() with {starts,ends}_with()
Christian Couder
2013-12-05
1
-7
/
+7
|
|
/
*
|
Merge branch 'bc/http-100-continue'
Junio C Hamano
2013-12-05
1
-10
/
+21
|
\
\
|
|
/
|
/
|
|
*
remote-curl: fix large pushes with GSSAPI
Brian M. Carlson
2013-10-31
1
-2
/
+9
|
*
remote-curl: pass curl slot_results back through run_slot
Jeff King
2013-10-31
1
-9
/
+13
*
|
Merge branch 'jk/http-auth-redirects'
Junio C Hamano
2013-10-30
1
-28
/
+41
|
\
\
|
*
|
remote-curl: rewrite base url from info/refs redirects
Jeff King
2013-10-15
1
-0
/
+4
|
*
|
remote-curl: store url as a strbuf
Jeff King
2013-10-15
1
-19
/
+19
|
*
|
remote-curl: make refs_url a strbuf
Jeff King
2013-10-15
1
-8
/
+7
|
*
|
http: hoist credential request out of handle_curl_result
Jeff King
2013-10-15
1
-1
/
+6
|
*
|
http: refactor options to http_get_*
Jeff King
2013-10-01
1
-2
/
+7
|
|
/
*
|
Merge branch 'jc/push-cas'
Junio C Hamano
2013-09-09
1
-0
/
+12
|
\
\
|
*
|
push: teach --force-with-lease to smart-http transport
Junio C Hamano
2013-08-03
1
-1
/
+15
*
|
|
Merge branch 'nd/clone-connectivity-shortcut'
Junio C Hamano
2013-09-09
1
-1
/
+14
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
smart http: use the same connectivity check on cloning
Nguyễn Thái Ngọc Duy
2013-07-23
1
-1
/
+14
|
|
/
*
/
remote-http: use argv-array
Junio C Hamano
2013-07-09
1
-16
/
+16
|
/
*
remote-curl: die directly with http error messages
Jeff King
2013-04-07
1
-2
/
+1
*
http: simplify http_error helper function
Jeff King
2013-04-07
1
-1
/
+1
*
remote-curl: consistently report repo url for http errors
Jeff King
2013-04-07
1
-2
/
+2
*
remote-curl: always show friendlier 404 message
Jeff King
2013-04-07
1
-4
/
+2
*
remote-curl: let servers override http 404 advice
Jeff King
2013-04-07
1
-1
/
+2
*
remote-curl: show server content on http errors
Jeff King
2013-04-07
1
-1
/
+32
*
remote-curl: always parse incoming refs
Jeff King
2013-02-24
1
-9
/
+13
*
remote-curl: move ref-parsing code up in file
Jeff King
2013-02-24
1
-59
/
+59
*
remote-curl: pass buffer straight to get_remote_heads
Jeff King
2013-02-24
1
-24
/
+2
*
teach get_remote_heads to read from a memory buffer
Jeff King
2013-02-24
1
-1
/
+1
*
pkt-line: share buffer/descriptor reading implementation
Jeff King
2013-02-24
1
-12
/
+10
*
pkt-line: teach packet_read_line to chomp newlines
Jeff King
2013-02-20
1
-3
/
+3
*
pkt-line: drop safe_write function
Jeff King
2013-02-20
1
-2
/
+2
*
Verify Content-Type from smart HTTP servers
Shawn Pearce
2013-02-04
1
-5
/
+12
*
Merge branch 'jk/maint-http-half-auth-fetch'
Junio C Hamano
2012-11-21
1
-1
/
+1
|
\
|
*
remote-curl.c: Fix a compiler warning
Ramsay Jones
2012-11-21
1
-1
/
+1
*
|
Merge branch 'jk/maint-http-half-auth-fetch'
Junio C Hamano
2012-11-20
1
-8
/
+17
|
\
|
|
*
remote-curl: retry failed requests for auth even with gzip
Jeff King
2012-10-31
1
-1
/
+10
|
*
remote-curl: hoist gzip buffer size to top of post_rpc
Jeff King
2012-10-31
1
-7
/
+7
*
|
Merge branch 'jk/maint-http-init-not-in-result-handler'
Jeff King
2012-10-29
1
-8
/
+9
|
\
|
|
*
http: do not set up curl auth after a 401
Jeff King
2012-10-12
1
-1
/
+1
|
*
remote-curl: do not call run_slot repeatedly
Jeff King
2012-10-12
1
-7
/
+8
[next]