Commit Graph

11 Commits

Author SHA1 Message Date
risk danger olson
69acb28d61 lean into pkg/errors philosophy on wrappin' 2016-08-18 15:24:11 -06:00
Taylor Blau
311cc7a2af api,auth,errors,httputil,lfs,transfer: wrap errors 2016-08-18 15:02:21 -06:00
Taylor Blau
8fd3774c92 errors: Errorf -> Wrapf 2016-08-18 14:35:11 -06:00
risk danger olson
2473068345 rename errutil to errors 2016-08-18 14:20:33 -06:00
risk danger olson
6b3e1c481e add object Authenticated property to let servers tell the client to skip the git-credentials check 2016-08-15 16:24:50 -06:00
Taylor Blau
3c3a0b3b8d Merge branch 'master' into config-next-no-git-immut 2016-08-10 12:53:57 -06:00
Taylor Blau
ca28d936cb api,transfer: inject custom *config.Configuration throughout 2016-08-10 11:33:48 -06:00
risk danger olson
f4a475347f transfer: add a Manifest type that stores the upload and download adapters 2016-08-09 15:43:29 -06:00
risk danger olson
b9c5a108d9 replace config.Config references in httputil 2016-07-21 18:07:23 -06:00
Steve Streeting
d351324338 Extend interfaces and establish scaffold for custom transfer processes 2016-07-13 14:28:52 +01:00
Steve Streeting
4a5519e1fb Make HTTP Range resume download support the default, fallback handles other cases
No longer need to negotiate support for resuming downloads with HTTP
Range, client always attempts it now and falls back on re-downloading if
the server doesn't support it. Since many HTTP stores like S3 support it
we might as well always try.
2016-06-08 09:37:25 +01:00