Andrey Prygunkov
|
adf3e05e1d
|
#351: refactor: utility function "Sleep"
to replace direct calls to “usleep”, with parameter in milliseconds
instead of microseconds.
|
2019-01-22 22:23:40 +01:00 |
|
Andrey Prygunkov
|
e3bd94189a
|
#351: refactor: moved changeable state into new Unit "WorkState.cpp"
from Unit “Options.cpp”. The latter now contains only program options
(which cannot be changed without reload).
|
2019-01-22 21:57:00 +01:00 |
|
Andrey Prygunkov
|
0776c6b057
|
#595: check original file names when looking for splitted fragments
|
2019-01-17 00:28:55 +01:00 |
|
Andrey Prygunkov
|
08de827d7b
|
refactor: removed unneeded type casts
|
2017-05-18 18:43:08 +02:00 |
|
Andrey Prygunkov
|
5afa20d655
|
#364: better ordering for rar- and par-files
|
2017-04-30 21:27:51 +02:00 |
|
Andrey Prygunkov
|
62b3d47b43
|
#362: redesigned renaming
Spread RenameInfo into FileInfo and NzbInfo to make the state easier to
save on disk
|
2017-04-28 23:55:41 +02:00 |
|
Andrey Prygunkov
|
958712663e
|
fixed compile error under gcc 4.8
|
2017-02-18 20:14:48 +01:00 |
|
Andrey Prygunkov
|
06e7573572
|
#329: improved selecting of par2-file for repair
|
2017-01-19 21:48:35 +01:00 |
|
Andrey Prygunkov
|
639e0b6bfb
|
#327: reverted non-strict par2-filename matching
To handle article subjects with non-parseable filenames. Also created a
functional test for this case.
|
2017-01-17 22:18:34 +01:00 |
|
Andrey Prygunkov
|
99fcd164ac
|
#291: smoother transition between pp-stages
without intermediate “pp-queued” state shown in web-interface
|
2016-10-13 00:07:44 +02:00 |
|
Andrey Prygunkov
|
2e19382ccc
|
#291: multi post-processing
During par-check/repair another pp-item can be post-processed at the
same time, as long as it doesn’t require par-check/repair.
|
2016-10-12 00:13:50 +02:00 |
|
Andrey Prygunkov
|
a6dc20dc8e
|
#291: refactor: made par-checker non-global
and more similar to other post-processing stages.
|
2016-10-11 20:43:11 +02:00 |
|