Commit Graph

354 Commits (8923c6ff7d01974c75d24907063b1cb5c4ef9501)

Author SHA1 Message Date
Zlatin Balevsky 7bb5e5b632 Release 0.3.4 2019-06-20 21:07:50 +01:00
Zlatin Balevsky b2e43f9765 update split pattern and add unit test 2019-06-20 21:06:39 +01:00
Zlatin Balevsky 2aa73c203a Release 0.3.3 2019-06-20 18:08:02 +01:00
Zlatin Balevsky 18d2b56563 fix indexing 2019-06-20 17:57:36 +01:00
Zlatin Balevsky a455b4ad6e redirect exceptions in result sender to log 2019-06-20 17:22:59 +01:00
Zlatin Balevsky 761b683a81 Release 0.3.2 2019-06-20 16:04:46 +01:00
Zlatin Balevsky 1d41bcd825 prevent empty tokens in search index 2019-06-20 16:02:48 +01:00
Zlatin Balevsky f1ac038b55 update split pattern 2019-06-20 15:47:00 +01:00
Zlatin Balevsky 821555f3f1 Release 0.3.1 2019-06-20 14:02:22 +01:00
Zlatin Balevsky 089ab4f0d9 do not retry downloads if core is shut(ting) down 2019-06-20 13:40:04 +01:00
Zlatin Balevsky 948b6292fe add shutdown hook to shutdown core on SIGTERM 2019-06-20 13:29:15 +01:00
Zlatin Balevsky 4e2a530a13 Release 0.3.0 2019-06-20 07:04:45 +01:00
Zlatin Balevsky 3d91c0f4c7 increase default tunnel count 2019-06-19 22:24:04 +01:00
Zlatin Balevsky 2825a8d9a4 Release 0.2.10 2019-06-19 17:18:30 +01:00
Zlatin Balevsky 8dcce9bda6 Merge branch 'connection-logic' 2019-06-19 17:16:13 +01:00
Zlatin Balevsky d8d3e2cd58 update tests 2019-06-19 15:54:35 +01:00
Zlatin Balevsky 84cee0aa43 retry failed hosts after one hour 2019-06-19 08:35:31 +01:00
Zlatin Balevsky 67a0939de4 Release 0.2.9 2019-06-18 20:15:53 +01:00
Zlatin Balevsky 37ca922a2c reduce default retry interval 2019-06-18 20:07:20 +01:00
Zlatin Balevsky 1d6781819b ignore CWSE if shutting down 2019-06-18 19:44:22 +01:00
Zlatin Balevsky 59c84d8a5e Release 0.2.8 2019-06-18 17:48:07 +01:00
Zlatin Balevsky 526ec45da3 Release 0.2.7 2019-06-18 15:53:54 +01:00
Zlatin Balevsky deb7c0b4b0 exclude files present locally from search results 2019-06-18 15:45:27 +01:00
Zlatin Balevsky e85a0c7b2c Merge branch 'source-tracking' 2019-06-18 12:22:46 +01:00
Zlatin Balevsky 7b021a47eb fix detection of moving files into a watched dir on Linux 2019-06-18 12:20:10 +01:00
Zlatin Balevsky 0c21d4d6c1 implement source tracking 2019-06-18 11:34:19 +01:00
Zlatin Balevsky bf33a6ff61 Release 0.2.6 2019-06-18 09:07:27 +01:00
Zlatin Balevsky 6a40787863 fine log 2019-06-18 05:46:16 +01:00
Zlatin Balevsky c698cbd737 register created directories recursively 2019-06-18 05:43:41 +01:00
Zlatin Balevsky 9c049b9301 special case mac 2019-06-18 05:26:41 +01:00
Zlatin Balevsky 84a9bb9482 watch deleting of files 2019-06-18 04:15:44 +01:00
Zlatin Balevsky c46f1b1ccd delay processing of files until after 1 second after the last MODIFY event 2019-06-17 23:08:16 +01:00
Zlatin Balevsky 7e2c4d48c6 wait for UI to load before loading files 2019-06-17 22:34:19 +01:00
Zlatin Balevsky 71a919e62b shut down watcher before connection manager 2019-06-17 22:15:50 +01:00
Zlatin Balevsky d5eb65bdc2 do not print stacktrace on clean shutdown 2019-06-17 21:58:44 +01:00
Zlatin Balevsky aef7533bd5 make watcher thread daemon 2019-06-17 19:58:57 +01:00
Zlatin Balevsky e78016ead4 ui panel for managing watched directories 2019-06-17 19:23:04 +01:00
Zlatin Balevsky 52ced669dd basic watching of directories 2019-06-17 16:36:12 +01:00
Zlatin Balevsky 5dcef3ca05 Release 0.2.5 2019-06-17 12:53:58 +01:00
Zlatin Balevsky c4f48c02b6 delete incomplete file on cancel 2019-06-17 12:33:44 +01:00
Zlatin Balevsky c3d9e852ba separate incomplete files 2019-06-17 07:49:06 +01:00
Zlatin Balevsky 0db7077a45 Release 0.2.4 2019-06-17 03:22:52 +01:00
Zlatin Balevsky 614ecc85fe new piece selection logic to avoid high cpu bug 2019-06-17 03:21:37 +01:00
Zlatin Balevsky 465171c81d prevent multiple identical shared files 2019-06-17 00:38:05 +01:00
Zlatin Balevsky b507361c58 close the file before marking pieces complete 2019-06-16 23:45:23 +01:00
Zlatin Balevsky 4d001ae74b thread-safe access to the pieces file 2019-06-16 22:56:09 +01:00
Zlatin Balevsky 36a6e2769f Release 0.2.3 2019-06-16 19:05:12 +01:00
Zlatin Balevsky 551982b72a batch results sent to the GUI to prevent freeze 2019-06-16 18:51:07 +01:00
Zlatin Balevsky 8d808f0b8f Release 0.2.2 2019-06-16 13:30:11 +01:00
Zlatin Balevsky 3160c1a8f3 fix for silent uploader exceptions 2019-06-16 13:01:14 +01:00