Skip to content
Snippets Groups Projects
  1. Mar 15, 2022
  2. Mar 14, 2022
  3. Mar 11, 2022
  4. Mar 10, 2022
  5. Mar 09, 2022
  6. Feb 22, 2022
  7. Feb 21, 2022
  8. 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
  9. Feb 16, 2022
  10. Feb 15, 2022
  11. Feb 14, 2022
  12. Feb 11, 2022
  13. Feb 10, 2022
  14. Feb 09, 2022
  15. Feb 07, 2022
  16. Feb 04, 2022
  17. 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
  18. Jan 31, 2022
    • Yaroslav Dynnikov's avatar
      refactor: remove a bunch of unwraps · 96aba97a
      Yaroslav Dynnikov authored
      1. Replace `From` trait for raft::Entry with the `TryFrom`. Fairly
         handle its errors in the storage.
      
      2. Replace some other unwraps with "expect" with a more clear message.
      
      3. Support all of `raft::EntryType` variants.
      96aba97a
Loading