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
/
util
History
hugbug
059bd2b54e
set correct file permissions for source code
2015-07-06 21:56:25 +02:00
..
Log.cpp
refactor: moved initialization of logging from main module into module "Log"; removed (now unused) global function "abort"
2015-05-21 10:55:06 +00:00
Log.h
refactor: moved initialization of logging from main module into module "Log"; removed (now unused) global function "abort"
2015-05-21 10:55:06 +00:00
Observer.cpp
refactor: reducing dependencies between modules
2014-03-20 21:14:39 +00:00
Observer.h
refactor: reducing dependencies between modules
2014-03-20 21:14:39 +00:00
Script.cpp
refactor: reworked declaration of global objects (singletones)
2015-05-22 20:28:05 +00:00
Script.h
fixed: unlike to all other scripts the update-script should not be automatically terminated when the program quits
2015-02-14 21:12:42 +00:00
Thread.cpp
added support for password list file; new option "UnpackPassFile" to set the location of the file; during unpack the passwords are tried from the file until unpack succeeds or all passwords were tried; implemented different strategies for rar4 and rar5-archives taking into account the features of formats; for rar5-archives a wrong password is reported by unrar unambiguously and the program can immediately try other passwords from the password list; for rar4-archives and for 7z-archives it is not possible to differentiate between damaged archive and wrong password; for those archives if the first unpack attempt (without password) fails the program executes par-check (preferably quick par-check if enabled via option "ParQuick) before trying the passwords from the list; another optimization is that the password list is tried only when the first unpack attempt (without password) reports a password error or decryption errors; this saves unnecessary unpack attempts for damaged unencrypted archives
2015-01-22 20:57:39 +00:00
Thread.h
added support for password list file; new option "UnpackPassFile" to set the location of the file; during unpack the passwords are tried from the file until unpack succeeds or all passwords were tried; implemented different strategies for rar4 and rar5-archives taking into account the features of formats; for rar5-archives a wrong password is reported by unrar unambiguously and the program can immediately try other passwords from the password list; for rar4-archives and for 7z-archives it is not possible to differentiate between damaged archive and wrong password; for those archives if the first unpack attempt (without password) fails the program executes par-check (preferably quick par-check if enabled via option "ParQuick) before trying the passwords from the list; another optimization is that the password list is tried only when the first unpack attempt (without password) reports a password error or decryption errors; this saves unnecessary unpack attempts for damaged unencrypted archives
2015-01-22 20:57:39 +00:00
Util.cpp
set correct file permissions for source code
2015-07-06 21:56:25 +02:00
Util.h
set correct file permissions for source code
2015-07-06 21:56:25 +02:00