59 커밋 (8f33df9a67ff67d53e4be85ec596aa88d27d6309)
 

작성자 SHA1 메시지 날짜
  Mathias Gottschlag 8f33df9a67 Fix a RPC client test error when the connection is closed during sending. 4 년 전
  Mathias Gottschlag 74009e8cab Add first parts of the server side of the RPC protocol. 4 년 전
  Mathias Gottschlag 1c1eb9bdc3 Make rustfmt assume 2018 edition code. 4 년 전
  Mathias Gottschlag 28517cd188 Check whether new synchronized directories exist and are empty. 4 년 전
  Mathias Gottschlag 02e3c9f54f More CLI client code. 4 년 전
  Mathias Gottschlag 3f1462a9fb Remove all unsafe code via pin_project. 5 년 전
  Mathias Gottschlag 509bf425be Remove one unnecessary type. 5 년 전
  Mathias Gottschlag 9a68d46fc0 Slightly refactor the low-level network client code. 5 년 전
  Mathias Gottschlag 7310428904 Move server path definitions. 5 년 전
  Mathias Gottschlag 067c374ef7 client: Add CLI status codes and implement list-directories. 5 년 전
  Mathias Gottschlag 16166da916 Use the log crate. 5 년 전
  Mathias Gottschlag 755251ba71 cargo fmt 5 년 전
  Mathias Gottschlag 35c1ad464b network: Remove unnecessary "response" field. 5 년 전
  Mathias Gottschlag fc400bfc49 Simplify error type and create a database connection. 5 년 전
  Mathias Gottschlag 8b835f54b0 client: Fix duplicated path definitions. 5 년 전
  Mathias Gottschlag c4009de3f8 client: Add a lock file to prevent parallel execution. 5 년 전
  Mathias Gottschlag a053a262c8 client: Delete socket before opening it again (fixes a panic). 5 년 전
  Mathias Gottschlag 28759d35ca Fix client socket path. 5 년 전
  Mathias Gottschlag 96beeebd69 client: Lots of top-level client logic. 5 년 전
  Mathias Gottschlag efdfb2e123 client: Initialize synchronized directories from the database. 5 년 전
  Mathias Gottschlag b4dd70bc78 Add ClientSideSync type for network synchtonization logic. 5 년 전
  Mathias Gottschlag 9067b67f24 Cargo update. 5 년 전
  Mathias Gottschlag 67eaf1057c Fix reusing IDs, fix closing the server event stream, apply rustfmt. 5 년 전
  Mathias Gottschlag 0e4f95dd4d Add some unit tests for the RPC client. 5 년 전
  Mathias Gottschlag d710da4748 Add a pipe stream for unit tests and a function for test timeouts. 5 년 전
  Mathias Gottschlag 51a7112558 Move protocol-specific test to protocol::, move Packet to network::. 5 년 전
  Mathias Gottschlag e136c9d21a Implement client RPC logic. 5 년 전
  Mathias Gottschlag 979b444736 Add an allocator for packet IDs. 5 년 전
  Mathias Gottschlag 01ef3641aa Some more RPC client code. 5 년 전
  Mathias Gottschlag f8d2b65532 Add Vec<u8> websocket wrapper. 5 년 전
  Mathias Gottschlag a7131f9236 Move packet types from packet_connection to packet. 5 년 전
  Mathias Gottschlag dc6597bca5 Add criterion dependency for benchmarking. 5 년 전
  Mathias Gottschlag 44458514a4 Prepare websocket client types. 5 년 전
  Mathias Gottschlag e0bc0944c8 Prepare low-level protocol integration test. 5 년 전
  Mathias Gottschlag 2e1880fde8 More network types. 5 년 전
  Mathias Gottschlag 65cff3fc69 futures_tokio_compat is not needed anymore. 5 년 전
  Mathias Gottschlag ec0b9ecc4d Add some very first parts of the network code. 5 년 전
  Mathias Gottschlag cddc4ceed1 Remove dead code. 5 년 전
  Mathias Gottschlag 83f696a1a4 More file system watcher code. 5 년 전
  Mathias Gottschlag 972b09b445 Minor refactoring in FileSystemWatcher. 5 년 전
  Mathias Gottschlag ef35767034 Create first file event handling stubs. 5 년 전
  Mathias Gottschlag ffef035faf More file system watcher error handling. 5 년 전
  Mathias Gottschlag 5e17428df7 File system watcher error reporting. 5 년 전
  Mathias Gottschlag 27e67d3629 Add code to iterate through file system events. 5 년 전
  Mathias Gottschlag ea9afff8d2 Use external fswatcher library. 5 년 전
  Mathias Gottschlag 8f5b8f44cb Remove fswatcher directory. 5 년 전
  Mathias Gottschlag 3eadbe2b8f More code to delay file system events. 5 년 전
  Mathias Gottschlag 80512d799b Add API to delay and combine inotify events. 5 년 전
  Mathias Gottschlag f78208eb60 Move filetree to file_tree to unify file names. 5 년 전
  Mathias Gottschlag 91e28880ea Stub out more of the file system watcher structure. 5 년 전