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
/
ByteBuffer.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ByteBuffer: Added support for reading unsigned shorts and ints.
Matyas Dolak
2015-01-21
1
-1
/
+31
*
cByteBuffer: Improved SingleThreadAccessChecker performance.
Mattes D
2015-01-03
1
-1
/
+6
*
ByteBuffer: SingleThreadAccessChecker is request-only.
Mattes D
2014-12-24
1
-1
/
+10
*
Fixed indent.
Mattes D
2014-12-03
1
-2
/
+2
*
ByteBuffer: Re-added Single-thread access checker.
Mattes D
2014-12-03
1
-0
/
+84
*
En masse NULL -> nullptr replace
Tiger Wang
2014-10-20
1
-1
/
+1
*
Use std::thread
Tiger Wang
2014-10-19
1
-74
/
+0
*
Bug fix
Tiger Wang
2014-09-27
1
-17
/
+0
*
cByteBuffer: Simplified ReadPosition().
madmaxoft
2014-09-25
1
-6
/
+9
*
cByteBuffer: Fixed position reading.
madmaxoft
2014-09-25
1
-3
/
+3
*
Added cByteBuffer::WriteBEUShort().
madmaxoft
2014-09-25
1
-0
/
+13
*
1.8: Simplified item metadata reading.
Howaner
2014-09-18
1
-17
/
+0
*
Use xofts ReadPosition() code.
Howaner
2014-09-17
1
-3
/
+6
*
1.8: Fixed ReadItem()
Howaner
2014-09-12
1
-1
/
+1
*
Fixed more 1.8 packets.
Howaner
2014-09-08
1
-0
/
+44
*
Assume POWER is big-endian, so it compiles.
Alexander Harkness
2014-08-23
1
-1
/
+1
*
Normalized comments.
madmaxoft
2014-07-17
1
-1
/
+1
*
Nullify deleted pointers.
archshift
2014-06-19
1
-0
/
+1
*
Removed assert that is now informed by type system
worktycho
2014-06-11
1
-1
/
+0
*
Fixed warnings in cByteBuffer.
madmaxoft
2014-05-01
1
-13
/
+13
*
Merged branch 'master' into SslWrappers.
madmaxoft
2014-04-28
1
-2
/
+0
|
\
|
*
Removed Old Asserts
Tycho
2014-04-27
1
-2
/
+0
*
|
cByteBuffer uses void * instead of char * in data interface.
madmaxoft
2014-04-24
1
-4
/
+5
|
/
*
Changed cByteBuffer constructor to take a size_t instead of int.
madmaxoft
2014-04-24
1
-1
/
+1
*
Fixed xofts issues
Tycho
2014-03-14
1
-1
/
+1
*
Fixed more Format issues
Tycho
2014-03-11
1
-1
/
+1
*
Fixed test asserts
Tycho
2014-03-10
1
-3
/
+0
*
Fixed assert
Tycho
2014-03-10
1
-14
/
+17
*
Fixed Alignment issue in ByteBuffer
Tycho
2014-03-10
1
-1
/
+1
*
FIxed int in test
Tycho
2014-03-09
1
-1
/
+1
*
Added static
Tycho
2014-03-08
1
-1
/
+1
*
Added tons more asserts to bytebuffer
Tycho
2014-03-08
1
-7
/
+17
*
Enabled self test of bytebuffer
Tycho
2014-03-08
1
-1
/
+1
*
Fixed issues with int vs size_t and a few other warnings
Tycho
2014-03-08
1
-10
/
+10
*
Actually Fixed ByteBuffer
Tycho
2014-03-08
1
-3
/
+3
*
Warnings
Tycho
2014-03-07
1
-5
/
+5
*
cByteBuffer has more self-tests.
madmaxoft
2014-01-26
1
-6
/
+29
*
removed unneccisary cast
Tycho Bickerstaff
2013-12-31
1
-1
/
+2
*
fixed warnings in bytebuffer.cpp
Tycho Bickerstaff
2013-12-31
1
-3
/
+3
*
Fixed threading issues affecting cProtocol172.
madmaxoft
2013-12-13
1
-0
/
+22
*
Hopefully fixed the sparc not being detected
Alexander Harkness
2013-12-04
1
-1
/
+3
*
Fixed an off-by-one error in cByteBuffer.
madmaxoft
2013-11-29
1
-1
/
+1
*
Merge remote-tracking branch 'origin/master' into foldermove2
Alexander Harkness
2013-11-24
1
-0
/
+54
*
Moved source to src
Alexander Harkness
2013-11-24
1
-0
/
+787