caryoscelus
|
d924e9bb2e
|
fix error handling (was: unbound local variable)
|
2023-07-24 10:29:25 +00:00 |
|
caryoscelus
|
8706f5f712
|
revert circular import style in Site/SiteManager
fixes #203
|
2023-03-14 12:18:42 +00:00 |
|
caryoscelus
|
f02e576973
|
code comment
|
2022-11-28 09:28:52 +00:00 |
|
caryoscelus
|
119352a685
|
Revert "remove unused code"
This reverts commit dc804b9d5f .
fixes #182
|
2022-11-28 09:13:32 +00:00 |
|
caryoscelus
|
dc804b9d5f
|
remove unused code
|
2022-09-19 15:00:15 +00:00 |
|
caryoscelus
|
427bea581b
|
fix import style
|
2022-08-24 20:51:52 +00:00 |
|
caryoscelus
|
7658f57161
|
minor code improvement
|
2022-03-26 09:24:59 +00:00 |
|
caryoscelus
|
66fcc037e3
|
change of ADMIN privilege management
- don't grant ADMIN permission to home or update pages
- allow granting ADMIN permission via `--admin_pages` command line option
|
2022-01-24 02:05:41 +00:00 |
|
Tamas Kocsis
|
ce5b4c3eda
|
Don't non-existent files as bad
|
2020-09-18 18:45:42 +02:00 |
|
Tamas Kocsis
|
4da89580c1
|
Don't mark content.json as bad file if update failed
|
2020-09-18 18:43:54 +02:00 |
|
Tamas Kocsis
|
94765af0f3
|
Fix not downloaded site delete on startup
|
2020-09-08 19:28:41 +02:00 |
|
Tamas Kocsis
|
5a226baaa5
|
Reduce announce number for not recently added sites
|
2020-09-08 19:28:04 +02:00 |
|
Tamas Kocsis
|
b7bc197012
|
Only try to get more peers for timeout task if site is recently added
|
2020-09-08 19:26:18 +02:00 |
|
Tamas Kocsis
|
0907edb6b1
|
Remove obsolate auth_key generation
|
2020-09-04 17:35:48 +02:00 |
|
shortcutme
|
e0bf4dc9ec
|
Skip announcing to trackers with unsupported address
|
2020-03-02 17:08:43 +01:00 |
|
shortcutme
|
f0a706f6ab
|
Rev4455, Fix new sites file downloading
|
2020-02-21 13:58:11 +01:00 |
|
shortcutme
|
ae9a76a6c9
|
Fix double sites.json loading on startup when adding missing sites
|
2020-02-20 17:27:31 +01:00 |
|
shortcutme
|
9b85d8638d
|
Don't allow run site api calls when site is deleting
|
2020-02-20 17:25:56 +01:00 |
|
shortcutme
|
d2627f36d5
|
Pass all arguments on site need
|
2020-02-13 17:23:37 +01:00 |
|
shortcutme
|
8e79a7da63
|
Fix incomplete loading of dbschema.json
|
2020-02-07 16:37:37 +01:00 |
|
shortcutme
|
a9368bb3c8
|
Don't allow parallel sites.json loading
|
2020-01-22 16:35:40 +01:00 |
|
shortcutme
|
c6b07f1294
|
Wait until checkmodification spawned pools are finishing
|
2019-12-21 03:04:36 +01:00 |
|
shortcutme
|
3ccce46314
|
Wait until downloadContent pool finishes
|
2019-12-21 03:03:49 +01:00 |
|
shortcutme
|
7c1da5da52
|
Abilty to disable file bad file retry at end of download
|
2019-12-21 03:03:32 +01:00 |
|
shortcutme
|
c5de1447c8
|
onComplete will be triggered by WorkerManager
|
2019-12-21 03:02:53 +01:00 |
|
shortcutme
|
e16ace433c
|
Better logging in site download content
|
2019-12-21 03:02:36 +01:00 |
|
shortcutme
|
f3665b172f
|
Avoid unnecessary pool call
|
2019-12-17 15:07:32 +01:00 |
|
shortcutme
|
23b3cd3986
|
Better rebuild log message
|
2019-12-17 15:07:00 +01:00 |
|
shortcutme
|
f7ee6744af
|
Db busy event waited in getDb
|
2019-12-17 15:06:36 +01:00 |
|
shortcutme
|
ac45217816
|
Add reason for db close and rebuilds
|
2019-12-17 15:05:59 +01:00 |
|
shortcutme
|
8c51e81a0b
|
Fix double opening of dbs
|
2019-12-17 15:05:21 +01:00 |
|
shortcutme
|
c1df78b97f
|
Name threadpools
|
2019-12-17 14:43:33 +01:00 |
|
shortcutme
|
10c1986c54
|
Fix site list changing during listing
|
2019-12-17 14:31:55 +01:00 |
|
shortcutme
|
d7cabb47ca
|
Log task numbers on content.json start
|
2019-12-17 14:31:41 +01:00 |
|
shortcutme
|
8de1714f08
|
Fix onComplete call when donwload end
|
2019-12-17 14:31:12 +01:00 |
|
shortcutme
|
20ba9cd589
|
Log site download time
|
2019-12-17 14:30:29 +01:00 |
|
shortcutme
|
af1ac9bce8
|
Try to find already running task for file before start a new one
|
2019-12-17 14:30:14 +01:00 |
|
shortcutme
|
31a6e3ee9a
|
Don't allow clone to run in parallel
|
2019-12-17 14:29:48 +01:00 |
|
shortcutme
|
8ed7d0385d
|
If possible use loaded db to get db file inner_path
|
2019-12-17 14:21:47 +01:00 |
|
shortcutme
|
02d45e9c39
|
Use separate threadpool for batch site storage operations
|
2019-12-17 14:20:49 +01:00 |
|
shortcutme
|
2a402a0674
|
Use thread-safe mode to create directories
|
2019-12-17 14:18:54 +01:00 |
|
shortcutme
|
04ecb89e9a
|
Avoid sending too many publish request to an outdated client
|
2019-12-04 17:15:42 +01:00 |
|
shortcutme
|
f0c10efca6
|
Progress meter for site delete
|
2019-11-30 02:08:29 +01:00 |
|
shortcutme
|
afd23849a6
|
Log site delete as info
|
2019-11-27 03:04:49 +01:00 |
|
shortcutme
|
5df5e25d68
|
Better logging of recent peers
|
2019-11-25 14:49:40 +01:00 |
|
shortcutme
|
07633ba79d
|
Fix local peers dropping out from recent peers
|
2019-11-25 14:33:18 +01:00 |
|
shortcutme
|
9299e5b614
|
Kill greenlets with notify
|
2019-11-20 14:07:33 +01:00 |
|
shortcutme
|
58214c0ac3
|
Move file writes and reads to separate thread
|
2019-11-19 02:16:20 +01:00 |
|
shortcutme
|
57f2a43864
|
Formatting
|
2019-11-19 02:11:19 +01:00 |
|
shortcutme
|
74d7fb7835
|
Less verbose logging in site storage
|
2019-11-19 02:10:42 +01:00 |
|