Tarantool development patches archive
 help / color / mirror / Atom feed
[Tarantool-patches] [PATCH 2.X v3 0/3] module api: extend for external merger Lua module
 2020-10-13 18:21 UTC  (10+ messages)
` [Tarantool-patches] [PATCH 2.X v3 1/3] module api: export box_tuple_validate
` [Tarantool-patches] [PATCH 2.X v3 2/3] module api: export box_key_def_dup
` [Tarantool-patches] [PATCH 2.X v3 3/3] module api: luaL_checkibuf
` [Tarantool-patches] [PATCH 2.X v3] module api: box_ibuf_* wrappers

[Tarantool-patches] [PATCH v1] test: flaky vinyl/gh.test.lua fails on 427 line
 2020-10-13 16:00 UTC 

[Tarantool-patches] [PATCH] feedback_daemon: add synchro replication usage reporting
 2020-10-13 15:56 UTC  (5+ messages)

[Tarantool-patches] [PATCH] build: another fix for luajit-tap tests cmake
 2020-10-13 14:49 UTC  (3+ messages)

[Tarantool-patches] [PATCH v3 1/1] sql: enable autoindex optimization
 2020-10-13 14:08 UTC  (2+ messages)

[Tarantool-patches] [PATCH v1] test: fix replication/replica_rejoin.test.lua
 2020-10-13 13:28 UTC  (2+ messages)

[Tarantool-patches] [PATCH v4] key_def: support composite types extraction
 2020-10-13 13:22 UTC  (2+ messages)

[Tarantool-patches] [PATCH v4 0/2] Implement LuaJIT platform metrics
 2020-10-13 13:17 UTC  (25+ messages)
` [Tarantool-patches] [PATCH v4 1/2] core: introduce various "
` [Tarantool-patches] [PATCH v4 2/2] misc: add C and Lua API for "
` [Tarantool-patches] [RFC v4] rfc: luajit metrics

[Tarantool-patches] [PATCH] test: merge possilbe failed test outputs for election_qsync
 2020-10-13 13:09 UTC  (2+ messages)

[Tarantool-patches] [PATCH 1.10 v3 0/4] module api: extend for external merger Lua module
 2020-10-13 11:58 UTC  (8+ messages)
` [Tarantool-patches] [PATCH 1.10 v3 1/4] module api: export box_tuple_validate
` [Tarantool-patches] [PATCH 1.10 v3 2/4] module api: export box_key_def_dup
` [Tarantool-patches] [PATCH 1.10 v3 3/4] module api: luaL_checkibuf
` [Tarantool-patches] [PATCH 1.10 v3 4/4] module api: add luaL_iscallable with support of cdata metatype

[Tarantool-patches] [PATCH v3] build: enable cmake in curl build
 2020-10-13 11:47 UTC  (6+ messages)
` [Tarantool-patches] [PATCH v1] build: make curl symbols global
` [Tarantool-patches] [PATCH v1] gitlab-ci: add out-of-source build

[Tarantool-patches] [PATCH v3 0/2] vinyl: rework upsert operation
 2020-10-13 10:18 UTC  (9+ messages)
` [Tarantool-patches] [PATCH v3 1/2] "

[Tarantool-patches] [PATCH v3 00/16] module api: extend for external key_def Lua module
 2020-10-12 23:23 UTC  (17+ messages)
` [Tarantool-patches] [PATCH v3 01/16] module api: get rid of typedef redefinitions
` [Tarantool-patches] [PATCH v3 02/16] module api: expose box region
` [Tarantool-patches] [PATCH v3 03/16] module api/lua: add luaL_iscdata() function
` [Tarantool-patches] [PATCH v3 04/16] lua: factor out tuple encoding from luaT_tuple_new
` [Tarantool-patches] [PATCH v3 05/16] lua: don't raise a Lua error from luaT_tuple_new()
` [Tarantool-patches] [PATCH v3 06/16] module api/lua: add luaT_tuple_encode()
` [Tarantool-patches] [PATCH v3 07/16] module api/lua: expose luaT_tuple_new()
` [Tarantool-patches] [PATCH v3 08/16] module api/lua: add API_EXPORT to tuple functions
` [Tarantool-patches] [PATCH v3 09/16] module api: add API_EXPORT to key_def functions
` [Tarantool-patches] [PATCH v3 10/16] module api: add box_key_def_new_v2()
` [Tarantool-patches] [PATCH v3 11/16] module api: add box_key_def_dump_parts()
` [Tarantool-patches] [PATCH v3 12/16] module api: expose box_key_def_validate_tuple()
` [Tarantool-patches] [PATCH v3 13/16] module api: expose box_key_def_merge()
` [Tarantool-patches] [PATCH v3 14/16] module api: expose box_key_def_extract_key()
` [Tarantool-patches] [PATCH v3 15/16] module api: add box_key_def_validate_key()
` [Tarantool-patches] [PATCH v3 16/16] module api: add box_key_def_validate_full_key()

[Tarantool-patches] [PATCH 1/1] raft: introduce election_role configuration option
 2020-10-12 20:16 UTC  (5+ messages)

[Tarantool-patches] [PATCH 00/14] RFC: module api: extend for external key_def Lua module
 2020-10-12 19:06 UTC  (30+ messages)
` [Tarantool-patches] [PATCH 02/14] WIP: module api: expose box region
` [Tarantool-patches] [PATCH 03/14] WIP: module api/lua: add luaL_iscdata() function
` [Tarantool-patches] [PATCH 05/14] WIP: module api/lua: add luaT_tuple_encode()
` [Tarantool-patches] [PATCH 08/14] WIP: refactoring: extract key_def module API functions
` [Tarantool-patches] [PATCH 09/14] WIP: module api: add box_key_def_new_ex()
` [Tarantool-patches] [PATCH 10/14] WIP: module api: add box_key_def_dump_parts()
` [Tarantool-patches] [PATCH 12/14] WIP: module api: expose box_key_def_merge()
` [Tarantool-patches] [PATCH 13/14] WIP: module api: expose box_tuple_extract_key_ex()
` [Tarantool-patches] [PATCH 14/14] WIP: module api: add box_key_def_validate_key()

[Tarantool-patches] [PATCH v2 00/15] RFC: module api: extend for external key_def Lua module
 2020-10-12 18:41 UTC  (34+ messages)
` [Tarantool-patches] [PATCH v2 01/15] module api: get rid of typedef redefinitions
` [Tarantool-patches] [PATCH v2 02/15] module api: expose box region
` [Tarantool-patches] [PATCH v2 03/15] module api/lua: add luaL_iscdata() function
` [Tarantool-patches] [PATCH v2 04/15] lua: factor out tuple encoding from luaT_tuple_new
` [Tarantool-patches] [PATCH v2 05/15] lua: don't raise a Lua error from luaT_tuple_new()
` [Tarantool-patches] [PATCH v2 06/15] WIP: module api/lua: add luaT_tuple_encode()
` [Tarantool-patches] [PATCH v2 07/15] module api/lua: expose luaT_tuple_new()
` [Tarantool-patches] [PATCH v2 08/15] module api/lua: add API_EXPORT to tuple functions
` [Tarantool-patches] [PATCH v2 09/15] module api: add API_EXPORT to key_def functions
` [Tarantool-patches] [PATCH v2 10/15] module api: add box_key_def_new_v2()
` [Tarantool-patches] [PATCH v2 11/15] module api: add box_key_def_dump_parts()
` [Tarantool-patches] [PATCH v2 12/15] module api: expose box_key_def_validate_tuple()
` [Tarantool-patches] [PATCH v2 13/15] WIP: module api: expose box_key_def_merge()
` [Tarantool-patches] [PATCH v2 14/15] WIP: module api: expose box_key_def_extract_key()
` [Tarantool-patches] [PATCH v2 15/15] WIP: module api: add box_key_def_validate_key()

[Tarantool-patches] [PATCH 0/2] Improve json error message
 2020-10-12  9:20 UTC  (6+ messages)
` [Tarantool-patches] [PATCH 1/2] json: make error messages more readable
` [Tarantool-patches] [PATCH 2/2] json: print context in error mesages

[Tarantool-patches] [PATCH v5 0/6] box/cbox: implement cfunc Lua module
 2020-10-11 21:58 UTC  (13+ messages)
` [Tarantool-patches] [PATCH v5 1/6] box/func: factor out c function entry structure
` [Tarantool-patches] [PATCH v5 2/6] box/func: provide module_sym_call
` [Tarantool-patches] [PATCH v5 3/6] box/func: more detailed error in module reloading
` [Tarantool-patches] [PATCH v5 4/6] box/func: export func_split_name helper
` [Tarantool-patches] [PATCH v5 5/6] box/cbox: implement cbox Lua module
` [Tarantool-patches] [PATCH v5 6/6] test: box/cfunc -- add simple module test

[Tarantool-patches] [PATCH 2.X v2.1 0/4] module api: extend for external merger Lua module
 2020-10-11 15:51 UTC  (7+ messages)
` [Tarantool-patches] [PATCH 2.X v2.1 1/4] module api: export box_tuple_validate
` [Tarantool-patches] [PATCH 2.X v2.1 2/4] module api: export box_key_def_dup
` [Tarantool-patches] [PATCH 2.X v2.1 3/4] module api: luaL_checkibuf
` [Tarantool-patches] [PATCH 2.X v2.1 4/4] module api: external merger tests

[Tarantool-patches] [PATCH v2 1/1] sql: enable autoindex optimization
 2020-10-11 10:33 UTC  (3+ messages)

[Tarantool-patches] [PATCH v1] test: enable flaky tests on FreeBSD 12
 2020-10-11  0:33 UTC 

[Tarantool-patches] [PATCH 2.X 0/7] RFC: module api: extend for external merger Lua module
 2020-10-10  1:19 UTC  (12+ messages)
` [Tarantool-patches] [PATCH 2.X 1/7] module api: export box_tuple_validate
` [Tarantool-patches] [PATCH 2.X 6/7] module api: luaL_checkibuf & luaL_checkconstchar

[Tarantool-patches] [PATCH v1 1/1] sql: check arguments types of built-in functions
 2020-10-09 21:08 UTC  (2+ messages)

[Tarantool-patches] [PATCH v4 0/5] Support column addition
 2020-10-09 13:45 UTC  (5+ messages)
` [Tarantool-patches] [PATCH v4 1/5] sql: rename TK_COLUMN to TK_COLUMN_REF
` [Tarantool-patches] [PATCH v4 2/5] sql: refactor create_table_def and parse
` [Tarantool-patches] [PATCH v4 3/5] schema: add box_space_field_MAX
` [Tarantool-patches] [PATCH v4 4/5] sql: use parser's region of "index" array

[Tarantool-patches] [PATCH v3] key_def: support composite types extraction
 2020-10-09  9:19 UTC  (3+ messages)

[Tarantool-patches] [PATCH v1] packages: tagged commit force push to live repo
 2020-10-08 23:13 UTC 

[Tarantool-patches] [PATCH v4 0/6] Support column addition
 2020-10-08 22:07 UTC  (14+ messages)
` [Tarantool-patches] [PATCH v4 2/6] sql: refactor create_table_def and parse
` [Tarantool-patches] [PATCH v4 4/6] sql: use parser's region of "index" array

[Tarantool-patches] [PATCH v1] gitlab-ci: test default gcc on CentOS 7
 2020-10-08 22:02 UTC 

[Tarantool-patches] [PATCH 0/2] Follow-up for "_session_settings" space
 2020-10-08 16:17 UTC  (4+ messages)
` [Tarantool-patches] [PATCH 1/2] sql: fix _session_settings name in error messages

[Tarantool-patches] [PATCH] sql: add missed sqlReleaseTempRange()
 2020-10-08 15:33 UTC  (3+ messages)

[Tarantool-patches] [PATCH] Fix luacheck warning W122 in extra/dist/tarantoolctl.in
 2020-10-08  9:22 UTC  (2+ messages)

[Tarantool-patches] [PATCH curl v1] Make curl symbols global
 2020-10-08  8:22 UTC 

[Tarantool-patches] [PATCH 0/3] Add clang format
 2020-10-07 14:11 UTC  (4+ messages)
` [Tarantool-patches] [PATCH 1/3] clang-format: guard various declarations
` [Tarantool-patches] [PATCH 2/3] Add .clang-format for src/box/
` [Tarantool-patches] [PATCH 3/3] Apply clang-format

[Tarantool-patches] [PATCH v2] Intorduce fselect - formatted select
 2020-10-07 14:03 UTC  (2+ messages)

[Tarantool-patches] [PATCH] fiber: fix build for disabled fiber top
 2020-10-07 13:33 UTC  (4+ messages)

[Tarantool-patches] [PATCH 0/2] Replace clang 8 with clang 11 in CI
 2020-10-06 14:50 UTC  (2+ messages)

[Tarantool-patches] [PATCH] vinyl: fix leak in vy_build_recover_stmt
 2020-10-06 13:33 UTC  (4+ 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