[Tarantool-patches] [PATCH v2 00/10] lua/log: add an ability to setup logger without box.cfg{}
2020-05-26 14:00 UTC (13+ messages)
` [Tarantool-patches] [PATCH v2 01/10] core/say: drop redundant declarations
` [Tarantool-patches] [PATCH v2 02/10] core/say: drop vsay declaration
` [Tarantool-patches] [PATCH v2 03/10] core/say: do not reconfig early set up logger
` [Tarantool-patches] [PATCH v2 04/10] lua/log: declare say_logger_init and say_logger_initialized
` [Tarantool-patches] [PATCH v2 05/10] lua/log: put string constants to map
` [Tarantool-patches] [PATCH v2 06/10] lua/log: do not allow to set json for boot logger
` [Tarantool-patches] [PATCH v2 07/10] lua/log: declare log as separate variable
` [Tarantool-patches] [PATCH v2 08/10] lua/log: use log module settings inside box.cfg
` [Tarantool-patches] [PATCH v2 09/10] lua/log: allow to configure logging without a box
` [Tarantool-patches] [PATCH v2 10/10] test: use direct log module
[Tarantool-patches] [PATCH] console: add line carrying backslash
2020-05-26 12:11 UTC (2+ messages)
[Tarantool-patches] [PATCH v2 0/2] fix replication tx boundaries after local space rework
2020-05-26 12:08 UTC (10+ messages)
` [Tarantool-patches] [PATCH v2 1/2] wal: fix tx boundaries
` [Tarantool-patches] [PATCH v2 2/2] wal: reorder tx rows so that a tx ends on a global row
[Tarantool-patches] [PATCH 0/2] Fix C module reloading
2020-05-26 11:11 UTC (13+ messages)
` [Tarantool-patches] [PATCH 1/2] Copy DSO module before load instead of symlink-ing
` [Tarantool-patches] [PATCH 2/2] Allow to set directory for copying DSO before load
[Tarantool-patches] [PATCH] cmake: add LTO support for building luajit
2020-05-26 10:11 UTC (8+ messages)
[Tarantool-patches] [PATCH v1] gitlab-ci: integration testting connectors
2020-05-26 9:58 UTC (3+ messages)
[Tarantool-patches] [PATCH] cmake: set CMP0037 policy to NEW by default
2020-05-26 9:12 UTC (7+ messages)
[Tarantool-patches] [RFC] Quorum-based synchronous replication
2020-05-25 23:41 UTC (11+ messages)
[Tarantool-patches] [PATCH 1/1] vinyl: add missing diag_set in space creation
2020-05-25 22:56 UTC (3+ messages)
[Tarantool-patches] [PATCH 1/1] build: turn off LTO for exports.c
2020-05-25 19:02 UTC (4+ messages)
[Tarantool-patches] [PATCH] core: don't start example instance in postinstall
2020-05-25 16:27 UTC (3+ messages)
[Tarantool-patches] [PATCH 00/10] lua/log: add an ability to setup logger without box.cfg{}
2020-05-25 15:49 UTC (14+ messages)
` [Tarantool-patches] [PATCH 01/10] core/say: drop redundant declarations
` [Tarantool-patches] [PATCH 02/10] core/say: drop vsay declaration
` [Tarantool-patches] [PATCH 03/10] core/say: do not reconfig early set up logger
` [Tarantool-patches] [PATCH 04/10] lua/log: declare say_logger_init and say_logger_initialized
` [Tarantool-patches] [PATCH 05/10] lua/log: put string constants to map
` [Tarantool-patches] [PATCH 06/10] lua/log: do not allow to set json for boot logger
` [Tarantool-patches] [PATCH 07/10] lua/log: use log module settings inside box.cfg
` [Tarantool-patches] [PATCH 08/10] lua/log: allow to configure logging without a box
` [Tarantool-patches] [PATCH 09/10] lua/log: update log status via box.cfg call
` [Tarantool-patches] [PATCH 10/10] test: use direct log module
[Tarantool-patches] [PATCH] lua: lua_field_inspect_table without pushcfunction
2020-05-25 12:06 UTC (7+ messages)
[Tarantool-patches] [PATCH small 1/1] region: new region_alloc_array, updated alloc_object
2020-05-25 6:52 UTC (2+ messages)
[Tarantool-patches] [PATCH small 1/1] lsregion: fix slab_unmap() called on malloced slab
2020-05-24 14:06 UTC (4+ messages)
[Tarantool-patches] [PATCH] lua: show error on attempt to access to tuple of unsupported type
2020-05-23 4:14 UTC (2+ messages)
[Tarantool-patches] [PATCH] test: recover FreeBSD skip conditions
2020-05-22 13:04 UTC (3+ messages)
[Tarantool-patches] [PATCH v2] test: set unix sockets for iproto at core = app
2020-05-22 12:50 UTC (6+ messages)
[Tarantool-patches] [PATCH v1 0/4] implement OOS build
2020-05-22 12:49 UTC (5+ messages)
` [Tarantool-patches] [PATCH v1 1/4] build: port autoconf to cmake in curl build
` [Tarantool-patches] [PATCH v1 2/4] Fix curl repository for out-of-source build
` [Tarantool-patches] [PATCH v1 3/4] Skip failing test from "
` [Tarantool-patches] [PATCH v1 4/4] gitlab-ci: add "
[Tarantool-patches] [PATCH v1] Set full testing for all branches
2020-05-22 12:05 UTC (3+ messages)
[Tarantool-patches] [PATCH 0/3] box.execute() and box.cfg() idempotence and locking
2020-05-22 11:08 UTC (8+ messages)
` [Tarantool-patches] [PATCH 1/3] box: check whether box is loaded in box.execute()
` [Tarantool-patches] [PATCH 2/3] box: always wait box loading "
` [Tarantool-patches] [PATCH 3/3] box: always reconfigure box at non-first box.cfg()
[Tarantool-patches] [PATCH] lua: throw correct error on calls to sequence methods with dot
2020-05-22 7:41 UTC (4+ messages)
[Tarantool-patches] [PATCH] vinyl: fix assert in vy_tx_write()
2020-05-22 3:04 UTC (3+ messages)
[Tarantool-patches] [PATCH 0/2] Validate result of upserts squash & skip invalid upserts which can't be applied
2020-05-22 2:42 UTC (16+ messages)
` [Tarantool-patches] [PATCH 2/2] vinyl: skip invalid upserts during squash
[Tarantool-patches] [PATCH 00/10] Sanitize unaligned access
2020-05-21 22:25 UTC (12+ messages)
` [Tarantool-patches] [PATCH 01/10] small: sanitized rlist and new region API
` [Tarantool-patches] [PATCH 10/10] xrow: use unaligned store operation in xrow_to_iovec()
` [Tarantool-patches] [PATCH 02/10] cmake: ignore warnings on alignof() and offsetof()
` [Tarantool-patches] [PATCH 03/10] cmake: add option ENABLE_UB_SANITIZER
` [Tarantool-patches] [PATCH 04/10] crc32: disable align sanitizer
` [Tarantool-patches] [PATCH 05/10] sql: make BtCursor's memory aligned
` [Tarantool-patches] [PATCH 06/10] region: use aligned allocations where necessary
` [Tarantool-patches] [PATCH 07/10] vinyl: align statements and bps tree extents
` [Tarantool-patches] [PATCH 08/10] tuple: use unaligned store-load for field map
` [Tarantool-patches] [PATCH 09/10] port: make port_c_entry not PACKED
[Tarantool-patches] [PATCH v2] gitlab-ci: cleanup temporary perf images
2020-05-21 19:35 UTC (3+ messages)
[Tarantool-patches] [PATCH 0/2] Sanitize uuid and bit alignment
2020-05-21 19:33 UTC (13+ messages)
` [Tarantool-patches] [PATCH 1/2] bit: fix unaligned memory access and UB bit shift
` [Tarantool-patches] [PATCH 2/2] uuid: fix unaligned memory access
[Tarantool-patches] [PATCH 0/5] mp_snprint() and mp_fprint() for decimal, uuid, error
2020-05-21 18:25 UTC (19+ messages)
` [Tarantool-patches] [PATCH 4/5] error: provide MP_ERROR extension serializer
` [Tarantool-patches] [PATCH 5/5] msgpuck: activate MP_EXT custom serializers
[Tarantool-patches] [PATCH msgpuck 0/2] MP_EXT virtual serializer
2020-05-21 18:23 UTC (7+ messages)
` [Tarantool-patches] [PATCH msgpuck 2/2] Make MP_EXT mp_snprint() and mp_fprint() customizable
` [Tarantool-patches] [PATCH msgpuck 1.5/2] Provide more details at MP_EXT mp_fprint/snprint()
[Tarantool-patches] [PATCH v2] gitlab-ci: integration testing vshard
2020-05-21 15:53 UTC (6+ messages)
[Tarantool-patches] [PATCH v1] test: set unix sockets for iproto at core = app
2020-05-21 14:05 UTC (6+ messages)
[Tarantool-patches] [PATCH v3] gitlab-ci: integration testing vshard
2020-05-21 12:59 UTC
[Tarantool-patches] [PATCH 0/2] Make unit tests TAP-compliant
2020-05-21 9:59 UTC (3+ messages)
` [Tarantool-patches] [PATCH 1/2] test: update unit test lib to produce TAP-compliant output
` [Tarantool-patches] [PATCH 2/2] test: update unit tests to make them TAP-compliant
[Tarantool-patches] [PATCH v1] gitlab-ci: cleanup temporary perf images
2020-05-21 7:53 UTC (5+ messages)
[Tarantool-patches] [PATCH] vinyl: restart read iterator in case of roll backed WAL
2020-05-20 22:00 UTC (2+ messages)
[Tarantool-patches] [PATCH] vinyl: fix comment to vy_read_iterator_cmp_stmt()
2020-05-20 20:40 UTC (3+ messages)
[Tarantool-patches] [PATCH 00/11] Add OpenBSD support
2020-05-20 12:23 UTC (3+ messages)
[Tarantool-patches] [PATCH v2] Add option to update file with reference output
2020-05-20 8:23 UTC (3+ messages)
[Tarantool-patches] [PATCH v4 0/3] test: add more tests to packaging testing
2020-05-20 6:59 UTC (5+ messages)
` [Tarantool-patches] [PATCH v4 3/3] "
[Tarantool-patches] [PATCH v1] Enable script for saving RPM packages in S3 for modules
2020-05-20 6:49 UTC (2+ messages)
[Tarantool-patches] [PATCH v1] test: mark tests as fragile, 2nd group
2020-05-20 6:46 UTC (2+ messages)
[Tarantool-patches] [PATCH 0/2] popen fixes
2020-05-20 6:35 UTC (2+ messages)
[Tarantool-patches] [PATCH v2 small 1/1] lsregion: introduce aligned alloc
2020-05-19 21:48 UTC (5+ messages)
[Tarantool-patches] [PATCH V2] socket: fix error while closing socket.tcp_server
2020-05-19 20:05 UTC
[Tarantool-patches] [PATCH] socket: fix error while closing socket.tcp_server
2020-05-19 19:52 UTC (5+ messages)
[Tarantool-patches] [PATCH 0/2] fix replication tx boundaries after local space rework
2020-05-19 16:24 UTC (8+ messages)
` [Tarantool-patches] [PATCH 2/2] replication: make relay send txs in batches
[Tarantool-patches] [PATCH 0/5] build: fix compilation warning
2020-05-19 12:33 UTC (3+ messages)
` [Tarantool-patches] [PATCH 5/5] box/vynil: quota -- fix compilation waning
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