eros.git
2 years agoFix bugs in verify v2 and in verify v1 slab construction
Jakob Cornell [Mon, 21 Feb 2022 19:14:15 +0000 (13:14 -0600)]
Fix bugs in verify v2 and in verify v1 slab construction

2 years agoDon't try to verify encrypted data
Jakob Cornell [Mon, 21 Feb 2022 19:12:09 +0000 (13:12 -0600)]
Don't try to verify encrypted data

2 years agoUpdate verify v1 for database schema changes
Jakob Cornell [Mon, 21 Feb 2022 05:57:25 +0000 (23:57 -0600)]
Update verify v1 for database schema changes

Also renamed test module for clarity

2 years agoFix Disk Jumble Python 3.7 incompatibility
Jakob Cornell [Sat, 19 Feb 2022 22:13:24 +0000 (16:13 -0600)]
Fix Disk Jumble Python 3.7 incompatibility

2 years agoImplement v2 verify and bump version, misc. cleanup
Jakob Cornell [Fri, 4 Feb 2022 01:18:30 +0000 (19:18 -0600)]
Implement v2 verify and bump version, misc. cleanup

2 years agoAppease Mypy a bit
Jakob Cornell [Fri, 4 Feb 2022 01:17:57 +0000 (19:17 -0600)]
Appease Mypy a bit

3 years agoMerge Disk Jumble repository
Jakob Cornell [Thu, 20 Jan 2022 01:54:59 +0000 (19:54 -0600)]
Merge Disk Jumble repository

3 years agoDemote Disk Jumble tree to subdirectory for EROS repo merge
Jakob Cornell [Thu, 20 Jan 2022 01:53:11 +0000 (19:53 -0600)]
Demote Disk Jumble tree to subdirectory for EROS repo merge

3 years agoSimplify repository layout
Jakob Cornell [Thu, 20 Jan 2022 01:50:00 +0000 (19:50 -0600)]
Simplify repository layout

3 years agohash worker stuff
Anders Cornell [Tue, 18 Jan 2022 00:32:03 +0000 (19:32 -0500)]
hash worker stuff

3 years agoAdd test for unaligned hasher states
Jakob Cornell [Sun, 28 Nov 2021 00:26:17 +0000 (18:26 -0600)]
Add test for unaligned hasher states

3 years agoMinor test code cleanup and add new tests
Jakob Cornell [Sat, 27 Nov 2021 16:53:47 +0000 (10:53 -0600)]
Minor test code cleanup and add new tests

3 years agoCode cleanup
Jakob Cornell [Thu, 25 Nov 2021 19:18:04 +0000 (13:18 -0600)]
Code cleanup

3 years agoAdd test for piece resume and fix bugs discovered
Jakob Cornell [Thu, 25 Nov 2021 19:17:04 +0000 (13:17 -0600)]
Add test for piece resume and fix bugs discovered

3 years agoImplement handling of disk read errors
Jakob Cornell [Sat, 13 Nov 2021 05:25:38 +0000 (23:25 -0600)]
Implement handling of disk read errors

3 years agoCleanup
Jakob Cornell [Sat, 13 Nov 2021 05:25:23 +0000 (23:25 -0600)]
Cleanup

3 years agoRefactor verify program and add basic tests
Jakob Cornell [Fri, 12 Nov 2021 01:19:45 +0000 (19:19 -0600)]
Refactor verify program and add basic tests

3 years agoCorrect upper end rounding in output sector ranges
Jakob Cornell [Sat, 6 Nov 2021 20:23:59 +0000 (15:23 -0500)]
Correct upper end rounding in output sector ranges

3 years agoFix major issues with task computation logic
Jakob Cornell [Sat, 6 Nov 2021 16:05:03 +0000 (11:05 -0500)]
Fix major issues with task computation logic

3 years agoFix nettle symbol names
Jakob Cornell [Sat, 6 Nov 2021 04:17:05 +0000 (23:17 -0500)]
Fix nettle symbol names

3 years agoAdd more missing `memoryview' to `bytes' conversions
Jakob Cornell [Sat, 6 Nov 2021 02:15:27 +0000 (21:15 -0500)]
Add more missing `memoryview' to `bytes' conversions

3 years agoFix bugs in `db' module
Jakob Cornell [Sat, 6 Nov 2021 00:54:13 +0000 (19:54 -0500)]
Fix bugs in `db' module

3 years agoFix Python 3.7 compatibility problem
Jakob Cornell [Fri, 5 Nov 2021 16:07:01 +0000 (11:07 -0500)]
Fix Python 3.7 compatibility problem

3 years agoDrop minimum supported Python to 3.7 and switch to `psycopg2-binary'
Jakob Cornell [Fri, 5 Nov 2021 06:10:06 +0000 (01:10 -0500)]
Drop minimum supported Python to 3.7 and switch to `psycopg2-binary'

3 years agoFix typos
Jakob Cornell [Fri, 5 Nov 2021 06:09:22 +0000 (01:09 -0500)]
Fix typos

3 years agoLower psycopg2 version
Jakob Cornell [Fri, 5 Nov 2021 04:04:14 +0000 (23:04 -0500)]
Lower psycopg2 version

3 years agoAdd verify program (untested)
Jakob Cornell [Thu, 4 Nov 2021 15:41:28 +0000 (10:41 -0500)]
Add verify program (untested)

3 years agoProcess files in command line order
Jakob Cornell [Sun, 10 Oct 2021 22:48:19 +0000 (17:48 -0500)]
Process files in command line order

3 years agoSwitch from Zstandard to bzip2
Jakob Cornell [Sun, 10 Oct 2021 21:16:46 +0000 (16:16 -0500)]
Switch from Zstandard to bzip2

3 years agoHandle absence of all group and torrent data fields
Jakob Cornell [Sat, 9 Oct 2021 20:44:40 +0000 (15:44 -0500)]
Handle absence of all group and torrent data fields

3 years agoAdd empty connect string to allow Postgres to use env config
Jakob Cornell [Sat, 9 Oct 2021 20:43:31 +0000 (15:43 -0500)]
Add empty connect string to allow Postgres to use env config

3 years agoFix error in database query
Jakob Cornell [Sat, 9 Oct 2021 20:36:48 +0000 (15:36 -0500)]
Fix error in database query

3 years agoAdd gitignore and PTP JSON ingest script
Jakob Cornell [Sat, 9 Oct 2021 06:28:38 +0000 (01:28 -0500)]
Add gitignore and PTP JSON ingest script

3 years agoInitial commit
Jakob Cornell [Sat, 2 Oct 2021 03:06:38 +0000 (22:06 -0500)]
Initial commit