25 Commits

Author SHA1 Message Date
66fc6dc3e5 refactor: stop using deprecated io/ioutil 2023-03-29 15:40:49 -04:00
ec5fde466a rpcenc: Propagate closeOnce in beginPost 2023-03-07 16:50:03 +01:00
128bdc63db fix: rpcenc: Don't hang when source dies 2023-01-25 17:14:37 +01:00
98a48a47f8 storage: Move extern/storage-sealing to storage/pipeline 2022-06-14 19:41:59 +02:00
b53db68bda fix lint 2022-05-24 16:22:52 +02:00
6095aba4dd lib: support http readers passing over jsonrpc 2022-05-24 15:47:23 +02:00
ebf5eb6e28 Update lib/rpcenc/reader.go
Co-authored-by: Łukasz Magiera <magik6k@users.noreply.github.com>
2022-05-02 09:59:41 -04:00
b2a6d308ba Consolidate nullreader files 2022-05-02 09:59:41 -04:00
43436f7bc8 rpcenc: Fix double read at eof 2022-04-28 11:50:51 +02:00
8426a62d15 rpcenc: Test early close, add reader.MustRedirect 2021-07-30 13:35:16 +02:00
555c402ba3 rpcenc: Fix POST read 2021-07-30 13:03:31 +02:00
0c809d3a5f rpcenc: Support reader redirect 2021-07-30 12:58:35 +02:00
8413c080e3 add godocs. 2021-07-20 15:43:03 -07:00
cd4571f0b0 wrap close(wait) with sync.Once to avoid panic 2021-07-20 15:43:03 -07:00
7c0b6f41d8 fix log format 2020-11-24 19:09:48 +08:00
39755a294a Update to specs v0.9.6 2020-09-07 15:48:41 -04:00
5733c71c50 Lint everything
We were ignoring quite a few error cases, and had one case where we weren't
actually updating state where we wanted to. Unfortunately, if the linter doesn't
pass, nobody has any reason to actually check lint failures in CI.

There are three remaining XXXs marked in the code for lint.
2020-08-20 20:46:36 -07:00
862bafc63a fix lint errors. 2020-08-17 14:39:33 +01:00
efdc428d5d keep storage-fsm (renamed to storage-sealing) and sector-storage in extern. 2020-08-17 14:26:18 +01:00
fb0ccc9260 integrate extern/storage-fsm into lotus proper. 2020-08-16 10:42:13 +01:00
a52e406c0d Fix AddPiece with data and multiple workers 2020-08-15 01:36:29 +02:00
4ca5fef0de rpcenc: fix bug 2020-08-14 23:49:08 +02:00
42bb91c2e6 gofmt 2020-08-14 23:40:41 +02:00
aa611e49fd rpcenc: Add timeout for readers 2020-08-14 23:12:55 +02:00
0c75dd3865 Support AddPiece on workers 2020-08-14 16:06:53 +02:00