Skip to content
Snippets Groups Projects
  1. Mar 09, 2022
  2. Feb 22, 2022
  3. Feb 21, 2022
  4. Feb 18, 2022
    • Georgy Moshkin's avatar
      build: static linking with tarantool · f77d1e5d
      Georgy Moshkin authored
      + tarantool-sys submodule
      + tarantool-patches directory
      + build.rs build script to patch and build tarantool
      + static linking with tarantool
      + refactoring for cli arguments
      f77d1e5d
  5. Feb 16, 2022
  6. Feb 15, 2022
  7. Feb 14, 2022
  8. Feb 11, 2022
  9. Feb 10, 2022
  10. Feb 09, 2022
  11. Feb 07, 2022
  12. Feb 04, 2022
  13. Feb 01, 2022
    • Yaroslav Dynnikov's avatar
      feature: raft message serde traits · 0d8678ab
      Yaroslav Dynnikov authored
      It's a part of networking development.
      
      Also, this patch refactors error handling introduced in previous commit
      (see 96aba97a). A single struct is replaced with the enum, common for
      all `try_from` functions.
      0d8678ab
  14. Jan 31, 2022
  15. Jan 28, 2022
  16. Jan 26, 2022
    • Yaroslav Dynnikov's avatar
      chore: reorganize rust modules · 61ea1dfe
      Yaroslav Dynnikov authored
      For ambiguous concepts (such as Entry, Message) use prefix notation instead of suffixes.
      61ea1dfe
    • Yaroslav Dynnikov's avatar
      Incapsulate raw raft node · c2d6a43c
      Yaroslav Dynnikov authored
      This patch eliminates raw raft node dereferencing and redundant use of
      `borrow_mut()`.  Instead, `traft::Node` provides a safe API that
      communicates with the raw node through the fiber channel.
      
      Also, functions `node::new` and `node::start` are merged because keeping
      them distinct makes no sense.
      c2d6a43c
Loading