Tarantool development patches archive
 help / color / mirror / Atom feed
[Tarantool-patches] [PATCH v10 0/4] box/cbox: implement cfunc Lua module
 2020-11-13 17:56 UTC  (11+ messages)
` [Tarantool-patches] [PATCH v10 1/4] box/func: factor out c function entry structure
` [Tarantool-patches] [PATCH v10 2/4] module_cache: move module handling into own subsystem
` [Tarantool-patches] [PATCH v10 3/4] box/cbox: implement cbox Lua module
` [Tarantool-patches] [PATCH v10 4/4] test: box/cfunc -- add simple module test

[Tarantool-patches] [PATCH 0/3 v2] Additional qsync tests
 2020-11-13 15:10 UTC  (7+ messages)
` [Tarantool-patches] [PATCH 1/3 v2] replication: test clear_synchro_queue() function
` [Tarantool-patches] [PATCH 2/3 v2] replication: add test with random leaders promotion and demotion
` [Tarantool-patches] [PATCH 3/3 v2] replication: add test with change space sync mode in a loop

[Tarantool-patches] [PATCH] console: drop unused serpent module
 2020-11-13 14:56 UTC 

[Tarantool-patches] [PATCH] sql: forbid data changes in read-only mode
 2020-11-13 14:01 UTC  (2+ messages)

[Tarantool-patches] [test-run] Add options for upgrade testing
 2020-11-13 12:41 UTC  (7+ messages)

[Tarantool-patches] [PATCH] func: clean the module cache on first load error
 2020-11-13 12:29 UTC  (2+ messages)

[Tarantool-patches] [PATCH v4] core: introduce evenly distributed int64 random in range
 2020-11-13 11:54 UTC  (3+ messages)

[Tarantool-patches] [PATCH v5] core: introduce evenly distributed int64 random in range
 2020-11-13 11:53 UTC 

[Tarantool-patches] [PATCH 00/11] qsync: code refactoring
 2020-11-13 10:28 UTC  (26+ messages)
` [Tarantool-patches] [PATCH 01/11] build: add more ignore paths for tags target
` [Tarantool-patches] [PATCH 02/11] vclock: vclock_get - drop misleading masking
` [Tarantool-patches] [PATCH 03/11] vclock: vclock_inc -- add assert() to catch overflow
` [Tarantool-patches] [PATCH 04/11] txn: txn_commit_async -- drop redundant variable
` [Tarantool-patches] [PATCH 05/11] qsync: rename txn_limbo::instance_id to owner_id
` [Tarantool-patches] [PATCH 06/11] qsync: txn_limbo_append -- use owner_id in argument name
` [Tarantool-patches] [PATCH 07/11] qsync: move limbo owner transition into separate helper
` [Tarantool-patches] [PATCH 08/11] qsync: txn_limbo_wait_confirm -- refactor code a bit
` [Tarantool-patches] [PATCH 09/11] qsync: drop redundant type convention
` [Tarantool-patches] [PATCH 10/11] relay: use verbose names for fibers
` [Tarantool-patches] [PATCH 11/11] raft: drop redundant argument

[Tarantool-patches] [PATCH v1] test: fix flaky election_qsync_stress test
 2020-11-13  9:18 UTC  (2+ messages)

[Tarantool-patches] [PATCH v2] core: handle fiber cancellation for fiber.cond
 2020-11-13  8:26 UTC  (10+ messages)

[Tarantool-patches] [PATCH] lua: introduce function for uuid comparison
 2020-11-13  6:37 UTC  (4+ messages)

[Tarantool-patches] [PATCH] vinyl: update gh-4957-too-many-upserts test
 2020-11-13  0:22 UTC  (3+ messages)

[Tarantool-patches] [PATCH v8 0/4] box/cbox: implement cfunc Lua module
 2020-11-12 22:54 UTC  (9+ messages)
` [Tarantool-patches] [PATCH v8 3/4] box/cbox: implement cbox "

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

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

[Tarantool-patches] [PATCH] Fix tuple leak in vy_build_recover_stmt
 2020-11-12 10:25 UTC  (4+ messages)

[Tarantool-patches] [PATCH 3/3] replication: add test with random leaders promotion and demotion
 2020-11-12  9:32 UTC  (6+ messages)

[Tarantool-patches] [PATCH v1] replication: change space sync mode in a loop
 2020-11-12  9:27 UTC  (6+ messages)

[Tarantool-patches] [PATCH v1 1/1] box: remove unnecessary rights from peristent functions
 2020-11-11 21:48 UTC  (2+ messages)

[Tarantool-patches] [PATCH 0/5] Add clang format
 2020-11-11  8:23 UTC  (13+ messages)
` [Tarantool-patches] [PATCH 1/5] clang-format: guard various declarations
` [Tarantool-patches] [PATCH 3/5] build: add clang-format rules
` [Tarantool-patches] [PATCH 5/5] Apply Clang formatter

[Tarantool-patches] [PATCH v1] test: flaky sql/gh2483-remote-persistency-* test
 2020-11-11  5:50 UTC 

[Tarantool-patches] [PATCH v1 0/2] tarantoolctl: add signal in stop/restart options
 2020-11-11  5:21 UTC  (3+ messages)
` [Tarantool-patches] [PATCH v1 1/2] "
` [Tarantool-patches] [PATCH v1 2/2] Update tests for the new tarantoolctl format

[Tarantool-patches] [PATCH v2 0/4] Raft module, part 1 - explicit argument
 2020-11-10 22:05 UTC  (12+ messages)
` [Tarantool-patches] [PATCH v2 1/4] fiber: introduce fiber.f_arg
` [Tarantool-patches] [PATCH v2 2/4] raft: add explicit raft argument to all functions
` [Tarantool-patches] [PATCH v2 3/4] raft: check box_raft is inited before usage
` [Tarantool-patches] [PATCH v2 4/4] vclock: move to src/lib

[Tarantool-patches] [PATCH 0/2] Raft slow tests
 2020-11-10 22:05 UTC  (9+ messages)
` [Tarantool-patches] [PATCH 1/2] test: fix a typo in election_basic
` [Tarantool-patches] [PATCH 2/2] test: speed up election_qsync

[Tarantool-patches] [PATCH 1/1] raft: fix crash in worker fiber
 2020-11-10 22:05 UTC  (5+ messages)

[Tarantool-patches] [PATCH 0/2] Raft crash on re-enablence
 2020-11-10 22:05 UTC  (9+ messages)
` [Tarantool-patches] [PATCH 1/2] raft: fix crash on sm restart during WAL write
` [Tarantool-patches] [PATCH 2/2] raft: fix crash on candidate cfg "

[Tarantool-patches] [PATCH 0/4] Raft module, part 1 - explicit argument
 2020-11-10 21:06 UTC  (16+ messages)
` [Tarantool-patches] [PATCH 1/4] fiber: introduce fiber.arg
` [Tarantool-patches] [PATCH 2/4] raft: initialize raft completely at runtime
` [Tarantool-patches] [PATCH 3/4] raft: add explicit raft argument to all functions
` [Tarantool-patches] [PATCH 4/4] vclock: move to src/lib

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

[Tarantool-patches] [PATCH v5 00/10] Add static analysis with luacheck
 2020-11-10 14:49 UTC  (8+ messages)
` [Tarantool-patches] [PATCH v5 01/10] Add initial luacheck config

[Tarantool-patches] [PATCH v1] test: flaky engine/json.test.lua test
 2020-11-10 13:46 UTC 

[Tarantool-patches] [PATCH v1] tarantoolctl: add signal in stop/restart options
 2020-11-10 13:12 UTC 

[Tarantool-patches] [PATCH v4 0/5] Support column addition
 2020-11-10 12:18 UTC  (13+ 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 v4 5/5] sql: support column addition

[Tarantool-patches] [PATCH v1] test: replication-py/init_storage.test.py
 2020-11-10  9:06 UTC  (2+ messages)

[Tarantool-patches] [PATCH v1 0/2] fix flaky replication/election_qsync_stress.test.lua test
 2020-11-10  8:46 UTC  (4+ 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] lua/merger: fix NULL dereferences on error paths
 2020-11-10  8:13 UTC 

[Tarantool-patches] [PATCH v1] test: fix hang of vinyl/gh-4810-dump-during* test
 2020-11-09 13:35 UTC 

[Tarantool-patches] [PATCH v1] test: fix hang of app/fiber_channel.test.lua test
 2020-11-09 13:10 UTC 

[Tarantool-patches] [PATCH v1] test: fix hang of vinyl/select_consistency.* test
 2020-11-09 12:57 UTC 

[Tarantool-patches] [PATCH 0/2] module_api: followup changes for merger part
 2020-11-09  5:03 UTC  (4+ messages)
` [Tarantool-patches] [PATCH 2/2] module api: polish module_api test

[Tarantool-patches] [PATCH v1] Remove autoconf tools from packages spec
 2020-11-09  4:44 UTC  (2+ messages)

[Tarantool-patches] [PATCH v2] build: don't start example instance in postinstall
 2020-11-09  4:20 UTC  (3+ messages)

[Tarantool-patches] [PATCH v1] update_repo: fix Sources meta for modules
 2020-11-06 18:04 UTC 

[Tarantool-patches] [PATCH] raft: use vclock_map_t for voting tracking
 2020-11-06 10:28 UTC  (2+ messages)

[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 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] core: fix static_alloc buffer overflow
 2020-11-03 22:59 UTC  (10+ messages)

[Tarantool-patches] [PATCH 0/3] Qsync too long WAL write
 2020-11-03 22:19 UTC  (6+ messages)
` [Tarantool-patches] [PATCH 2/3] txn: split complete into success and fail paths

[Tarantool-patches] raft: make sure the voking mask is wide enough
 2020-11-02 22:28 UTC  (2+ 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