]> git.lizzy.rs Git - dragonfireclient.git/history - src/log.cpp
Add missing concurrency protection in logger (#12325)
[dragonfireclient.git] / src / log.cpp
2022-05-23 paradust7Add missing concurrency protection in logger (#12325)
2022-05-04 paradust7Make logging cost free when there is no output target...
2020-10-05 SmallJokerRemove unused functions reported by cppcheck (#10463)
2020-05-14 SmallJokerAdd chat_log_level setting (#9223)
2019-09-07 HybridDogMove debug.txt after it grows too big (#8904)
2018-03-04 youFix missing warningstream (or similar problem) (#7034)
2018-01-09 Pedro GimenoFix off-by-one in log output line length (#6896)
2017-06-11 ShadowNinjaRemove threads.h and replace its definitions with their...
2016-04-21 EkdohibsMake logging use a fixed-length buffer to avoid race...
2015-11-06 est31Add server side ncurses terminal
2015-10-28 kwolekrAdd STATIC_ASSERT() macro and use it
2015-10-24 est31Fix out of bounds vector write in Logger::addOutput...
2015-10-24 est31Small logging refactor and additional options
2015-10-17 kwolekrRefactor thread utility interface
2015-10-14 ShadowNinjaRefactor logging
2015-08-25 David JonesChange i++ to ++i
2015-08-24 ShadowNinjaClean up threading
2015-04-01 Craig RobbinsMove globals from main.cpp to more sane locations
2015-03-05 Loic BlotUse std::queue for HTTPFetchRequest and std::vector...
2015-02-12 Craig RobbinsFix Android compile warning
2015-01-06 sapierFixes for android
2014-12-12 kwolekrLog: Silence errorstream during unittests
2014-06-29 sapierAdd support for Android 2.3+
2014-01-10 sapierFixed minetest reliable udp implementation (compatible...
2013-11-30 sapierFix log threadname lookup handling not beeing threadsafe
2013-02-28 WeblateMerge remote branch 'origin/master'
2013-02-26 kwolekrMerge pull request #482 from proller/liquid
2013-02-24 Sfan5Update Copyright Years
2013-02-24 PilzAdamChange Minetest-c55 to Minetest
2012-06-05 Perttu AholaSwitch the license to be LGPLv2/later, with small parts...
2012-05-20 Perttu AholaAdd better trace peudo-loglevel support
2011-11-29 Perttu AholaAdd a third log output interface method
2011-11-29 Perttu AholaAdd log_remove_output and log_deregister_thread
2011-10-16 Perttu AholaInitially add small and tight logging facility