Miccah
|
161e499142
|
[chore] Remove logrus from trufflehog (#1095)
* [chore] Remove logrus from trufflehog
* Minor fixes
* Fix logFatal call
* Fix logrus call
|
2023-02-14 17:00:07 -06:00 |
|
Bill Rich
|
7dd2b74f1f
|
Make archive handler configurable (#1077)
* Make archive handler configurable.
* Use common.IsDone()
|
2023-02-07 15:25:14 -08:00 |
|
Miccah
|
b3d3f531a4
|
Return an error from ReadToMax when it panics (#925)
|
2022-11-16 14:24:05 -06:00 |
|
ahrav
|
28983036a0
|
only write if the filechunk has len > 0. (#903)
|
2022-11-05 18:19:41 -07:00 |
|
Miccah
|
ab54ec4072
|
Check for closed channel in HandleFile (#895)
* Check for closed channel in HandleFile
* Refactor to be more readable
* Fix handler search
|
2022-11-02 16:35:19 -05:00 |
|
Bill Rich
|
ab71b93f7d
|
Add context to handler (#877)
* Add context to handler
* Return rather than break out of select
|
2022-10-28 08:57:55 -07:00 |
|
Bill Rich
|
a30b52f9b0
|
Use recover to catch panic in dep for old rars (#801)
|
2022-09-15 18:51:00 -07:00 |
|
Bill Rich
|
248cff8201
|
Use disk-buffer-reader that implements Seeker and ReaderAt (#787)
* Use disk-buffer-reader that implements Seeker and ReaderAt
* Include test
|
2022-09-09 09:05:28 -07:00 |
|
Bill Rich
|
7273dc9058
|
Archive decoder (#683)
* Archive decoder
* Fix reader handling
* Seek error handling
* Add tests
* Fix extra empty chunk
* Sync chunk size
|
2022-08-02 20:36:21 -07:00 |
|