Skip to content
Snippets Groups Projects
  1. Jun 05, 2023
    • Egor Ivkov's avatar
      feature: provide built-in lua api reference · 6e7e4881
      Egor Ivkov authored and Yaroslav Dynnikov's avatar Yaroslav Dynnikov committed
      This commit introduces new Lua function `pico.help()` along with
      description of other public functions.
      6e7e4881
    • Feodor Alexandrov's avatar
      fix: name collision between tarantool and openssl libcrypto · 28a278f4
      Feodor Alexandrov authored and Yaroslav Dynnikov's avatar Yaroslav Dynnikov committed
      This commit reverts "build: fix libcrypto renaming" (9485e9c1). The fix
      proposed in that commit actually broke the whole build instead of fixing
      re-build. Since there are two `libcrypto.a` (tarantool one and symlinked
      openssl), the linker sometimes loads the same library twice (`-lcrypto` and
      `-lcrypto-ssl`).
      
      This patch provides another solution - tarantool lib is renamed so now
      `-lcrypto` uniquely corresponds to openssl and
      `-ltcrypto` to the tarantool library.
      28a278f4
    • Georgy Moshkin's avatar
      fix: wait vclock is unreliable · 114c4446
      Georgy Moshkin authored and Yaroslav Dynnikov's avatar Yaroslav Dynnikov committed
      While a replica is waiting for master's vclock to advance another
      replica may become master. But the waiting replica will not know about
      it, because this information is distributed via raft log, which is being
      blocked by wait vclock.
      114c4446
  2. Jun 02, 2023
  3. Jun 01, 2023
  4. May 31, 2023
  5. May 30, 2023
  6. May 29, 2023
  7. May 26, 2023
  8. May 25, 2023
  9. May 24, 2023
Loading