[tarantool-patches] [PATCH 0/6] swim payload
2019-04-12 19:23 UTC (17+ messages)
` [tarantool-patches] [PATCH 1/6] swim: factor out MP_BIN decoding from swim_decode_uuid
` [tarantool-patches] "
` [tarantool-patches] [PATCH 2/6] swim: replace event_bin and member_bin with the passport
` [tarantool-patches] "
` [tarantool-patches] [PATCH 3/6] swim: factor out 'update' part of swim_member_upsert()
` [tarantool-patches] "
` [tarantool-patches] [PATCH 4/6] test: generalize SWIM fake descriptor filters
` [tarantool-patches] "
` [tarantool-patches] [PATCH 5/6] test: introduce new SWIM packet filter by component names
` [tarantool-patches] "
` [tarantool-patches] [PATCH 6/6] swim: introduce payload
[tarantool-patches] [PATCH v6] Feature request for a new collation
2019-04-12 18:32 UTC (3+ messages)
` [tarantool-patches] "
[PATCH] Improve box.stat.net output
2019-04-12 18:17 UTC
[tarantool-patches] [PATCH] net.box: fix 'unique' index flag in net.box schema
2019-04-12 16:22 UTC (2+ messages)
` [tarantool-patches] "
[tarantool-patches] [PATCH 0/2] fiber: A few cleanups
2019-04-12 15:15 UTC (4+ messages)
` [tarantool-patches] [PATCH 1/2] fiber: Drop unused FIBER_CALL_STACK
` [tarantool-patches] [PATCH 2/2] fiber: Define constants for reserved fids
[PATCH] lib/core/coio_file: Use eio_sendfile_sync instead of a chunk mode
2019-04-12 14:59 UTC (7+ messages)
[PATCH v2 0/2] Rework on_shutdown test for better stability
2019-04-12 14:49 UTC (4+ messages)
` [PATCH v2 1/2] test: extract on_shutdown tests from box/misc
` [PATCH v2 2/2] test: rework box/on_shutdown test
[PATCH] test: rework box/misc test part regarding on_shutdown triggers
2019-04-12 14:35 UTC (5+ messages)
` [tarantool-patches] "
[tarantool-patches] [PATCH] sql: increment rowcount of FK alteration
2019-04-12 14:17 UTC (3+ messages)
` [tarantool-patches] "
[tarantool-patches] [PATCH] fiber: Drop redundant memset call
2019-04-12 14:08 UTC (2+ messages)
[PATCH v1] test: disable flaky performance test
2019-04-12 13:21 UTC (2+ messages)
[tarantool-patches] [PATCH v1 0/3] sql: remove unused code from SQL
2019-04-12 13:08 UTC (14+ messages)
` [tarantool-patches] [PATCH v1 1/3] sql: remove legacy.c
` [tarantool-patches] "
` [tarantool-patches] [PATCH v1 2/3] sql: remove unused macros in SQL
` [tarantool-patches] "
` [tarantool-patches] [PATCH v1 3/3] sql: remove unused functions from main.c
` [tarantool-patches] "
[tarantool-patches] [PATCH v1 0/3] sql: make SQL_TARANTOOL_ERROR the only errcode of OP_Halt
2019-04-12 12:34 UTC (4+ messages)
` [tarantool-patches] [PATCH v1 1/3] sql: remove mayAbort field from struct Parse
` [tarantool-patches] [PATCH v1 2/3] sql: rework diag_set() in OP_Halt
` [tarantool-patches] [PATCH v1 3/3] sql: make SQL_TARANTOOL_ERROR the only errcode of OP_Halt
[PATCH] vinyl: improve dump start/stop logging
2019-04-12 11:20 UTC (3+ messages)
[PATCH] vinyl: account statements skipped on read
2019-04-12 9:53 UTC (2+ messages)
[tarantool-patches] [PATCH] tarantoolctl: remove metatable assumptions in start()
2019-04-12 9:29 UTC (5+ messages)
` [tarantool-patches] "
[tarantool-patches] [PATCH 1/1] test: add srand(time(NULL)) to swim unit tests
2019-04-11 23:20 UTC (3+ messages)
` [tarantool-patches] "
[PATCH] vinyl: take into account primary key lookup in latency accounting
2019-04-11 20:30 UTC (4+ messages)
[PATCH] box: account index.pairs in box.stat.SELECT
2019-04-11 20:30 UTC (3+ messages)
[tarantool-patches] [PATCH] sql: modify TRIM() function signature
2019-04-11 17:33 UTC
[tarantool-patches] [PATCH 1/1] swim: keep encoded round message cached
2019-04-11 17:22 UTC (6+ messages)
` [tarantool-patches] "
[tarantool-patches] [PATCH 0/2] swim broadcast
2019-04-11 13:47 UTC (11+ messages)
` [tarantool-patches] [PATCH 1/2] swim: introduce broadcast tasks
` [tarantool-patches] "
` [tarantool-patches] [PATCH 2/2] swim: expose ping broadcast API
` [tarantool-patches] "
` [tarantool-patches] Re: [PATCH 0/2] swim broadcast
[tarantool-patches] [PATCH 1/1] swim: on address update increment incarnation
2019-04-11 12:43 UTC (2+ messages)
` [tarantool-patches] "
[PATCH 1/2] Revert "replication: update replica gc state on subscribe"
2019-04-11 11:01 UTC (6+ messages)
` [PATCH 2/2] replication: fix garbage collection logic
` [tarantool-patches] "
` [tarantool-patches] Re: [PATCH 1/2] Revert "replication: update replica gc state on subscribe"
[PATCH] replication: allow to change instance id during join
2019-04-11 11:00 UTC (3+ messages)
` [tarantool-patches] "
[PATCH 1/2] xlog: cleanup setting of write options
2019-04-11 10:24 UTC (4+ messages)
` [PATCH 2/2] vinyl: don't compress L1 runs
` [tarantool-patches] "
[PATCH 1/2] test: fix vinyl/errinj_stat again
2019-04-11 10:14 UTC (3+ messages)
` [PATCH 2/2] test: fix vinyl/errinj_ddl failure
[tarantool-patches] [PATCH 0/2] Transaction refactoring
2019-04-11 6:43 UTC (5+ messages)
` [tarantool-patches] [PATCH 1/2] Introduce a txn memory region
` [tarantool-patches] "
` [tarantool-patches] [PATCH 2/2] Get rid of aurocommit from a txn structure
` [tarantool-patches] "
[PATCH v3 0/7] Merger
2019-04-10 15:21 UTC (8+ messages)
` [PATCH v3 1/7] Add luaL_iscallable with support of cdata metatype
` [PATCH v3 2/7] Add functions to ease using Lua iterators from C
` [PATCH v3 3/7] lua: optimize creation of a tuple from a tuple
` [PATCH v3 4/7] lua: add non-recursive msgpack decoding functions
` [PATCH v3 5/7] net.box: add skip_header option to use with buffer
` [PATCH v3 6/7] Add merger for tuples streams (C part)
` [PATCH v3 7/7] Add merger for tuple streams (Lua part)
[PATCH] test: fix vinyl/errinj_stat failure
2019-04-10 13:53 UTC (2+ messages)
[tarantool-patches] [PATCH v1] travis-ci: set jobs not to stop on failed tests
2019-04-10 13:53 UTC
[tarantool-patches] [PATCH 0/4] *** test: replication/ fixes for parallel run ***
2019-04-10 13:43 UTC (6+ messages)
` [tarantool-patches] [PATCH 1/4] test: allow to run replication/misc multiple times
` [tarantool-patches] [PATCH 2/4] test: increase timeouts in replication/misc
` [tarantool-patches] [PATCH 3/4] test: increase timeouts in replication/errinj
` [tarantool-patches] [PATCH 4/4] test: wait for xlog/snap/log file changes
` [tarantool-patches] Re: [PATCH 0/4] *** test: replication/ fixes for parallel run ***
[tarantool-patches] [PATCH v1 1/6] Update the timeouts, set to use the default value
2019-04-10 12:32 UTC (6+ messages)
` [tarantool-patches] [PATCH v1 2/6] Insert status calls inside wait_cond routines
` [tarantool-patches] "
` [tarantool-patches] [PATCH v1 5/6] Test misc tunning
` [tarantool-patches] "
` [tarantool-patches] Re: [PATCH v1 1/6] Update the timeouts, set to use the default value
[tarantool-patches] [PATCH 0/5] swim member 'left' status
2019-04-10 10:29 UTC (12+ messages)
` [tarantool-patches] [PATCH 1/5] test: allow to remove swim nodes from the cluster
` [tarantool-patches] "
` [tarantool-patches] [PATCH 2/5] test: on close of swim fake fd send its packets, not drop
` [tarantool-patches] "
` [tarantool-patches] [PATCH 3/5] test: process IO swim test events before protocol's ones
` [tarantool-patches] "
` [tarantool-patches] [PATCH 4/5] swim: introduce quit message
` [tarantool-patches] "
` [tarantool-patches] [PATCH 5/5] swim: make UUID update smoother and faster
` [tarantool-patches] "
` [tarantool-patches] Re: [PATCH 0/5] swim member 'left' status
[tarantool-patches] [PATCH 0/2] sql: make aggregate functions types more strict
2019-04-09 14:52 UTC (6+ messages)
` [tarantool-patches] [PATCH 1/2] "
` [tarantool-patches] "
` [tarantool-patches] [PATCH 2/2] "
` [tarantool-patches] "
[tarantool-patches] [PATCH v2 0/6] swim dissemination
2019-04-09 13:47 UTC (8+ messages)
` [tarantool-patches] [PATCH v2 1/6] swim: encapsulate member bin info into a 'passport'
` [tarantool-patches] [PATCH v2 2/6] swim: make members array decoder be a separate function
` [tarantool-patches] [PATCH v2 3/6] test: rename some swim test methods and macros
` [tarantool-patches] [PATCH v2 4/6] test: speed up swim big cluster failure detection
` [tarantool-patches] [PATCH v2 5/6] test: set packet drop rate instead of flag in swim tests
` [tarantool-patches] [PATCH v2 6/6] swim: introduce dissemination component
` [tarantool-patches] "
[tarantool-patches] [PATCH 0/5] swim dissemination component
2019-04-09 12:25 UTC (9+ messages)
` [tarantool-patches] [PATCH 3/5] test: speed up swim big cluster failure detection
` [tarantool-patches] "
` [tarantool-patches] [PATCH 5/5] swim: introduce dissemination component
` [tarantool-patches] "
` [tarantool-patches] Re: [PATCH 0/5] swim "
[PATCH v2 0/7] Incorporate tuple comparison hints into Vinyl
2019-04-08 12:09 UTC (13+ messages)
` [PATCH v2 1/7] Move hint_t definition to tuple_compare.h
` [tarantool-patches] "
` [PATCH v2 2/7] vinyl: rename vy_cache_entry to vy_cache_node
` [tarantool-patches] "
` [PATCH v2 3/7] vinyl: rename tree_mem_key to vy_mem_tree_key
` [tarantool-patches] "
` [PATCH v2 4/7] vinyl: zap vy_mem_iterator_curr_stmt helper
` [tarantool-patches] "
` [PATCH v2 5/7] vinyl: add wrapper around vy_tx_set
` [PATCH v2 6/7] vinyl: prepare for storing hints in vinyl data structures
` [PATCH v2 7/7] vinyl: incorporate tuple comparison hints into "
[PATCH] lua: add type of operation to space trigger parameters
2019-04-08 10:17 UTC (2+ messages)
[PATCH v3 0/7] box: introduce multikey indexes in memtx
2019-04-07 12:22 UTC (12+ messages)
` [PATCH v3 3/7] box: move offset_slot init to tuple_format_add_field
` [tarantool-patches] "
` [tarantool-patches] "
` [PATCH v3 4/7] lib: update msgpuck library
` [tarantool-patches] "
` [tarantool-patches] "
` [PATCH v3 6/7] box: introduce field_map_builder class
` [tarantool-patches] "
[PATCH v1 1/1] Implement mp_stack_top for mp_stack class
2019-04-07 12:02 UTC (8+ messages)
` [tarantool-patches] "
[PATCH] xrow: improve corrupted header logging on an error
2019-04-07 11:45 UTC (2+ messages)
[PATCH] box: fix use-after-free in space_truncate
2019-04-07 11:38 UTC (2+ messages)
[tarantool-patches] [PATCH v1] test: use unix sockets iproto
2019-04-07 7:28 UTC (2+ messages)
` [tarantool-patches] "
[tarantool-patches] [PATCH v1] test: switch on pretest_clean routine
2019-04-07 7:08 UTC (2+ messages)
` [tarantool-patches] "
[PATCH] Revert "Add more tests for DDL outside autocommit mode."
2019-04-07 6:34 UTC (2+ 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