1
I Use This!
Inactive

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 5 hours ago.
Sep 06, 2024 — Sep 06, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
dvbtee v0.3.7 More... about 10 years ago
serve: fix time-of-check time-of-use (TOCTOU) race condition More... about 10 years ago
Merge branch 'master' into decoder More... about 10 years ago
channels: fix warning: taking the absolute value of unsigned type 'unsigned int' has no effect More... about 10 years ago
channels: fix typo: should be '-' rather than '==' More... about 10 years ago
value/object: inline template function const T& get(std::string key) const More... about 10 years ago
value/object: inline template function const ValueBase* set(std::string key, T val) More... about 10 years ago
value/object: remove internal definition of template const ValueBase* Object::set<T>(int key, T val) More... about 10 years ago
value: add support for primitive type 'long long' More... about 10 years ago
value/array: implement array template for all types More... about 10 years ago
value/object: inline template function const ValueBase* set(int key, T val) More... about 10 years ago
value: add support for primitive type 'unsigned long long' More... about 10 years ago
Merge branch 'master' into decoder More... about 10 years ago
value/object: fix explicit specialization after instantiation More... about 10 years ago
dvbtee: fix warning: unused parameter 'priv' More... about 10 years ago
serve/text: fix warning: unused parameter 'context' More... about 10 years ago
hlsfeed: fix warning: private field 'toplevel' is not used More... about 10 years ago
hdhr_tuner: fix warning: unused parameter 'modulation' More... about 10 years ago
parse: fix warning: unused parameter 'p_stt' & 'p_tot' More... about 10 years ago
tunerprovider: fix warnings when building for non-linux More... about 10 years ago
parse: fix warning: unused parameter 'handle' More... about 10 years ago
feed: fix warning: equality comparison with extraneous parentheses More... about 10 years ago
hlsfeed: add explicit braces to avoid dangling else More... about 10 years ago
Merge branch 'master' into decoder More... about 10 years ago
listen: set accepted_sock_fd to -1 after close() More... about 10 years ago
serve: fix wrapper object use after free More... about 10 years ago
Merge branch 'master' into decoder More... about 10 years ago
QMAKE_CXXFLAGS: remove '-Wno-deprecated' & '-Wno-deprecated-declarations' More... about 10 years ago
Merge branch 'master' into decoder More... about 10 years ago
QMAKE_CXXFLAGS: remove '-Wno-ignored-qualifiers' More... about 10 years ago