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
/
Errors.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Updated links and docs (#3488)
mathiascode
2016-12-19
1
-1
/
+1
*
Use CMake's Android generators to crosscompile
Tiger Wang
2016-12-12
1
-1
/
+1
*
Bulk clearing of whitespace
LogicParrot
2016-02-05
1
-9
/
+9
*
Check for __GLIBC__ to detect correct strerror_r version
Thomas Boerger
2015-11-19
1
-1
/
+1
*
Added the _UNICODE flag on Windows
Tiger Wang
2015-09-26
1
-1
/
+1
*
Support building on FreeBSD
linnemannr
2015-05-25
1
-1
/
+1
*
En masse NULL -> nullptr replace
Tiger Wang
2014-10-23
1
-2
/
+2
*
Style: Normalized to no spaces before closing parenthesis.
madmaxoft
2014-07-21
1
-6
/
+6
*
Style: Normalized spaces after if, for and while.
madmaxoft
2014-07-21
1
-2
/
+2
*
More fixes to get it to compile for me on Mac 10.9. Mostly just newline additions, but some of the unused variables were causing errors, so I wrapped them in #ifndef __APPLE__ calls, since I didn't know if they were going to be used in the future.
Samuel Barney
2014-03-25
1
-1
/
+1
*
Switched cEvent to GetOSErrorString
Tycho
2014-01-25
1
-0
/
+1
*
Extracted cSocket::GetErrorString into GetOSErrorString
Tycho
2014-01-25
1
-0
/
+52