memgraph/src/communication
Matej Ferencevic 5c244c1ad4 Remove Cap'n Proto
Summary:
There will be a lot of leftover files, execute the following commands inside
`src/` to remove them:
```
git clean -xf
rm -r rpc/ storage/single_node_ha/rpc/
```

Reviewers: teon.banek

Reviewed By: teon.banek

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D2011
2019-05-08 10:51:10 +02:00
..
bolt Migrate to C++17 2019-04-23 14:46:44 +02:00
rpc Remove Cap'n Proto 2019-05-08 10:51:10 +02:00
buffer.cpp Refactor network stack to use * instead of & 2018-09-03 20:20:42 +02:00
buffer.hpp Refactor network stack to use * instead of & 2018-09-03 20:20:42 +02:00
client.cpp Migrate RPC to SLK 2019-05-06 14:27:57 +02:00
client.hpp Migrate RPC to SLK 2019-05-06 14:27:57 +02:00
CMakeLists.txt Remove Cap'n Proto 2019-05-08 10:51:10 +02:00
context.cpp Restore CentOS support 2019-01-07 09:41:59 +01:00
context.hpp Implement SSL support for servers and clients 2018-06-20 17:56:47 +02:00
exceptions.hpp Initial implementation of authentication 2018-07-27 13:08:17 +02:00
helpers.cpp Implement SSL support for servers and clients 2018-06-20 17:56:47 +02:00
helpers.hpp Implement SSL support for servers and clients 2018-06-20 17:56:47 +02:00
init.cpp Implement SSL support for servers and clients 2018-06-20 17:56:47 +02:00
init.hpp Implement SSL support for servers and clients 2018-06-20 17:56:47 +02:00
listener.hpp Implement new spin lock 2019-01-08 09:15:07 +01:00
result_stream_faker.hpp Rename bolt::DecodedValue to bolt::Value 2018-07-24 15:59:20 +02:00
server.hpp Migrate to C++17 2019-04-23 14:46:44 +02:00
session.hpp Implement new spin lock 2019-01-08 09:15:07 +01:00