summaryrefslogtreecommitdiff
path: root/p2pvr/lib
Commit message (Collapse)AuthorAge
* Remove boost::filesystem in favour of std::filesystemp2pvr-0.3.3Dan Goodliffe2019-02-03
|
* C++17 and Ice 3.7p2pvr-0.3.0Dan Goodliffe2018-04-29
| | | | Updates all components to be C++17 and Ice 3.7
* Unify local/global devices and tuners into a single coherent serviceDan Goodliffe2017-08-06
|
* Drop out local file hanlde for AdHoc'sDan Goodliffe2017-08-05
|
* Prefer unique_ptr for local SI tables, pass them around as const refsDan Goodliffe2017-08-04
|
* Pass table object to handler by reference.Dan Goodliffe2017-08-03
| | | | Add override attribute where missing in parsers
* Tidy and shuffle some bitsDan Goodliffe2017-08-02
|
* Move everything out of the global namespaceDan Goodliffe2017-07-30
|
* BIG migration from Project2 based to IceTray/Slicer :DDan Goodliffe2017-07-30
|
* Partially tested global visibility hidden in all projectsDan Goodliffe2016-01-24
|
* Remove flto cos I'm sick of it randomly breaking stuffDan Goodliffe2015-12-18
|
* Enable hidden visibility and LTODan Goodliffe2015-10-25
|
* Slash the amount of inclusion in pre-compiled headersDan Goodliffe2015-10-02
|
* Use libadhocutilDan Goodliffe2015-09-03
|
* Don't use the local adapter reference before it's initializedDan Goodliffe2015-06-13
|
* Remove debugDan Goodliffe2015-06-13
|
* TemporaryIceAdapterObject should take and keep a handle to its objectDan Goodliffe2015-06-13
|
* Move core start into right fileDan Goodliffe2015-06-13
|
* Add wrapper for removing the proxy earlyDan Goodliffe2015-06-13
|
* 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
|
* Move some bits from lib into more focused partsDan 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)
* Merge all delivery methodsDan 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
|
* Remove some no longer required UnbindColumns implsDan Goodliffe2015-06-13
|
* Remove some no longer required UnbindColumns implsDan Goodliffe2015-06-13
|
* Use native for instead BOOST_FOREACHDan Goodliffe2015-06-13
|
* Big commit comprising mostly of changes to the DB structure to unify ↵Dan Goodliffe2015-06-13
| | | | recorded event details into events, lots of new unit tests
* Scattering of fixes to remove hacks around paths and fix running the build ↵randomdan2014-11-13
| | | | from folders other than the project root
* Basic support for streaming services (slow, thanks ffmpeg) and recordings ↵randomdan2014-03-20
| | | | (assumes storage endpoint) through the web frontend - implemented as two project2 stream sources
* Restructure into more sensibly arranged libsrandomdan2014-03-13
|
* Expose more of the interfacerandomdan2014-03-12
| | | | Gracefully handle not found problems
* Incorperate proper datetimes and durations now the core doesrandomdan2014-03-04
|
* Add an SI function to get a transport suitable for getting SI based on the ↵randomdan2014-02-10
| | | | delivery next being used for recordings, mimimises fails/retries
* Tweaks and scripts for a proper installrandomdan2014-02-08
|
* Fixes around the new muxer and sender featuresrandomdan2014-01-31
|
* Refactor tuner to use specific implementations of new interface for send ↵randomdan2014-01-22
| | | | | | | different (TS and SI) data to clients Refactor muxer to not block and read output data whilst writing input data Add a (service) streamer for testing
* Fix up pipe handling in the muxer and write stderr of muxer command into the lograndomdan2014-01-19
|
* Set default ffmpeg options to something now tried and testedrandomdan2014-01-19
|
* Minor fixes to schedulingrandomdan2014-01-19
|
* Add missing collocationOptimized fixrandomdan2014-01-13
| | | | Log exception on background send fail
* Remove junk for estimating device usagerandomdan2014-01-13
| | | | | Throw exception when no devices are available, don't return null Don't iterate all transponders when getting network details
* Basic implementation of a recorderrandomdan2014-01-09
|
* Select a remmeber the scheduleId for an upcoming recordingrandomdan2014-01-07
|
* Unify the daemon base coderandomdan2014-01-05
| | | | | | Enable multiple threads Add mutexes where required Proxy ICE logs into p2 logger