Tarantool development patches archive
 help / color / mirror / Atom feed
[Tarantool-patches] [PATCH v3 00/16] module api: extend for external key_def Lua module
 2020-10-15 20:12 UTC  (32+ 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] .gitignore: add coverity, patches and special ignore
 2020-10-15 20:03 UTC  (4+ messages)

[Tarantool-patches] [PATCH] feedback_daemon: add synchro replication usage reporting
 2020-10-15 19:45 UTC  (8+ messages)

[Tarantool-patches] [PATCH v2 00/15] RFC: module api: extend for external key_def Lua module
 2020-10-15 19:43 UTC  (20+ messages)
` [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 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 v1 1/5] curl: enable curl build with old cmake
 2020-10-15 19:00 UTC  (11+ messages)
` [Tarantool-patches] [PATCH v1 2/5] build: set include path to bootstrap.h
` [Tarantool-patches] [PATCH v1 3/5] build: correct destination build directory
` [Tarantool-patches] [PATCH v1 5/5] gitlab-ci: add out-of-source build
  ` [Tarantool-patches] [PATCH v2 "
` [Tarantool-patches] [PATCH v4 4/5] build: enable cmake in curl build

[Tarantool-patches] [PATCH] test/uint: fiber
 2020-10-15 16:28 UTC  (2+ messages)

[Tarantool-patches] (no subject)
 2020-10-15 16:26 UTC  (2+ messages)

[Tarantool-patches] [PATCH v1] gitlab-ci: add OSX 13 to testing
 2020-10-15 15:45 UTC  (2+ messages)

[Tarantool-patches] [PATCH 0/2] Upsert upgrade test follow-up
 2020-10-15 14:33 UTC  (3+ messages)
` [Tarantool-patches] [PATCH 1/2] vinyl: remove vinyl/upgrade.test.lua
` [Tarantool-patches] [PATCH 2/2] vinyl: reorganize vinyl/upsert_upgrade.test.lua

[Tarantool-patches] [PATCH v1] gitlab-ci: correct place of tag removement
 2020-10-15 13:08 UTC  (2+ messages)

[Tarantool-patches] [PATCH v2] gitlab-ci: remove tag from pushed branch commit
 2020-10-15 13:03 UTC  (3+ messages)

[Tarantool-patches] [PATCH 0/2] raft: a few fixes
 2020-10-15  9:46 UTC  (6+ messages)
` [Tarantool-patches] [PATCH 1/2] raft: raft_request_to_string -- don't hardcode size
` [Tarantool-patches] [PATCH 2/2] raft: decode even invalid states of raft

[Tarantool-patches] [PATCH 0/2] Fix broken CI after introduced LuaJIT metrics
 2020-10-15  9:22 UTC  (12+ messages)
` [Tarantool-patches] [PATCH 1/2] test: force enable assert checks in release build
` [Tarantool-patches] [PATCH 2/2] test: disable jit related tests at FreeBSD

[Tarantool-patches] [PATCH v1 1/4] build: fix Werror warning in src/box/txn.c
 2020-10-15  8:53 UTC  (5+ messages)
` [Tarantool-patches] [PATCH v1 2/4] build: fix Werror warning in test/unit:fiber*.c*
` [Tarantool-patches] [PATCH v1 3/4] build: add Werror flag to CentOS7 packages build
` [Tarantool-patches] [PATCH v1 4/4] gitlab-ci: test default gcc on CentOS 7

[Tarantool-patches] [PATCH] jit: fix cdatanum addressing for GC64 mode on x86
 2020-10-15  8:41 UTC  (8+ messages)

[Tarantool-patches] [PATCH 0/6] Raft auto-commit
 2020-10-15  6:50 UTC  (12+ messages)
` [Tarantool-patches] [PATCH 1/6] test: add '_stress' suffix to election_qsync test
` [Tarantool-patches] [PATCH 2/6] raft: factor out the code to wakeup worker fiber
` [Tarantool-patches] [PATCH 3/6] raft: new candidate should wait for leader death
` [Tarantool-patches] [PATCH 4/6] raft: introduce on_update trigger
` [Tarantool-patches] [PATCH 5/6] raft: auto-commit transactions of the old leader
` [Tarantool-patches] [PATCH 6/6] qsync: reset confirmed lsn in limbo on owner change

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

[Tarantool-patches] [PATCH v3 1/1] sql: enable autoindex optimization
 2020-10-15  1:40 UTC  (4+ messages)

[Tarantool-patches] [PATCH v1] packages: tagged commit force push to live repo
 2020-10-14 23:32 UTC  (4+ messages)

[Tarantool-patches] [PATCH v1] gitlab-ci: remove tag from pushed branch commit
 2020-10-14 23:32 UTC  (2+ messages)

[Tarantool-patches] [PATCH] luacheck: fixed warning in tarantoolctl.in
 2020-10-14 23:04 UTC  (3+ messages)

[Tarantool-patches] [PATCH v1 3/4] build: add Werror flag on packages builds
 2020-10-14 19:25 UTC 

[Tarantool-patches] [PATCH v8 0/4] box/cbox: implement cfunc Lua module
 2020-10-14 13:35 UTC  (5+ messages)
` [Tarantool-patches] [PATCH v8 1/4] box/func: factor out c function entry structure
` [Tarantool-patches] [PATCH v8 2/4] module_cache: move module handling into own subsystem
` [Tarantool-patches] [PATCH v8 3/4] box/cbox: implement cbox Lua module
` [Tarantool-patches] [PATCH v8 4/4] test: box/cfunc -- add simple module test

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

[Tarantool-patches] [PATCH v1] test: flaky vinyl/gh.test.lua fails on 427 line
 2020-10-14  8:12 UTC  (2+ messages)

[Tarantool-patches] [PATCH 2.X v4 0/4] module api: extend for external merger Lua module
 2020-10-14  3:50 UTC  (7+ messages)
` [Tarantool-patches] [PATCH 2.X v4 1/4] module api: export box_tuple_validate
` [Tarantool-patches] [PATCH 2.X v4 2/4] module api: export box_key_def_dup
` [Tarantool-patches] [PATCH 2.X v4 3/4] module api: introduced luaT_toibuf instead of luaL_checkibuf
` [Tarantool-patches] [PATCH 2.X v4 4/4] module api: box_ibuf_* wrappers

[Tarantool-patches] [PATCH 1.10 v4 0/5] module api: extend for external merger Lua module
 2020-10-14  0:18 UTC  (7+ messages)
` [Tarantool-patches] [PATCH 1.10 v4 1/5] module api: export box_tuple_validate
` [Tarantool-patches] [PATCH 1.10 v4 2/5] module api: export box_key_def_dup
` [Tarantool-patches] [PATCH 1.10 v4 3/5] module api: introduced luaT_toibuf instead of luaL_checkibuf
` [Tarantool-patches] [PATCH 1.10 v4 4/5] module api: box_ibuf_* wrappers
` [Tarantool-patches] [PATCH 1.10 v4 5/5] module api: add luaL_iscallable with support of cdata metatype

[Tarantool-patches] [PATCH v1 1/1] sql: check arguments types of built-in functions
 2020-10-13 22:44 UTC  (3+ messages)

[Tarantool-patches] [PATCH 2.X v3 0/3] module api: extend for external merger Lua module
 2020-10-13 19:58 UTC  (13+ 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] build: another fix for luajit-tap tests cmake
 2020-10-13 14:49 UTC  (3+ 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  (5+ messages)
` [Tarantool-patches] [PATCH v4 2/2] misc: add C and Lua API for "

[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  (6+ messages)
` [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 1/1] raft: introduce election_role configuration option
 2020-10-12 20:16 UTC  (2+ messages)

[Tarantool-patches] [PATCH 00/14] RFC: module api: extend for external key_def Lua module
 2020-10-12 19:06 UTC  (4+ messages)
` [Tarantool-patches] [PATCH 05/14] WIP: module api/lua: add luaT_tuple_encode()

[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

page:  |  | latest

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