This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
nzbget
Watch
1
Star
0
Fork
0
You've already forked nzbget
mirror of
https://github.com/nzbget/nzbget.git
synced
2026-06-11 21:24:14 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
39063e4bcff15f8f38d289045f57ccd279cf9efe
nzbget
/
daemon
/
postprocess
History
hugbug
059bd2b54e
set correct file permissions for source code
2015-07-06 21:56:25 +02:00
..
ParChecker.cpp
refactor: changed one parameter in par2-module from "double" to "int"
2015-06-05 10:55:11 +00:00
ParChecker.h
refactor: changed one parameter in par2-module from "double" to "int"
2015-06-05 10:55:11 +00:00
ParCoordinator.cpp
refactor: reworked declaration of global objects (singletones)
2015-05-22 20:28:05 +00:00
ParCoordinator.h
refactor: reducing module dependencies for easier testing: extracted par file name parsing code from module "ParCoordinator" into new module "ParParser", which can be instantiated separately
2015-05-21 14:33:16 +00:00
ParParser.cpp
set correct file permissions for source code
2015-07-06 21:56:25 +02:00
ParParser.h
set correct file permissions for source code
2015-07-06 21:56:25 +02:00
ParRenamer.cpp
refactor: reworked declaration of global objects (singletones)
2015-05-22 20:28:05 +00:00
ParRenamer.h
added quick file verification during par-check/repair; if par-repair is required for download the files downloaded without errors are verified quickly by comparing their checksums against the checksums stored in the par2-file; this makes the verification of undamaged files almost instant; damaged files are verified as usual; new option "ParQuick" (active by default); added support for block-by-block scan of files during verification, which improves scan speed of damaged files; the quick par-verification requires a patch for libpar2 (see
http://nzbget.net/libpar2
for details)
2014-07-27 21:59:00 +00:00
PrePostProcessor.cpp
refactor: reworked declaration of global objects (singletones)
2015-05-22 20:28:05 +00:00
PrePostProcessor.h
refactor: reworked declaration of global objects (singletones)
2015-05-22 20:28:05 +00:00
Unpack.cpp
refactor: reworked declaration of global objects (singletones)
2015-05-22 20:28:05 +00:00
Unpack.h
each nzb now has its own individual log, where messages printed during download or post-processing are saved; the messages can be retrieved later at any time; new button "Log" in the history details dialog; button "Log" in the download details dialog is now active during download too (not only during post-processing); the log contains all nzb-related messages except detail-messages and errors printed during retrieving of articles (they would produce way too many messages and are not that useful anyway); new option "NzbLog" to deactivate per-nzb logging if necessary; per-nzb logs are saved in the queue-directory (option "QueueDir"); new RPC-method "loadlog" returns the previously saved messages for a given nzb-file; new field "MessageCount" is returned by RPC-methods "listgroups" and "history" and indicates if there are any messages saved for the item; parameter "NumberOfLogEntries" of RPC-method "listgroups" and the field "Log" returned by the method are now deprecated, use method "loadlag" instead; field "PostInfoText" returned by RPC-method "listgroups" is now automatically filled with the latest message printed by a pp-script eliminating the need to access deprecated field "Log"
2015-02-26 20:57:38 +00:00