Tarantool development patches archive
 help / color / mirror / Atom feed
[Tarantool-patches] [PATCH] replication: fix rebootstrap in case the instance is listed in box.cfg.replication
 2020-02-29  9:52 UTC  (4+ messages)

[Tarantool-patches] [PATCH v5 0/4] replication: fix applying of rows originating from local instance
 2020-02-29  9:22 UTC  (8+ messages)
` [Tarantool-patches] [PATCH v5 1/4] box: expose box_is_orphan method
` [Tarantool-patches] [PATCH v5 2/4] wal: warn when trying to write a record with a broken lsn
` [Tarantool-patches] [PATCH v5 3/4] replication: implement an instance id filter for relay
` [Tarantool-patches] [PATCH v5 4/4] replication: do not relay rows coming from a remote instance back to it

[Tarantool-patches] [PATCH v3] gitlab-ci: implement OSX 10.14 testing on mac mini
 2020-02-28 19:23 UTC  (2+ messages)

[Tarantool-patches] [PATCH v2 0/2] test: rename test files and cleanup it
 2020-02-28 18:57 UTC  (6+ messages)
` [Tarantool-patches] [PATCH v2 1/2] test: cleanup tests code
` [Tarantool-patches] [PATCH v2 2/2] test: rename test files

[Tarantool-patches] [PATCH] test: box-py/snapshot -- increase timeout
 2020-02-28 13:11 UTC 

[Tarantool-patches] [PATCH 0/2] popen: fixes to make master branch happy
 2020-02-28 11:55 UTC  (5+ messages)
` [Tarantool-patches] [PATCH 1/2] popen: fix empty envp type for nonlinux builds
` [Tarantool-patches] [PATCH 2/2] Revert "test: unit/popen"

[Tarantool-patches] [PATCH v2 luajit 0/3] Introduce gdb extension for LuaJIT
 2020-02-28 10:46 UTC  (10+ messages)

[Tarantool-patches] [PATCH] popen: fix empty envp type for nonlinux builds
 2020-02-28  8:52 UTC  (2+ messages)

[Tarantool-patches] [PATCH] test: unit/popen -- fix potential uninitialized access
 2020-02-28  8:52 UTC  (2+ messages)

[Tarantool-patches] [PATCH v4 0/4] replication: fix applying of rows originating from local instance
 2020-02-28  8:03 UTC  (25+ messages)
` [Tarantool-patches] [PATCH v4 1/4] box: expose box_is_orphan method
` [Tarantool-patches] [PATCH v4 2/4] wal: warn when trying to write a record with a broken lsn
` [Tarantool-patches] [PATCH v4 3/4] replication: implement an instance id filter for relay
` [Tarantool-patches] [PATCH v4 4/4] replication: do not relay rows coming from a remote instance back to it

[Tarantool-patches] [PATCH] test: stabilize flaky fiber memory leak detection
 2020-02-27 23:07 UTC  (4+ messages)

[Tarantool-patches] [PATCH v11 0/3] popen: Introduce backend engine
 2020-02-27 22:47 UTC  (2+ messages)

[Tarantool-patches] [PATCH] box: user.grant error should be versatile
 2020-02-27 21:06 UTC  (13+ messages)

[Tarantool-patches] [PATCH 0/3] box/txn: fix assert in txn_rollback
 2020-02-27 20:27 UTC  (7+ messages)
` [Tarantool-patches] [PATCH 1/3] box/txn: rename txn_write to txn_commit_async
` [Tarantool-patches] [PATCH 2/3] box/txn: log error explicitly in txn_commit
` [Tarantool-patches] [PATCH 3/3] box/txn: clear fiber storage right before journal_write

[Tarantool-patches] [PATCH v2] gitlab-ci: implement OSX 10.14 testing on mac mini
 2020-02-27 14:26 UTC  (2+ messages)

[Tarantool-patches] [PATCH v1 0/2] Correct luajit tests
 2020-02-27 13:39 UTC  (7+ messages)
` [Tarantool-patches] [PATCH v1 1/2] test: cleanup tests code
` [Tarantool-patches] [PATCH v1 2/2] test: rename test files

[Tarantool-patches] [PATCH] box: sql prepare and execute statistics should be reflected in box.stat()
 2020-02-27 13:21 UTC  (11+ messages)

[Tarantool-patches] [PATCH vshard 1/1] router: bucket_id_strcrc32 and bucket_id_mpcrc32
 2020-02-27 10:12 UTC  (7+ messages)

[Tarantool-patches] [PATCH v1] gitlab-ci: implement OSX 10.14 testing on mac mini
 2020-02-27  7:47 UTC 

[Tarantool-patches] [PATCH] box: replication shouldn't leak user password
 2020-02-26 16:14 UTC  (2+ messages)

[Tarantool-patches] [PATCH] lua: expose checktuple function
 2020-02-26 16:13 UTC 

[Tarantool-patches] [PATCH] sequence: return correct error on using dropped sequence
 2020-02-26 16:13 UTC 

[Tarantool-patches] [PATCH] box: netbox.self and connect should work interchangeably
 2020-02-26 13:51 UTC  (4+ messages)

[Tarantool-patches] [PATCH] Release all taken tasks on start
 2020-02-26 12:19 UTC  (3+ messages)

[Tarantool-patches] [PATCH v3 0/4] replication: fix applying of rows originating from local instance
 2020-02-26 10:09 UTC  (7+ messages)

[Tarantool-patches] [PATCH v1 1/1] sql: use rowid as PK of ephemeral space on INSERT
 2020-02-25 10:22 UTC  (4+ messages)

[Tarantool-patches] [PATCH 0/3] Fix upgrade from 2.1 sequence
 2020-02-24 19:48 UTC  (11+ messages)
` [Tarantool-patches] [PATCH 1/3] upgrade: add missing sys triggers off and erasure
` [Tarantool-patches] [PATCH 2/3] box: forbid to update/replace _space_sequence
` [Tarantool-patches] [PATCH 3/3] upgrade: fix generated sequence upgrade from 2.1

[Tarantool-patches] [PATCH v8 0/2] fiber: Handle stack madvise/mprotect errors
 2020-02-24 19:31 UTC  (12+ messages)
` [Tarantool-patches] [PATCH v8 1/2] fiber: set diagnostics at madvise/mprotect failure
` [Tarantool-patches] [PATCH v8 2/2] fiber: leak slab if unable to bring prots back

[Tarantool-patches] [PATCH] Introduce unified Lua ffi.cdef builder
 2020-02-24 19:16 UTC  (2+ messages)

[Tarantool-patches] [PATCH] app: verify unix socket path length in socket.tcp_server()
 2020-02-24 18:18 UTC  (5+ messages)

[Tarantool-patches] [PATCH 1/1] tuple: don't truncate float in :update()
 2020-02-24 17:57 UTC  (2+ messages)

[Tarantool-patches] [PATCH 0/7] Stacked diagnostics area
 2020-02-23 17:44 UTC  (15+ messages)
` [Tarantool-patches] [PATCH 3/7] box/error: don't set error created via box.error.new to diag
` [Tarantool-patches] [PATCH 4/7] box: introduce stacked diagnostic area
` [Tarantool-patches] [PATCH 5/7] box/error: clarify purpose of reference counting in struct error
` [Tarantool-patches] [PATCH 6/7] iproto: refactor error encoding with mpstream
` [Tarantool-patches] [PATCH 7/7] iproto: support error stacked diagnostic area

[Tarantool-patches] [PATCH 00/14] rework async and sync transactions
 2020-02-22 21:00 UTC  (15+ messages)
` [Tarantool-patches] [PATCH 01/14] box/txn: fix void args mess
` [Tarantool-patches] [PATCH 02/14] box/journal: use plain int for return value
` [Tarantool-patches] [PATCH 03/14] box/journal: sanitize completion naming
` [Tarantool-patches] [PATCH 04/14] box/txn: rename txn_entry_done_cb to txn_entry_complete_cb
` [Tarantool-patches] [PATCH 07/14] box/txn: rename txn_write to txn_commit_async

[Tarantool-patches] [PATCH 1/1] iproto: show real port in logs and box.info.listen
 2020-02-22 15:00 UTC  (6+ messages)

[Tarantool-patches] [PATCH v2 1/1] sql: limit blob size during CAST AS INTEGER
 2020-02-22  8:27 UTC  (3+ messages)

[Tarantool-patches] [PATCH v2] gitlab-ci: adjust base URL of RPM/Deb repositories
 2020-02-21 21:49 UTC  (3+ messages)

[Tarantool-patches] [PATCH] Fix task release in session disconnect
 2020-02-21 21:19 UTC  (2+ messages)

[Tarantool-patches] [PATCH v2] fio/coio: Handle partial writes
 2020-02-21 14:48 UTC  (5+ messages)
` [Tarantool-patches] [PATCH v3] "

[Tarantool-patches] [PATCH v4] Implement perf testing at gitlab-ci
 2020-02-21 12:38 UTC  (4+ messages)

[Tarantool-patches] [PATCH v2 corrected] Increase limits for debug.traceback
 2020-02-21 11:33 UTC  (2+ messages)

[Tarantool-patches] [PATCH v1] test: add more tests to packaging testing
 2020-02-21 11:19 UTC  (2+ messages)

[Tarantool-patches] [PATCH] Increase limits for debug.traceback
 2020-02-21 11:00 UTC  (2+ messages)

[Tarantool-patches] [PATCH v2] Check schema version after tarantool update
 2020-02-21 10:27 UTC  (2+ messages)

[Tarantool-patches] [PATCH] build: disable LUAJIT_ENABLE_PAIRSMM
 2020-02-21  7:12 UTC  (4+ messages)

[Tarantool-patches] [PATCH] sql: support constraint drop
 2020-02-20 23:36 UTC  (10+ messages)
  ` [Tarantool-patches] [PATCH 2/2] "

[Tarantool-patches] [PATCH] box.execute should be immutable function
 2020-02-20 21:15 UTC  (6+ messages)
` [Tarantool-patches] [PATCH] box: make box.execute() immutable

[Tarantool-patches] [PATCH v2 0/4] Don't truncate float in update
 2020-02-20 20:30 UTC  (8+ messages)
` [Tarantool-patches] [PATCH v2 1/4] tuple: don't truncate float in :update()

[Tarantool-patches] [PATCH v6 0/2] fiber: Handle stack madvise/mprotect errors
 2020-02-20 19:25 UTC  (2+ messages)

[Tarantool-patches] [PATCH rfc] lua: expose luaL_serializer to Lua
 2020-02-20 11:23 UTC  (2+ messages)

[Tarantool-patches] [PATCH 0/3] lua: table fixes
 2020-02-20 11:12 UTC  (7+ messages)
` [Tarantool-patches] [PATCH 1/3] lua: fix incorrect table.deepcopy __metatable handling
` [Tarantool-patches] [PATCH 2/3] lua: table.deepcopy ignores __pairs metamethod
` [Tarantool-patches] [PATCH 3/3] tap: is_deeply "

[Tarantool-patches] [PATCH v1] test ci: remove Ubuntu 18.10 Cosmic from testing
 2020-02-20  9:50 UTC  (2+ messages)

[Tarantool-patches] [PATCH v1 1/1] sql: remove implicit cast for COMPARISON
 2020-02-20  8:00 UTC 

[Tarantool-patches] [PATCH 1/1] app: handle concatenated argv name-value correctly
 2020-02-20  6:24 UTC  (4+ messages)

[Tarantool-patches] [PATCH 1/1] app: os.setenv() affects os.environ()
 2020-02-19 22:44 UTC  (3+ messages)

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox