Add warning when disabling secure.enable_security (#9943)
[oweals/minetest.git] / src / threading /
2019-11-14 sfan5Optimize semaphore wait with zero timeout on POSIX
2019-02-03 Leonid BobrovDragonFly BSD is somewhat identical to FreeBSD (#8159)
2018-04-04 Loic BlotFix 5 issues reported by PVS studio
2017-10-10 Loïc BlotThread: fix a crash on Windows due to data race conditi...
2017-08-19 Loïc BlotCode modernization: subfolders (#6283)
2017-08-17 Loïc BlotC++ modernize: Pragma once (#6264)
2017-06-27 adridoFix msvc annoyances (#5963)
2017-06-19 Vincent GlizeC++11 cleanup on constructors (#6000)
2017-06-11 ShadowNinjaRemove threads.h and replace its definitions with their...
2017-06-08 Loïc BlotC++11 patchset 5: use std::threads and remove old compa...
2017-06-06 Loïc BlotUse C++11 mutexes only (remove compat code) (#5922)
2017-06-06 Loïc BlotC++11 patchset 3: remove Atomic/GenericAtomic and use...
2017-05-15 Zeno-Fix uninitalised variable in event.cpp (#5764)
2017-04-07 Loic BlotPass clang-format on 14 trivial header files fixes
2017-01-28 ShadowNinjaFix AIX threading build 5134/head
2017-01-28 ShadowNinjaFix synchronization issue at thread start
2016-10-06 sfan5Fix C++11 Windows build of threading code
2016-07-04 Rogier-5Fix & make linux conditionals uniform (#4278)
2016-05-02 Craig RobbinsFix Windows build
2016-05-01 Craig RobbinsFix use of uninitialised variable in class Event
2016-04-30 ShadowNinjaFix POSIX C++11 build
2016-04-30 Craig RobbinsFix prepreprocessor error in thread.h (related to C...
2016-04-28 ShadowNinjaFix race on thread creation
2016-01-23 est31Fix C++11 compilability
2015-12-11 BlockMenFix events on Windows
2015-12-07 ShadowNinjaFix Event implementation 3408/head
2015-11-08 kwolekrFix misc. MinGW and Valgrind warnings
2015-11-04 est31Time: use locks again
2015-11-03 est31Atomic: cleanup and add more operations
2015-11-02 est31Rename and move basicmacros.h to util/basic_macros.h
2015-11-01 kwolekrFix Lua scripting synchronization
2015-10-31 kwolekrFix C++11 compatibility 3310/head
2015-10-28 kwolekrAdd DISABLE_CLASS_COPY macro (and use it)
2015-10-24 kwolekrFix some threading things and add additional thread...
2015-10-17 RuiFix == to =
2015-10-17 kwolekrFix missing include on AIX
2015-10-17 kwolekrRefactor Thread class to improve readability and portab...
2015-10-14 ShadowNinjaRefactor logging
2015-10-03 ShadowNinjaFix MinGW 32-bit build
2015-09-06 Pavel PuchkinFix building on OSX, broken since "Clean up threading"
2015-08-24 ShadowNinjaClean up threading 2613/head