memgraph/src/utils
Matej Ferencevic fc20ddcd25 RPC refactor
Summary:
Start removal of old logic
Remove more obsolete classes
Move Message class to RPC
Remove client logic from system
Remove messaging namespace
Move protocol from messaging to rpc
Move System from messaging to rpc
Remove unnecessary namespace
Remove System from RPC Client
Split Client and Server into separate files
Start implementing new client logic
First semi-working state
Changed network protocol layout
Rewrite client
Fix client receive bug
Cleanup code of debug lines
Migrate to accessors
Migrate back to binary boost archives
Remove debug logging from server
Disable timeout test
Reduce message_id from uint64_t to uint32_t
Add multiple workers to server
Fix compiler warnings
Apply clang-format

Reviewers: teon.banek, florijan, dgleich, buda, mtomic

Reviewed By: teon.banek

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D1129
2018-01-24 15:27:40 +01:00
..
datetime Migrate labels/properties/edgetypes to ids 2017-11-23 17:12:37 +01:00
hashing Take care of warnings/errors created by cppcheck. 2017-11-10 10:28:02 +01:00
random Labels implementation. 2017-04-03 11:50:22 +02:00
signals Add master/worker flags, main functions and coordination 2017-12-19 16:05:57 +01:00
sysinfo Available memory logging, utils/sysinfo/memory cleanup, tests/concurrent cleanup. 2017-09-22 16:06:30 +02:00
algorithm.hpp Vertex and Edge distributed storage support 2017-11-14 15:18:06 +01:00
atomic.hpp Prepare transactional engine for distributed 2017-12-01 09:17:44 +01:00
bound.hpp GraphDbAccessor - label+property index cardinalities for exact value and value ranges 2017-07-06 10:22:19 +02:00
bswap.hpp clang format has been run on all hpp and cpp files under src and tests 2017-02-18 11:54:37 +01:00
crtp.hpp clang format has been run on all hpp and cpp files under src and tests 2017-02-18 11:54:37 +01:00
dynamic_lib.hpp Use GLogger instead of broken memgraph Logger. 2017-06-21 15:33:24 +02:00
exceptions.hpp Take care of warnings/errors created by cppcheck. 2017-11-10 10:28:02 +01:00
executor.hpp Remove executor not run option 2017-12-18 14:36:15 +01:00
file.cpp Cleanup utils::File API 2018-01-16 15:38:12 +01:00
file.hpp Cleanup utils::File API 2018-01-16 15:38:12 +01:00
flag_validation.hpp Refactor GraphDb 2018-01-12 16:47:24 +01:00
fswatcher.hpp Replace debug_assert, permanent_assert with DCHECK/CHECK 2017-10-11 14:43:32 +02:00
likely.hpp antlr integration, *.hpp and *.cpp inside src dir, cleanup 2017-02-17 16:20:31 +01:00
measure_time.hpp benchmark folder has been removed from the root dir, README update, measure_time.hpp comments 2017-02-18 14:36:50 +01:00
memory_literals.hpp Move unused datastructures to poc 2017-07-10 12:03:11 +02:00
network.cpp Rename NetworkEndpoint 2018-01-15 15:47:37 +01:00
network.hpp Rename NetworkEndpoint 2018-01-15 15:47:37 +01:00
on_scope_exit.hpp Take care of warnings/errors created by cppcheck. 2017-11-10 10:28:02 +01:00
option.hpp Replace debug_assert, permanent_assert with DCHECK/CHECK 2017-10-11 14:43:32 +02:00
placeholder.hpp Replace debug_assert, permanent_assert with DCHECK/CHECK 2017-10-11 14:43:32 +02:00
platform.hpp antlr integration, *.hpp and *.cpp inside src dir, cleanup 2017-02-17 16:20:31 +01:00
random_graph_generator.hpp Migrate db::types to storage:: 2018-01-17 10:35:12 +01:00
scheduler.hpp Replace debug_assert, permanent_assert with DCHECK/CHECK 2017-10-11 14:43:32 +02:00
serialization.hpp Implement graph element rpc 2018-01-22 14:20:41 +01:00
stacktrace.hpp Take care of warnings/errors created by cppcheck. 2017-11-10 10:28:02 +01:00
string.hpp Improve utils::RandomString 2017-12-05 10:10:36 +01:00
terminate_handler.hpp utils::auto_scope refactor 2017-08-11 09:43:10 +02:00
timer.hpp Write-ahead log 2017-11-13 09:51:39 +01:00
total_ordering.hpp Add virtual destructors 2018-01-19 10:40:09 +01:00
type_discovery.hpp clang format has been run on all hpp and cpp files under src and tests 2017-02-18 11:54:37 +01:00
underlying_cast.hpp clang format has been run on all hpp and cpp files under src and tests 2017-02-18 11:54:37 +01:00
visitor.hpp Add classic and hierarchical visiting 2017-05-16 12:35:09 +02:00
watchdog.cpp Raft election 2017-11-13 12:47:12 +01:00
watchdog.hpp Raft election 2017-11-13 12:47:12 +01:00