]> git.sesse.net Git - nageru/history - futatabi/main.cpp
Prefix all the Futatabi Prometheus metrics by futatabi_ instead of nageru_.
[nageru] / futatabi / main.cpp
2018-12-23 Steinar H. GundersonPrefix all the Futatabi Prometheus metrics by futatabi_...
2018-12-23 Steinar H. GundersonAdd a Futatabi metric for number of received frames.
2018-12-23 Steinar H. GundersonIf the Futatabi source URL is empty or /dev/null, don...
2018-12-21 Steinar H. GundersonFix a follow-up error introduced when fixing a Coverity...
2018-12-21 Steinar H. GundersonAvoid a time-to-check-versus-time-of-use error on mkdir().
2018-12-21 Steinar H. GundersonFix some more very unlikely Coverity Scan issues.
2018-12-21 Steinar H. GundersonRemove an unneeded check.
2018-12-21 Steinar H. GundersonFix another Coverity Scan issue that really should...
2018-12-16 Steinar H. GundersonMake the UI programmatically dependent on NUM_CAMERAS.
2018-12-13 Steinar H. GundersonFix an issue where pts would get clamped to zero if...
2018-12-09 Steinar H. GundersonIf the input stream ends or errors out, restart it.
2018-12-09 Steinar H. GundersonFix a hang when storing frame files.
2018-12-04 Steinar H. GundersonMerge branch 'mjpeg'
2018-12-03 Steinar H. GundersonUnify disk_space_estimator.cpp from Nageru and Futatabi.
2018-12-03 Steinar H. GundersonUnify httpd.cpp from Nageru and Futatabi (whitespace...
2018-12-02 Steinar H. GundersonUnify context.cpp from Nageru and Futatabi.
2018-12-01 Steinar H. GundersonCombine ref_counted_gl_sync.h from Nageru and Futatabi...
2018-12-01 Steinar H. GundersonCombine timebase.h from Nageru and Futatabi.
2018-12-01 Steinar H. GundersonCombine the Nageru and Futatabi files that are identical.
2018-12-01 Steinar H. GundersonMerge remote-tracking branch 'futatabi/master'
2018-12-01 Steinar H. GundersonMove everything into a separate futatabi/ subdir, for...