[Tarantool-patches] [PATCH 00/17] recovery: move from cxx to c code
2020-04-28 16:24 UTC (19+ messages)
` [Tarantool-patches] [PATCH 01/17] recovery: do not call recovery_stop_local inside recovery_delete
` [Tarantool-patches] [PATCH 02/17] recovery: convert WalSubscription class to structure
` [Tarantool-patches] [PATCH 03/17] recovery: recovery_close_log -- don't throw exception
` [Tarantool-patches] [PATCH 04/17] recovery: recovery_open_log "
` [Tarantool-patches] [PATCH 05/17] recovery: recover_xlog "
` [Tarantool-patches] [PATCH 06/17] recovery: recover_remaining_wals "
` [Tarantool-patches] [PATCH 07/17] recovery: hot_standby_f "
` [Tarantool-patches] [PATCH 08/17] recovery: recovery_follow_local "
` [Tarantool-patches] [PATCH 09/17] recovery: recovery_new "
` [Tarantool-patches] [PATCH 10/17] recovery: recovery_scan "
` [Tarantool-patches] [PATCH 11/17] recovery: recovery_finalize "
` [Tarantool-patches] [PATCH 12/17] recovery: recovery_stop_local "
` [Tarantool-patches] [PATCH 13/17] recovery: cxx to c transition
` [Tarantool-patches] [PATCH 14/17] recovery: drop redundant type_XlogGapError
` [Tarantool-patches] [PATCH 15/17] recovery: provide throwable wrappers
` [Tarantool-patches] [PATCH 16/17] box: use _xc helpers of recovery code
` [Tarantool-patches] [PATCH 17/17] relay: use _xc recovery helpers
[Tarantool-patches] [PATCH v1] Add Ubuntu Focal 20.04 packages
2020-04-28 14:43 UTC
[Tarantool-patches] [PATCH] travis-ci: don't deploy 2.5+ pkgs to packagecloud
2020-04-28 12:36 UTC
[Tarantool-patches] [PATCH v2] Add infrastructure for fuzzing testing and fuzzers
2020-04-28 11:19 UTC (3+ messages)
[Tarantool-patches] [PATCH v2 0/3] box_return_mp
2020-04-28 11:08 UTC (16+ messages)
` [Tarantool-patches] [PATCH v2 1/3] box: introduce port_c
` [Tarantool-patches] [PATCH v2 2/3] box: introduce box_return_mp() public C function
` [Tarantool-patches] [PATCH v2 3/3] box: replace port_tuple with port_c everywhere
[Tarantool-patches] [PATCH v2 0/2] Unthrottle vinyl scheduler on manual checkpoint
2020-04-28 1:03 UTC (3+ messages)
` [Tarantool-patches] [PATCH v2 1/2] engine: add is_scheduled arg to engine->begin_checkpoint
` [Tarantool-patches] [PATCH v2 2/2] vinyl: unthrottle scheduler on manual checkpoint
[Tarantool-patches] [PATCH 0/3] box_return_mp
2020-04-27 23:24 UTC (12+ 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] cmake: add LTO support for building luajit
2020-04-27 23:04 UTC (8+ messages)
[Tarantool-patches] [PATCH v2 0/2] Unhide symbols
2020-04-27 22:58 UTC (7+ messages)
[Tarantool-patches] [PATCH v1 0/2] sql: fix comparison in IN operator
2020-04-27 22:53 UTC (7+ messages)
` [Tarantool-patches] [PATCH v1 1/2] sql: fix comparison in IN with list of values
` [Tarantool-patches] [PATCH v1 2/2] sql: fix comparison in IN with subselect
[Tarantool-patches] [PATCH v1] Keep perf results as gitlab-ci artifacts
2020-04-27 20:23 UTC (2+ messages)
[Tarantool-patches] [PATCH] cmake: set CMP0037 policy to NEW by default
2020-04-27 17:09 UTC (2+ messages)
[Tarantool-patches] [PATCH] vinyl: unthrottle scheduler on checkpoint
2020-04-27 15:52 UTC (10+ messages)
[Tarantool-patches] [PATCH] sql: fix number and boolean sorting rules
2020-04-27 15:31 UTC (14+ messages)
[Tarantool-patches] [PATCH v4 0/10] Add static analysis with luacheck
2020-04-27 14:38 UTC (32+ messages)
` [Tarantool-patches] [PATCH v4 1/10] Add initial luacheck config
` [Tarantool-patches] [PATCH v4 2/10] gitlab-ci: enable static analysis with luacheck
` [Tarantool-patches] [PATCH v4 3/10] Fix luacheck warnings in extra/dist/tarantoolctl.in
` [Tarantool-patches] [PATCH v4 4/10] Fix luacheck warnings in src/lua/
` [Tarantool-patches] [PATCH v4 5/10] Fix luacheck warnings in src/box/lua/
` [Tarantool-patches] [PATCH v4 6/10] Fix luacheck warnings in test/
` [Tarantool-patches] [PATCH v4 7/10] schema: fix index promotion to functional index
` [Tarantool-patches] [PATCH v4 8/10] schema: fix internal symbols dangling in _G
` [Tarantool-patches] [PATCH v4 9/10] Disabled test/luajit-tap in luacheckrc
` [Tarantool-patches] [PATCH v4 10/10] luajit: Fix warnings spotted by luacheck
[Tarantool-patches] [PATCH v2] replication: add box.info.replication_anon
2020-04-27 12:40 UTC (4+ messages)
[Tarantool-patches] [PATCH v1] bench-run: submit perf results into database
2020-04-27 12:28 UTC (4+ messages)
[Tarantool-patches] [PATCH] applier: follow vclock to the last tx row
2020-04-27 10:39 UTC (8+ messages)
[Tarantool-patches] [PATCH v1] test: fix flaky replication/skip_conflict_row test
2020-04-27 7:36 UTC (2+ messages)
[Tarantool-patches] [PATCH v2 0/2] vinyl: fix uninitialized memory accesses
2020-04-27 0:53 UTC (4+ messages)
` [Tarantool-patches] [PATCH v2 2/2] vinyl: clean-up unprocessed read views in *_build_read_views()
[Tarantool-patches] [PATCH v3 0/3] vinyl: fix uninitialized memory accesses
2020-04-27 0:52 UTC (4+ messages)
` [Tarantool-patches] [PATCH v3 1/3] vinyl: init all vars before cleanup in vy_lsm_split_range()
` [Tarantool-patches] [PATCH v3 2/3] vinyl: clean-up unprocessed read views in *_build_read_views()
` [Tarantool-patches] [PATCH v3 3/3] vinyl: clean-up write iterator if vy_task_write_run() fails
[Tarantool-patches] [PATCH v2 2/2] sql: don't modify column names
2020-04-26 23:09 UTC
[Tarantool-patches] [PATCH] sql: use unify pattern for column names
2020-04-26 23:08 UTC (6+ messages)
[Tarantool-patches] [PATCH v1 1/1] sql: remove implicit cast for COMPARISON
2020-04-26 18:22 UTC (4+ messages)
[Tarantool-patches] [PATCH] fio: provide access to stdin/stdout/stderr
2020-04-26 17:47 UTC (2+ messages)
[Tarantool-patches] [PATCH v2 0/2] Return getaddrinfo() errors
2020-04-26 17:20 UTC (16+ messages)
` [Tarantool-patches] [PATCH v2 1/2] coio/say: fix getaddrinfo error handling on macOS
` [Tarantool-patches] [PATCH v2 2/2] lua: return getaddrinfo() errors
[Tarantool-patches] [PATCH] rfc: multi-directional iterators
2020-04-25 9:03 UTC (2+ messages)
[Tarantool-patches] [PATCH] rfc: multi-directional iterators
2020-04-25 9:00 UTC (2+ messages)
[Tarantool-patches] [PATCH v2 0/3] gitlab-ci: add out-of-source build
2020-04-25 7:24 UTC (6+ messages)
` [Tarantool-patches] [PATCH v2 1/3] Fix curl repository for "
` [Tarantool-patches] [PATCH v2 2/3] gitlab-ci: add "
` [Tarantool-patches] [PATCH v2 3/3] Skip failing test from "
[Tarantool-patches] [PATCH] Add a check whether glibc is used
2020-04-25 6:43 UTC (11+ messages)
[Tarantool-patches] [PATCH v2 0/2] Support column addition with <ALTER TABLE>
2020-04-24 22:56 UTC (5+ messages)
` [Tarantool-patches] [PATCH v2 1/2] sql: rename TK_COLUMN to TK_COLUMN_NAME
` [Tarantool-patches] [PATCH v2 2/2] sql: support column addition
[Tarantool-patches] [PATCH] socket: fix error while closing socket.tcp_server
2020-04-24 14:03 UTC (2+ messages)
[Tarantool-patches] [PATCH 0/2] fix assertion fault in SELECT * FROM "_vfunc"
2020-04-24 10:14 UTC (3+ 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 v1] Add option to update file with reference output
2020-04-24 9:18 UTC (4+ messages)
[Tarantool-patches] [PATCH v3] test: add more tests to packaging testing
2020-04-24 8:55 UTC (2+ messages)
[Tarantool-patches] [PATCH] cbus: fix inconsistency in endpoint creation
2020-04-24 7:57 UTC (2+ messages)
[Tarantool-patches] [RFC] Quorum-based synchronous replication
2020-04-23 22:28 UTC (14+ messages)
[Tarantool-patches] [PATCH] replication: list anonymous replicas in box.info.replication
2020-04-23 14:06 UTC (2+ messages)
[Tarantool-patches] [PATCH v1] build: implement SuSE build with testing
2020-04-23 9:03 UTC
[Tarantool-patches] [PATCH V6 00/10] Extending error functionality
2020-04-22 17:23 UTC (6+ messages)
[Tarantool-patches] [PATCH v1 1/1] test: fix test sql/func-recreate.test.lua
2020-04-22 11:18 UTC
[Tarantool-patches] [PATCH v2 0/6] Add static analysis with luacheck
2020-04-22 8:45 UTC (4+ messages)
` [Tarantool-patches] [PATCH v2 6/6] gitlab-ci: enable "
[Tarantool-patches] [PATCH] fio/coio: handle partial writes
2020-04-21 21:39 UTC
[Tarantool-patches] [PATCH v1] bench-run: refactoring perf docker image
2020-04-21 20:06 UTC (2+ messages)
[Tarantool-patches] [PATCH] libev: unlimited select flag did not work on mac
2020-04-21 17:01 UTC (6+ messages)
[Tarantool-patches] [PATCH] say: fix syslog format
2020-04-21 16:23 UTC (2+ messages)
[Tarantool-patches] [PATCH 0/2] Popen Lua module
2020-04-21 13:38 UTC (6+ messages)
` [Tarantool-patches] [PATCH 2/2] popen: add popen "
[Tarantool-patches] [PATCH v1] bench-run: submit perf results into database
2020-04-21 6:14 UTC (3+ 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