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.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-01-26
Fix debug macro situation (#5114)
Tiger Wang
1
-1
/
+1
2021-01-11
zlib -> libdeflate (#5085)
Tiger Wang
1
-8
/
+8
2020-07-26
1.14 connection support
Tiger Wang
1
-2
/
+4
2017-08-25
Add cUUID class (#3871)
peterbell10
1
-1
/
+3
2016-10-12
Spectators added (#2852)
bibo38
1
-0
/
+1
2016-05-14
1.9 / 1.9.2 / 1.9.3 / 1.9.4 protocol support (#3135)
Pokechu22
1
-0
/
+3
2016-02-05
Bulk clearing of whitespace
LogicParrot
1
-18
/
+18
2015-10-02
Remove a pair of unused broken functions
tycho
1
-4
/
+0
2015-03-22
Added VarInt64, normalized cPacketizer datatype names.
Mattes D
1
-7
/
+9
2015-03-22
Unified cPacketizer across all protocols.
Mattes D
1
-1
/
+1
2015-03-21
Unified cByteBuffer types.
Mattes D
1
-12
/
+15
2015-01-21
ByteBuffer: Added support for reading unsigned shorts and ints.
Matyas Dolak
1
-0
/
+2
2014-12-03
ByteBuffer: Re-added Single-thread access checker.
Mattes D
1
-0
/
+6
2014-10-19
Use std::thread
Tiger Wang
1
-4
/
+0
2014-09-27
Bug fix
Tiger Wang
1
-1
/
+0
2014-09-25
Added cByteBuffer::WriteBEUShort().
madmaxoft
1
-0
/
+1
2014-09-18
1.8: Simplified item metadata reading.
Howaner
1
-3
/
+0
2014-09-08
Fixed more 1.8 packets.
Howaner
1
-0
/
+5
2014-05-01
Fixed warnings in cByteBuffer.
madmaxoft
1
-1
/
+1
2014-05-01
Added cBufferedSslContext implementation.
madmaxoft
1
-20
/
+20
2014-04-25
Small changes; warning fixing.
archshift
1
-1
/
+1
2014-04-24
cByteBuffer uses void * instead of char * in data interface.
madmaxoft
1
-1
/
+1
2014-04-24
Changed cByteBuffer constructor to take a size_t instead of int.
madmaxoft
1
-1
/
+1
2014-03-09
Fixed Mesannine twister to use UInt32
Tycho
1
-1
/
+1
2014-03-08
Fixed issues with int vs size_t and a few other warnings
Tycho
1
-3
/
+3
2014-03-07
Warnings
Tycho
1
-12
/
+12
2013-12-31
fixed warnings in bytebuffer.cpp
Tycho Bickerstaff
1
-1
/
+1
2013-12-13
Fixed threading issues affecting cProtocol172.
madmaxoft
1
-0
/
+6
2013-12-05
ByteBuffer: Fixed optimization failures with threading checks.
madmaxoft
1
-1
/
+1
2013-11-24
Moved source to src
Alexander Harkness
1
-0
/
+0
2013-11-24
RCONClient: Initial implementation.
madmaxoft
1
-0
/
+2
2013-10-31
ByteBuffer: Writing a string doesn't modify it (missing const).
madmaxoft
1
-2
/
+2
2013-10-28
MC uses VarInts only up to 32-bits.
madmaxoft
1
-4
/
+4
2013-10-28
cByteBuffer: Added the VarInt and VarUTF8String type reading and writing.
madmaxoft
1
-3
/
+19
2013-07-29
Changed everyting to Unix line endings.
Alexander Harkness
1
-121
/
+121
2012-11-22
More ByteBuffer checks: Is it used from a single thread only?
madmaxoft@gmail.com
1
-0
/
+5
2012-11-20
Aggressive debug mode cByteBuffer validity checking.
madmaxoft@gmail.com
1
-0
/
+3
2012-09-04
Debugging in cByteBuffer::Write(); added the ReadAgain() method to allow ProtoProxy re-send the data it has parsed.
madmaxoft@gmail.com
1
-0
/
+3
2012-09-02
Added writing support to cByteBuffer (will be used by ProtoProxy)
madmaxoft@gmail.com
1
-3
/
+20
2012-08-27
Cut out all packet handling to a separate cProtocol descendant
madmaxoft@gmail.com
1
-0
/
+3
2012-08-18
Packet refactoring, phase two, partial. Rewritten a few packet handling functions not to use cPacket-descendant objects.
madmaxoft@gmail.com
1
-2
/
+2
2012-08-17
Packets now parse themselves from a cByteBuffer object (1st part of packeting rewrite, http://forum.mc-server.org/showthread.php?tid=524 )
madmaxoft@gmail.com
1
-0
/
+90