Tarantool development patches archive
 help / color / mirror / Atom feed
[Tarantool-patches] [PATCH] Move txn from shema to a separate module (use C API instead of FFI)
 2019-11-27  8:31 UTC  (4+ messages)

[Tarantool-patches] [PATCH v4 0/2] introduce _vsession_settings sysview
 2019-11-27  5:15 UTC  (6+ messages)
` [Tarantool-patches] [PATCH v4 1/2] sysview: make get() and create_iterator() methods virtual
` [Tarantool-patches] [PATCH v4 2/2] box: introduce _vsession_settings sysview

[Tarantool-patches] [PATCH 1/1] test: fix flaky replication/gh-* tests
 2019-11-26 23:49 UTC  (2+ messages)

[Tarantool-patches] [PATCH 0/2] Module is not unloaded on function drop
 2019-11-26 23:29 UTC  (3+ messages)
` [Tarantool-patches] [PATCH 1/2] errinj: provide 'get' method in Lua
` [Tarantool-patches] [PATCH 2/2] func: fix not unloading of unused modules

[Tarantool-patches] [PATCH] test: fix flaky socket test
 2019-11-26 21:45 UTC 

[Tarantool-patches] [PATCH] test: adjust the test name related to PAIRSMM flag
 2019-11-26 21:32 UTC  (6+ messages)

[Tarantool-patches] [PATCH] box: frommap() bug fix
 2019-11-26 21:01 UTC  (2+ messages)

[Tarantool-patches] [PATCH] clear terminal state on panic
 2019-11-26 20:56 UTC  (2+ messages)

[Tarantool-patches] [PATCH v5] build: introduce LUAJIT_ENABLE_PAIRSMM flag
 2019-11-26 20:54 UTC  (4+ messages)

[Tarantool-patches] [PATCH v2] build: enables LUAJIT_ENABLE_PAIRSMM by default
 2019-11-26 20:41 UTC  (2+ messages)

[Tarantool-patches] [PATCH] backtrace: fix out of bounds access on backtrace printing
 2019-11-26 20:30 UTC  (4+ messages)

[Tarantool-patches] [PATCH] fio/coio: Handle partial writes
 2019-11-26 18:05 UTC 

[Tarantool-patches] [PATCH v2] Stabilize tcp_connect in test_run:cmd()
 2019-11-26 17:58 UTC 

[Tarantool-patches] [PATCH v5 0/8] refactoring: remove exceptions from triggers follow-ups
 2019-11-26 15:07 UTC  (10+ messages)
` [Tarantool-patches] [PATCH v5 1/8] refactoring: wrap new operator calls in triggers
` [Tarantool-patches] [PATCH v5 2/8] refactoring: specify struct name in allocation diagnostics
` [Tarantool-patches] [PATCH v5 3/8] refactoring: recombine error conditions in triggers
` [Tarantool-patches] [PATCH v5 4/8] refactoring: set diagnostics if sequence_by_id fails
` [Tarantool-patches] [PATCH v5 5/8] refactoring: clear triggers from fresh exceptions
` [Tarantool-patches] [PATCH v5 6/8] refactoring: update comment for index_def_check_tuple
` [Tarantool-patches] [PATCH v5 7/8] refactoring: remove redundant line in txn_alter_trigger_new
` [Tarantool-patches] [PATCH v5 8/8] refactoring: remove try..catch wrapper around trigger->run

[Tarantool-patches] [PATCH v2] build: enables DLUAJIT_ENABLE_PAIRSMM by default
 2019-11-26 14:36 UTC 

[Tarantool-patches] [PATCH v2] test: need ASAN testing in commit process
 2019-11-26  8:01 UTC  (4+ messages)

[Tarantool-patches] [PATCH v3 1/1] iproto: don't destroy a session during disconnect
 2019-11-26  7:51 UTC  (5+ messages)

[Tarantool-patches] [PATCH 1/1] Fix bootstrap.snap corrupted file
 2019-11-26  7:40 UTC  (3+ messages)

[Tarantool-patches] [PATCH v1 0/3] test: set complete OSX testing on 1.10
 2019-11-26  7:00 UTC  (3+ messages)

[Tarantool-patches] [PATCH v1 01/12] test: enable parallel mode for xlog tests
 2019-11-26  6:54 UTC  (13+ messages)
` [Tarantool-patches] [PATCH v1 02/12] test: enable parallel run for long test suites
` [Tarantool-patches] [PATCH v1 03/12] test: replication parallel mode on
` [Tarantool-patches] [PATCH v1 04/12] test: enable cleaning of a test environment
` [Tarantool-patches] [PATCH v1 05/12] test: allow to run replication/misc multiple times
` [Tarantool-patches] [PATCH v1 06/12] test: increase timeouts in replication/errinj
` [Tarantool-patches] [PATCH v1 07/12] test: wait for xlog/snap/log file changes
` [Tarantool-patches] [PATCH v1 08/12] test: use wait_cond to check follow status
` [Tarantool-patches] [PATCH v1 09/12] test: increase timeouts in replication/misc
` [Tarantool-patches] [PATCH v1 10/12] test: put require in proper places
` [Tarantool-patches] [PATCH v1 11/12] test: fix replication/gc flaky failures
` [Tarantool-patches] [PATCH v1 12/12] test: errinj for pause relay_send

[Tarantool-patches] [PATCH] test: fix flaky socket test
 2019-11-26  1:19 UTC 

[Tarantool-patches] [PATCH] Stabilize tcp_connect in test_run:cmd()
 2019-11-26  0:19 UTC  (3+ messages)

[Tarantool-patches] [PATCH v2] Stabilize tcp_connect in test_run:cmd()
 2019-11-26  0:19 UTC 

[Tarantool-patches] [PATCH] box: fix non-informative update() error message
 2019-11-25 23:42 UTC  (2+ messages)

[Tarantool-patches] [PATCH] build: suppress the warning for GCC >= 8
 2019-11-25 23:23 UTC  (2+ messages)

[Tarantool-patches] [PATCH v3 0/4] fix box_set_replication issues & stabilize quorum test
 2019-11-25 23:04 UTC  (6+ messages)
` [Tarantool-patches] [PATCH v3 1/4] test: update test-run
` [Tarantool-patches] [PATCH v3 2/4] replication: fix appliers pruning
` [Tarantool-patches] [PATCH v3 3/4] replication: make anon replicas iteration safe
` [Tarantool-patches] [PATCH v3 4/4] test: stabilize quorum test conditions

[Tarantool-patches] [PATCH] gitignore: add .idea path
 2019-11-25 16:43 UTC 

[Tarantool-patches] [PATCH] build: link bundled libcurl with c-ares
 2019-11-25 13:53 UTC 

[Tarantool-patches] [PATCH v2 0/4] fix box_set_replication issues & stabilize quorum test
 2019-11-25 11:50 UTC  (9+ messages)
` [Tarantool-patches] [PATCH v2 1/4] test: update test-run
` [Tarantool-patches] [PATCH v2 2/4] replication: fix appliers pruning
` [Tarantool-patches] [PATCH v2 3/4] replication: make anon replicas iteration safe
` [Tarantool-patches] [PATCH v2 4/4] test: stabilize quorum test conditions

[Tarantool-patches] [PATCH] build: enables DLUAJIT_ENABLE_PAIRSMM by default
 2019-11-25 11:39 UTC  (2+ messages)

[Tarantool-patches] [PATCH v2 0/2] protects box.cfg from raw data modification
 2019-11-24 19:31 UTC  (7+ messages)
` [Tarantool-patches] [PATCH v2 1/2] build: enables DLUAJIT_ENABLE_PAIRSMM by default
` [Tarantool-patches] [PATCH v2 2/2] box: protects box.cfg from raw data modification

[Tarantool-patches] [PATCH 0/6] Synchronous replication preparation
 2019-11-23 13:46 UTC  (14+ messages)
` [Tarantool-patches] [PATCH 1/6] recovery: do not throw an error
` [Tarantool-patches] [PATCH 2/6] coio: do not htrow an exception
` [Tarantool-patches] [PATCH 3/6] xstream: get rid of "
` [Tarantool-patches] [PATCH 4/6] vinyl: do not insert vy_tx twice into writers list
` [Tarantool-patches] [PATCH 5/6] box: improve recovery journal
` [Tarantool-patches] [PATCH 6/6] recovery: follow transaction boundaries while recovery or join

[Tarantool-patches] [PATCH v1 1/1] sql: allow to convert big real values to integer
 2019-11-23 11:48 UTC  (3+ messages)

[Tarantool-patches] [PATCH v4] build: introduced LUAJIT_ENABLE_PAIRSMM flag
 2019-11-22 14:25 UTC  (3+ messages)

[Tarantool-patches] [PATCH v1] build: fix unit tests build with lrt
 2019-11-22 13:51 UTC 

[Tarantool-patches] [PATCH v1] build: fix unit tests build with lrt
 2019-11-22 11:39 UTC 

[Tarantool-patches] [PATCH] Fix luacheck warnings for the socket.lua
 2019-11-22 10:23 UTC 

[Tarantool-patches] [PATCH 1/1] tuple: enable isolated JSON updates
 2019-11-21 23:19 UTC 

[Tarantool-patches] [PATCH 1/1] replication: use empty password by default
 2019-11-21 18:40 UTC  (2+ messages)

[Tarantool-patches] [PATCH 0/3] Replication status errno
 2019-11-21 17:38 UTC  (2+ messages)

[Tarantool-patches] [PATCH 1/1] func: fix use after free on function unload
 2019-11-21 17:30 UTC  (2+ messages)

[tarantool-patches] [PATCH v2 0/2] take getaddrinfo() errors into account
 2019-11-21 17:28 UTC  (9+ messages)
` [tarantool-patches] [PATCH v2 2/2] say: "
  ` [tarantool-patches] "
              ` [Tarantool-patches] "
                ` [Tarantool-patches] [tarantool-patches] "

[tarantool-patches] [PATCH] socket: better args handling for connect()/bind()
 2019-11-21 17:27 UTC  (3+ messages)
` [Tarantool-patches] "

[tarantool-patches] Re: [PATCH] lua: return getaddrinfo() errors
 2019-11-21 17:27 UTC  (11+ messages)
` [tarantool-patches] Re: [PATCH v2 1/2] "
              ` [tarantool-patches] Re: [server-dev] "
                  ` [Tarantool-patches] [server-dev] Re: [tarantool-patches] "
                    ` [Tarantool-patches] [tarantool-patches] [server-dev] "

[Tarantool-patches] [PATCH v3 0/3] fiber.top(): minor fixup
 2019-11-21 17:07 UTC  (10+ messages)
` [Tarantool-patches] [PATCH v3 1/3] fiber.top() refactor clock and cpu time calculation
` [Tarantool-patches] [PATCH v3 3/3] app/fiber: wait till a full event loop iteration ends

[Tarantool-patches] [PATCH v3] lua: added pairs/ipairs mm to LUA 5.1
 2019-11-21 16:56 UTC  (2+ messages)

[Tarantool-patches] [PATCH v1 0/2] Add LSAN to ASAN testing
 2019-11-21  8:25 UTC  (3+ messages)
` [Tarantool-patches] [PATCH v1 1/2] test: use default replication connection timeout
` [Tarantool-patches] [PATCH v1 2/2] gitlab-ci: ASAN testing memory leaks add

[Tarantool-patches] [PATCH] Align the lua sockets API to documentation
 2019-11-21  7:08 UTC 

[Tarantool-patches] [PATCH v1] test: need ASAN testing in commit process
 2019-11-21  5:31 UTC  (3+ messages)
  ` [Tarantool-patches] [tarantool-patches] "

[Tarantool-patches] [PATCH 2/2] test: stabilize quorum test conditions
 2019-11-21  0:12 UTC  (3+ messages)

[Tarantool-patches] [PATCH] sql: print line and column number in error message
 2019-11-20 22:58 UTC  (4+ messages)
  ` [Tarantool-patches] [tarantool-patches] "

[Tarantool-patches] [PATCH 0/2] fix replica iteration issue & stabilize quorum test
 2019-11-20 22:48 UTC  (6+ messages)

[Tarantool-patches] [PATCH v2 00/16] sql: prepared statements
 2019-11-20 21:28 UTC  (17+ messages)
` [Tarantool-patches] [PATCH v2 01/16] sql: remove sql_prepare_v2()
` [Tarantool-patches] [PATCH v2 02/16] sql: refactor sql_prepare() and sqlPrepare()
` [Tarantool-patches] [PATCH v2 03/16] sql: move sql_prepare() declaration to box/execute.h
` [Tarantool-patches] [PATCH v2 04/16] sql: rename sqlPrepare() to sql_compile()
` [Tarantool-patches] [PATCH v2 05/16] sql: move sql_finalize() to execute.h
` [Tarantool-patches] [PATCH v2 06/16] port: increase padding of struct port
` [Tarantool-patches] [PATCH v2 07/16] port: add dump format and request type to port_sql
` [Tarantool-patches] [PATCH v2 08/16] sql: resurrect sql_bind_parameter_count() function
` [Tarantool-patches] [PATCH v2 09/16] sql: resurrect sql_bind_parameter_name()
` [Tarantool-patches] [PATCH v2 10/16] sql: add sql_stmt_schema_version()
` [Tarantool-patches] [PATCH v2 11/16] sql: introduce sql_stmt_sizeof() function
` [Tarantool-patches] [PATCH v2 12/16] box: increment schema_version on ddl operations
` [Tarantool-patches] [PATCH v2 13/16] sql: introduce sql_stmt_query_str() method
` [Tarantool-patches] [PATCH v2 14/16] sql: introduce cache for prepared statemets
` [Tarantool-patches] [PATCH v2 15/16] box: introduce prepared statements
` [Tarantool-patches] [PATCH v2 16/16] netbox: "

[Tarantool-patches] [PATCH v2] luajit: adde flag of partial comp. with Lua 5.2
 2019-11-20 12:54 UTC  (2+ messages)

[Tarantool-patches] [tarantool-patches] Re: [PATCH v4 12/20] refactoring: remove exceptions from space_def_new_from_tuple
 2019-11-19 15:16 UTC  (2+ messages)

[Tarantool-patches] [PATCH] luajit: adde flag of partial comp. with Lua 5.2
 2019-11-19 12:03 UTC  (2+ messages)

[Tarantool-patches] [PATCH] luajit: adde flag of partial comp. with Lua 5.2
 2019-11-19 11:01 UTC 

[Tarantool-patches] [PATCH packpack v1 00/12] Backport the test patches at 1.10 from master
 2019-11-19 10:41 UTC  (3+ messages)
  ` [Tarantool-patches] [tarantool-patches] "

[Tarantool-patches] [PATCH 2/2] test: stabilize quorum test conditions
 2019-11-19 10:31 UTC 

[Tarantool-patches] [PATCH rfc 0/2] Lua 5.2 compatibility
 2019-11-19  9:33 UTC  (4+ messages)
` [Tarantool-patches] [PATCH 1/2] lua: turn on lua "

[Tarantool-patches] [PATCH v2] rocks: forward options to luarocks
 2019-11-19  8:56 UTC 

[Tarantool-patches] [PATCH LUAROCKS v2 0/2] Move a rocks options filter from tarantoolctl to luarocks
 2019-11-19  8:52 UTC  (3+ messages)
` [Tarantool-patches] [PATCH LUAROCKS v2 1/2] Add the chdir option for make
` [Tarantool-patches] [PATCH LUAROCKS v2 2/2] Add the tarantool options black list. Update help

[Tarantool-patches] [PATCH] rocks: forward options to luarocks
 2019-11-18 18:26 UTC 

[Tarantool-patches] [PATCH LUAROCKS 0/2] Move a rocks options filter from tarantoolctl to luarocks
 2019-11-18 17:56 UTC  (3+ messages)
` [Tarantool-patches] [PATCH LUAROCKS 1/2] Add the chdir option for make
` [Tarantool-patches] [PATCH LUAROCKS 2/2] Add the tarantool options black list. Align the help with functionality

[Tarantool-patches] [PATCH v2 0/2] fiber.top(): minor fixup
 2019-11-18 16:11 UTC  (4+ messages)
` [Tarantool-patches] [PATCH v2 1/2] fiber: reset clock stats on fiber.top_enable()

page:  |  | latest

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