summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorLoïc Blot <nerzhul@users.noreply.github.com>2017-08-25 15:53:56 +0200
committerGitHub <noreply@github.com>2017-08-25 15:53:56 +0200
commit3cea7a349ac55df93b3eac1bf40365e00e472480 (patch)
treef1b45da38389e406c242d83f581f016f542b9300 /util
parentf6a33a1a7a298cb7d3fb18818bae97bd1b89d633 (diff)
downloadminetest-3cea7a349ac55df93b3eac1bf40365e00e472480.tar.gz
minetest-3cea7a349ac55df93b3eac1bf40365e00e472480.tar.bz2
minetest-3cea7a349ac55df93b3eac1bf40365e00e472480.zip
Network cleanup (#6310)
* Move Connection threads to dedicated files + various cleanups * ConnectionReceiveThread::processPacket now uses function pointer table to route MT packet types * Various code style fixes * Code style with clang-format * Various SharedBuffer copy removal * SharedBuffer cannot be copied anymore using Buffer * Fix many SharedBuffer copy (thanks to delete operator)
Diffstat (limited to 'util')
-rw-r--r--util/travis/clang-format-whitelist.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/travis/clang-format-whitelist.txt b/util/travis/clang-format-whitelist.txt
index 66341d765..1098b12dd 100644
--- a/util/travis/clang-format-whitelist.txt
+++ b/util/travis/clang-format-whitelist.txt
@@ -171,6 +171,7 @@ src/network/clientopcodes.h
src/network/clientpackethandler.cpp
src/network/connection.cpp
src/network/connection.h
+src/network/connectionthreads.cpp
src/network/networkpacket.cpp
src/network/networkprotocol.h
src/network/serveropcodes.cpp