index
:
anonymous/cuberite
1.14
BlockFixes
BoundingBox
CArrays
Certificates
ChannelManagement
ComponentRewrite
FastNBTTest
FixItemCountFormat
InfoDumpParams
InteractRewrite
LuaNoCpp
LuaStateParamsRead
LuaWebControllers
Megumin
MultiLuaStack
Pickups
PieceGenClosurePieces
ProtocolRefactor
SeeBackup
Sponge
VillagerTrading
WarningsFixes
alwaysTicked
apidump-vscode
biomal-bedrock-shape
books
callbacks
daylightgrowth
dumpinfo-plugin-folder
endgen
fixes
fixesandfeatures
formattingcodes
ghastsounds
infodump-dependencies
issue4106
itemsinicleanup
master
mobs2
serverTick
spawning
threading
A lightweight, fast and extensible game server for Minecraft
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
OSSupport
/
IsThread.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-07-22
cIsThread: Reset m_ShouldTerminate after the thread has stopped (#4258)
peterbell10
1
-8
/
+2
2015-12-19
Added HTTPS links wherever they are supported.
Alexander Harkness
1
-5
/
+1
2015-06-22
Fixed minor errors in Tycho's code
Tiger Wang
1
-2
/
+2
2014-12-25
cIsThread: Fixed a race condition on thread start.
Mattes D
1
-2
/
+16
2014-12-07
Fixed c++11 branch issues.
Mattes D
1
-10
/
+10
2014-12-04
Fixed trailing whitespace.
Mattes D
1
-5
/
+5
2014-11-23
Compilation fixes
Tiger Wang
1
-2
/
+2
2014-10-24
Suggestions
Tiger Wang
1
-2
/
+44
2014-10-20
Use std::recusive_mutex
Tiger Wang
1
-1
/
+1
2014-10-19
Use std::thread
Tiger Wang
1
-129
/
+29
2014-07-01
Fixed printf formats for Win builds
madmaxoft
1
-1
/
+1
2014-06-08
Fixed deadlock when moving players to other worlds.
Mattes D
1
-3
/
+18
2014-04-11
Fixed issues with 64-bit MSVC compilation.
madmaxoft
1
-12
/
+19
2013-12-20
Fixed the rest of constructor reorders.
madmaxoft
1
-2
/
+2
2013-12-10
fixed comparison of thread handle to Null point rather than null handle
Tycho Bickerstaff
1
-1
/
+1
2013-11-24
Moved source to src
Alexander Harkness
1
-0
/
+0
2013-11-13
Fix for NULL arithmetic compiler warning in Linux.
madmaxoft
1
-4
/
+3
2013-09-21
Fixed Linux threading issues.
madmaxoft
1
-11
/
+3
2013-08-25
Fixed ProtoProxy compilation, added client Kick handling.
madmaxoft
1
-3
/
+14
2013-08-20
Small Linux fixes.
madmaxoft
1
-0
/
+1
2013-08-11
cIsThread: Added the Stop() method and debugging output in Wait()
madmaxoft
1
-21
/
+23
2013-08-11
Added doxyComments for cIsThread.
madmaxoft
1
-2
/
+2
2012-09-23
Source files cleanup: OSSupport-related files in a separate subfolder, renamed.
madmaxoft@gmail.com
1
-2
/
+2
2012-06-14
Attempt to bring sanity to newlines across systems.
cedeel@gmail.com
1
-167
/
+167
2012-03-10
Fixed *nix threading issue;
madmaxoft@gmail.com
1
-25
/
+28
2012-02-20
Using own ASSERT() that logs to file
faketruth
1
-2
/
+2
2012-02-18
cIsThread: Added support for getting current thread ID
madmaxoft@gmail.com
1
-0
/
+13
2012-02-13
Rewritten most of the code for multithreading; still not 100%, but getting there. If this commit proves to be too problematic, we can always undo it.
madmaxoft@gmail.com
1
-3
/
+6
2012-02-01
sprintf() begone! Replaced with StringUtils' Printf()
madmaxoft@gmail.com
1
-2
/
+2
2012-02-01
new cIsThread object for thread encapsulation
madmaxoft@gmail.com
1
-0
/
+148