summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Throw when setting up the proxy failsDan Goodliffe2015-06-13
|
* Split parts ServiceStreamer into a Core version with a bit more flexibility ↵Dan Goodliffe2015-06-13
| | | | than the general case one
* Fix typo in class nameDan Goodliffe2015-06-13
|
* Build right pch and include main ice headerDan Goodliffe2015-06-13
|
* Remove unused tuner type parameter from many placesDan Goodliffe2015-06-13
|
* Explicitly exclude bin dir to stop glob-tree finding cpp files from the ↵Dan Goodliffe2015-06-13
| | | | previous build
* Move some internal only ice parts into daemonDan Goodliffe2015-06-13
|
* Correct location of cpp:include directive for datetime conversionsDan Goodliffe2015-06-13
|
* Move some bits from lib into more focused partsDan Goodliffe2015-06-13
|
* Add deps on sqlDan Goodliffe2015-06-13
|
* Omit the entire unittests folder for main libDan Goodliffe2015-06-13
|
* Offset test data into tomorrow to avoid results changing as day goes byDan Goodliffe2015-06-13
|
* Move record data into slice, switch data field to matching enumeration, ↵Dan Goodliffe2015-06-13
| | | | increase test coverage
* Add mock helper SQL for bringing test data into upcoming 7 daysDan Goodliffe2015-06-13
|
* Remove unrequired templating of objectrowstateDan Goodliffe2015-06-13
|
* Return the select columns from CreateColumns and pass it back into ↵Dan Goodliffe2015-06-13
| | | | BindColumns (saves repeated metadata lookups)
* No longer required explicit implDan Goodliffe2015-06-13
|
* Improve test over events when references events existDan Goodliffe2015-06-13
|
* Fix up and fully UT the setup from empty and maintenance processDan Goodliffe2015-06-13
|
* Throw specific exception (NoRowsFound) when a row is required but none are ↵Dan Goodliffe2015-06-13
| | | | returned
* Add sandboxed database support to unit tests and lots of sample dataDan Goodliffe2015-06-13
|
* Refactor decompress into its own functionDan Goodliffe2015-06-13
|
* Move the conversion specification from the member onto the typeDan Goodliffe2015-06-13
|
* Fix exception spec on tuner interfaces and add covering testsDan Goodliffe2015-06-13
|
* Remove unneeded links to p2iceDan Goodliffe2015-06-13
|
* Remove straggling includes of singleIteratorDan Goodliffe2015-06-13
|
* Merge all delivery methodsDan Goodliffe2015-06-13
|
* Switch to run as unit-test is deprecatedDan Goodliffe2015-06-13
|
* Move embedding test in with other testsDan Goodliffe2015-06-13
|
* Use slicer and metadata for performing mergesDan Goodliffe2015-06-13
|
* Remove unused MapIteratorDan Goodliffe2015-06-13
|
* Remove remaining support code for old school DB selectsDan Goodliffe2015-06-13
|
* Migrate schedulecandidate to slicer model and migrate remaining bits of ↵Dan Goodliffe2015-06-13
| | | | schedules impl to SQL deserializer
* Remove some no longer required UnbindColumns implsDan Goodliffe2015-06-13
|
* Remove some no longer required UnbindColumns implsDan Goodliffe2015-06-13
|
* Migrate schedules impl to SQL deserializerDan Goodliffe2015-06-13
|
* Add duration conversionsDan Goodliffe2015-06-13
|
* Remove some no longer required UnbindColumns implsDan Goodliffe2015-06-13
|
* Migrate recordings impl to SQL deserializerDan Goodliffe2015-06-13
|
* Migrate SI impl to SQL deserializer (includes interface change as get all ↵Dan Goodliffe2015-06-13
| | | | deliveries no longer requires a type)
* Don't bother with permissionsDan Goodliffe2015-06-13
|
* Add view that unions all the deliveries along with their type idsDan Goodliffe2015-06-13
|
* Actually throw the exceptions in deserialize object and tidy up the selectDan Goodliffe2015-06-13
|
* DB layer reports length in bytes, not charsDan Goodliffe2015-06-13
|
* Connect to test DB as user p2pvrDan Goodliffe2015-06-13
|
* Only build the debuginstall on demandDan Goodliffe2015-06-13
|
* Add the SqlSelectDeserializer for Slicer objects and covering unit testsDan Goodliffe2015-06-13
|
* A single ycm config that gets its args from b2Dan Goodliffe2015-06-13
|
* Use native for instead BOOST_FOREACHDan Goodliffe2015-06-13
|
* Remove all the mess around symlinks and fancy structure in storage and add ↵Dan Goodliffe2015-06-13
| | | | some unit tests