]> git.sesse.net Git - cubemap/history - Makefile
Bump version number to 1.2.1-pre.
[cubemap] / Makefile
2014-04-24 Steinar H. GundersonRemove support for mark pools.
2014-04-13 Steinar H. GundersonMake sure we don't overwrite an existing configuration...
2014-02-06 Steinar H. GundersonCompile with large file support, especially since pwrit...
2013-12-01 Steinar H. GundersonAdd a listen statement to listen on only specific IP...
2013-09-08 Philipp KernAdd systemd service unit.
2013-09-08 Philipp KernMakefile: Implement sysconfdir and localstatedir.
2013-08-18 Steinar H. GundersonMake the install target install the Munin plugins.
2013-08-18 Steinar H. GundersonSwitch to a new version of the Metacube protocol.
2013-08-17 Steinar H. GundersonMake the HTTP inputs time out after 30 seconds of no...
2013-08-17 Philipp KernAdd a manual page for cubemap.
2013-08-16 Steinar H. GundersonDefault PREFIX should be /usr/local, not /usr.
2013-08-16 Philipp KernMakefile: accept LDFLAGS for linking
2013-08-16 Steinar H. GundersonProvide an install target in the Makefile.
2013-08-15 Steinar H. GundersonAdd preliminary support for input stream statistics.
2013-04-21 Steinar H. GundersonMerge branch 'master' of /srv/git.sesse.net/www/cubemap
2013-04-21 Steinar H. GundersonAdd support for UDP outputs.
2013-04-19 Steinar H. GundersonFix broken linking.
2013-04-19 Steinar H. GundersonCompile and link with -pthread, not -lpthread.
2013-04-16 Steinar H. GundersonLog all finished accesses to an access log.
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-13 Steinar H. GundersonMove Client and Stream into their own files.
2013-04-13 Steinar H. GundersonMove the “read the whole file” logic into a new file.
2013-04-11 Steinar H. GundersonAdd rudimentary README.
2013-04-11 Steinar H. GundersonSupport UDP input. Also fix some issues with socket...
2013-04-11 Steinar H. GundersonMake Input a bit more generic, to pave the way for...
2013-04-10 Steinar H. GundersonFactor all the common thread starting/stopping into...
2013-04-10 Steinar H. GundersonMerge branch 'master' of /srv/git.sesse.net/www/cubemap
2013-04-10 Steinar H. GundersonFactor statistics writing into its own class and file.
2013-04-10 Steinar H. GundersonSeparate out the acceptor stuff into its own file.
2013-04-10 Steinar H. GundersonAdd support for setting fwmarks per-connection. Useful...
2013-04-09 Steinar H. GundersonRename cubemap.cpp to main.cpp. Aaaa....
2013-04-08 Steinar H. GundersonWrite our own HTTP client instead of using curl. Not...
2013-04-07 Steinar H. GundersonSupport parsing streams from config file. Also support...
2013-04-07 Steinar H. GundersonMove the logic of load-balancing etc. into ServerPool...
2013-04-06 Steinar H. GundersonMakefile tweaks to deal with the protobuf dependency.
2013-04-06 Steinar H. GundersonStart working on serialization.
2013-04-06 Steinar H. GundersonImplement epoll main loop in Server, and parse header.
2013-04-06 Steinar H. GundersonSplit Server and MutexLock out into separate source...
2013-04-06 Steinar H. GundersonAdd a Makefile.