Tarantool development patches archive
 help / color / mirror / Atom feed
[Tarantool-patches] [PATCH v4 00/53] Move mem-related functions to mem.c/mem.h
 2021-03-29 22:57 UTC  (3+ messages)
` [Tarantool-patches] [PATCH v4 01/53] sql: enchance vdbe_decode_msgpack_into_mem()

[Tarantool-patches] [PATCH v6 0/3] gc/xlog: delay xlog cleanup until relays are subscribed
 2021-03-29 22:56 UTC  (11+ messages)
` [Tarantool-patches] [PATCH v6 1/3] "
` [Tarantool-patches] [PATCH v6 2/3] test: add a test for wal_cleanup_delay option
` [Tarantool-patches] [PATCH v6 3/3] test: box-tap/gc -- add test for is_paused field

[Tarantool-patches] [PATCH luajit] tools: make memprof parser output user-friendly
 2021-03-29 21:58 UTC  (9+ messages)

[Tarantool-patches] [PATCH v2 0/7] applier: handle synchronous transactions during final
 2021-03-29 21:51 UTC  (27+ messages)
` [Tarantool-patches] [PATCH v2 1/7] replication: fix a hang on final join retry
` [Tarantool-patches] [PATCH v2 2/7] applier: extract tx boundary checks from applier_read_tx into a separate routine
` [Tarantool-patches] [PATCH v2 3/7] applier: extract plain tx application from applier_apply_tx()
  ` [Tarantool-patches] [PATCH v2 3.5/7] applier: fix not releasing the latch on apply_synchro_row() fail
` [Tarantool-patches] [PATCH v2 4/7] applier: remove excess last_row_time update from subscribe loop
` [Tarantool-patches] [PATCH v2 5/7] applier: make final join transactional
` [Tarantool-patches] [PATCH v2 6/7] replication: tolerate synchro rollback during final join
` [Tarantool-patches] [PATCH v2 7/7] replication: do not ignore replica vclock on register

[Tarantool-patches] [PATCH luajit] memprof: report stack resizing as internal event
 2021-03-29 20:48 UTC  (11+ messages)

[Tarantool-patches] [PATCH luajit v1] tools: introduce --leak-only memprof parser option
 2021-03-29 15:50 UTC  (5+ messages)

[Tarantool-patches] [PATCH 00/15] Cord buffer, static alloc, and Lua GC bug for 1.10
 2021-03-29 15:41 UTC  (17+ messages)
` [Tarantool-patches] [PATCH 01/15] fio: don't use shared buffer in pread()
` [Tarantool-patches] [PATCH 10/15] uri: replace static_alloc with ffi stash and ibuf
` [Tarantool-patches] [PATCH 11/15] lua: use lua_pushfstring() instead of tt_sprintf()
` [Tarantool-patches] [PATCH 12/15] sio: rework sio_strfaddr()
` [Tarantool-patches] [PATCH 13/15] sio: increase SERVICE_NAME_MAXLEN size
` [Tarantool-patches] [PATCH 14/15] sio: introduce and use sio_snprintf()
` [Tarantool-patches] [PATCH 15/15] buffer: remove Lua registers
` [Tarantool-patches] [PATCH 02/15] test: don't use IBUF_SHARED in the tests
` [Tarantool-patches] [PATCH 03/15] tuple: pass global ibuf explicitly where possible
` [Tarantool-patches] [PATCH 04/15] iconv: take errno before reseting the context
` [Tarantool-patches] [PATCH 05/15] cord_buf: introduce cord_buf API
` [Tarantool-patches] [PATCH 06/15] cord_buf: introduce ownership management
` [Tarantool-patches] [PATCH 07/15] buffer: implement ffi stash
` [Tarantool-patches] [PATCH 08/15] uuid: replace static_alloc with "
` [Tarantool-patches] [PATCH 09/15] uuid: drop tt_uuid_str() from Lua

[Tarantool-patches] [PATCH vshard 00/11] VShard Map-Reduce, part 2: Ref, Sched, Map
 2021-03-28 18:17 UTC  (2+ messages)

[Tarantool-patches] [PATCH v5 0/3] gc/xlog: delay xlog cleanup until relays are subscribed
 2021-03-26 21:59 UTC  (12+ messages)
` [Tarantool-patches] [PATCH v5 1/3] "
` [Tarantool-patches] [PATCH v5 2/3] test: add a test for wal_cleanup_delay option
` [Tarantool-patches] [PATCH v5 3/3] test: box-tap/gc -- add test for is_paused field

[Tarantool-patches] [PATCH v2 luajit 00/30] Adapt PUC-Rio Lua 5.1 test suite
 2021-03-26 16:45 UTC  (72+ messages)
` [Tarantool-patches] [PATCH v2 luajit 01/30] test: add "
` [Tarantool-patches] [PATCH v2 luajit 02/30] test: add compiling for C libs from PUC-Rio-Lua5.1
` [Tarantool-patches] [PATCH v2 luajit 03/30] test: adapt Lua 5.1 suite for out-of-source build
` [Tarantool-patches] [PATCH v2 luajit 04/30] test: remove quotes in progname from <main.lua>
` [Tarantool-patches] [PATCH v2 luajit 05/30] test: adapt arg availability test from Lua suite
` [Tarantool-patches] [PATCH v2 luajit 06/30] test: disable PUC Lua tests confused by -v output
` [Tarantool-patches] [PATCH v2 luajit 07/30] test: disable Lua tests for bytecode with header
` [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 26/30] test: disable tests with multiple -l options
` [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 0/3] Adapt PUC-Rio Lua 5.1 test suite
 2021-03-26  8:26 UTC  (4+ messages)
` [Tarantool-patches] [PATCH luajit 2/3] test: adapt PUC-Rio Lua 5.1 test suite for LuaJIT

[Tarantool-patches] [PATCH v4 0/3] gc/xlog: delay xlog cleanup until relays are subscribed
 2021-03-26  7:04 UTC  (17+ messages)
` [Tarantool-patches] [PATCH v4 1/3] "
` [Tarantool-patches] [PATCH v4 2/3] test: add a test for wal_cleanup_delay option
` [Tarantool-patches] [PATCH v4 3/3] test: box-tap/gc -- add test for is_paused field

[Tarantool-patches] [PATCH] test_run:wait_log - drop redundant assert
 2021-03-25 13:29 UTC 

[Tarantool-patches] [PATCH] tools: implement toolchain for crash artefacts
 2021-03-25  9:45 UTC  (6+ messages)

[Tarantool-patches] [PATCH v3 0/3] gc/xlog: delay xlog cleanup until relays are subscribed
 2021-03-25  7:13 UTC  (14+ messages)
` [Tarantool-patches] [PATCH v3 1/3] "
` [Tarantool-patches] [PATCH v3 2/3] test: add a test for wal_cleanup_delay option
` [Tarantool-patches] [PATCH v3 3/3] test: box-tap/gc -- add test for is_paused field

[Tarantool-patches] [PATCH 00/16] Cord buffer, static alloc, and Lua GC bug
 2021-03-24 13:28 UTC  (3+ messages)

[Tarantool-patches] [PATCH] tools: add a script that checks submodules' commits
 2021-03-24  0:25 UTC  (2+ messages)

page:  |  | latest

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