summaryrefslogtreecommitdiff
path: root/src/log.cpp
Commit message (Expand)AuthorAge
* Fix off-by-one in log output line length (#6896)Pedro Gimeno2018-06-03
* Make logging use a fixed-length buffer to avoid race conditions.Ekdohibs2016-04-21
* Add server side ncurses terminalest312015-11-06
* Add STATIC_ASSERT() macro and use itkwolekr2015-10-27
* Fix out of bounds vector write in Logger::addOutput(ILogOutput *out)est312015-10-25
* Small logging refactor and additional optionsest312015-10-24
* Refactor thread utility interfacekwolekr2015-10-16
* Refactor loggingShadowNinja2015-10-14
* Change i++ to ++iDavid Jones2015-08-25
* Clean up threadingShadowNinja2015-08-23
* Move globals from main.cpp to more sane locationsCraig Robbins2015-04-01
* Use std::queue for HTTPFetchRequest and std::vector for log_output instead of...Loic Blot2015-03-05
* Fix Android compile warningCraig Robbins2015-02-12
* Fixes for androidsapier2015-01-06
* Log: Silence errorstream during unittestskwolekr2014-12-12
* Add support for Android 2.3+sapier2014-06-29
* Fixed minetest reliable udp implementation (compatible to old clients)sapier2014-01-10
* Fix log threadname lookup handling not beeing threadsafesapier2013-11-30
* Update Copyright YearsSfan52013-02-24
* Change Minetest-c55 to MinetestPilzAdam2013-02-24
* Switch the license to be LGPLv2/later, with small parts still remaining as GP...Perttu Ahola2012-06-05
* Add better trace peudo-loglevel supportPerttu Ahola2012-05-20
* Add a third log output interface methodPerttu Ahola2011-11-29
* Add log_remove_output and log_deregister_threadPerttu Ahola2011-11-29
* Initially add small and tight logging facilityPerttu Ahola2011-10-16