[Tarantool-patches] [PATCH v4 00/16] forbid implicit limbo ownership transition
2021-07-14 18:25 UTC (16+ messages)
` [Tarantool-patches] [PATCH v4 01/16] replication: always send raft state to subscribers
` [Tarantool-patches] [PATCH v4 02/16] txn_limbo: fix promote term filtering
` [Tarantool-patches] [PATCH v4 03/16] txn_limbo: persist the latest effective promote in snapshot
` [Tarantool-patches] [PATCH v4 04/16] replication: encode version in JOIN request
` [Tarantool-patches] [PATCH v4 05/16] replication: add META stage to JOIN
` [Tarantool-patches] [PATCH v4 06/16] replication: send latest effective promote in initial join
` [Tarantool-patches] [PATCH v4 07/16] replication: send current Raft term in join response
` [Tarantool-patches] [PATCH v4 08/16] raft: refactor raft_new_term()
` [Tarantool-patches] [PATCH v4 09/16] box: split promote() into reasonable parts
` [Tarantool-patches] [PATCH v4 10/16] box: make promote always bump the term
` [Tarantool-patches] [PATCH v4 11/16] box: make promote on the current leader a no-op
` [Tarantool-patches] [PATCH v4 12/16] box: fix an assertion failure after a spurious wakeup in promote
` [Tarantool-patches] [PATCH v4 13/16] box: allow calling promote on a candidate
` [Tarantool-patches] [PATCH v4 14/16] box: extract promote() settings to a separate method
` [Tarantool-patches] [PATCH v4 15/16] replication: forbid implicit limbo owner transition
[Tarantool-patches] [PATCH v3 0/4] fiber: introduce creation backtrace
2021-07-14 11:12 UTC (5+ messages)
` [Tarantool-patches] [PATCH v3 1/4] fiber: add PoC for fiber "
` [Tarantool-patches] [PATCH v3 2/4] fiber: add option and PoC for Lua parent backtrace
` [Tarantool-patches] [PATCH v3 3/4] fiber: refactor lua backtrace routines
` [Tarantool-patches] [PATCH v3 4/4] fiber: refactor C backtrace and add changelog
[Tarantool-patches] [PATCH v2 0/4] fiber: introduce creation backtrace
2021-07-14 9:42 UTC (12+ messages)
` [Tarantool-patches] [PATCH v2 1/4] fiber: add PoC for fiber "
` [Tarantool-patches] [PATCH v2 2/4] fiber: add option and PoC for Lua parent backtrace
` [Tarantool-patches] [PATCH v2 3/4] fiber: refactor lua backtrace routines
` [Tarantool-patches] [PATCH v2 4/4] fiber: refactor C backtrace and add changelog
[Tarantool-patches] [PATCH v2 0/4] Follow ups for uuid introduction
2021-07-14 6:51 UTC (15+ messages)
` [Tarantool-patches] [PATCH v2 1/4] sql: introduce uuid to quote()
` [Tarantool-patches] [PATCH v2 2/4] sql: allow to bind uuid values
` [Tarantool-patches] [PATCH v2 3/4] sql: introduce mem_cmp_scalar()
` [Tarantool-patches] [PATCH v2 4/4] sql: introduce mem_cmp_msgpack()
[Tarantool-patches] [PATCH] replication: stop pushing TimedOut error to the replica
2021-07-13 21:49 UTC (7+ messages)
[Tarantool-patches] [PATCH 1/1] qsync: remove polling from box_promote()
2021-07-13 20:13 UTC (5+ messages)
[Tarantool-patches] [PATCH] limbo: introduce request processing hooks
2021-07-13 19:32 UTC (21+ messages)
[Tarantool-patches] [PATCH v2 0/4] sql: fix description of type mismatch errors
2021-07-13 10:17 UTC (10+ messages)
` [Tarantool-patches] [PATCH v2 1/4] sql: truncate values in type mismatch error
` [Tarantool-patches] [PATCH v2 2/4] sql: properly show "
` [Tarantool-patches] [PATCH v2 3/4] sql: use proper type names in error descriptions
` [Tarantool-patches] [PATCH v2 4/4] sql: make type mismatch errors more informative
[Tarantool-patches] [PATCH v2 0/4] sql: fix description of type mismatch error
2021-07-12 21:38 UTC (12+ messages)
` [Tarantool-patches] [PATCH v2 1/4] sql: truncate values in "
` [Tarantool-patches] [PATCH v2 2/4] sql: properly show "
` [Tarantool-patches] [PATCH v2 3/4] sql: use proper type names in error descriptions
` [Tarantool-patches] [PATCH v2 4/4] sql: make type mismatch error more informative
[Tarantool-patches] [PATCH luajit] Fix IR_BUFPUT assembly
2021-07-12 12:06 UTC
[Tarantool-patches] [PATCH 0/4] RFC: Isolate serializer helpers
2021-07-12 7:51 UTC (11+ messages)
` [Tarantool-patches] [PATCH 1/4] lua: move serializer helpers into its own file
[Tarantool-patches] [PATCH v1 0/3] Follow ups for uuid introduction
2021-07-10 14:36 UTC (8+ messages)
` [Tarantool-patches] [PATCH v1 1/3] sql: introduce uuid to quote()
` [Tarantool-patches] [PATCH v1 2/3] sql: fix uuid behaviour in least() and greatest()
` [Tarantool-patches] [PATCH v1 3/3] sql: allow to bind uuid values
[Tarantool-patches] [PATCH 0/7] fiber: introduce creation backtrace
2021-07-09 10:10 UTC (16+ messages)
` [Tarantool-patches] [PATCH 1/7] fiber: add PoC for fiber "
` [Tarantool-patches] [PATCH v2 "
` [Tarantool-patches] [PATCH 2/7] fiber: fix DARWIN build
` [Tarantool-patches] [PATCH 3/7] fiber: apply fix patch
` [Tarantool-patches] [PATCH 4/7] fiber: add PoC for Lua parent backtrace
` [Tarantool-patches] [PATCH 5/7] fiber: add dynamic option for "
` [Tarantool-patches] [PATCH 6/7] fiber: refactor lua backtrace routine
` [Tarantool-patches] [PATCH 7/7] fiber: refactor C backtrace and add changelog
[Tarantool-patches] [PATCH v3 00/12] forbid implicit limbo ownership transition
2021-07-09 9:43 UTC (18+ messages)
` [Tarantool-patches] [PATCH v3 01/12] replication: always send raft state to subscribers
` [Tarantool-patches] [PATCH v3 04/12] box: make promote always bump the term
` [Tarantool-patches] [PATCH v3 06/12] box: allow calling promote on a candidate
` [Tarantool-patches] [PATCH v3 07/12] box: introduce `box.ctl.demote`
` [Tarantool-patches] [PATCH v3 09/12] replication: encode version in JOIN request
` [Tarantool-patches] [PATCH v3 10/12] replication: add META stage to JOIN
` [Tarantool-patches] [PATCH v3 11/12] replication: send latest effective promote in initial join
` [Tarantool-patches] [PATCH v3 12/12] replication: send current Raft term in join response
[Tarantool-patches] [PATCH] raft: more precise verification of incoming request state
2021-07-08 21:17 UTC (10+ messages)
` [Tarantool-patches] [PATCH v3] raft: change request state to uint64_t
[Tarantool-patches] [PATCH] serializer: serialize recursive structures
2021-07-07 22:42 UTC (2+ messages)
[Tarantool-patches] [PATCH luajit] gdb: fix misalignment in lj-stack for LJ_GC64
2021-07-07 18:35 UTC (2+ messages)
[Tarantool-patches] [PATCH luajit] ARM64: Fix write barrier in BC_USETS
2021-07-07 14:36 UTC
[Tarantool-patches] [PATCH vshard 0/6] Master discovery
2021-07-06 21:19 UTC (26+ messages)
` [Tarantool-patches] [PATCH vshard 1/6] replicaset: introduce netbox_wait_connected()
` [Tarantool-patches] [PATCH vshard 2/6] test: sort some table prints
` [Tarantool-patches] [PATCH vshard 3/6] storage: introduce vshard.storage._call('info')
` [Tarantool-patches] [PATCH vshard 4/6] config: introduce master 'auto' replicaset option
` [Tarantool-patches] [PATCH vshard 5/6] router: introduce automatic master discovery
` [Tarantool-patches] [PATCH vshard 6/6] router: update master using a hint from storage
` [Tarantool-patches] [PATCH vshard 7/6] util: truncate too long fiber name
[Tarantool-patches] [PATCH 0/4] test: bump lua-Harness suite
2021-07-06 20:30 UTC (10+ messages)
` [Tarantool-patches] [PATCH 1/4] test: resolving program name
` [Tarantool-patches] [PATCH 2/4] test: out-of-source testing
` [Tarantool-patches] [PATCH 3/4] test: CI-environment
` [Tarantool-patches] [PATCH 4/4] test: TAP module name collisions
[Tarantool-patches] [PATCH luajit 0/2] arm64: fix 48-bit addresses issues
2021-07-06 17:40 UTC (3+ messages)
` [Tarantool-patches] [PATCH luajit 1/2] Add support for full-range 64 bit lightuserdata
` [Tarantool-patches] [PATCH luajit 2/2] Linux/ARM64: Make mremap() non-moving due to VA space woes
[Tarantool-patches] [PATCH] luajit-gdb: fix misalignment in lj-stack
2021-07-05 9:18 UTC (4+ messages)
[Tarantool-patches] [PATCH] test: bump lua-Harness suite
2021-07-05 7:48 UTC (2+ messages)
[Tarantool-patches] [PATCH luajit v1] tools: fix luajit-gdb stack dump
2021-07-05 7:03 UTC (2+ messages)
[Tarantool-patches] [PATH luajit] GC64: fix 64-bit constant fusion
2021-07-04 21:06 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