Loïc Blot
|
85511a642f
Cleanup various headers to reduce compilation times (#6255)
|
7 years ago |
Loic Blot
|
342e9336ae
server.cpp: code modernization
|
7 years ago |
Vincent Glize
|
8daf5b5338
C++11 cleanup on constructors dir network (#6021)
|
7 years ago |
Loïc Blot
|
d4c0f91275
Use C++11 mutexes only (remove compat code) (#5922)
|
7 years ago |
SmallJoker
|
d99b6fed55
Time: Change old `u32` timestamps to 64-bit (#5818)
|
7 years ago |
SmallJoker
|
f727f54192
Fix Travis/unittest broken since b662a45
|
7 years ago |
Loïc Blot
|
370354cc87
Fix various performance issues reported by cppcheck (#5628)
|
7 years ago |
Loïc Blot
|
f98bbe193e
Fix various copy instead of const ref reported by cppcheck (part 3) (#5616)
|
7 years ago |
est31
|
423d8c1b0d
Tolerate packet reordering in the early init process
|
8 years ago |
ShadowNinja
|
e4bff8be94
Clean up threading
|
9 years ago |
nerzhul
|
c4b5561b3f
Remove unused function from connection.{cpp,h}
|
9 years ago |
kwolekr
|
8560ece02e
Fix BufferedPacket race condition (fixes #2983)
|
9 years ago |
Břetislav Štec
|
79e2647556
src/network/connection.h: Fix race condition
|
9 years ago |
Loic Blot
|
8ac0cf500f
connection.cpp: remove unused constructor
|
9 years ago |
Loic Blot
|
4235f671c1
Fix uninitialized variabled in ConnectionEvent
|
9 years ago |
Loic Blot
|
1fe4256462
Connection::Receive(): receive Network Packet instead of SharedBuffer<u8>.
|
9 years ago |
Loic Blot
|
dfe00abc5a
queued_commands must be a std::deque. RunCommandQueues needs to push packet on front, not back
|
9 years ago |
Loic Blot
|
61f2d0ca34
Remove unused ConnectionCommand::sendToAll function. NetworkPacket::oldForgePacket returns Buffer instead of SharedBuffer and is used in ConnectionCommand instead of Connection::Send
|
9 years ago |
Craig Robbins
|
ced6d20295
For usages of assert() that are meant to persist in Release builds (when NDEBUG is defined), replace those usages with persistent alternatives
|
9 years ago |
Loic Blot
|
b214cde5b4
Remove Queue class which uses std::list and use native std::queue
|
9 years ago |
Loic Blot
|
ed04e8e9e4
[Patch 2/4] Network rework: packet writing, sending and cleanups
|
9 years ago |