Skip to content
Snippets Groups Projects
  1. Dec 22, 2023
  2. Dec 20, 2023
  3. Nov 16, 2023
  4. Nov 15, 2023
  5. Nov 07, 2023
    • godzie44's avatar
      Part of #37 · 0c8a7484
      godzie44 authored and Konstantin D's avatar Konstantin D committed
      Add `current_cord_name` function to get a name of the current cord,
      add `cord_is_main_dont_create` function.
      Add exports for `cord_is_main`, `cord_is_main_dont_create` and
      `current_cord_name` functions.
      
      NO_DOC=internal
      NO_TEST=internal
      NO_CHANGELOG=internal
    • godzie44's avatar
      Part of #37 · f980791e
      godzie44 authored and Konstantin D's avatar Konstantin D committed
      Add `log_default_logger` to get a default logger.
      Add exports for `log_set_format`, `log_set_level` and `log_default_logger` functions.
      
      NO_DOC=internal
      NO_TEST=internal
      NO_CHANGELOG=internal
      f980791e
  6. Nov 01, 2023
  7. Oct 30, 2023
  8. Oct 27, 2023
    • Georgy Moshkin's avatar
      fiber: basic api exports · 7b6484de
      Georgy Moshkin authored
      Closes #9237
      
      Add exports for fiber_set_name_n, fiber_name, fiber_id, fiber_csw &
      fiber_find.
      
      Also make fiber_set_joinable, fiber_set_ctx & fiber_get_ctx interpret
      NULL as the current fiber.
      
      @TarantoolBot document
      Title: add basic fiber api to ffi exports.
      
      5 basic functions can now be used via ffi api, which were previously
      only accessible via lua api: fiber_set_name_n, fiber_name, fiber_id,
      fiber_csw & fiber_find.
      
      fiber_set_joinable now interprets NULL as current fiber.
  9. Oct 19, 2023
  10. Oct 10, 2023
  11. Sep 28, 2023
  12. Sep 27, 2023
  13. Sep 22, 2023
  14. Sep 19, 2023
    • Denis Smirnov's avatar
      fix: auth API · 685ff5d4
      Denis Smirnov authored
      box_auth_data_prepare() method declared to return a tuple while in
      reality it returned a region allocated message pack string. Fixed.
      
      NO_DOC=picodata internal patch
      NO_CHANGELOG=picodata internal patch
      NO_TEST=picodata internal patch
Loading