Tarantool development patches archive
 help / color / mirror / Atom feed
[Tarantool-patches] [PATCH v3 00/10] raft: introduce manual elections and fix a bug with re-applying rolled back transactions
 2021-04-15 23:19 UTC  (15+ messages)
` [Tarantool-patches] [PATCH v3 01/10] wal: enrich row's meta information with sync replication flags
` [Tarantool-patches] [PATCH v3 02/10] xrow: introduce a PROMOTE entry
` [Tarantool-patches] [PATCH v3 03/10] box: actualise iproto_key_type array
` [Tarantool-patches] [PATCH v3 04/10] box: make clear_synchro_queue() write a PROMOTE entry instead of CONFIRM + ROLLBACK
` [Tarantool-patches] [PATCH v3 05/10] box: write PROMOTE even for empty limbo
` [Tarantool-patches] [PATCH v3 06/10] raft: keep track of greatest known term and filter replication sources based on that
` [Tarantool-patches] [PATCH v3 07/10] replication: introduce a new election mode: "manual"
` [Tarantool-patches] [PATCH v3 08/10] Support manual elections in `box.ctl.clear_synchro_queue()`
` [Tarantool-patches] [PATCH v3 09/10] box: remove parameter from clear_synchro_queue
` [Tarantool-patches] [PATCH v3 10/10] box.ctl: rename clear_synchro_queue to promote

[Tarantool-patches] [PATCH] txn_limbo: simplify owner migration condition
 2021-04-15 23:12 UTC  (2+ messages)

[Tarantool-patches] [PATCH] serializer: serialize recursive structures
 2021-04-15 20:39 UTC  (3+ messages)

[Tarantool-patches] [PATCH 0/2] Set box.cfg options using environment variables
 2021-04-15  6:52 UTC  (6+ messages)
` [Tarantool-patches] [PATCH 1/2] cfg: provide types for logger options
` [Tarantool-patches] [PATCH 2/2] box: set box.cfg options via environment variables

[Tarantool-patches] [PATCH v5 00/52] Move mem-related functions to mem.c/mem.h
 2021-04-15  6:49 UTC  (91+ messages)
` [Tarantool-patches] [PATCH v5 01/52] sql: enhance vdbe_decode_msgpack_into_mem()
` [Tarantool-patches] [PATCH v5 04/52] sql: remove NULL-termination in OP_ResultRow
` [Tarantool-patches] [PATCH v5 09/52] sql: introduce mem_str()
` [Tarantool-patches] [PATCH v5 11/52] sql: introduce mem_destroy()
` [Tarantool-patches] [PATCH v5 12/52] sql: introduce mem_is_*() functions()
` [Tarantool-patches] [PATCH v5 13/52] sql: introduce mem_copy()
` [Tarantool-patches] [PATCH v5 14/52] sql: introduce mem_copy_as_ephemeral()
` [Tarantool-patches] [PATCH v5 15/52] sql: rework mem_move()
` [Tarantool-patches] [PATCH v5 17/52] sql: remove sql_column_to_messagepack()
` [Tarantool-patches] [PATCH v5 18/52] sql: introduce mem_concat()
` [Tarantool-patches] [PATCH v5 19/52] sql: introduce arithmetic operations for MEM
` [Tarantool-patches] [PATCH v5 20/52] sql: introduce mem_compare()
` [Tarantool-patches] [PATCH v5 21/52] sql: introduce bitwise operations for MEM
` [Tarantool-patches] [PATCH v5 24/52] sql: introduce mem_set_int()
` [Tarantool-patches] [PATCH v5 27/52] sql: introduce mem_set_str_*() functions
` [Tarantool-patches] [PATCH v5 28/52] sql: introduce mem_copy_str() and mem_copy_str0()
` [Tarantool-patches] [PATCH v5 30/52] sql: introduce mem_copy_bin()
` [Tarantool-patches] [PATCH v5 32/52] sql: introduce mem_set_*() for map and array
` [Tarantool-patches] [PATCH v5 35/52] sql: introduce mem_set_frame()
` [Tarantool-patches] [PATCH v5 36/52] sql: introduce mem_set_agg()
` [Tarantool-patches] [PATCH v5 37/52] sql: introduce mem_set_null_clear()
` [Tarantool-patches] [PATCH v5 38/52] sql: move MEM flags to mem.c
` [Tarantool-patches] [PATCH v5 39/52] sql: introduce mem_to_int*() functions
` [Tarantool-patches] [PATCH v5 40/52] sql: introduce mem_to_double()

[Tarantool-patches] [PATCH v5 41/52] sql: introduce mem_to_number()
 2021-04-15  0:51 UTC  (35+ messages)
` [Tarantool-patches] [PATCH v5 42/52] sql: introduce mem_to_str() and mem_to_str0()
` [Tarantool-patches] [PATCH v5 43/52] sql: introduce mem_cast_explicit()
` [Tarantool-patches] [PATCH v5 44/52] sql: introduce mem_cast_implicit()
` [Tarantool-patches] [PATCH v5 45/52] sql: introduce mem_get_int()
` [Tarantool-patches] [PATCH v5 46/52] sql: introduce mem_get_uint()
` [Tarantool-patches] [PATCH v5 47/52] sql: introduce mem_get_double()
` [Tarantool-patches] [PATCH v5 48/52] sql: introduce mem_get_bool()
` [Tarantool-patches] [PATCH v5 49/52] sql: introduce mem_get_str0() and mem_as_str0()
` [Tarantool-patches] [PATCH v5 51/52] sql: introduce mem_get_bytes_len()

[Tarantool-patches] [PATCH 0/2] Install curl headers and enable smtp
 2021-04-15  0:28 UTC  (8+ messages)
` [Tarantool-patches] [PATCH 1/2] build: "
` [Tarantool-patches] [PATCH 2/2] build: install libCURL headers

[Tarantool-patches] [PATCH luajit v3 00/29] Adapt PUC-Rio Lua 5.1 test suite
 2021-04-14 21:08 UTC  (35+ messages)
` [Tarantool-patches] [PATCH luajit v3 01/29] test: add "
` [Tarantool-patches] [PATCH luajit v3 02/29] test: build auxiliary C libs from PUC-Rio Lua 5.1
` [Tarantool-patches] [PATCH luajit v3 03/29] test: adapt PUC-Rio suite for out-of-source build
` [Tarantool-patches] [PATCH luajit v3 04/29] test: remove quotes in progname from PUC-Rio
` [Tarantool-patches] [PATCH luajit v3 05/29] test: adapt PUC-Rio test for arg presence
` [Tarantool-patches] [PATCH luajit v3 06/29] test: disable PUC-Rio tests confused by -v output
` [Tarantool-patches] [PATCH luajit v3 07/29] test: disable PUC-Rio tests for bytecode header
` [Tarantool-patches] [PATCH luajit v3 08/29] test: adapt PUC-Rio tests counting GC steps
` [Tarantool-patches] [PATCH luajit v3 09/29] test: disable PUC-Rio suite tests for line hook
` [Tarantool-patches] [PATCH luajit v3 10/29] test: adapt PUC-Rio tests with vararg functions
` [Tarantool-patches] [PATCH luajit v3 11/29] test: adapt PUC-Rio test for debug in vararg func
` [Tarantool-patches] [PATCH luajit v3 12/29] test: adapt PUC-Rio test with count hooks
` [Tarantool-patches] [PATCH luajit v3 13/29] test: disable PUC-Rio test for tail call info
` [Tarantool-patches] [PATCH luajit v3 14/29] test: adapt PUC-Rio test with activeline check
` [Tarantool-patches] [PATCH luajit v3 15/29] test: disable PUC-Rio test for per-coroutine hooks
` [Tarantool-patches] [PATCH luajit v3 16/29] test: adapt PUC-Rio test for %q in string.format
` [Tarantool-patches] [PATCH luajit v3 17/29] test: disable locale-dependent PUC-Rio tests
` [Tarantool-patches] [PATCH luajit v3 18/29] test: use math.fmod in "
` [Tarantool-patches] [PATCH luajit v3 19/29] test: remove string.gfind assert in PUC-Rio test
` [Tarantool-patches] [PATCH luajit v3 20/29] test: disable PUC-Rio test for getfenv in tailcall
` [Tarantool-patches] [PATCH luajit v3 21/29] test: disable PUC-Rio test for variables in error
` [Tarantool-patches] [PATCH luajit v3 22/29] test: disable PUC-Rio test for fast function name
` [Tarantool-patches] [PATCH luajit v3 23/29] test: disable PUC-Rio test for non-asci identifier
` [Tarantool-patches] [PATCH luajit v3 24/29] test: disable PUC-Rio test for syntax level error
` [Tarantool-patches] [PATCH luajit v3 25/29] test: disable PUC-RIO tests for several -l options
` [Tarantool-patches] [PATCH luajit v3 26/29] test: disable PUC-Rio test for checking arg layout
` [Tarantool-patches] [PATCH luajit v3 27/29] test: disable PUC-Rio test checking -h option
` [Tarantool-patches] [PATCH luajit v3 28/29] test: disable PUC-Rio hanging GC test
` [Tarantool-patches] [PATCH luajit v3 29/29] test: disable too deep recursive PUC-Rio test

[Tarantool-patches] [PATCH 0/3] Export curl symbols, enable smtp and install headers
 2021-04-14 17:52 UTC  (3+ messages)

[Tarantool-patches] [PATCH v2 luajit] tools: introduce --leak-only memprof parser option
 2021-04-14 14:34 UTC  (7+ messages)

[Tarantool-patches] [PATCH v2 0/9] raft: introduce manual elections and fix a bug with re-applying rolled back transactions
 2021-04-14 10:00 UTC  (23+ messages)
` [Tarantool-patches] [PATCH v2 1/9] wal: enrich row's meta information with sync replication flags
` [Tarantool-patches] [PATCH v2 2/9] xrow: introduce a PROMOTE entry
` [Tarantool-patches] [PATCH v2 3/9] box: actualise iproto_key_type array
` [Tarantool-patches] [PATCH v2 4/9] box: make clear_synchro_queue() write a PROMOTE entry instead of CONFIRM + ROLLBACK
` [Tarantool-patches] [PATCH v2 5/9] box: write PROMOTE even for empty limbo
` [Tarantool-patches] [PATCH v2 6/9] raft: keep track of greatest known term and filter replication sources based on that
` [Tarantool-patches] [PATCH v2 7/9] replication: introduce a new election mode: "manual"
` [Tarantool-patches] [PATCH v2 8/9] Support manual elections in `box.ctl.clear_synchro_queue()`
` [Tarantool-patches] [PATCH v2 9/9] box.ctl: rename clear_synchro_queue to promote

[Tarantool-patches] [PATCH v21 0/6] box: implement box.lib Lua module
 2021-04-14  8:07 UTC  (14+ messages)
` [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 v2 0/2] Set cfg via environment variables
 2021-04-13 17:57 UTC  (8+ messages)
` [Tarantool-patches] [PATCH v2 1/2] lua/log: remove 'module' option type
` [Tarantool-patches] [PATCH v2 2/2] box: set cfg via environment variables

[Tarantool-patches] [PATCH 0/9] raft: introduce manual elections and fix a bug with re-applying rolled back transactions
 2021-04-13 13:26 UTC  (11+ messages)
` [Tarantool-patches] [PATCH 1/9] wal: enrich row's meta information with sync replication flags
` [Tarantool-patches] [PATCH 6/9] raft: keep track of greatest known term and filter replication sources based on that
` [Tarantool-patches] [PATCH 8/9] Support manual elections in `box.ctl.clear_synchro_queue()`
` [Tarantool-patches] [PATCH 9/9] box.ctl: rename clear_synchro_queue to promote

[Tarantool-patches] [PATCH] box: set cfg via environment variables
 2021-04-13 12:47 UTC  (6+ messages)

[Tarantool-patches] [PATCH v2 0/5] send feedback on start and on key events
 2021-04-13 10:38 UTC  (7+ messages)
` [Tarantool-patches] [PATCH v2 5/5] feedback_daemon: count and report some events

[Tarantool-patches] [PATCH v2 luajit 00/30] Adapt PUC-Rio Lua 5.1 test suite
 2021-04-12 10:26 UTC  (9+ messages)
` [Tarantool-patches] [PATCH v2 luajit 16/30] test: adapt PUC Lua test for %q in fmt for LuaJIT

page:  |  | latest

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