| Commit message (Expand) | Author | Age |
* | Remove threads.h and replace its definitions with their C++11 equivalents (#5... | ShadowNinja | 2017-06-11 |
* | Make logging use a fixed-length buffer to avoid race conditions. | Ekdohibs | 2016-04-21 |
* | Add server side ncurses terminal | est31 | 2015-11-06 |
* | Add STATIC_ASSERT() macro and use it | kwolekr | 2015-10-27 |
* | Fix out of bounds vector write in Logger::addOutput(ILogOutput *out) | est31 | 2015-10-25 |
* | Small logging refactor and additional options | est31 | 2015-10-24 |
* | Refactor thread utility interface | kwolekr | 2015-10-16 |
* | Refactor logging | ShadowNinja | 2015-10-14 |
* | Change i++ to ++i | David Jones | 2015-08-25 |
* | Clean up threading | ShadowNinja | 2015-08-23 |
* | Move globals from main.cpp to more sane locations | Craig Robbins | 2015-04-01 |
* | Use std::queue for HTTPFetchRequest and std::vector for log_output instead of... | Loic Blot | 2015-03-05 |
* | Fix Android compile warning | Craig Robbins | 2015-02-12 |
* | Fixes for android | sapier | 2015-01-06 |
* | Log: Silence errorstream during unittests | kwolekr | 2014-12-12 |
* | Add support for Android 2.3+ | sapier | 2014-06-29 |
* | Fixed minetest reliable udp implementation (compatible to old clients) | sapier | 2014-01-10 |
* | Fix log threadname lookup handling not beeing threadsafe | sapier | 2013-11-30 |
* | Update Copyright Years | Sfan5 | 2013-02-24 |
* | Change Minetest-c55 to Minetest | PilzAdam | 2013-02-24 |
* | Switch the license to be LGPLv2/later, with small parts still remaining as GP... | Perttu Ahola | 2012-06-05 |
* | Add better trace peudo-loglevel support | Perttu Ahola | 2012-05-20 |
* | Add a third log output interface method | Perttu Ahola | 2011-11-29 |
* | Add log_remove_output and log_deregister_thread | Perttu Ahola | 2011-11-29 |
* | Initially add small and tight logging facility | Perttu Ahola | 2011-10-16 |