[Tarantool-patches] [PATCH 00/11] Enable miscelaneous sanitations
2020-06-04 23:43 UTC (11+ messages)
` [Tarantool-patches] [PATCH 01/11] cmake: enable misc types of UB detection in clang
` [Tarantool-patches] [PATCH 10/11] sql: fix usage of not initialized index_stat
` [Tarantool-patches] [PATCH 11/11] sql: fix mem_apply_type double type truncation
` [Tarantool-patches] [PATCH 02/11] util: introduce double_compare_nint64()
` [Tarantool-patches] [PATCH 03/11] test: avoid usleep() usage for error injections
` [Tarantool-patches] [PATCH 04/11] vinyl: fix 0 division in case of canceled dump
` [Tarantool-patches] [PATCH 05/11] xrow: don't cast double to float unconditionally
` [Tarantool-patches] [PATCH 06/11] swim: fix zero division
` [Tarantool-patches] [PATCH 07/11] test: fix signed integer overflow in vclock test
` [Tarantool-patches] [PATCH 08/11] digest: eliminate UBs from guava()
[Tarantool-patches] [PATCH] vinyl: rotate mem during index build on demand
2020-06-04 22:52 UTC (4+ messages)
[Tarantool-patches] [PATCH] core: don't start example instance in postinstall
2020-06-04 21:51 UTC (3+ messages)
[Tarantool-patches] [PATCH v1] Divide test box/net.box
2020-06-04 15:50 UTC (7+ messages)
[Tarantool-patches] [PATCH v2] Add option to update file with reference output
2020-06-04 13:07 UTC (3+ messages)
[Tarantool-patches] [PATCH v2] Add new error injection constant ERRINJ_AUTO_UPGRADE
2020-06-04 11:35 UTC (3+ messages)
[Tarantool-patches] [PATCH 0/6] Add static analysis of Lua code in src/ and extra/ with luacheck
2020-06-04 11:17 UTC (10+ messages)
` [Tarantool-patches] [PATCH 1/6] Add initial luacheck config
` [Tarantool-patches] [PATCH 2/6] build: enable 'make luacheck' target
` [Tarantool-patches] [PATCH 3/6] gitlab-ci: enable static analysis with luacheck
` [Tarantool-patches] [PATCH 4/6] Fix luacheck warnings in extra/dist/
` [Tarantool-patches] [PATCH 5/6] Fix luacheck warnings in src/lua/
` [Tarantool-patches] [PATCH 6/6] Fix luacheck warnings in src/box/lua/
[Tarantool-patches] [PATCH 0/3] box.execute() and box.cfg() idempotence and locking
2020-06-03 23:22 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 0/2] Make unit tests TAP-compliant
2020-06-03 22:52 UTC (9+ 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] lua: show error on attempt to access to tuple of unsupported type
2020-06-03 21:47 UTC (3+ messages)
[Tarantool-patches] [PATCH small 1/1] region: new region_alloc_array, updated alloc_object
2020-06-03 21:27 UTC (2+ messages)
[Tarantool-patches] [PATCH v2 00/10] Sanitize unaligned access
2020-06-03 21:27 UTC (8+ messages)
` [Tarantool-patches] [PATCH v2 02/10] cmake: ignore warnings on alignof() and offsetof()
` [Tarantool-patches] [PATCH v2 03/10] cmake: add option ENABLE_UB_SANITIZER
[Tarantool-patches] [PATCH v1] Correct cleanup gitlab-ci
2020-06-03 19:39 UTC
[Tarantool-patches] [PATCH] sql: display collation in metadata for scalar
2020-06-03 18:56 UTC (3+ messages)
[Tarantool-patches] [PATCH v2] static build: add openssl build as part of cmake
2020-06-03 18:11 UTC
[Tarantool-patches] [PATCH v1] Set full testing for all branches
2020-06-03 12:29 UTC (4+ messages)
[Tarantool-patches] [PATCH] Trigger on vclock change
2020-06-03 12:08 UTC (6+ messages)
[Tarantool-patches] [PATCH v1 1/2] Correct error message at pwd.lua
2020-06-03 11:37 UTC (3+ messages)
[Tarantool-patches] [PATCH v1 1/2] Correct error message at pwd.lua
2020-06-03 10:13 UTC (6+ messages)
` [Tarantool-patches] [PATCH v1 2/2] test: remove skip condition of app-tap/pwd test
[Tarantool-patches] [PATCH v8 00/12] lua/log: add an ability to setup logger without box.cfg{}
2020-06-03 9:44 UTC (23+ messages)
` [Tarantool-patches] [PATCH v8 01/12] core/say: do not reconfig early set up logger
` [Tarantool-patches] [PATCH v8 02/12] core/say: use say_logger_initialized in say_logger_free
` [Tarantool-patches] [PATCH v8 03/12] lua/log: declare say_logger_init and say_logger_initialized
` [Tarantool-patches] [PATCH v8 04/12] lua/log: put string constants to map
` [Tarantool-patches] [PATCH v8 05/12] lua/log: do not allow to set json for boot logger
` [Tarantool-patches] [PATCH v8 06/12] lua/log: declare log as separate variable
` [Tarantool-patches] [PATCH v8 07/12] lua/log: use log module settings inside box.cfg
` [Tarantool-patches] [PATCH v8 08/12] lua/log: allow to configure logging without a box
` [Tarantool-patches] [PATCH v8 09/12] test: logger -- use log module directly
` [Tarantool-patches] [PATCH v8 10/12] log/lua: allow to specify logging level as a string
` [Tarantool-patches] [PATCH v8 11/12] lua/log: use log_cfg instead of ffi's instances
` [Tarantool-patches] [PATCH v8 12/12] test: logger -- consider more cases
[Tarantool-patches] [PATCH v7 00/11] lua/log: add an ability to setup logger without box.cfg{}
2020-06-03 9:44 UTC (25+ messages)
` [Tarantool-patches] [PATCH v7 01/11] core/say: do not reconfig early set up logger
` [Tarantool-patches] [PATCH v7 02/11] core/say: use say_logger_initialized in say_logger_free
` [Tarantool-patches] [PATCH v7 03/11] lua/log: declare say_logger_init and say_logger_initialized
` [Tarantool-patches] [PATCH v7 04/11] lua/log: put string constants to map
` [Tarantool-patches] [PATCH v7 05/11] lua/log: do not allow to set json for boot logger
` [Tarantool-patches] [PATCH v7 06/11] lua/log: declare log as separate variable
` [Tarantool-patches] [PATCH v7 07/11] lua/log: use log module settings inside box.cfg
` [Tarantool-patches] [PATCH v7 08/11] lua/log: allow to configure logging without a box
` [Tarantool-patches] [PATCH v7 09/11] test: use direct log module
` [Tarantool-patches] [PATCH v7 10/11] log/lua: allow to specify logging level as a string
` [Tarantool-patches] [PATCH v7 11/11] lua/log: use log_cfg instead of ffi's instances
[Tarantool-patches] [PATCH 0/3] Merger's NULL defererence
2020-06-02 22:48 UTC (8+ messages)
` [Tarantool-patches] [PATCH 1/3] merger: drop luaL prefix where contract allows it
` [Tarantool-patches] [PATCH 2/3] merger: fix NULL dereference when called via iproto
` [Tarantool-patches] [PATCH 3/3] lua: expose temporary Lua state for iproto calls
[Tarantool-patches] [PATCH 0/2] Validate result of upserts squash & skip invalid upserts which can't be applied
2020-06-02 21:37 UTC (9+ messages)
` [Tarantool-patches] [PATCH 2/2] vinyl: skip invalid upserts during squash
[Tarantool-patches] [PATCH v2] lua: remove excess Lua call from table encoding
2020-06-02 21:28 UTC (7+ messages)
[Tarantool-patches] [PATCH v6 00/25] Add static analysis with luacheck
2020-06-02 15:58 UTC (48+ messages)
` [Tarantool-patches] [PATCH v6 01/25] Add initial luacheck config
` [Tarantool-patches] [PATCH v6 02/25] build: enable 'make luacheck' target
` [Tarantool-patches] [PATCH v6 03/25] gitlab-ci: enable static analysis with luacheck
` [Tarantool-patches] [PATCH v6 04/25] Fix luacheck warnings in extra/dist/tarantoolctl.in
` [Tarantool-patches] [PATCH v6 05/25] Fix luacheck warnings in src/lua/
` [Tarantool-patches] [PATCH v6 06/25] Fix luacheck warnings in src/box/lua/
` [Tarantool-patches] [PATCH v6 07/25] Supress luacheck warnings in test/app
` [Tarantool-patches] [PATCH v6 08/25] Fix luacheck warnings in test/app-tap
` [Tarantool-patches] [PATCH v6 09/25] Fix luacheck warnings in test/box
` [Tarantool-patches] [PATCH v6 19/25] Fix luacheck warnings in test/swim
` [Tarantool-patches] [PATCH v6 20/25] Fix luacheck warnings in test/vinyl
` [Tarantool-patches] [PATCH v6 21/25] Fix luacheck warnings in test/wal_off
` [Tarantool-patches] [PATCH v6 22/25] Fix luacheck warnings in test/xlog
` [Tarantool-patches] [PATCH v6 23/25] Fix luacheck warnings in test/xlog-py
` [Tarantool-patches] [PATCH v6 24/25] Add luacheck supressions for luajit tests
` [Tarantool-patches] [PATCH v6 25/25] luajit: bump new version
[Tarantool-patches] [PATCH V2] socket: fix error while closing socket.tcp_server
2020-06-02 14:54 UTC (4+ messages)
[Tarantool-patches] [PATCH] error: add format string usage to form a CustomError message
2020-06-02 14:22 UTC (5+ messages)
[Tarantool-patches] [PATCH] static build: add openssl build as part of cmake
2020-06-02 12:02 UTC
[Tarantool-patches] [test-run] Add options for upgrade testing
2020-06-02 11:13 UTC (4+ messages)
[Tarantool-patches] [PATCH] lua: lua_field_inspect_table without pushcfunction
2020-06-02 9:36 UTC (3+ messages)
[Tarantool-patches] [PATCH v2] vinyl: restart read iterator in case of rolled back WAL
2020-06-01 17:40 UTC (2+ messages)
[Tarantool-patches] [PATCH v2 0/2] fix replication tx boundaries after local space rework
2020-06-01 17:06 UTC (11+ messages)
` [Tarantool-patches] [PATCH v2 2/2] wal: reorder tx rows so that a tx ends on a global row
[Tarantool-patches] [PATCH 0/6] Remove implicit cast
2020-06-01 17:04 UTC (10+ messages)
` [Tarantool-patches] [PATCH 1/6] sql: remove implicit cast for assignment
` [Tarantool-patches] [PATCH 2/6] sql: remove mem_apply_type() from OP_MakeRecord
` [Tarantool-patches] [PATCH 4/6] sql: remove mem_apply_type() from OP_MustBeInt
` [Tarantool-patches] [PATCH 5/6] sql: remove implicit cast from string for comparison
[Tarantool-patches] [PATCH 0/2] Fix C module reloading
2020-06-01 10:53 UTC (5+ messages)
` [Tarantool-patches] [PATCH 2/2] Allow to set directory for copying DSO before load
[Tarantool-patches] [PATCH v1 1/2] gitlab-ci: enable auto skip pending jobs/pipelines
2020-06-01 8:42 UTC
[Tarantool-patches] [PATCH v1 1/2] gitlab-ci: enable auto skip pending jobs/pipelines
2020-06-01 7:27 UTC
[Tarantool-patches] [PATCH] vinyl: add NULL check of xrow_upsert_execute() retval
2020-05-29 23:04 UTC (4+ 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