Tarantool development patches archive
 help / color / mirror / Atom feed
[Tarantool-patches] [PATCH v5 00/52] Move mem-related functions to mem.c/mem.h
 2021-04-09 17:36 UTC  (12+ messages)
` [Tarantool-patches] [PATCH v5 01/52] sql: enhance vdbe_decode_msgpack_into_mem()
` [Tarantool-patches] [PATCH v5 02/52] sql: disable unused code in sql/analyze.c
` [Tarantool-patches] [PATCH v5 03/52] sql: disable unused code in sql/legacy.c
` [Tarantool-patches] [PATCH v5 04/52] sql: remove NULL-termination in OP_ResultRow
` [Tarantool-patches] [PATCH v5 05/52] sql: move MEM-related functions to mem.c/mem.h
` [Tarantool-patches] [PATCH v5 06/52] sql: refactor port_vdbemem_*() functions
` [Tarantool-patches] [PATCH v5 07/52] sql: remove unused MEM-related functions
` [Tarantool-patches] [PATCH v5 08/52] sql: disable unused code in sql/vdbemem.c
` [Tarantool-patches] [PATCH v5 09/52] sql: introduce mem_str()
` [Tarantool-patches] [PATCH v5 10/52] sql: introduce mem_create()
` [Tarantool-patches] [PATCH v5 11/52] sql: introduce mem_destroy()

[Tarantool-patches] [PATCH] box: set cfg via environment variables
 2021-04-09  8:56 UTC  (3+ messages)

[Tarantool-patches] [PATCH 1/1] applier: process synchro rows after WAL write
 2021-04-09  8:26 UTC  (9+ messages)

[Tarantool-patches] [PATCH v2] qsync: provide box.info interface for monitoring
 2021-04-08 20:19 UTC  (14+ messages)
` [Tarantool-patches] [PATCH v3] "

[Tarantool-patches] [PATCH v21 0/6] box: implement box.lib Lua module
 2021-04-08 18:53 UTC  (8+ messages)
` [Tarantool-patches] [PATCH v21 1/6] box/func: fix modules functions restore
` [Tarantool-patches] [PATCH v21 2/6] box/func: module_reload -- drop redundant argument
` [Tarantool-patches] [PATCH v21 3/6] box/module_cache: introduce modules subsystem
` [Tarantool-patches] [PATCH v21 4/6] box/schema.func: switch to new module api
` [Tarantool-patches] [PATCH v21 5/6] box: implement box.lib module
` [Tarantool-patches] [PATCH v21 6/6] test: add box.lib test

[Tarantool-patches] [PATCH v4] qsync: provide box.info.synchro interface for monitoring
 2021-04-08 15:24 UTC  (9+ messages)
      ` [Tarantool-patches] [PATCH v5] "

[Tarantool-patches] [PATCH 0/4] send feedback on tarantool start
 2021-04-08 13:41 UTC  (12+ messages)
` [Tarantool-patches] [PATCH 1/4] feedback_daemon: include server uptime in the report
` [Tarantool-patches] [PATCH 2/4] feedback_daemon: rename `send_test` to `send`
` [Tarantool-patches] [PATCH 3/4] feedback_daemon: send feedback on server start
` [Tarantool-patches] [PATCH 4/4] feedback_daemon: generate report right before sending

[Tarantool-patches] [PATCH v2 0/5] send feedback on start and on key events
 2021-04-08 13:38 UTC  (6+ messages)
` [Tarantool-patches] [PATCH v2 1/5] feedback_daemon: include server uptime in the report
` [Tarantool-patches] [PATCH v2 2/5] feedback_daemon: rename `send_test` to `send`
` [Tarantool-patches] [PATCH v2 3/5] feedback_daemon: send feedback on server start
` [Tarantool-patches] [PATCH v2 4/5] feedback_daemon: generate report right before sending
` [Tarantool-patches] [PATCH v2 5/5] feedback_daemon: count and report some events

[Tarantool-patches] [PATCH v2 luajit] tools: introduce --leak-only memprof parser option
 2021-04-08 12:49 UTC  (2+ messages)

[Tarantool-patches] [PATCH v2 luajit 00/30] Adapt PUC-Rio Lua 5.1 test suite
 2021-04-08  8:51 UTC  (87+ messages)
` [Tarantool-patches] [PATCH v2 luajit 03/30] test: adapt Lua 5.1 suite for out-of-source build
` [Tarantool-patches] [PATCH v2 luajit 05/30] test: adapt arg availability test from Lua suite
` [Tarantool-patches] [PATCH v2 luajit 08/30] test: disable JIT for GC step counting tests
` [Tarantool-patches] [PATCH v2 luajit 09/30] test: disable Lua suite tests for line hook
` [Tarantool-patches] [PATCH v2 luajit 10/30] test: adapt test for debug.setlocal in Lua suite
` [Tarantool-patches] [PATCH v2 luajit 11/30] test: adapt getlocal PUC test for vararg func
` [Tarantool-patches] [PATCH v2 luajit 12/30] test: adapt PUC Lua test with count hooks
` [Tarantool-patches] [PATCH v2 luajit 13/30] test: disable PUC Lua test for tail call info
` [Tarantool-patches] [PATCH v2 luajit 14/30] test: adapt activeline check in the PUC Lua test
` [Tarantool-patches] [PATCH v2 luajit 15/30] test: disable PUC-Lua test for per-coroutine hooks
` [Tarantool-patches] [PATCH v2 luajit 16/30] test: adapt PUC Lua test for %q in fmt for LuaJIT
` [Tarantool-patches] [PATCH v2 luajit 17/30] test: disable locale-depended tests for Lua suite
` [Tarantool-patches] [PATCH v2 luajit 18/30] test: replace math.mod to math.fmod for Lua tests
` [Tarantool-patches] [PATCH v2 luajit 19/30] test: remove assert for string.gfind check
` [Tarantool-patches] [PATCH v2 luajit 20/30] test: adapt PUC Lua test for args in vararg func
` [Tarantool-patches] [PATCH v2 luajit 21/30] test: disable test for getfenv in closure tailcall
` [Tarantool-patches] [PATCH v2 luajit 22/30] test: disable PUC Lua test for var names in error
` [Tarantool-patches] [PATCH v2 luajit 23/30] test: disable PUC Lua test for fast function name
` [Tarantool-patches] [PATCH v2 luajit 24/30] test: disable PUC Lua test for non-asci identifier
` [Tarantool-patches] [PATCH v2 luajit 25/30] test: disable PUC Lua error test for syntax level
` [Tarantool-patches] [PATCH v2 luajit 27/30] test: disable PUC Lua test for checking arg layout
` [Tarantool-patches] [PATCH v2 luajit 28/30] test: disable PUC Lua test checking -h option
` [Tarantool-patches] [PATCH v2 luajit 29/30] test: disable PUC Lua hanging GC test
` [Tarantool-patches] [PATCH v2 luajit 30/30] test: disable too depth recursive PUC Lua test

[Tarantool-patches] [PATCH] luajit: bump new version
 2021-04-07 21:20 UTC  (6+ messages)

[Tarantool-patches] [PATCH luajit 0/3] Fix out-of-source testing on MacOS
 2021-04-07 21:17 UTC  (19+ messages)
` [Tarantool-patches] [PATCH luajit 1/3] test: remove excess dependency for tests target
` [Tarantool-patches] [PATCH luajit 2/3] test: make utils.selfrun usage easier
` [Tarantool-patches] [PATCH luajit 3/3] test: fix dynamic modules loading on MacOS

[Tarantool-patches] [PATCH v20 0/7] box: implement box.lib Lua module
 2021-04-07 21:04 UTC  (40+ messages)
` [Tarantool-patches] [PATCH v20 1/7] box/schema: make sure hashes are created
` [Tarantool-patches] [PATCH v20 2/7] box/func: module_reload -- drop redundant argument
` [Tarantool-patches] [PATCH v20 3/7] box/func: fix modules functions restore
` [Tarantool-patches] [PATCH v20 4/7] box/module_cache: introduce modules subsystem
` [Tarantool-patches] [PATCH v20 5/7] box/schema.func: switch to new module api
` [Tarantool-patches] [PATCH v20 6/7] box: implement box.lib module
` [Tarantool-patches] [PATCH v20 7/7] test: add box.lib test

[Tarantool-patches] [PATCH] serializer: serialize recursive structures
 2021-04-05 22:05 UTC  (3+ messages)

[Tarantool-patches] [PATCH v2 0/7] applier: handle synchronous transactions during final
 2021-04-05 16:15 UTC  (2+ messages)

[Tarantool-patches] [PATCH 0/3] Transactional recovery
 2021-04-05 16:14 UTC  (14+ messages)
` [Tarantool-patches] [PATCH 1/3] vinyl: handle multi-statement recovery txns
` [Tarantool-patches] [PATCH 2/3] recovery: make it transactional
` [Tarantool-patches] [PATCH 3/3] box: remove is_local_recovery variable

[Tarantool-patches] [PATCH 0/2] Swim misusage crashes
 2021-04-05 15:20 UTC  (6+ messages)
` [Tarantool-patches] [PATCH 1/2] swim: fix crash on bad member_by_uuid() call
` [Tarantool-patches] [PATCH 2/2] swim: check types in __serialize methods

[Tarantool-patches] [PATCH v1 0/2] sql: ignore \0 in string passed to user function
 2021-04-02  7:55 UTC  (9+ messages)
` [Tarantool-patches] [PATCH v1 2/2] sql: ignore \0 in string passed to Lua-function

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox