Tarantool development patches archive
 help / color / mirror / Atom feed
[Tarantool-patches] [PATCH 0/2] fix assertion fault in SELECT * FROM "_vfunc"
 2020-03-27 23:37 UTC  (8+ messages)
` [Tarantool-patches] [PATCH 1/2] box: allow schema upgrades within a release
` [Tarantool-patches] [PATCH 2/2] sql: fix assertion fault in SELECT * FROM "_vfunc"

[Tarantool-patches] [PATCH] box: provide a user friendly frontend for accessing session settings
 2020-03-27 23:31 UTC  (4+ messages)

[Tarantool-patches] [PATCH 0/6] Extending error functionality
 2020-03-27 23:11 UTC  (24+ messages)
` [Tarantool-patches] [PATCH 1/6] error: Add a Lua backtrace to error
` [Tarantool-patches] [PATCH 2/6] error: Add the custom error type
` [Tarantool-patches] [PATCH 3/6] iproto: Add negotiation phase
` [Tarantool-patches] [PATCH 4/6] error: Add extended error transfer format
` [Tarantool-patches] [PATCH 5/6] error: Add test for extended error
` [Tarantool-patches] [PATCH 6/6] error: Transmit an error through IPROTO_OK as object

[Tarantool-patches] [PATCH v4 0/3] sql: fix CAST() from BLOB to INTEGER
 2020-03-27 16:54 UTC  (7+ messages)
` [Tarantool-patches] [PATCH v4 1/3] sql: fix CAST() from STRING "
` [Tarantool-patches] [PATCH v4 2/3] sql: fix implicit cast "
` [Tarantool-patches] [PATCH v4 3/3] sql: add '\0' to the BLOB when it is cast "

[Tarantool-patches] [PATCH v2 0/2] add memory leaks detection via LSAN
 2020-03-27 14:07 UTC  (5+ messages)
` [Tarantool-patches] [PATCH v2 1/2] test: use default replication connection timeout
` [Tarantool-patches] [PATCH v2 2/2] gitlab-ci: add memory leaks detection via LSAN

[Tarantool-patches] [PATCH 0/4] Enable LuaJIT tests written in C
 2020-03-27 13:32 UTC  (6+ messages)
` [Tarantool-patches] [PATCH 1/4] luajit: bump new version
` [Tarantool-patches] [PATCH 2/4] test: adjust luajit-tap testing machinery
` [Tarantool-patches] [PATCH 3/4] test: enable luajit-tap:gh-4427-ffi-sandwich tests
` [Tarantool-patches] [PATCH 4/4] test: enable luajit-tap:lj-flush-on-trace tests

[Tarantool-patches] [PATCH v2 00/10] Stacked diagnostics
 2020-03-27 13:09 UTC  (32+ messages)
` [Tarantool-patches] [PATCH v2 01/10] box: rfc for stacked diagnostic area
` [Tarantool-patches] [PATCH v2 02/10] box: rename diag_add_error to diag_set_error
` [Tarantool-patches] [PATCH v2 03/10] test: move box.error tests to box/error.test.lua
` [Tarantool-patches] [PATCH v2 04/10] box/error: introduce box.error.set() method
` [Tarantool-patches] [PATCH v2 05/10] box/error: don't set error created via box.error.new to diag
` [Tarantool-patches] [PATCH v2 06/10] box: introduce stacked diagnostic area
` [Tarantool-patches] [PATCH v2 07/10] box: use stacked diagnostic area for functional indexes
` [Tarantool-patches] [PATCH v2 08/10] box/error: clarify purpose of reference counting in struct error
` [Tarantool-patches] [PATCH v2 09/10] iproto: refactor error encoding with mpstream
` [Tarantool-patches] [PATCH v2 10/10] iproto: support error stacked diagnostic area

[Tarantool-patches] [PATCH v3 0/2] sql: fix CAST() from BLOB to INTEGER
 2020-03-27 11:30 UTC  (7+ messages)
` [Tarantool-patches] [PATCH v3 1/2] sql: fix CAST() from STRING "
` [Tarantool-patches] [PATCH v3 2/2] sql: add '\0' to the BLOB when it is cast "

[Tarantool-patches] [PATCH luajit 0/2] Trace abort on FFI sandwich or mode change
 2020-03-27 10:47 UTC  (3+ messages)
` [Tarantool-patches] [PATCH luajit 1/2] jit: abort trace recording and execution for C API
` [Tarantool-patches] [PATCH luajit 2/2] jit: abort trace execution on JIT mode change

[Tarantool-patches] [PATCH v3 0/4] replication: fix local space tracking
 2020-03-27 10:40 UTC  (12+ messages)
` [Tarantool-patches] [PATCH v3 1/4] vclock: add an ability to set individual clock components
` [Tarantool-patches] [PATCH v3 2/4] gc: rely on minimal vclock components instead of signatures
` [Tarantool-patches] [PATCH v3 3/4] replication: hide 0-th vclock components in replication responses
` [Tarantool-patches] [PATCH v3 4/4] box: start counting local space requests separately

[Tarantool-patches] [PATCH] box: fix formatting in session.push
 2020-03-27 10:28 UTC 

[Tarantool-patches] [PATCH v2 0/2] box: fix session.push formatting
 2020-03-27 10:26 UTC  (4+ messages)
` [Tarantool-patches] [PATCH v2 2/2] box: fix formatting in session.push

[Tarantool-patches] [PATCH v4 0/4] replication: fix local space tracking
 2020-03-27 10:20 UTC  (5+ messages)
` [Tarantool-patches] [PATCH v4 1/4] vclock: add an ability to reset individual clock components
` [Tarantool-patches] [PATCH v4 2/4] replication: hide 0-th vclock components in replication responses
` [Tarantool-patches] [PATCH v4 3/4] gc: rely on minimal vclock components instead of signatures
` [Tarantool-patches] [PATCH v4 4/4] box: start counting local space requests separately

[Tarantool-patches] [PATCH v1] Splitted single access_escalation.test.lua to a set of small independent tests
 2020-03-27  9:06 UTC  (2+ messages)

[Tarantool-patches] [PATCH v1] gitlab-ci: implement OSX 10.14 testing on mac mini
 2020-03-27  7:29 UTC 

[Tarantool-patches] [PATCH 0/3] box_return_mp
 2020-03-26 17:51 UTC  (5+ messages)
` [Tarantool-patches] [PATCH 2/3] box: introduce port_c
` [Tarantool-patches] [PATCH 3/3] box: introduce box_return_mp() public C function

[Tarantool-patches] [PATCH v2 vshard 0/2] storage: introduce upgrade strategy
 2020-03-26 15:46 UTC  (4+ messages)
` [Tarantool-patches] [PATCH v2 vshard 1/2] "
` [Tarantool-patches] [PATCH v2 vshard 2/2] storage: introduce vshard.storage._call()

[Tarantool-patches] [PATCH v2 0/3] fio: close unused descriptors automatically
 2020-03-26 12:56 UTC  (10+ messages)
` [Tarantool-patches] [PATCH v2 2/3] "

[Tarantool-patches] [PATCH v2] test: fix OSX host setup
 2020-03-26 12:49 UTC  (10+ messages)

[Tarantool-patches] [PATCH 0/2] popen: fix unit test
 2020-03-26 11:57 UTC  (11+ messages)
` [Tarantool-patches] [PATCH 1/2] popen: do not require space for shell args
` [Tarantool-patches] [PATCH 2/2] test: unit/popen -- provide a child process
    ` [Tarantool-patches] [PATCH v2 "

[Tarantool-patches] [PATCH 0/7] Stacked diagnostics area
 2020-03-26  1:03 UTC  (18+ messages)
` [Tarantool-patches] [PATCH 3/7] box/error: don't set error created via box.error.new to diag
` [Tarantool-patches] [PATCH 4/7] box: introduce stacked diagnostic area
` [Tarantool-patches] [PATCH 5/7] box/error: clarify purpose of reference counting in struct error
` [Tarantool-patches] [PATCH 6/7] iproto: refactor error encoding with mpstream
` [Tarantool-patches] [PATCH 7/7] iproto: support error stacked diagnostic area

[Tarantool-patches] [PATCH LUAROCKS v2 0/2] Move a rocks options filter from tarantoolctl to luarocks
 2020-03-25 22:28 UTC  (3+ messages)

[Tarantool-patches] [PATCH] rocks: forward options to luarocks
 2020-03-25 22:01 UTC 

[Tarantool-patches] [PATCH 0/3] Adapt luarocks for tarantoolctl
 2020-03-25 21:50 UTC  (4+ messages)
` [Tarantool-patches] [PATCH 1/3] Add the chdir option for make
` [Tarantool-patches] [PATCH 2/3] Add a black list of the tarantoolctl options
` [Tarantool-patches] [PATCH 3/3] Adapt luarocks help for the tarantoolctl

[Tarantool-patches] [PATCH v2] Split box/hash.test.lua to a set of small independent tests
 2020-03-25  9:13 UTC  (2+ messages)

[Tarantool-patches] [PATCH v1] Add option to update file with reference output
 2020-03-25  7:07 UTC  (2+ messages)

[Tarantool-patches] [PATCH vshard 0/2] vshard upgrade and _call
 2020-03-24 23:44 UTC  (14+ messages)
` [Tarantool-patches] [PATCH vshard 1/2] storage: introduce upgrade strategy
` [Tarantool-patches] [PATCH vshard 2/2] storage: introduce vshard.storage._call()

[Tarantool-patches] [PATCH] say: fix syslog format
 2020-03-24  8:52 UTC 

[Tarantool-patches] [PATCH v2 1/2] Divide box/ddl.test.lua test
 2020-03-24  8:02 UTC  (4+ messages)

[Tarantool-patches] [PATCH v1.2] evio: workaround for wsl1 so_linger assertion
 2020-03-23 23:12 UTC  (3+ messages)

[Tarantool-patches] [PATCH v1] test: fix OSX dependencies installation
 2020-03-23 15:43 UTC  (3+ messages)

[Tarantool-patches] [PATCH] Add option to specify snapshot version
 2020-03-23 15:02 UTC  (2+ messages)

[Tarantool-patches] [PATCH v1 1/1] sql: use rowid as PK of ephemeral space on INSERT
 2020-03-23 11:42 UTC  (6+ messages)

[Tarantool-patches] [PATCH] popen: add missing ev_io initialization
 2020-03-23 11:09 UTC  (4+ messages)

[Tarantool-patches] [PATCH v1] Add S3 package checker
 2020-03-23  9:04 UTC  (2+ messages)

[Tarantool-patches] [PATCH v4 00/11] Replication from memory
 2020-03-23  6:59 UTC  (3+ messages)
` [Tarantool-patches] [PATCH v4 04/11] coio: do not throw an error, minor refactoring

[Tarantool-patches] [PATCH v2] Add some cancellation guard
 2020-03-23  6:43 UTC  (3+ messages)

[Tarantool-patches] [PATCH v15 00/11] journal redesign sync and async writes
 2020-03-21 19:51 UTC  (3+ messages)

[Tarantool-patches] [PATCH] vinyl: update mem ptr in vy_build_insert_tuple() after yield
 2020-03-20 19:40 UTC  (9+ messages)

[Tarantool-patches] [PATCH] Move txn from shema to a separate module (use C API instead of FFI)
 2020-03-20 19:27 UTC  (10+ 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