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.h
Commit message (
Expand
)
Author
Age
*
C++11 cleanup on constructors dir network (#6021)
Vincent Glize
2017-06-21
*
Use C++11 mutexes only (remove compat code) (#5922)
Loïc Blot
2017-06-06
*
Time: Change old `u32` timestamps to 64-bit (#5818)
SmallJoker
2017-05-26
*
Fix Travis/unittest broken since b662a45
SmallJoker
2017-04-29
*
Fix various performance issues reported by cppcheck (#5628)
Loïc Blot
2017-04-21
*
Fix various copy instead of const ref reported by cppcheck (part 3) (#5616)
Loïc Blot
2017-04-20
*
Tolerate packet reordering in the early init process
est31
2016-05-22
*
Clean up threading
ShadowNinja
2015-08-23
*
Remove unused function from connection.{cpp,h}
nerzhul
2015-08-15
*
Fix BufferedPacket race condition (fixes #2983)
kwolekr
2015-08-06
*
src/network/connection.h: Fix race condition
Břetislav Štec
2015-08-01
*
connection.cpp: remove unused constructor
Loic Blot
2015-07-14
*
Fix uninitialized variabled in ConnectionEvent
Loic Blot
2015-04-05
*
Connection::Receive(): receive Network Packet instead of SharedBuffer<u8>.
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
*
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
*
[Patch 2/4] Network rework: packet writing, sending and cleanups
Loic Blot
2015-02-16