Tarantool development patches archive
 help / color / mirror / Atom feed
[Tarantool-patches] [PATCH v1 0/2] fix flaky replication/election_qsync_stress.test.lua test
 2020-11-05 14:34 UTC  (3+ messages)
` [Tarantool-patches] [PATCH v1 1/2] test: filter output message for test
` [Tarantool-patches] [PATCH v1 2/2] test: fix flaky election_qsync_stress with KILL

[Tarantool-patches] [PATCH v1] tarantoolctl: fix pid file removement
 2020-11-05 14:20 UTC 

[Tarantool-patches] [PATCH v4] core: introduce evenly distributed int64 random in range
 2020-11-05 12:09 UTC 

[Tarantool-patches] [PATCH v4] core: introduce evenly distributed int64 random in range
 2020-11-05 11:14 UTC 

[Tarantool-patches] [PATCH v3] core: introduce evenly distributed int64 random in range
 2020-11-05 11:07 UTC  (3+ messages)

[Tarantool-patches] [PATCH v4] core: introduce evenly distributed int64 random in range
 2020-11-05 11:07 UTC 

[Tarantool-patches] [PATCH v1 1/1] sql: do not reset region on select
 2020-11-04 22:14 UTC  (2+ messages)

[Tarantool-patches] [PATCH] luacheck: change global vars to local in sql-tap
 2020-11-04 17:44 UTC  (3+ messages)

[Tarantool-patches] [PATCH v2] core: handle fiber cancellation for fiber.cond
 2020-11-04 10:00 UTC  (6+ messages)

[Tarantool-patches] [PATCH] core: fix static_alloc buffer overflow
 2020-11-03 22:59 UTC  (13+ messages)

[Tarantool-patches] [PATCH 0/3] Qsync too long WAL write
 2020-11-03 22:19 UTC  (10+ messages)
` [Tarantool-patches] [PATCH 1/3] txn: rename txn_complete_async to txn_on_journal_write
` [Tarantool-patches] [PATCH 2/3] txn: split complete into success and fail paths
` [Tarantool-patches] [PATCH 3/3] txn: warn "too long WAL" on write, not on commit

[Tarantool-patches] [PATCH 0/2] Follow-up for "_session_settings" space
 2020-11-03 20:31 UTC  (5+ messages)
` [Tarantool-patches] [PATCH 1/2] sql: fix _session_settings name in error messages

[Tarantool-patches] [PATCH] vinyl: update gh-4957-too-many-upserts test
 2020-11-03 17:37 UTC 

[Tarantool-patches] [PATCH 0/2] Improve json error message
 2020-11-03 10:01 UTC  (6+ messages)
` [Tarantool-patches] [PATCH 2/2] json: print context in error mesages

[Tarantool-patches] [PATCH v8 0/4] box/cbox: implement cfunc Lua module
 2020-11-03  7:26 UTC  (19+ 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 v1 1/1] box: remove unnecessary rights from peristent functions
 2020-11-03  0:03 UTC 

[Tarantool-patches] raft: make sure the voking mask is wide enough
 2020-11-02 22:28 UTC  (8+ messages)
` [Tarantool-patches] [PATCH v2] raft: make sure the voting "
    ` [Tarantool-patches] [PATCH v3] raft: make sure the voking "

[Tarantool-patches] [PATCH v2 0/2] raft: a few fixes for raft state symbolics
 2020-11-02 22:02 UTC  (6+ messages)
` [Tarantool-patches] [PATCH v2 1/2] raft: raft_request_to_string -- don't hardcode size
` [Tarantool-patches] [PATCH v2 2/2] raft: decode even invalid states of raft

[Tarantool-patches] [PATCH 0/2] module_api: followup changes for merger part
 2020-11-02 21:13 UTC  (4+ messages)
` [Tarantool-patches] [PATCH 1/2] module api: proper documentation for the ibuf wrapper
` [Tarantool-patches] [PATCH 2/2] module api: polish module_api test

[Tarantool-patches] [PATCH 0/5] Add clang format
 2020-11-02 21:05 UTC  (11+ messages)
` [Tarantool-patches] [PATCH 1/5] clang-format: guard various declarations
` [Tarantool-patches] [PATCH 2/5] Add .clang-format for src/box/
` [Tarantool-patches] [PATCH 3/5] build: add clang-format rules
` [Tarantool-patches] [PATCH 4/5] gitlab-ci: add code style check
` [Tarantool-patches] [PATCH 5/5] Apply Clang formatter

[Tarantool-patches] [PATCH v1] test: block box/tx_man.test.lua test on OSX
 2020-11-02 16:54 UTC  (2+ messages)

[Tarantool-patches] [PATCH v1 0/4] test: stabilize testing with issue #5141
 2020-11-02  7:33 UTC  (8+ messages)
` [Tarantool-patches] [PATCH v1 1/4] test: add test filter for box.snapshot
` [Tarantool-patches] [PATCH v1 2/4] test: create reproducer for #5141
` [Tarantool-patches] [PATCH v1 3/4] test: fix flaky vinyl/gh-4957-too-many-upserts
` [Tarantool-patches] [PATCH v1 4/4] test: fix hanging of vinyl/gh.test.lua

[Tarantool-patches] [PATCH v1] Remove autoconf tools from packages spec
 2020-11-02  6:24 UTC 

[Tarantool-patches] [PATCH v1] Revert "test: create reproducer for #5141" on 2.5
 2020-11-01 17:23 UTC 

[Tarantool-patches] [PATCH v1] Revert "test: create reproducer for #5141" on 1.10
 2020-11-01 17:21 UTC 

[Tarantool-patches] [PATCH v1 0/3] implement default compiler build with Werror
 2020-11-01  8:48 UTC  (5+ messages)
` [Tarantool-patches] [PATCH v2 1/3] build: fix Werror warning in test/unit:fiber*.c*
` [Tarantool-patches] [PATCH v1 2/3] build: add Werror flag on packages builds
` [Tarantool-patches] [PATCH v1 3/3] gitlab-ci: test default gcc on CentOS 7

[Tarantool-patches] [PATCH 00/19] Add static analysis of Lua code in test/ with luacheck
 2020-10-30 13:59 UTC  (3+ messages)
` [Tarantool-patches] [PATCH] test: fix warnings spotted by luacheck

[Tarantool-patches] [PATCH v1] ci: enhance jobs with jepsen tests
 2020-10-30 11:17 UTC  (4+ messages)

[Tarantool-patches] [PATCH] lua: handle fiber cancellation for fiber.cond
 2020-10-30  6:47 UTC  (5+ messages)

[Tarantool-patches] [PATCH] netbox: fix empty error message
 2020-10-29 19:12 UTC  (2+ messages)

[Tarantool-patches] [PATCH 0/2] raft: a few fixes
 2020-10-27 22:36 UTC  (4+ messages)
` [Tarantool-patches] [PATCH 2/2] raft: decode even invalid states of raft

[Tarantool-patches] [PATCH v4] iproto: make iproto thread more independent from tx
 2020-10-27 22:06 UTC  (2+ messages)

[Tarantool-patches] [PATCH v3] iproto: make iproto thread more independent from tx
 2020-10-27 22:06 UTC  (4+ messages)

[Tarantool-patches] [PATCH] rfc: describe a LuaJIT memory profiler
 2020-10-27 11:31 UTC  (2+ messages)

[Tarantool-patches] [PATCH v1 0/3] update_repo: improvements for removements
 2020-10-25  8:37 UTC  (4+ messages)
` [Tarantool-patches] [PATCH v1 1/3] update_repo: add message which file to remove
` [Tarantool-patches] [PATCH v1 2/3] update_repo: correct help message on remove
` [Tarantool-patches] [PATCH v1 3/3] update_repo: correct remove routine

[Tarantool-patches] [PATCH v2] core: introduce evenly distributed int64 random in range
 2020-10-23 21:12 UTC  (3+ messages)

[Tarantool-patches] [PATCH 0/2] Fix transaction manager
 2020-10-22 16:42 UTC  (4+ messages)
` [Tarantool-patches] [PATCH 1/2] memtx: fix a bug in unlinking story lists
` [Tarantool-patches] [PATCH 2/2] memtx: fix a bug in TX that caused deletion of a durty tuple

[Tarantool-patches] [PATCH] raft: fix an assertion failure on transition to voter
 2020-10-22 11:05 UTC  (2+ messages)

[Tarantool-patches] [PATCH 0/3] Raft on leader election recovery restart
 2020-10-22  8:55 UTC  (10+ messages)
` [Tarantool-patches] [PATCH 1/3] raft: send state to new subscribers if Raft worked

[Tarantool-patches] [PATCH 0/2] Make tree hint optional
 2020-10-21 17:06 UTC  (10+ 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 v2 0/2] Make tree hint optional
 2020-10-21 16:38 UTC  (6+ messages)
` [Tarantool-patches] [PATCH v2 1/2] memtx: move memtx_tree.c to memtx_tree.cc
` [Tarantool-patches] [PATCH v2 2/2] memtx: make tuple compare hints optional

[Tarantool-patches] [PATCH v2 1/2] memtx: move memtx_tree.c to memtx_tree.cc
 2020-10-21 16:34 UTC 

[Tarantool-patches] [PATCH 0/2] Minor fixes for new LuaJIT extention library
 2020-10-21 16:17 UTC  (12+ 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] feedback_daemon: add synchro replication usage reporting
 2020-10-21  8:42 UTC  (4+ messages)

[Tarantool-patches] [PATCH v3] test: fix hanging of vinyl/[gh|iterator].test.lua
 2020-10-20 20:46 UTC  (2+ messages)

[Tarantool-patches] [PATCH 0/2] Upsert upgrade test follow-up
 2020-10-20 16:31 UTC  (4+ messages)

[Tarantool-patches] [PATCH 0/3] LuaJIT misclib minor improvements
 2020-10-20 15:58 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 v3 1/1] sql: enable autoindex optimization
 2020-10-20 15:40 UTC  (8+ messages)

[Tarantool-patches] [PATCH] test: fix warning for old gcc at testgetmetrics.c
 2020-10-20 15:17 UTC  (5+ messages)

[Tarantool-patches] [PATCH v2] test: fix hanging of gh.test.lua
 2020-10-20  8:46 UTC  (3+ messages)

[Tarantool-patches] [PATCH v1] test: skip election_qsync_stress test on FreeBSD12
 2020-10-19  9:57 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

page:  |  | latest

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