Zlatin Balevsky
|
33287c781c
|
make sure an UploadFinishedEvent always follows an UploadEvent, even if hashlist upload fails
|
2021-10-20 23:28:35 +01:00 |
Zlatin Balevsky
|
ccf55d5ec6
|
Refresh only the rows that are affected by a new uploader. GitHub issue #98
|
2021-10-20 18:05:45 +01:00 |
Zlatin Balevsky
|
ef9ad1549a
|
Mark which upload requests were first for the connection and only refresh the Library for those. Fix accounting of upload slots per user. GitHub issue #98
|
2021-10-20 14:30:40 +01:00 |
Zlatin Balevsky
|
2b3c08d64a
|
Release 0.8.10
|
2021-10-19 20:12:33 +01:00 |
Zlatin Balevsky
|
c0ad9b9a6c
|
windows throws an exception when trying to open the file. GitHub issue #97
|
2021-10-19 16:24:42 +01:00 |
Zlatin Balevsky
|
d53666d7bb
|
try to acquire a read lock before trying to hash the file. GitHub issue #97
|
2021-10-19 15:46:40 +01:00 |
Zlatin Balevsky
|
6a3716b774
|
Try a read lock over the file that is being hashed. GitHub issue #97
|
2021-10-19 14:25:00 +01:00 |
Zlatin Balevsky
|
d64fcfc1a4
|
re-instate the throttling of file load property
|
2021-10-19 13:55:06 +01:00 |
Zlatin Balevsky
|
cdf96f32a2
|
switch to WeakHashMap to prevent reference leak of Destinations
|
2021-10-17 15:06:32 +01:00 |
Zlatin Balevsky
|
0e0b30c3a6
|
revert delaying of downloads as the semaphore approach is enough. GitHub issue #90
|
2021-10-15 18:33:05 +01:00 |
Zlatin Balevsky
|
3d72497d5f
|
Fix return value
|
2021-10-15 17:40:04 +01:00 |
Zlatin Balevsky
|
a131263686
|
limit the simultaneous connections to a given destination to 4. GitHub issue #90
|
2021-10-15 17:29:01 +01:00 |
Zlatin Balevsky
|
73d3fb6ad8
|
throttle new downloads to one every 100ms. Helps with GitHub issue #90
|
2021-10-15 16:03:24 +01:00 |
Zlatin Balevsky
|
bc4f61bcdb
|
Speed up mass resume/retry of downloads. GitHub issue #89
|
2021-10-15 02:11:39 +01:00 |
Zlatin Balevsky
|
0efe12f247
|
update test with second required kickoff event
|
2021-10-14 17:16:15 +01:00 |
Zlatin Balevsky
|
1c1f947315
|
remove the throttling of loading the shared files on startup since the GUI is now updated on a timer
|
2021-10-14 16:57:54 +01:00 |
Zlatin Balevsky
|
47b841cf3d
|
load feeds after the UI loads
|
2021-10-13 20:23:00 +01:00 |
Zlatin Balevsky
|
da2d006405
|
cache hidden roots as they are likely to repeat a lot
|
2021-10-13 10:11:45 +01:00 |
Zlatin Balevsky
|
6c186267f6
|
fix a typo that was causing max chat connections to revert to -1. GitHub issue #66
|
2021-10-12 17:33:41 +01:00 |
Zlatin Balevsky
|
d1bb60c269
|
remove (broken) attempt to force-share the update file
|
2021-10-12 17:15:00 +01:00 |
Zlatin Balevsky
|
ee68ce42c9
|
fix a typo that was causing update checks after every startup
|
2021-10-12 17:13:12 +01:00 |
Zlatin Balevsky
|
41dc8ab0e6
|
Increase the MAX_RESULTS constant because it's not as relevant any more
|
2021-10-11 15:18:16 +01:00 |
Zlatin Balevsky
|
2bfcbbf1c5
|
mark local queries and make sure they get broadcast
|
2021-10-10 08:11:55 +01:00 |
Zlatin Balevsky
|
3c1fbf1953
|
fix connecting to only trusted contacts
|
2021-10-10 07:51:10 +01:00 |
Zlatin Balevsky
|
296f8a9f4d
|
only show paths if the query was searching for paths
|
2021-10-10 00:00:50 +01:00 |
Zlatin Balevsky
|
1c5100f320
|
send path information with results
|
2021-10-09 23:22:24 +01:00 |
Zlatin Balevsky
|
ebac1ffafa
|
add flag to search paths to query message
|
2021-10-09 23:15:35 +01:00 |
Zlatin Balevsky
|
ce806f9f4d
|
Index visible file paths and search through them. GitHub issue #78
|
2021-10-09 22:57:47 +01:00 |
Zlatin Balevsky
|
262bd6931d
|
fix persistence of downloaders which was broken in GitHub issue #65
|
2021-10-09 20:53:22 +01:00 |
Zlatin Balevsky
|
4ee8841db0
|
Prevent race condition with resuming downloads who are just finishing, GitHub issue #77
|
2021-10-09 20:37:57 +01:00 |
Zlatin Balevsky
|
838f9162e4
|
When downloading folder structures share them correctly if sharing is enabled. GitHub issue #65
|
2021-10-08 10:43:25 +01:00 |
Zlatin Balevsky
|
61a61bbbd0
|
Use an HMAC instead of salted hash when generating secret root. Thanks to Searinox for the analysis. GitHub issue #65
|
2021-10-08 06:27:50 +01:00 |
Zlatin Balevsky
|
f022cd7075
|
create download target directory structure, GitHub issue #65
|
2021-10-08 03:16:41 +01:00 |
Zlatin Balevsky
|
06207fbd43
|
fix salt creation on new installs, GitHub issue #65
|
2021-10-08 03:15:59 +01:00 |
Zlatin Balevsky
|
1941406eb9
|
add a hidden root to each path so that the tree does not combine similarly named folders. GitHub issue #65
|
2021-10-08 01:27:28 +01:00 |
Zlatin Balevsky
|
6c55812721
|
canonicalize before checking if directory is watched. Add logging to debug GitHub issue #65
|
2021-10-07 04:51:05 +01:00 |
Zlatin Balevsky
|
2c3a0e5310
|
make sure all watched directories are loaded before any shared files are loaded, GitHub issue #65
|
2021-10-05 18:11:35 +01:00 |
Zlatin Balevsky
|
4e28e6020b
|
do not transmit path information if there is none
|
2021-10-05 00:51:35 +01:00 |
Zlatin Balevsky
|
f1e73daf5c
|
transfer path information in browse GitHub issue #65
|
2021-10-05 00:01:38 +01:00 |
Zlatin Balevsky
|
009af0ce0c
|
decorate SharedFile objects with path from shared root. GitHub issue #65
|
2021-10-04 23:25:36 +01:00 |
Zlatin Balevsky
|
c09396dd90
|
If the user tries to download a file they already, copy the local file. GitHub issue #68
|
2021-10-01 19:42:09 +01:00 |
Zlatin Balevsky
|
5cd06bc58b
|
Release 0.8.9
|
2021-09-14 21:44:21 +01:00 |
Zlatin Balevsky
|
d4d8d09e15
|
ensure that message sender matches endpoint destination and that message is addressed to me
|
2021-09-14 21:28:19 +01:00 |
Zlatin Balevsky
|
559dd76fc7
|
fix bandwidth property names
|
2021-09-07 16:24:28 +01:00 |
Zlatin Balevsky
|
950d34a259
|
if upnp props are not present, assume it's enabled
|
2021-09-07 14:28:06 +01:00 |
Zlatin Balevsky
|
0b2fd2017a
|
share percentage slider
|
2021-09-07 09:08:43 +01:00 |
Zlatin Balevsky
|
1e1a4d0e56
|
ability to disable UPnP in wizard and options
|
2021-09-07 08:41:47 +01:00 |
Zlatin Balevsky
|
a04faadc04
|
do not share hidden directories from auto-watch
|
2021-09-07 04:38:52 +01:00 |
Zlatin Balevsky
|
4a62215e46
|
delete empty directories from files/
|
2021-09-07 04:16:05 +01:00 |
Zlatin Balevsky
|
f079326826
|
Unshare directories in batches. Generate list of directories to unshare from core, not gui. Prevent the negative tree from growing when there are unshares. Fix sharing of files without extensions if the extension ignore list is empty.
|
2021-09-06 17:30:39 +01:00 |