index
:
minetest.git
clamp
dual_wielding
find_nodes_in_area
handswap_keybind
hud_font_style
itemmeta_restrictions
mirror_hands
physics
serversoundpack
stencil_shadows
wield_animation
lizzy's patches for luanti
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
log.cpp
Age
Commit message (
Expand
)
Author
2022-05-23
Add missing concurrency protection in logger (#12325)
paradust7
2022-05-04
Make logging cost free when there is no output target (#12247)
paradust7
2020-10-05
Remove unused functions reported by cppcheck (#10463)
SmallJoker
2020-05-14
Add chat_log_level setting (#9223)
SmallJoker
2019-09-07
Move debug.txt after it grows too big (#8904)
HybridDog
2018-03-04
Fix missing warningstream (or similar problem) (#7034)
you
2018-01-09
Fix off-by-one in log output line length (#6896)
Pedro Gimeno
2017-06-11
Remove threads.h and replace its definitions with their C++11 equivalents (#5...
ShadowNinja
2016-04-21
Make logging use a fixed-length buffer to avoid race conditions.
Ekdohibs
2015-11-06
Add server side ncurses terminal
est31
2015-10-27
Add STATIC_ASSERT() macro and use it
kwolekr
2015-10-25
Fix out of bounds vector write in Logger::addOutput(ILogOutput *out)
est31
2015-10-24
Small logging refactor and additional options
est31
2015-10-16
Refactor thread utility interface
kwolekr
2015-10-14
Refactor logging
ShadowNinja
2015-08-25
Change i++ to ++i
David Jones
2015-08-23
Clean up threading
ShadowNinja
2015-04-01
Move globals from main.cpp to more sane locations
Craig Robbins
2015-03-05
Use std::queue for HTTPFetchRequest and std::vector for log_output instead of...
Loic Blot
2015-02-12
Fix Android compile warning
Craig Robbins
2015-01-06
Fixes for android
sapier
2014-12-12
Log: Silence errorstream during unittests
kwolekr
2014-06-29
Add support for Android 2.3+
sapier
2014-01-10
Fixed minetest reliable udp implementation (compatible to old clients)
sapier
2013-11-30
Fix log threadname lookup handling not beeing threadsafe
sapier
2013-02-24
Update Copyright Years
Sfan5
2013-02-24
Change Minetest-c55 to Minetest
PilzAdam
2012-06-05
Switch the license to be LGPLv2/later, with small parts still remaining as GP...
Perttu Ahola
2012-05-20
Add better trace peudo-loglevel support
Perttu Ahola
2011-11-29
Add a third log output interface method
Perttu Ahola
2011-11-29
Add log_remove_output and log_deregister_thread
Perttu Ahola
2011-10-16
Initially add small and tight logging facility
Perttu Ahola