Tarantool development patches archive
 help / color / mirror / Atom feed
[Tarantool-patches] [PATCH 00/14] RFC: module api: extend for external key_def Lua module
 2020-10-12 19:06 UTC  (35+ 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 1.10 00/16] RFC: module api: extend for external key_def Lua module
  ` [Tarantool-patches] [PATCH 1.10 02/16] refactoring: adjust contract of luaT_tuple_new()

[Tarantool-patches] [PATCH v3] build: enable cmake in curl build
 2020-10-12 18:52 UTC  (4+ messages)
` [Tarantool-patches] [PATCH v1] build: make curl symbols global
` [Tarantool-patches] [PATCH v1] gitlab-ci: add out-of-source build

[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] test: merge possilbe failed test outputs for election_qsync
 2020-10-12 12:09 UTC 

[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 1.10 v3 0/4] module api: extend for external merger Lua module
 2020-10-12  9:19 UTC  (7+ 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 2.X v3 0/3] module api: extend for external merger Lua module
 2020-10-12  0:44 UTC  (4+ 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 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 v3 0/2] vinyl: rework upsert operation
 2020-10-11 15:35 UTC  (8+ messages)
` [Tarantool-patches] [PATCH v3 1/2] "

[Tarantool-patches] [PATCH v3 1/1] sql: enable autoindex optimization
 2020-10-11 10:48 UTC 

[Tarantool-patches] [PATCH v2 1/1] sql: enable autoindex optimization
 2020-10-11 10:33 UTC  (6+ 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  (14+ 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/2] Implement LuaJIT platform metrics
 2020-10-09 14:45 UTC  (23+ 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 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  (17+ 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 v4 6/6] sql: support column addition

[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 1/1] raft: introduce election_role configuration option
 2020-10-07 22:29 UTC  (4+ messages)

[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  (3+ messages)
` [Tarantool-patches] [PATCH v2] Introduce "

[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  (7+ messages)
` [Tarantool-patches] [PATCH 1/2] Remove C99 extension usage from C++ file
` [Tarantool-patches] [PATCH 2/2] ci: add replace clang8 with clang11

[Tarantool-patches] [PATCH] vinyl: fix leak in vy_build_recover_stmt
 2020-10-06 13:33 UTC  (4+ messages)

[Tarantool-patches] [PATCH v4 0/6] box/func: implement cfunc Lua module
 2020-10-06 12:55 UTC  (9+ messages)
` [Tarantool-patches] [PATCH v4 5/6] "

[Tarantool-patches] [PATCH] lua: prohibit fiber yield when GC hook is active
 2020-10-06 10:56 UTC  (5+ messages)

[Tarantool-patches] [PATCH] raft: add a test with synchronous replication
 2020-10-06 10:04 UTC  (6+ messages)

[Tarantool-patches] [PATCH] box/memtx: support bitset indexes for binary fields
 2020-10-06  8:23 UTC 

[Tarantool-patches] Fwd: New Defects reported by Coverity Scan for tarantool/tarantool
 2020-10-05 13:18 UTC 

[Tarantool-patches] [PATCH v1] test-run: restart server on each failed test
 2020-10-05 10:02 UTC 

[Tarantool-patches] [PATCH v1] test: move error messages into logs gh-5383
 2020-10-05  9:09 UTC 

[Tarantool-patches] [PATCH v3 0/2] Implement LuaJIT platform metrics
 2020-10-05  6:39 UTC  (5+ messages)
` [Tarantool-patches] [PATCH v3 1/2] core: introduce various "
` [Tarantool-patches] [PATCH v3 2/2] misc: add C and Lua API for "

page:  |  | latest

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