Commit Graph

25 Commits

Author SHA1 Message Date
Rick Olson
e37b695477 rename hawser => git-lfs 2015-03-19 13:30:55 -06:00
Rick Olson
76d1579b87 remove the *Request structs, just pass args 2015-02-13 12:01:25 -07:00
Rick Olson
3488d5a0b9 change hawser.Get() to hawser.Download() 2015-02-12 16:22:54 -07:00
Rick Olson
b07899e319 move hawserclient code into hawser package 2015-02-12 16:18:47 -07:00
Rick Olson
928000feab updating go import paths 2015-01-30 14:08:47 -05:00
rubyist
6cad1955b7 Go code level changes 2015-01-30 13:13:15 -05:00
Rick Olson
690c8da848 ignore close errors 2014-08-21 14:36:39 -06:00
rubyist
fc5d6e068e Fix reversed logic in error handling, call Accept 2014-08-19 11:24:42 -06:00
Rick Olson
8a862f3687 use go-contentaddressable when smudging media content 2014-08-18 10:43:16 -06:00
Rick Olson
ad57cf79b3 fix copy pasta issue
if we dont write to mediaWriter, then the SHA check always fails
2014-08-12 12:51:12 -06:00
Rick Olson
9ac78160c7 buffer, bub 2014-08-12 12:43:04 -06:00
Rick Olson
8ca48f8ad8 write progress to the callback while downloading a file 2014-08-12 11:49:41 -06:00
Rick Olson
a3a665d48a way more response context 2014-08-08 11:31:33 -06:00
Rick Olson
beccfaa9f6 bubble the stack all the way up 2014-08-08 10:51:47 -06:00
Rick Olson
055ec90586 wrap client errors so we can assign more context (like the stack) 2014-08-07 16:04:04 -06:00
Rick Olson
ff583eb192 guess the size if it's not provided by the pointer 2014-08-07 10:25:26 -06:00
Rick Olson
0204cb2abe almost complete the logging, lol %s 2014-08-07 08:53:13 -06:00
Rick Olson
98b216d059 Smudge takes a *Pointer instead of just an Oid string 2014-08-06 15:40:24 -06:00
Rick Olson
5fbaa6c897 write to a temp file first before streaming to stdout 2014-07-28 17:57:42 -06:00
Rick Olson
da8001c604 be more explicit about where the error came from 2014-07-28 17:41:16 -06:00
Rick Olson
a52a287027 don't shadow err 2014-07-28 17:11:39 -06:00
Rick Olson
a1a99f3f37 use the consistent file writer in Smudge()
this ensures that we write correct files to the .git/media dir
2014-07-28 14:31:30 -06:00
Rick Olson
8fb392849d oid, not sha 2014-07-28 13:37:57 -06:00
Rick Olson
0a19587362 break smudge into downloadFile() and readLocalFile() 2014-07-28 13:35:25 -06:00
Rick Olson
1235797615 combine metafile and filters packages in a pointer package 2014-07-28 13:26:10 -06:00