Commit Graph

514 Commits (70bbe1f6365208929b7ae70ea21707ad6d29807d)

Author SHA1 Message Date
Zlatin Balevsky 337605dc0f Release 0.4.15 2019-10-10 16:48:10 +01:00
Zlatin Balevsky 14bdfa6b2e throttle even further - 500/s 2019-10-09 17:34:54 +01:00
Zlatin Balevsky ed3f9da773 throttle loading even further, to 1000/sec 2019-10-09 16:46:17 +01:00
Zlatin Balevsky 251080d08f throttle loading of files to 500/s 2019-10-09 16:34:09 +01:00
Zlatin Balevsky 20b51b78a0 reduce priority of file persister thread 2019-10-07 11:59:51 +01:00
Zlatin Balevsky 8b0668a134 Rewrite utils into Java, cache the persistable data of shared files to reduce object churn 2019-10-05 22:50:32 +01:00
Zlatin Balevsky 69906a986d set i2p.dir.base to prevent router creating files in PWD 2019-10-05 15:03:59 +01:00
Zlatin Balevsky 2eec7bec5b fix most core tests 2019-10-05 04:20:14 +01:00
Zlatin Balevsky abe28517bc Release 0.4.14 2019-10-04 13:00:57 +01:00
Zlatin Balevsky 91d771944b add option for sequential download 2019-10-03 20:45:22 +01:00
Zlatin Balevsky e09c456a13 make the download retry interval in seconds, default still 1 minute 2019-10-03 19:31:15 +01:00
Zlatin Balevsky eda3e7ad3a Add option to not search extra hop, only considered if connecting only to trusted peers, issue #6 2019-10-02 05:45:46 +01:00
Zlatin Balevsky e9798c7eaa remember last rejection and back off from hosts that reject us. Fix return value of retry and hopelessness predicates 2019-10-01 08:34:43 +01:00
Zlatin Balevsky 66bb4eef5b close outbound establishments on a separate thread 2019-10-01 07:50:29 +01:00
Zlatin Balevsky 32d4c3965e Release 0.4.13 2019-09-29 19:00:20 +01:00
Zlatin Balevsky de1534d837 reduce the default host retry interval 2019-09-29 18:45:09 +01:00
Zlatin Balevsky 7b58e8a88a separate setting for the interval after which a host is considered hopeless 2019-09-29 18:43:39 +01:00
Zlatin Balevsky 8a03b89985 clean up the filtering logic; allow serialization of hosts that can be retried 2019-09-29 16:49:02 +01:00
Zlatin Balevsky 1d97374857 track last successful attempt. Only re-attempt hosts if they have ever been successful. Do not serialize hosts considered hopeless 2019-09-29 16:19:19 +01:00
Zlatin Balevsky 549e8c2d98 Release 0.4.12 2019-09-22 16:55:04 +01:00
Zlatin Balevsky b54d24db0d new update server destination 2019-09-22 16:47:35 +01:00
Zlatin Balevsky 6430ff2691 bump i2p libs version 2019-09-22 16:13:12 +01:00
Zlatin Balevsky 417675ad07 update dark_trion's hostcache address 2019-07-22 21:48:29 +01:00
Zlatin Balevsky 85610cf169 add new host-cache 2019-07-15 22:05:09 +01:00
Zlatin Balevsky e8322384b8 Release 0.4.11 2019-07-15 14:28:21 +01:00
Zlatin Balevsky 56e9235d7b avoid FS call to get file length 2019-07-11 15:28:25 +01:00
Zlatin Balevsky 2fba9a74ce persist files.json every minute 2019-07-11 14:32:57 +01:00
Zlatin Balevsky 2bb6826906 canonicalize all files before they enter FileManager and do not look for absolute path on persistence 2019-07-11 14:32:12 +01:00
Zlatin Balevsky 9f339629a9 remove unnecessary canonicalization 2019-07-11 11:58:20 +01:00
Zlatin Balevsky 58d4207f94 Release 0.4.10 2019-07-11 05:09:05 +01:00
Zlatin Balevsky 92dd7064c6 Release 0.4.9 2019-07-10 12:02:36 +01:00
Zlatin Balevsky ee2fd2ef68 single hit per search uuid 2019-07-09 21:22:31 +01:00
Zlatin Balevsky ce660cefe9 deleting of rules 2019-07-09 20:50:07 +01:00
Zlatin Balevsky 72b81eb886 fix matching 2019-07-09 20:27:28 +01:00
Zlatin Balevsky fd0bf17c24 add ability to unregister event listeners 2019-07-09 19:53:08 +01:00
Zlatin Balevsky ac12bff69b wip on content control panel ui 2019-07-09 19:20:06 +01:00
Zlatin Balevsky feef773bac hook up content control panel to rest of UI 2019-07-09 17:55:36 +01:00
Zlatin Balevsky 239d8f12a7 wip on core side of content management 2019-07-09 17:13:09 +01:00
Zlatin Balevsky 8bbc61a7cb add settings for watched keywords and regexes 2019-07-09 16:50:51 +01:00
Zlatin Balevsky 7f31c4477f matchers for keywords 2019-07-09 11:47:55 +01:00
Zlatin Balevsky 6bad67c1bf Release 0.4.8 2019-07-08 18:30:19 +01:00
Zlatin Balevsky bcce55b873 fix integer overflow 2019-07-07 10:58:39 +01:00
Zlatin Balevsky d8e44f5f39 kill other workers if download is finished 2019-07-06 22:21:13 +01:00
Zlatin Balevsky 066ee2c96d wrong list 2019-07-06 11:28:04 +01:00
Zlatin Balevsky 0a8016dea7 enable stealing of pieces from other download workers 2019-07-06 11:26:18 +01:00
Zlatin Balevsky db36367b11 avoid AIOOBE 2019-07-06 11:00:31 +01:00
Zlatin Balevsky b6c9ccb7f6 return up to 9 X-Alts 2019-07-06 09:03:27 +01:00
Zlatin Balevsky a9dc636bce write pieces every time a downloader finishes 2019-07-06 00:52:49 +01:00
Zlatin Balevsky 3cc0574d11 working partial pieces 2019-07-06 00:47:45 +01:00
Zlatin Balevsky 20fab9b16d work on partial piece persistence 2019-07-06 00:17:46 +01:00