Tarantool development patches archive
 help / color / mirror / Atom feed
[Tarantool-patches] [PATCH 00/20] Rewrite performance critical parts of net.box in C
 2021-07-23 11:07 UTC  (16+ messages)
` [Tarantool-patches] [PATCH 01/20] net.box: fix console connection breakage when request is discarded
` [Tarantool-patches] [PATCH 02/20] net.box: wake up wait_result callers "
` [Tarantool-patches] [PATCH 03/20] net.box: do not check worker_fiber in request:result, is_ready
` [Tarantool-patches] [PATCH 04/20] net.box: remove decode_push from method_decoder table
` [Tarantool-patches] [PATCH 05/20] net.box: use decode_tuple instead of decode_get
` [Tarantool-patches] [PATCH 06/20] net.box: rename request.ctx to request.format
` [Tarantool-patches] [PATCH 07/20] net.box: use integer id instead of method name
` [Tarantool-patches] [PATCH 08/20] net.box: remove useless encode optimization
` [Tarantool-patches] [PATCH 09/20] net.box: rewrite request encoder in C
` [Tarantool-patches] [PATCH 10/20] lua/utils: make char ptr Lua CTIDs public
` [Tarantool-patches] [PATCH 11/20] net.box: rewrite response decoder in C
` [Tarantool-patches] [PATCH 12/20] net.box: rewrite error "
` [Tarantool-patches] [PATCH 13/20] net.box: rewrite send_and_recv_{iproto, console} "
` [Tarantool-patches] [PATCH 14/20] net.box: rename netbox_{prepare, encode}_request to {begin, end}
` [Tarantool-patches] [PATCH 15/20] net.box: rewrite request implementation in C

[Tarantool-patches] [PATCH v1 1/1] sql: bit-wise operations now accepts only UNSIGNED
 2021-07-23  9:55 UTC 

[Tarantool-patches] [PATCH luajit v1] memprof: group allocations on traces by trace number
 2021-07-23  7:54 UTC  (4+ messages)

[Tarantool-patches] [PATCH v1 1/1] sql: remove OP_Realify
 2021-07-23  7:54 UTC 

[Tarantool-patches] [PATCH v4 00/16] forbid implicit limbo ownership transition
 2021-07-23  7:45 UTC  (30+ 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 v4 16/16] box: introduce `box.ctl.demote`
  ` [Tarantool-patches] [PATCH v4 17/16] replication: fix flaky election_qsync.test

[Tarantool-patches] [PATCH v3 00/12] forbid implicit limbo ownership transition
 2021-07-23  7:44 UTC  (24+ messages)
` [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 1/1] election: fix box.ctl.promote() crash on 0 LSN
 2021-07-22 23:31 UTC 

[Tarantool-patches] [PATCH luajit] gdb: fix misalignment in lj-stack for LJ_GC64
 2021-07-22 13:35 UTC  (2+ messages)

[Tarantool-patches] [PATCH luajit v1] tools: fix luajit-gdb stack dump
 2021-07-22 13:34 UTC  (9+ messages)

[Tarantool-patches] [RFC PATCH 00/13] Initial datetime support
 2021-07-22 12:54 UTC  (19+ messages)
` [Tarantool-patches] [RFC PATCH 01/13] build: add Christian Hansen c-dt to the build
` [Tarantool-patches] [RFC PATCH 02/13] lua: built-in module datetime
` [Tarantool-patches] [RFC PATCH 03/13] test: datetime test
` [Tarantool-patches] [RFC PATCH 04/13] test: datetime string formatting
` [Tarantool-patches] [RFC PATCH 05/13] box: add messagepack support for datetime
` [Tarantool-patches] [RFC PATCH 06/13] lua: positive/negative cases in datetime test
` [Tarantool-patches] [RFC PATCH 07/13] lua: asctime and strfime fixed
` [Tarantool-patches] [RFC PATCH 08/13] box, lua: renamed t_datetime_tz structure to datetime_t
` [Tarantool-patches] [RFC PATCH 09/13] lua: calculated attributes for date
` [Tarantool-patches] [RFC PATCH 10/13] lua: tostring formatization in datetime.lua
` [Tarantool-patches] [RFC PATCH 11/13] test: allow relaxed date format without tz
` [Tarantool-patches] [RFC PATCH 12/13] lua: initial time duration support
` [Tarantool-patches] [RFC PATCH 13/13] lua: complete "

[Tarantool-patches] [PATCH luajit v1] memprof: report all JIT-related allocations as internal
 2021-07-22 11:46 UTC 

[Tarantool-patches] [PATCH luajit] Fix IR_BUFPUT assembly
 2021-07-22  7:51 UTC  (6+ messages)

[Tarantool-patches] [PATCH] box: introduce on_election triggers
 2021-07-22  7:20 UTC 

[Tarantool-patches] [PATCH 1/1] doc: introduce maintainers list
 2021-07-21 22:06 UTC 

[Tarantool-patches] [PATCH 0/2] Bootstrap voter
 2021-07-21 21:43 UTC  (23+ messages)
` [Tarantool-patches] [PATCH 1/2] replication: introduce ballot.can_be_leader
` [Tarantool-patches] [PATCH 2/2] election: during bootstrap prefer candidates

[Tarantool-patches] [PATCH v2 0/5] Bootstrap voter
 2021-07-21 21:38 UTC  (9+ messages)
` [Tarantool-patches] [PATCH v2 1/5] replication: introduce ballot.can_lead
` [Tarantool-patches] [PATCH v2 2/5] box: save box_raft() into a variable
` [Tarantool-patches] [PATCH v2 3/5] raft: replace raft_start_candidate with _promote
` [Tarantool-patches] [PATCH v2 4/5] election: during bootstrap prefer candidates
` [Tarantool-patches] [PATCH v2 5/5] election: promote 'manual' bootstrap master

[Tarantool-patches] [PATCH v1 1/1] sql: clear MEM only if necessary
 2021-07-21 15:11 UTC 

[Tarantool-patches] [PATCH v1 0/2] Fix explicit casts
 2021-07-21 15:10 UTC  (3+ messages)
` [Tarantool-patches] [PATCH v1 1/2] sql: disallow explicit cast of BOOLEAN to number
` [Tarantool-patches] [PATCH v1 2/2] sql: disallow explicit cast of VARBINARY "

[Tarantool-patches] [PATCH v1 1/1] sql: fix cast of small negative DOUBLE to INTEGER
 2021-07-21 15:07 UTC 

[Tarantool-patches] [PATCH v1 1/1] sql: disallow cast of negative DOUBLE to UNSIGNED
 2021-07-21 15:05 UTC 

[Tarantool-patches] [PATCH v2 0/3] sql: modify explicit and implicit conversion tables
 2021-07-21  7:24 UTC  (7+ messages)
` [Tarantool-patches] [PATCH v2 1/3] test: corrected reported error lines

[Tarantool-patches] [PATCH v2 00/10] test: lua-Harness suite patch bump
 2021-07-20 16:26 UTC  (11+ messages)
` [Tarantool-patches] [PATCH v2 01/10] test: port lua-Harness to Test.Assertion
` [Tarantool-patches] [PATCH v2 02/10] test: rename lua-Harness tap to test_assertion
` [Tarantool-patches] [PATCH v2 03/10] test: use CI friendly variables in lua-Harness
` [Tarantool-patches] [PATCH v2 04/10] test: refactor with _retrieve_progname
` [Tarantool-patches] [PATCH v2 05/10] test: refactor with _dofile
` [Tarantool-patches] [PATCH v2 06/10] test: support tarantool in lua-Harness
` [Tarantool-patches] [PATCH v2 07/10] test: backport lua-Harness directory detection
` [Tarantool-patches] [PATCH v2 08/10] test: support tarantool cli in lua-Harness
` [Tarantool-patches] [PATCH v2 09/10] test: update lua-Harness to b7b1a9a2
` [Tarantool-patches] [PATCH v2 10/10] test: disable test/lua-Harness-tests/241-standalone.t on FreeBSD

[Tarantool-patches] [RFC v6 0/3] limbo: implement packets filtering
 2021-07-19 17:42 UTC  (5+ messages)
` [Tarantool-patches] [RFC v6 1/3] limbo: gather promote tracking into a separate structure
` [Tarantool-patches] [RFC v6 2/3] limbo: order access to the limbo terms terms
` [Tarantool-patches] [RFC v6 3/3] limbo: filter incoming synchro requests

[Tarantool-patches] [PATCH v2 0/4] Follow ups for uuid introduction
 2021-07-19 10:07 UTC  (10+ 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 luajit] Fix bytecode register allocation for comparisons
 2021-07-19  7:36 UTC 

[Tarantool-patches] [PATCH] QA: freebasd -- filter out `-notest`
 2021-07-16 18:55 UTC  (3+ messages)

[Tarantool-patches] [PATCH v3 0/4] fiber: introduce creation backtrace
 2021-07-16  6:12 UTC  (6+ 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] replication: stop pushing TimedOut error to the replica
 2021-07-15 21:04 UTC  (4+ messages)

[Tarantool-patches] [PATCH v2 0/4] Follow ups for uuid introduction
 2021-07-15 20:44 UTC  (11+ messages)
` [Tarantool-patches] [PATCH v2 4/4] sql: introduce mem_cmp_msgpack()

[Tarantool-patches] [PATCH v1 1/1] sql: define format of ephemeral spaces
 2021-07-15 14:14 UTC 

[Tarantool-patches] [RFC v5 0/5] limbo: implement packets filtering
 2021-07-15 12:20 UTC  (14+ messages)
` [Tarantool-patches] [RFC v5 1/5] latch: add latch_is_locked helper
` [Tarantool-patches] [RFC v5 2/5] say: introduce panic_on helper
` [Tarantool-patches] [RFC v5 3/5] limbo: gather promote tracking into a separate structure
` [Tarantool-patches] [RFC v5 4/5] limbo: order access to the promote terms
` [Tarantool-patches] [RFC v5 5/5] limbo: filter incoming requests

[Tarantool-patches] [PATCH v2 0/4] fiber: introduce creation backtrace
 2021-07-14  9:42 UTC  (10+ messages)
` [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 1/1] qsync: remove polling from box_promote()
 2021-07-13 20:13 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