Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement application state persistence #35

Merged
merged 33 commits into from
Jun 2, 2024
Merged
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
bb8ffd6
add Sha1Hash splitHashes method
Ashuh May 12, 2024
1996ca1
Implement RxObservableCollectionBase toString
Ashuh May 12, 2024
70a37bc
Ditch java 9 modules
Ashuh May 12, 2024
714a881
Add hibernate ORM & h2 dependencies
Ashuh May 12, 2024
5b7451b
Add hibernate.properties
Ashuh May 12, 2024
d97d789
Remove jul.properties
Ashuh May 12, 2024
64cb862
Implement database models & dao
Ashuh May 12, 2024
eb11b69
Persist torrents to database
Ashuh May 12, 2024
b27d861
Override equals & hashcode in HttpTracker
Ashuh May 12, 2024
c069c3c
Override equals & hashcode in torrent entity models
Ashuh May 23, 2024
9bf76e1
Add argument validity check
Ashuh May 23, 2024
0f0f9de
Fix bug in TorrentProgress.createExisting
Ashuh May 23, 2024
7a11d57
Remove FileProgressComponent
Ashuh May 23, 2024
832718c
Add tests
Ashuh May 23, 2024
11c5669
Move bencoded models to new package
Ashuh May 24, 2024
59da535
Refactor repository classes
Ashuh May 25, 2024
f8ecdd5
Rename method
Ashuh May 25, 2024
55eca3c
Modify TorrentMetadata to model tiers of trackers
Ashuh May 25, 2024
8a7c3f5
Fix typo
Ashuh May 25, 2024
a38b69f
Remove FileMetadata end member since it is derivable
Ashuh May 25, 2024
d7df6c8
Change FileMetadata constructor argument order
Ashuh May 25, 2024
7954716
Fix bug in FileProgress.createExisting
Ashuh May 26, 2024
b5e8f33
Fix verifiedPieces column length exceeded
Ashuh May 26, 2024
037962c
Store piece hashes in db as concatenated byte array instead of list o…
Ashuh Jun 1, 2024
b7b50c8
Store piece to received blocks map as serialized bytes in db
Ashuh Jun 2, 2024
bc33484
Format logback.xml
Ashuh Jun 2, 2024
fb26265
Parallelize file verification
Ashuh Jun 2, 2024
a345050
Update hibernate.properties
Ashuh Jun 2, 2024
b8ec2a0
Revert accidental change
Ashuh Jun 2, 2024
8477136
Fix DataStatusBar not updating on first flipped bit
Ashuh Jun 2, 2024
80021bf
Change db file nmae
Ashuh Jun 2, 2024
9e62a50
Update TorrentEntityTest
Ashuh Jun 2, 2024
6c4e7e3
Update TorrentProgressComponentTest
Ashuh Jun 2, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove jul.properties
  • Loading branch information
Ashuh committed May 12, 2024
commit d97d7899843d37a1a0ebcdc4d364709903aa1c6f
9 changes: 0 additions & 9 deletions src/main/resources/jtorrent/jul.properties

This file was deleted.