index
:
minetest.git
gpcf
lifo-fixes
release
modified minetest for gpcfs purposes
gpcf
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
network
/
connection.cpp
Commit message (
Expand
)
Author
Age
*
Use the outgoing split sequence number for every outgoing packet (#4864)
Rogier-5
2016-12-29
*
Sapier's fix for the RESEND RELIABLE problem (#4170)
Robert Kiraly
2016-06-03
*
Tolerate packet reordering in the early init process
est31
2016-05-22
*
Always use errorstream for DEBUG_EXCEPTION_HANDLER
ShadowNinja
2015-10-14
*
Use warningstream for log messages with WARNING
ShadowNinja
2015-10-14
*
Change i++ to ++i
David Jones
2015-08-25
*
Clean up threading
ShadowNinja
2015-08-23
*
Remove unused function from connection.{cpp,h}
nerzhul
2015-08-15
*
connection: Make assertions non-fatal for received data
kwolekr
2015-08-05
*
connection.cpp: remove unused constructor
Loic Blot
2015-07-14
*
Move globals from main.cpp to more sane locations
Craig Robbins
2015-04-01
*
Connection::Receive(): receive Network Packet instead of SharedBuffer<u8>.
Loic Blot
2015-03-31
*
RunCommandQueues: little optimization
Loic Blot
2015-03-31
*
Typo in getOutgoingSequenceNumber => successfull to successful
Loic Blot
2015-03-31
*
queued_commands must be a std::deque. RunCommandQueues needs to push packet o...
Loic Blot
2015-03-29
*
Remove unused ConnectionCommand::sendToAll function. NetworkPacket::oldForgeP...
Loic Blot
2015-03-22
*
Replace NetworkPacket pointers to references
Loic Blot
2015-03-13
*
For usages of assert() that are meant to persist in Release builds (when NDEB...
Craig Robbins
2015-03-07
*
Remove Queue class which uses std::list and use native std::queue
Loic Blot
2015-03-05
*
Fix some memory leaks on packet sending.
Loic Blot
2015-02-21
*
[Patch 2/4] Network rework: packet writing, sending and cleanups
Loic Blot
2015-02-16