[Tarantool-patches] [PATCH 0/6] txn: drop txn_X_flag helpers
2021-02-03 22:02 UTC (14+ messages)
` [Tarantool-patches] [PATCH 1/6] txn: convert flags to explicit bitfield
` [Tarantool-patches] [PATCH 2/6] txn: stop using txn_set_flag
` [Tarantool-patches] [PATCH 3/6] test/unit: snap_quorum_delay -- "
` [Tarantool-patches] [PATCH 4/6] txn: stop using txn_clear_flag
` [Tarantool-patches] [PATCH 5/6] txn: stop using txn_has_flag
` [Tarantool-patches] [PATCH 6/6] txn: drop unused txn_x_flag helpers
[Tarantool-patches] [PATCH v14 00/12] box: implement cmod Lua module
2021-02-02 22:12 UTC (13+ messages)
` [Tarantool-patches] [PATCH v14 01/12] box/func: factor out c function entry structure
` [Tarantool-patches] [PATCH v14 02/12] module_cache: move module handling into own subsystem
` [Tarantool-patches] [PATCH v14 03/12] module_cache: direct update a cache value on reload
` [Tarantool-patches] [PATCH v14 04/12] module_cache: rename calls to ref in module structure
` [Tarantool-patches] [PATCH v14 05/12] module_cache: add comment about weird resolving
` [Tarantool-patches] [PATCH v14 06/12] module_cache: module_reload - drop redundant parameter
` [Tarantool-patches] [PATCH v14 07/12] module_cache: use references as a main usage counter
` [Tarantool-patches] [PATCH v14 08/12] module_cache: make module to carry hash it belongs to
` [Tarantool-patches] [PATCH v14 09/12] module_cache: use own hash for box.schema.func requests
` [Tarantool-patches] [PATCH v14 10/12] module_cache: provide module_load/unload calls
` [Tarantool-patches] [PATCH v14 11/12] box/cmod: implement cmod Lua module
` [Tarantool-patches] [PATCH v14 12/12] test: box/cfunc -- add cmod test
[Tarantool-patches] [PATCH luajit 0/5] Self-sufficient LuaJIT testing environment
2021-02-02 20:57 UTC (6+ messages)
` [Tarantool-patches] [PATCH luajit 1/5] build: preserve the original build system
` [Tarantool-patches] [PATCH luajit 2/5] build: replace GNU Make with CMake
` [Tarantool-patches] [PATCH luajit 3/5] test: run LuaJIT tests via CMake
` [Tarantool-patches] [PATCH luajit 4/5] test: fix warnings found with luacheck in misclib*
` [Tarantool-patches] [PATCH luajit 5/5] test: run luacheck static analysis via CMake
[Tarantool-patches] [PATCH v1 1/1] sql: remove unused serialization functions
2021-02-02 7:57 UTC (3+ messages)
[Tarantool-patches] [PATCH v7 0/2] Fix luacheck warnings in test/replication and test/replication-py
2021-02-01 12:24 UTC (9+ messages)
` [Tarantool-patches] [PATCH v7 1/2] test: fix luacheck warnings in test/replication
` [Tarantool-patches] [PATCH v7 2/2] test: fix luacheck warnings in test/replication-py
[Tarantool-patches] [PATCH v12 0/8] box: implement cmod Lua module
2021-02-01 11:41 UTC (25+ messages)
` [Tarantool-patches] [PATCH v12 2/8] module_cache: move module handling into own subsystem
` [Tarantool-patches] [PATCH v12 3/8] module_cache: improve naming
` [Tarantool-patches] [PATCH v12 4/8] module_cache: direct update a cache value on reload
` [Tarantool-patches] [PATCH v12 5/8] module_cache: rename calls to ref in module structure
` [Tarantool-patches] [PATCH v12 6/8] module_cache: provide helpers to load and unload modules
` [Tarantool-patches] [PATCH v12 7/8] box/cmod: implement cmod Lua module
` [Tarantool-patches] [PATCH v12 8/8] test: box/cfunc -- add cmod test
[Tarantool-patches] [PATCH v2 0/3] box/info: report replication.X.downstream.lag
2021-02-01 10:00 UTC (4+ messages)
` [Tarantool-patches] [PATCH v2 1/3] applier: encode timestamp into vclock message
` [Tarantool-patches] [PATCH v2 2/3] box/info: report replication.X.downstream.lag value
` [Tarantool-patches] [PATCH v2 3/3] test: replication/status -- fetch downstream lag field
[Tarantool-patches] [PATCH v1 00/10] Encapsulate MEM type changing and checking
2021-02-01 8:15 UTC (11+ messages)
` [Tarantool-patches] [PATCH v1 01/10] sql: introduce mem_set_*() functions
` [Tarantool-patches] [PATCH v1 02/10] sql: Initialize MEM in sqlVdbeAllocUnpackedRecord()
` [Tarantool-patches] [PATCH v1 03/10] sql: introduce mem_is_*() functions
` [Tarantool-patches] [PATCH v1 04/10] sql: introduce mem_convert_to_binary()
` [Tarantool-patches] [PATCH v1 05/10] sql: refactor vdbesort.c
` [Tarantool-patches] [PATCH v1 06/10] sql: refactor sql/func.c
` [Tarantool-patches] [PATCH v1 07/10] sql: refactor vdbetrace.c
` [Tarantool-patches] [PATCH v1 08/10] sql: refactor vdbeapi.c
` [Tarantool-patches] [PATCH v1 09/10] sql: refactor vdbeaux.c
` [Tarantool-patches] [PATCH v1 10/10] sql: refactor vdbe.c
[Tarantool-patches] [PATCH 0/3] box/info: report replication.X.downstream.lag
2021-01-31 17:46 UTC (14+ messages)
` [Tarantool-patches] [PATCH 1/3] xrow: encode timestamp into vclock message
` [Tarantool-patches] [PATCH 2/3] box/info: report replication.X.downstream.lag value
` [Tarantool-patches] [PATCH 3/3] test: replication/status -- fetch downstream lag field
[Tarantool-patches] [PATCH] wal: introduce limits on simultaneous writes
2021-01-31 17:13 UTC (2+ messages)
[Tarantool-patches] [PATCH v8 00/14] Fix luacheck warnings in test/sql and test/sql-tap
2021-01-29 22:39 UTC (28+ messages)
` [Tarantool-patches] [PATCH v8 01/14] test: fix luacheck warnings in test/sql
` [Tarantool-patches] [PATCH v8 02/14] test: remove functions to open and close SQL connection
` [Tarantool-patches] [PATCH v8 03/14] test: fix luacheck warnings W113 in test/sql-tap
` [Tarantool-patches] [PATCH v8 04/14] test: fix luacheck warnings W211 "
` [Tarantool-patches] [PATCH v8 05/14] test: fix luacheck warnings W212 "
` [Tarantool-patches] [PATCH v8 06/14] test: fix laucheck warnings W213 "
` [Tarantool-patches] [PATCH v8 07/14] test: fix luacheck warnings W231 "
` [Tarantool-patches] [PATCH v8 08/14] test: fix luacheck warnings W311 "
` [Tarantool-patches] [PATCH v8 09/14] test: fix luacheck warnings W511 "
` [Tarantool-patches] [PATCH v8 10/14] test: fix luacheck warnings W512 "
` [Tarantool-patches] [PATCH v8 11/14] test: fix luacheck warnings W542 "
` [Tarantool-patches] [PATCH v8 12/14] test: fix luacheck warnings W612, W613, W614 "
` [Tarantool-patches] [PATCH v8 13/14] test: fix luacheck warnings W621 "
` [Tarantool-patches] [PATCH v8 14/14] luacheck: add issues for suppressed warnings
[Tarantool-patches] [PATCH luajit v1] tools: introduce --leak-only memprof parser option
2021-01-29 15:17 UTC (2+ messages)
[Tarantool-patches] [PATCH v1] static-build: use hashes of downloaded files
2021-01-29 14:42 UTC (4+ messages)
[Tarantool-patches] [PATCH 0/2] lua: fix -e always enters interactive mode
2021-01-29 13:44 UTC (7+ messages)
` [Tarantool-patches] [PATCH 1/2] core: add setting error injections via env
` [Tarantool-patches] [PATCH 2/2] lua: fix tarantool -e always enters interactive mode
[Tarantool-patches] [PATCH v1 1/1] sql: remove unused serialization functions
2021-01-27 22:28 UTC (2+ messages)
[Tarantool-patches] [PATCHv4 0/3] test: -e assert(false) fixup
2021-01-27 13:19 UTC (9+ messages)
` [Tarantool-patches] [PATCHv4 1/3] test: change timeout in -e assert(false) test
` [Tarantool-patches] [PATCHv4 3/3] test: change -e assert(false) test using process_timeout module
[Tarantool-patches] [PATCH v2 0/2] Update CMake minimum version in Tarantool
2021-01-27 13:09 UTC (6+ messages)
` [Tarantool-patches] [PATCH v2 1/2] github-ci: purge Debian Jessie from CI
` [Tarantool-patches] [PATCH v2 2/2] build: update CMake minimum version to 3.1
[Tarantool-patches] [PATCH 0/3] lua: fix tarantool -e always enters interactive mode
2021-01-26 23:37 UTC (4+ messages)
` [Tarantool-patches] [PATCH 1/3] test: add separated module for proccess operations with timeout
` [Tarantool-patches] [PATCH 2/3] core: add setting error injections via env
` [Tarantool-patches] [PATCH 3/3] lua: fix tarantool -e always enters interactive mode
[Tarantool-patches] [PATCH v6 0/2] base64: Fix decoder, improve its performance
2021-01-26 16:48 UTC (8+ messages)
` [Tarantool-patches] [PATCH v6 1/2] base64: fix decoder output buffer overrun (reads)
` [Tarantool-patches] [PATCH v6 2/2] base64: improve decoder performance
[Tarantool-patches] [RFC] cmod user api
2021-01-25 21:56 UTC (3+ messages)
[Tarantool-patches] [PATCH 0/2] Update CMake minimal version in Tarantool
2021-01-25 19:21 UTC (6+ messages)
` [Tarantool-patches] [PATCH 1/2] gitlab-ci: purge Debian Jessie from CI
` [Tarantool-patches] [PATCH 2/2] build: update CMake minimal version to 3.1
[Tarantool-patches] [PATCH v7] test: fix luacheck warnings in test/swim
2021-01-22 8:50 UTC (3+ messages)
[Tarantool-patches] [PATCH v1] ci: enable Jepsen tests on single nodes by default
2021-01-21 15:45 UTC (3+ messages)
[Tarantool-patches] [PATCH v7 0/2] Fix luacheck warnings in test/engine and test/engine_long
2021-01-21 15:36 UTC (6+ messages)
` [Tarantool-patches] [PATCH v7 2/2] luacheck: fix warnings in test/engine_long
[Tarantool-patches] [PATCH v7 0/2] Fix luacheck warnings in test/sql and test/sql-tap
2021-01-21 12:52 UTC (4+ messages)
` [Tarantool-patches] [PATCH v7 2/2] test: fix luacheck warnings in test/sql-tap
[Tarantool-patches] [PATCH v1 0/7] Integrate LuaJIT-test-cleanup test suite
2021-01-20 15:10 UTC (8+ messages)
` [Tarantool-patches] [PATCH v1 1/7] tests: add "
` [Tarantool-patches] [PATCH v1 2/7] tests: change tests to match de5568e
` [Tarantool-patches] [PATCH v1 3/7] tests: change tests to match c198167
` [Tarantool-patches] [PATCH v1 4/7] tests: change tests to match 5a61e1a
` [Tarantool-patches] [PATCH v1 5/7] tests: change tests to match b4e6bf0
` [Tarantool-patches] [PATCH v1 6/7] tests: adjust LuaJIT-test-cleanup for Tarantool
` [Tarantool-patches] [PATCH v1 7/7] tests: disable some tests of LuaJIT-test-cleanup
[Tarantool-patches] [PATCH v2 0/5] Choose allocator for memtx
2021-01-20 7:53 UTC (6+ messages)
` [Tarantool-patches] [PATCH v2 1/5] test: add performance test for memtx allocator
` [Tarantool-patches] [PATCH v2 2/5] memtx: changed some memtx files from .c to .cc
` [Tarantool-patches] [PATCH v2 3/5] memtx: implement template tuple allocation
` [Tarantool-patches] [PATCH v2 4/5] Implement system allocator, based on malloc
` [Tarantool-patches] [PATCH v2 5/5] memtx: implement api for memory allocator selection
[Tarantool-patches] [PATCH v1 0/5] Integrate lua-Harness test-suite
2021-01-19 16:58 UTC (6+ messages)
` [Tarantool-patches] [PATCH v1 1/5] tests: add lua-Harness test suite
` [Tarantool-patches] [PATCH v1 2/5] tests: adjust tests for Tarantool
` [Tarantool-patches] [PATCH v1 3/5] tests: disable 305-utf8 of lua-Harness suite
` [Tarantool-patches] [PATCH v1 4/5] tests: disable 241-standalone "
` [Tarantool-patches] [PATCH v1 5/5] tests: disable 411-luajit "
[Tarantool-patches] [PATCH 0/4] Introduce tiny tuples with perf test
2021-01-18 23:50 UTC (5+ messages)
` [Tarantool-patches] [PATCH 1/4] tuple: introduce unit perf test based on gbench
` [Tarantool-patches] [PATCH 2/4] tuple: use getters and setters
` [Tarantool-patches] [PATCH 3/4] core: introduce tiny tuples
` [Tarantool-patches] [PATCH 4/4] box: introduce 1 byte field map offsets
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