aboutsummaryrefslogtreecommitdiff
path: root/src/log.cpp
AgeCommit message (Expand)Author
2022-05-23Add missing concurrency protection in logger (#12325)paradust7
2022-05-04Make logging cost free when there is no output target (#12247)paradust7
2020-10-05Remove unused functions reported by cppcheck (#10463)SmallJoker
2020-05-14Add chat_log_level setting (#9223)SmallJoker
2019-09-07Move debug.txt after it grows too big (#8904)HybridDog
2018-03-04Fix missing warningstream (or similar problem) (#7034)you
2018-01-09Fix off-by-one in log output line length (#6896)Pedro Gimeno
2017-06-11Remove threads.h and replace its definitions with their C++11 equivalents (#5...ShadowNinja
2016-04-21Make logging use a fixed-length buffer to avoid race conditions.Ekdohibs
2015-11-06Add server side ncurses terminalest31
2015-10-27Add STATIC_ASSERT() macro and use itkwolekr
2015-10-25Fix out of bounds vector write in Logger::addOutput(ILogOutput *out)est31
2015-10-24Small logging refactor and additional optionsest31
2015-10-16Refactor thread utility interfacekwolekr
2015-10-14Refactor loggingShadowNinja
2015-08-25Change i++ to ++iDavid Jones
2015-08-23Clean up threadingShadowNinja
2015-04-01Move globals from main.cpp to more sane locationsCraig Robbins
2015-03-05Use std::queue for HTTPFetchRequest and std::vector for log_output instead of...Loic Blot
2015-02-12Fix Android compile warningCraig Robbins
2015-01-06Fixes for androidsapier
2014-12-12Log: Silence errorstream during unittestskwolekr
2014-06-29Add support for Android 2.3+sapier
2014-01-10Fixed minetest reliable udp implementation (compatible to old clients)sapier
2013-11-30Fix log threadname lookup handling not beeing threadsafesapier
2013-02-24Update Copyright YearsSfan5
2013-02-24Change Minetest-c55 to MinetestPilzAdam
2012-06-05Switch the license to be LGPLv2/later, with small parts still remaining as GP...Perttu Ahola
2012-05-20Add better trace peudo-loglevel supportPerttu Ahola
2011-11-29Add a third log output interface methodPerttu Ahola
2011-11-29Add log_remove_output and log_deregister_threadPerttu Ahola
2011-10-16Initially add small and tight logging facilityPerttu Ahola