memgraph/src/io/network
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
..
addrinfo.cpp Rename NetworkEndpoint 2018-01-15 15:47:37 +01:00
addrinfo.hpp Take care of warnings/errors created by cppcheck. 2017-11-10 10:28:02 +01:00
endpoint.cpp Extract io serialization to a library 2019-02-07 12:46:35 +01:00
endpoint.hpp Extract io serialization to a library 2019-02-07 12:46:35 +01:00
epoll.hpp Refactor network stack 2018-02-22 16:29:17 +01:00
network_error.hpp Merge utils/exceptions into single file 2017-04-20 16:53:21 +02:00
serialization.hpp Remove Cap'n Proto 2019-05-08 10:51:10 +02:00
socket.cpp Migrate to C++17 2019-04-23 14:46:44 +02:00
socket.hpp Migrate to C++17 2019-04-23 14:46:44 +02:00
stream_buffer.hpp First version of new bolt decoder and tests. 2017-04-06 14:30:19 +02:00
utils.cpp Migrate to C++17 2019-04-23 14:46:44 +02:00
utils.hpp Migrate to C++17 2019-04-23 14:46:44 +02:00