aboutsummaryrefslogtreecommitdiff
path: root/src/log.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add missing concurrency protection in logger (#12325)paradust72022-05-231-2/+6
* Make logging cost free when there is no output target (#12247)paradust72022-05-041-123/+64
* Remove unused functions reported by cppcheck (#10463)SmallJoker2020-10-051-10/+1
* Add chat_log_level setting (#9223)SmallJoker2020-05-141-0/+74
* Move debug.txt after it grows too big (#8904)HybridDog2019-09-071-5/+21
* Fix missing warningstream (or similar problem) (#7034)you2018-03-041-0/+2
* Fix off-by-one in log output line length (#6896)Pedro Gimeno2018-01-091-5/+2
* Remove threads.h and replace its definitions with their C++11 equivalents (#5...ShadowNinja2017-06-111-4/+4
* Make logging use a fixed-length buffer to avoid race conditions.Ekdohibs2016-04-211-6/+18
* Add server side ncurses terminalest312015-11-061-2/+14
* Add STATIC_ASSERT() macro and use itkwolekr2015-10-271-2/+4
* Fix out of bounds vector write in Logger::addOutput(ILogOutput *out)est312015-10-251-1/+2
* Small logging refactor and additional optionsest312015-10-241-33/+50
* Refactor thread utility interfacekwolekr2015-10-161-3/+3
* Refactor loggingShadowNinja2015-10-141-126/+239
* Change i++ to ++iDavid Jones2015-08-251-1/+1
* Clean up threadingShadowNinja2015-08-231-11/+11
* Move globals from main.cpp to more sane locationsCraig Robbins2015-04-011-0/+14
* Use std::queue for HTTPFetchRequest and std::vector for log_output instead of...Loic Blot2015-03-051-18/+15
* Fix Android compile warningCraig Robbins2015-02-121-1/+1
* Fixes for androidsapier2015-01-061-1/+10
* Log: Silence errorstream during unittestskwolekr2014-12-121-0/+18
* Add support for Android 2.3+sapier2014-06-291-0/+5
* Fixed minetest reliable udp implementation (compatible to old clients)sapier2014-01-101-0/+2
* Fix log threadname lookup handling not beeing threadsafesapier2013-11-301-1/+6
* Update Copyright YearsSfan52013-02-241-1/+1
* Change Minetest-c55 to MinetestPilzAdam2013-02-241-1/+1
* Switch the license to be LGPLv2/later, with small parts still remaining as GP...Perttu Ahola2012-06-051-4/+4
* Add better trace peudo-loglevel supportPerttu Ahola2012-05-201-0/+1
* Add a third log output interface methodPerttu Ahola2011-11-291-0/+1
* Add log_remove_output and log_deregister_threadPerttu Ahola2011-11-291-0/+17
* Initially add small and tight logging facilityPerttu Ahola2011-10-161-0/+144