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-05-19 10:34:28 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
a8aa110f433f175e2e725fada8dca7fc0cb48387
nzbget
/
daemon
/
feed
History
Andrey Prygunkov
e206d3a833
fixed several compiler warnings
2014-09-27 21:04:06 +00:00
..
FeedCoordinator.cpp
fixed: scheduler command "FetchFeed" did not work properly with parameter "0" (fetch all feeds)
2014-06-17 21:31:09 +00:00
FeedCoordinator.h
fixed: program could hang when adding nzb-files from fetched RSS feed (bug introduced in r966)
2014-05-17 21:39:49 +00:00
FeedFile.cpp
remote command "-B dump" now can be used also in release (non-debug) versions and prints useful debug data as "INFO" instead of "DEBUG"
2014-03-20 21:18:27 +00:00
FeedFile.h
reorganized source code directory structure: created directory 'daemon' with several subdirectories and put all source code files there
2014-02-24 22:11:14 +00:00
FeedFilter.cpp
added new search field "dupestatus" for use in rss filters: the search is performed through download queue and history testing items with the same dupekey or title as current rss item; the field contains comma-separated list of following possible statuses (if duplicates were found): QUEUED, DOWNLOADING, SUCCESS, WARNING, FAILURE or an empty string if there were no matching items found
2014-08-10 22:14:03 +00:00
FeedFilter.h
reorganized source code directory structure: created directory 'daemon' with several subdirectories and put all source code files there
2014-02-24 22:11:14 +00:00
FeedInfo.cpp
fixed several compiler warnings
2014-09-27 21:04:06 +00:00
FeedInfo.h
added new search field "dupestatus" for use in rss filters: the search is performed through download queue and history testing items with the same dupekey or title as current rss item; the field contains comma-separated list of following possible statuses (if duplicates were found): QUEUED, DOWNLOADING, SUCCESS, WARNING, FAILURE or an empty string if there were no matching items found
2014-08-10 22:14:03 +00:00