Commit Graph

276 Commits (747663e1dcd123bfc43406ee4bdc9198f5612d4d)

Author SHA1 Message Date
Zlatin Balevsky 747663e1dc fix pieece size of shared downloaded files 2019-06-12 18:22:53 +01:00
Zlatin Balevsky e426b3ccbd refactoring to enable hashlist uploads 2019-06-12 17:33:43 +01:00
Zlatin Balevsky d0e5d0ce8a set default i2cp options if none present 2019-06-10 08:55:44 +01:00
Mikal Villa fb4f56eec9
Remove debug message 2019-06-10 09:40:32 +02:00
Mikal Villa be2083d430
Fixes i2cp bug while connecting to remote router 2019-06-10 09:39:46 +02:00
Zlatin Balevsky af6275d0a3 prevent Cli from hanging if there are no shared files 2019-06-10 07:04:01 +01:00
Zlatin Balevsky bd21cf65ea Release 0.1.5 2019-06-09 20:37:39 +01:00
Zlatin Balevsky dea592eb27 do not resume cancelled downloads on restart 2019-06-09 20:36:14 +01:00
Zlatin Balevsky c81f963e0a Release 0.1.4 2019-06-09 17:37:10 +01:00
Zlatin Balevsky dc6b1199f3 implement resume across restart 2019-06-09 17:35:32 +01:00
Zlatin Balevsky 42621a2dfb wip on persisting downloads between restarts 2019-06-09 16:26:00 +01:00
Zlatin Balevsky a7125963a7 DownloadManager listens to events, not FileManager 2019-06-09 16:19:35 +01:00
Zlatin Balevsky f39d7f4fa8 emit an event when the UI loads 2019-06-09 15:44:06 +01:00
Zlatin Balevsky b88334f19a Release 0.1.3 for sorting fixes 2019-06-08 17:57:36 +01:00
Zlatin Balevsky 32b7867e44 Release 0.1.2 for search index test 2019-06-08 13:09:28 +01:00
Zlatin Balevsky 5b313276f4 fix tests broken by piece size change 2019-06-08 13:08:20 +01:00
Zlatin Balevsky abba4cc6fa fix a bug where multi-term search modifies the index 2019-06-08 12:55:47 +01:00
Zlatin Balevsky 502a8d91da print only the root 2019-06-08 09:30:01 +01:00
Zlatin Balevsky 1299fb2512 Release 0.1.1 for fixes and reduced piece size 2019-06-08 08:04:35 +01:00
Zlatin Balevsky 9bafdfe0b1 reduce piece size 2019-06-08 07:57:36 +01:00
Zlatin Balevsky e9703a2652 support for custom i2cp host:port 2019-06-08 07:23:14 +01:00
Zlatin Balevsky b9ea0128cd add oobInfohash flag, filter results by that flag 2019-06-08 02:44:49 +01:00
Zlatin Balevsky 53c6db4ec8 de-hardcode piece sizes in results 2019-06-08 01:48:07 +01:00
Zlatin Balevsky 60776829b9 fix disabling sharing of downloaded files 2019-06-08 01:35:03 +01:00
Zlatin Balevsky cda81a89a2 Release 0.1.0 2019-06-07 18:39:39 +01:00
Zlatin Balevsky 483773422c fix remaining tests 2019-06-07 18:23:16 +01:00
Zlatin Balevsky 1e1e6d0bb0 fix test 2019-06-07 18:17:16 +01:00
Zlatin Balevsky 668d6e087d fix test 2019-06-07 18:15:03 +01:00
Zlatin Balevsky d5513021ed Release 0.0.14 for split search 2019-06-07 15:00:16 +01:00
Zlatin Balevsky c3154cf717 stray println 2019-06-07 14:58:03 +01:00
Zlatin Balevsky 114940c4c1 fix searches with spaces 2019-06-07 14:51:09 +01:00
Zlatin Balevsky d4336e9b5d outbound nickname 2019-06-07 14:24:45 +01:00
Zlatin Balevsky 2c1d5508ed outbound nickname 2019-06-07 14:21:03 +01:00
Zlatin Balevsky f3b11895e4 utility for hashing files 2019-06-07 12:10:18 +01:00
Zlatin Balevsky 1e084820fb log tweak 2019-06-07 11:55:17 +01:00
Zlatin Balevsky a5d442d320 Release 0.0.13 for keyword search fix 2019-06-07 06:37:23 +01:00
Zlatin Balevsky 3f9ee887d6 prevent NPE in toString 2019-06-07 06:31:29 +01:00
Zlatin Balevsky 4a9e6d3b6b prevent npe in keyword searches 2019-06-07 06:14:40 +01:00
Zlatin Balevsky 80f2cc5f99 logging and toString() 2019-06-07 06:07:02 +01:00
Zlatin Balevsky 12283dba9d Release 0.0.12 for search by hash 2019-06-06 22:22:43 +01:00
Zlatin Balevsky f3712fe7af delay initial update check a minute 2019-06-06 21:52:35 +01:00
Zlatin Balevsky 3e49b0ec66 infohash may be null 2019-06-06 21:40:44 +01:00
Zlatin Balevsky f90beb8e3d encode infohash 2019-06-06 21:31:00 +01:00
Zlatin Balevsky fbad7b6c7e searchHash 2019-06-06 21:27:07 +01:00
Zlatin Balevsky ec2d89c18c serialize infohash 2019-06-06 21:21:40 +01:00
Zlatin Balevsky c27fc0a515 update from infohash 2019-06-06 21:08:58 +01:00
Zlatin Balevsky 1aeb230ea8 catch exceptions in event dispatch thread 2019-06-06 19:31:10 +01:00
Zlatin Balevsky d1dfc73f5a decode infohash 2019-06-06 19:28:29 +01:00
Zlatin Balevsky 7eea8be67d Release 0.0.11 for file loading bug 2019-06-06 09:22:16 +01:00
Zlatin Balevsky f114302bdb hopefully fix the shared file loss 2019-06-06 09:19:00 +01:00