Skip to content
Snippets Groups Projects
  1. May 03, 2024
  2. Apr 12, 2024
  3. Apr 10, 2024
  4. Apr 02, 2024
  5. Apr 01, 2024
  6. Mar 28, 2024
  7. Mar 25, 2024
  8. Mar 21, 2024
  9. Mar 20, 2024
  10. Mar 15, 2024
  11. Mar 14, 2024
    • Georgy Moshkin's avatar
      fix: assertion failure in DEBUG builds · c26cb742
      Georgy Moshkin authored
      NO_DOC=bug fix
      NO_TEST=bug fix
      NO_CHANGELOG=bug fix
      2.11.2.108
      c26cb742
    • godzie44's avatar
      feat: IPROTO traffic encryption · 42654e2e
      godzie44 authored
      Add new transport for IPROTO connections: ssl.
      SSL transport may be configured with (at client and server side):
      - certificate (mandatory at server side)
      - private key (mandatory at server side)
      - password for PK
      - certificate authorities (for peer certificate verification)
      - cipher list
      
      SSL transport also can be used in replication and net.box mechanisms.
      
      @TarantoolBot document
      Title: add IPROTO traffic encryption.
      
      New ssl transport allows
      creating a secure connection between two IPROTO peers.
      TLS protocol using and openssl v1.1 or later required.
      
      To configure traffic encryption, you need to set the
      special URI parameters for a particular connection.
      The parameters can be set for the following box.cfg
      options and nex.box method:
      - box.cfg.listen – on the server side.
      - box.cfg.replication–on the client side.
      - net_box_object.connect()–on the client side.
      42654e2e
  12. Mar 13, 2024
  13. Mar 07, 2024
  14. Mar 06, 2024
  15. Mar 01, 2024
  16. Feb 28, 2024
  17. Feb 22, 2024
  18. Feb 01, 2024
  19. Jan 30, 2024
  20. Jan 29, 2024
    • Denis Smirnov's avatar
      feat: reserve function id range · 43cdcf7f
      Denis Smirnov authored
      Current commit is a part of the SQL procedures track for Picodata.
      It introduces several features:
      - the reserved id range in the _func space, that can be only consumed
        implicitly;
      - an additional "id" option for function creation with Lua (to set
        the function identifier implicitly);
      - helper function to generate function ids either in reserved or default
        ranges
      
      NO_DOC=internal
      NO_CHANGELOG=internal
  21. Jan 24, 2024
  22. Jan 23, 2024
    • Feodor Alexandrov's avatar
      feat: export xlog_remove_file_impl · cbd79b11
      Feodor Alexandrov authored
      NO_DOC=picodata internal patch
      NO_CHANGELOG=picodata internal patch
      NO_TEST=picodata internal patch
      cbd79b11
    • Vladimir Davydov's avatar
      xlog: introduce xlog_remove_file function for removing xlog files · 16668598
      Vladimir Davydov authored
      This commit introduces the xlog_remove_file() function that removes
      a file by name and logs the error on failure. We use this function
      everywhere we delete xlog files so that there's a single place where we
      call unlink(). We also factor out the core functionality to a callback
      function that can be overridden. This will help us implement thorough
      file deletion.
      
      Needed for tarantool/tarantool-ee#540
      
      Cherry-picked from d139f245
      
      NO_DOC=refactoring
      NO_TEST=refactoring
      NO_CHANGELOG=refactoring
      16668598
  23. Jan 16, 2024
Loading