]> git.sesse.net Git - cubemap/history - util.cpp
Refer to streams internally mostly by an index, not the stream_id.
[cubemap] / util.cpp
2013-04-20 Steinar H. GundersonReinstate the new signal handling; revert the revert.
2013-04-19 Steinar H. GundersonRevert "Rewrite the entire internal signal handling...
2013-04-19 Steinar H. GundersonRewrite the entire internal signal handling/wakeup.
2013-04-19 Steinar H. GundersonAdd a missing log_perror() on close() failure (cosmetic...
2013-04-19 Steinar H. GundersonSet umask security before calling mkstemp().
2013-04-18 Steinar H. GundersonSend backlog file descriptors around instead of going...
2013-04-15 Steinar H. GundersonMerge branch 'master' of /srv/git.sesse.net/www/cubemap
2013-04-15 Steinar H. GundersonReplace all perror() calls with our own log calls.
2013-04-15 Steinar H. GundersonMerge branch 'master' of /srv/git.sesse.net/www/cubemap
2013-04-15 Steinar H. GundersonImplement much better logging, with support for both...
2013-04-14 Steinar H. GundersonMake read_tempfile() much faster, and make it close...
2013-04-13 Steinar H. GundersonRun include-what-you-use.
2013-04-13 Steinar H. GundersonMove the “read the whole file” logic into a new file.