Commit Graph

15 Commits

Author SHA1 Message Date
Keivan Beigi 9181b1bb91 more granular Concurrency control.
indexer calls are done fully paralleled.
events are dispatched on max of 2 threads.
2013-05-29 18:35:26 -07:00
Keivan Beigi 8bdf8c31f0 replaced Json.Serialize with ToJson extension method. 2013-05-29 14:29:51 -07:00
Mark McDowall e9bf78a97d Notifications wired up server sided 2013-05-19 18:32:25 -07:00
Keivan Beigi 96990eabb3 indexers implementation is now separated from settings/definition
so we can have multiple newznab definitions.
2013-05-02 16:10:31 -07:00
kay.one d6d524e624 decision engine now reports it's own errors rather than just dying. 2013-04-28 17:39:17 -07:00
kay.one a8e76b3251 renamed some old 'parseResult' variable names. 2013-04-24 10:31:12 -07:00
kay.one 6e88f55a54 cleaned up parsing logic and structure. 2013-04-14 18:41:39 -07:00
kay.one 7c1e81a70e broke episodeparseresult into filenameparseresult and indexerparseresult 2013-04-07 12:01:24 -07:00
kay.one a6a4932b44 rewrite of indexer/episode search 2013-04-07 00:30:37 -07:00
kay.one 048162a0ef fixed more tests. 2013-03-31 23:22:16 -07:00
kay.one 48880e4964 cleaned up scene mapping code. 2013-03-31 19:43:58 -07:00
Keivan Beigi 4ac2997d78 fixed a bit more tests. 2013-03-28 11:06:45 -07:00
kay.one ba4950ea8f fixed some broken tests. 2013-03-26 20:44:52 -07:00
kay.one 9a8414edde moved cleanup of deleted files to their own service.
detaching of episodes when files are deleted is done through events now.
2013-03-07 21:39:54 +09:00
kay.one 40a959a309 more search cleanup. 2013-03-07 21:39:53 +09:00