]> git.sesse.net Git - cubemap/history - util.cpp
Add an example of IPv6 SSM to the config file.
[cubemap] / util.cpp
2014-04-24 Steinar H. GundersonFix O_TMPFILE usage.
2014-04-24 Steinar H. GundersonSet umask explicitly before calling mkstemp().
2013-09-08 Steinar H. GundersonUse the new-in-3.11 O_TMPFILE flag when available.
2013-08-15 Steinar H. GundersonFix broken umask (we had the bits inverted).
2013-04-21 Steinar H. GundersonMerge branch 'master' of /srv/git.sesse.net/www/cubemap
2013-04-21 Steinar H. GundersonMerge branch 'master' of /srv/git.sesse.net/www/cubemap
2013-04-20 Steinar H. GundersonRun include-what-you-use.
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.