[Tarantool-patches] [PATCH 0/2] Make tree hint optional
2020-10-20 1:01 UTC (4+ messages)
` [Tarantool-patches] [PATCH 1/2] memtx: move memtx_tree.c to memtx_tree.cc
` [Tarantool-patches] [PATCH 2/2] memtx: make tuple compare hints optional
[Tarantool-patches] [PATCH 0/3] Raft on leader election recovery restart
2020-10-19 20:26 UTC (6+ messages)
` [Tarantool-patches] [PATCH 1/3] raft: send state to new subscribers if Raft worked
` [Tarantool-patches] [PATCH 2/3] raft: use local LSN in relay recovery restart
` [Tarantool-patches] [PATCH 3/3] raft: don't drop GC when restart relay recovery
[Tarantool-patches] [PATCH v2] test: fix hanging of gh.test.lua
2020-10-19 20:12 UTC (2+ messages)
[Tarantool-patches] [PATCH 0/2] Upsert upgrade test follow-up
2020-10-19 20:02 UTC (4+ 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] luacheck: change global vars to local in sql-tap
2020-10-19 11:25 UTC
[Tarantool-patches] [PATCH v1] test: skip election_qsync_stress test on FreeBSD12
2020-10-19 9:57 UTC
[Tarantool-patches] [PATCH v3] iproto: make iproto thread more independent from tx
2020-10-19 9:49 UTC (3+ messages)
[Tarantool-patches] [PATCH v4] iproto: make iproto thread more independent from tx
2020-10-19 9:49 UTC
[Tarantool-patches] [PATCH 0/2] Make tree hint optional
2020-10-19 9:26 UTC (3+ messages)
` [Tarantool-patches] [PATCH 1/2] memtx: move memtx_tree.c to memtx_tree.cc
` [Tarantool-patches] [PATCH 2/2] memtx: make tuple compare hints optional
[Tarantool-patches] [PATCH 0/2] Minor fixes for new LuaJIT extention library
2020-10-19 4:57 UTC (7+ messages)
` [Tarantool-patches] [PATCH 1/2] build: provide missing LuaJIT lmisclib.h header
` [Tarantool-patches] [PATCH 2/2] lua: add missing LuaJIT export symbols
[Tarantool-patches] [PATCH 0/3] LuaJIT misclib minor improvements
2020-10-19 4:35 UTC (11+ messages)
` [Tarantool-patches] [PATCH 1/3] misc: add lmisclib.h to lua.hpp header
` [Tarantool-patches] [PATCH 2/3] misc: add lib_misc.c to all .bat files
` [Tarantool-patches] [PATCH 3/3] misc: fix linking when LUA_BUILD_AS_DLL is defined
[Tarantool-patches] [PATCH] test: fix warning for old gcc at testgetmetrics.c
2020-10-17 11:44 UTC
[Tarantool-patches] [PATCH] module api: fix asan failures in test
2020-10-17 5:17 UTC (3+ messages)
[Tarantool-patches] [PATCH] Remove hardcoded paths to LuaJIT tests
2020-10-16 12:59 UTC (7+ messages)
` [Tarantool-patches] [PATCH luajit] test: introduce the root CMakeLists.txt
` [Tarantool-patches] [PATCH] test: adjust the path to LuaJIT test directory
[Tarantool-patches] [PATCH v1] gitlab-ci: add OSX 13 to testing
2020-10-16 8:25 UTC (3+ messages)
[Tarantool-patches] [PATCH 1/1] raft: fix crash when leader resigned from its role
2020-10-16 7:16 UTC (2+ messages)
[Tarantool-patches] [PATCH v1 1/5] curl: enable curl build with old cmake
2020-10-16 6:55 UTC (13+ 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 2.X v4 0/4] module api: extend for external merger Lua module
2020-10-16 6:10 UTC (23+ messages)
` [Tarantool-patches] [PATCH 2.X v4 1/4] module api: export box_tuple_validate
` [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 2.X v4.1] "
[Tarantool-patches] [PATCH v3 00/16] module api: extend for external key_def Lua module
2020-10-16 6:05 UTC (23+ messages)
` [Tarantool-patches] [PATCH v3 02/16] module api: expose box region
` [Tarantool-patches] [PATCH v3 05/16] lua: don't raise a Lua error from luaT_tuple_new()
` [Tarantool-patches] [PATCH v3 08/16] module api/lua: add API_EXPORT to tuple functions
` [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 v1 1/1] sql: check arguments types of built-in functions
2020-10-16 1:20 UTC (5+ messages)
[Tarantool-patches] [PATCH v1 1/1] sql: check arguments types of built-in functions
2020-10-16 1:01 UTC
[Tarantool-patches] [PATCH v3 1/1] sql: enable autoindex optimization
2020-10-16 0:22 UTC (5+ messages)
[Tarantool-patches] [PATCH 1.10 v4 0/5] module api: extend for external merger Lua module
2020-10-15 22:30 UTC (8+ 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 v2 00/15] RFC: module api: extend for external key_def Lua module
2020-10-15 22:10 UTC (7+ messages)
` [Tarantool-patches] [PATCH v2 05/15] lua: don't raise a Lua error from luaT_tuple_new()
[Tarantool-patches] (no subject)
2020-10-15 20:41 UTC (3+ messages)
` [Tarantool-patches] [PATCH] luajit - avoid hardcode of paths to luajit test
[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 (4+ messages)
[Tarantool-patches] [PATCH] test/uint: fiber
2020-10-15 16:28 UTC (2+ messages)
[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 (8+ messages)
` [Tarantool-patches] [PATCH 2/6] raft: factor out the code to wakeup worker fiber
` [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 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 (8+ messages)
` [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)
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox