Tarantool development patches archive
 help / color / mirror / Atom feed
[Tarantool-patches] [PATCH 00/12] Popen Lua API: preliminary patches 2
 2020-04-15  4:21 UTC  (26+ messages)
` [Tarantool-patches] [PATCH 01/12] popen: allow to kill process group
` [Tarantool-patches] [PATCH 02/12] popen: add ability to keep child on deletion
` [Tarantool-patches] [PATCH 03/12] popen: log a reason of close inherited fds failure
` [Tarantool-patches] [PATCH 04/12] popen: add missed diag_set() in popen_new()
` [Tarantool-patches] [PATCH 05/12] popen: remove retval from popen_stat()
` [Tarantool-patches] [PATCH 06/12] popen: quote multiword command arguments
` [Tarantool-patches] [PATCH 07/12] popen: add logging of duplicated logger fd
` [Tarantool-patches] [PATCH 08/12] popen: fix close-on-exec flag setting
` [Tarantool-patches] [PATCH 09/12] popen: clarify popen_{signal, delete} contract
` [Tarantool-patches] [PATCH 10/12] popen: add FIXME re group signal flaw
` [Tarantool-patches] [PATCH 11/12] popen: clarify popen_read_timeout error message
` [Tarantool-patches] [PATCH 12/12] popen: allow to close parent's end of std* fds

[Tarantool-patches] [PATCH] console: check on_shutdown() before exit
 2020-04-15  1:57 UTC  (3+ messages)

[Tarantool-patches] [PATCH 0/4] Enable LuaJIT tests written in C
 2020-04-15  0:47 UTC  (11+ messages)
` [Tarantool-patches] [PATCH 3/4] test: enable luajit-tap:gh-4427-ffi-sandwich tests
` [Tarantool-patches] [PATCH 4/4] test: enable luajit-tap:lj-flush-on-trace tests

[Tarantool-patches] [PATCH v2 0/2] Enable LuaJIT tests written in C
 2020-04-15  0:36 UTC  (3+ messages)
` [Tarantool-patches] [PATCH v2 1/2] luajit: bump new version
` [Tarantool-patches] [PATCH v2 2/2] test: adjust luajit-tap testing machinery

[Tarantool-patches] [PATCH v2 luajit 0/3] Trace abort on FFI sandwich or mode change
 2020-04-15  0:34 UTC  (4+ messages)
` [Tarantool-patches] [PATCH v2 luajit 1/3] test: add auxillary module for testing
` [Tarantool-patches] [PATCH v2 luajit 2/3] jit: abort trace recording and execution for C API
` [Tarantool-patches] [PATCH v2 luajit 3/3] jit: abort trace execution on JIT mode change

[Tarantool-patches] [PATCH v3 0/6] Add static analysis with luacheck
 2020-04-14 23:30 UTC  (14+ messages)
` [Tarantool-patches] [PATCH 1/6] Fix luacheck warnings in src/lua/
` [Tarantool-patches] [PATCH 2/6] Fix luacheck warnings in test/
` [Tarantool-patches] [PATCH 3/6] Fix luacheck warnings in src/box/lua/
` [Tarantool-patches] [PATCH 4/6] Fix luacheck warnings in extra/dist/tarantoolctl.in
` [Tarantool-patches] [PATCH 5/6] Add luacheck config
` [Tarantool-patches] [PATCH 6/6] gitlab-ci: enable static analysis with luacheck
` [Tarantool-patches] [PATCH v3 7/6] schema: fix index promotion to functional index
` [Tarantool-patches] [PATCH v3 8/6] schema: fix internal symbols dangling in _G

[Tarantool-patches] [PATCH v2 0/6] Add static analysis with luacheck
 2020-04-14 23:29 UTC  (8+ messages)
` [Tarantool-patches] [PATCH v2 2/6] Fix luacheck warnings in test/
` [Tarantool-patches] [PATCH v2 5/6] Add luacheck config

[Tarantool-patches] [PATCH v2 0/2] vinyl: fix uninitialized memory accesses
 2020-04-14 22:22 UTC  (3+ messages)
` [Tarantool-patches] [PATCH v2 1/2] vinyl: init all vars before cleanup in vy_lsm_split_range()
` [Tarantool-patches] [PATCH v2 2/2] vinyl: clean-up unprocessed read views in *_build_read_views()

[Tarantool-patches] [PATCH 0/2] vinyl: fix uninitialized memory accesses
 2020-04-14 21:40 UTC  (16+ messages)
` [Tarantool-patches] [PATCH 1/2] vinyl: init all vars before cleanup in vy_lsm_split_range()
` [Tarantool-patches] [PATCH 2/2] vinyl: clean-up read views if *_build_history() fails

[Tarantool-patches] [PATCH 00/43] Unhide symbols
 2020-04-14 20:41 UTC  (49+ messages)
` [Tarantool-patches] [PATCH 25/43] build: export src/box/schema.cc symbols
` [Tarantool-patches] [PATCH 26/43] build: export src/lib/crypto/crypto.c symbols
` [Tarantool-patches] [PATCH 27/43] build: export src/lua/buffer.c symbols
` [Tarantool-patches] [PATCH 28/43] build: export src/lib/swim/swim.c symbols
` [Tarantool-patches] [PATCH 29/43] build: export src/lib/core/fiber_cond.c symbols
` [Tarantool-patches] [PATCH 03/43] build: export src/lib/core/clock.c symbols
` [Tarantool-patches] [PATCH 30/43] build: export src/lib/core/coio.cc symbols
` [Tarantool-patches] [PATCH 31/43] build: export src/lua/utils.c symbols
` [Tarantool-patches] [PATCH 32/43] build: export src/box/lua/tuple.c symbols
` [Tarantool-patches] [PATCH 33/43] build: export src/lua/error.c symbols
` [Tarantool-patches] [PATCH 34/43] build: export src/box/txn.c symbols
` [Tarantool-patches] [PATCH 35/43] build: export src/box/key_def.c symbols
` [Tarantool-patches] [PATCH 36/43] build: export src/box/tuple.c symbols
` [Tarantool-patches] [PATCH 37/43] build: export src/box/index.cc symbols
` [Tarantool-patches] [PATCH 38/43] build: export src/box/box.cc symbols
` [Tarantool-patches] [PATCH 39/43] build: export src/box/error.cc symbols
` [Tarantool-patches] [PATCH 04/43] build: export src/scramble.c symbols
` [Tarantool-patches] [PATCH 40/43] build: export src/lib/core/diag.c symbols
` [Tarantool-patches] [PATCH 41/43] build: export src/lib/core/latch.c symbols
` [Tarantool-patches] [PATCH 42/43] build: export src/lua/string.c symbols
` [Tarantool-patches] [PATCH 43/43] build: export public Lua symbols
` [Tarantool-patches] [PATCH 05/43] build: export src/lua/socket.c symbols
` [Tarantool-patches] [PATCH 06/43] build: export third_party/base64.c symbols
` [Tarantool-patches] [PATCH 07/43] build: export src/lua/digest.c symbols
` [Tarantool-patches] [PATCH 08/43] build: export src/lib/salad/guava.c symbols
` [Tarantool-patches] [PATCH 09/43] build: export src/lib/core/random.c symbols
` [Tarantool-patches] [PATCH 44/43] build: export src/box/lua/console.c symbols

[Tarantool-patches] [PATCH] cmake: add LTO support for building luajit
 2020-04-14 17:00 UTC  (6+ messages)

[Tarantool-patches] [PATCH v1] gitlab-ci: move sources tarball creation to gitlab
 2020-04-14 14:55 UTC 

[Tarantool-patches] [RFC] Quorum-based synchronous replication
 2020-04-14 14:43 UTC  (3+ messages)

[Tarantool-patches] [PATCH] say: fix syslog format
 2020-04-14 12:52 UTC  (2+ messages)

[Tarantool-patches] [PATCH] console: add line carrying backslash
 2020-04-14 12:35 UTC 

[Tarantool-patches] [PATCH v1] Enable branch coverage in lcov
 2020-04-14 10:27 UTC  (2+ messages)

[Tarantool-patches] [PATCH v2 1/1] gitlab-ci: disable at OSX curl SSL cert check
 2020-04-14  8:43 UTC  (3+ messages)

[Tarantool-patches] [PATCH v1 0/2] set to gitlab-ci static build with Dockerfile
 2020-04-14  8:28 UTC  (5+ messages)
` [Tarantool-patches] [PATCH v1 1/2] build: disable cache for static build Dockerfile
` [Tarantool-patches] [PATCH v1 2/2] gitlab-ci: set static docker build release testing

[Tarantool-patches] [PATCH v2 1/1] box: export box_session_push to the public C API
 2020-04-14  7:54 UTC  (8+ messages)

[Tarantool-patches] [PATCH v3] rocks: forward options to luarocks
 2020-04-14  7:48 UTC  (4+ messages)
` [Tarantool-patches] [PATCH v4] "

[Tarantool-patches] [PATCH V4] Add the chdir option for make
 2020-04-14  7:47 UTC  (4+ messages)

[Tarantool-patches] [PATCH v2 0/5] Extending error functionality
 2020-04-14  1:12 UTC  (12+ messages)
` [Tarantool-patches] [PATCH v2 1/5] error: Add a Lua backtrace to error
` [Tarantool-patches] [PATCH v2 2/5] error: Add the custom error type
` [Tarantool-patches] [PATCH v2 3/5] error: Increase the number of fields transmitted through IPROTO
` [Tarantool-patches] [PATCH v2 4/5] iproto: Add session settings for IPROTO
` [Tarantool-patches] [PATCH v2 5/5] iproto: Update error MsgPack encoding

[Tarantool-patches] [PATCH v2 0/2] sql: fix order of inserted rows
 2020-04-13 22:59 UTC  (6+ messages)
` [Tarantool-patches] [PATCH v2 1/2] sql: specify field types in ephemeral space format
` [Tarantool-patches] [PATCH v2 2/2] sql: do not change order of inserted values

[Tarantool-patches] [PATCH 0/2] Validate result of upserts squash & skip invalid upserts which can't be applied
 2020-04-13 22:12 UTC  (4+ messages)
` [Tarantool-patches] [PATCH 1/2] vinyl: validate resulting tuple after upsert is applied
` [Tarantool-patches] [PATCH 2/2] vinyl: skip invalid upserts during squash

[Tarantool-patches] [PATCH] Code cleanup: sync declarations and definitions
 2020-04-13 19:33 UTC 

[Tarantool-patches] [PATCH v1 0/2] gitlab-ci: add Catalina OSX 10.15
 2020-04-13 14:48 UTC  (9+ messages)
` [Tarantool-patches] [PATCH v1 1/2] build: disable at OSX curl SSL
` [Tarantool-patches] [PATCH v1 2/2] gitlab-ci: add Catalina OSX 10.15

[Tarantool-patches] [PATCH v6 0/3] replication: fix local space tracking
 2020-04-13 14:38 UTC  (12+ messages)
` [Tarantool-patches] [PATCH v6 1/3] replication: omit 0-th vclock component in replication responses
` [Tarantool-patches] [PATCH v6 2/3] gc: rely on minimal vclock components instead of signatures

[Tarantool-patches] [PATCH v2 0/2] box: fix session.push formatting
 2020-04-13 14:23 UTC  (2+ messages)

[Tarantool-patches] [PATCH 0/4] session settings fixes
 2020-04-13 14:18 UTC  (5+ messages)
` [Tarantool-patches] [PATCH 2/4] box: add binary search for _session_settings space

[Tarantool-patches] [PATCH v2 0/4] introduce indices over UUID
 2020-04-13 13:52 UTC  (2+ messages)

[Tarantool-patches] [PATCH v2] relay: fix segfault on replica transition from anonymous
 2020-04-13 13:24 UTC  (3+ messages)

[Tarantool-patches] [PATCH] Fix flaky test engine/ddl
 2020-04-13 13:06 UTC  (4+ messages)

[Tarantool-patches] [PATCH v3 0/2] Adapt luarocks for tarantoolctl
 2020-04-13 12:16 UTC  (12+ messages)
` [Tarantool-patches] [PATCH v3 2/2] Delete flags which can't be used with tarantoolctl rocks

[Tarantool-patches] [PATCH v2] rocks: forward options to luarocks
 2020-04-13 12:03 UTC  (7+ messages)

[Tarantool-patches] [PATCH 0/2] fix replication/anon test segfaut
 2020-04-13 10:00 UTC  (5+ messages)
` [Tarantool-patches] [PATCH 1/2] trigger: add trigger_is_set() method

[Tarantool-patches] [PATCH v1 1/1] gitlab-ci: correct OSX limits setup
 2020-04-13  9:59 UTC 

[Tarantool-patches] [PATCH v1] test: fix flaky sql/func-recreate
 2020-04-13  9:29 UTC  (3+ messages)

[Tarantool-patches] [PATCH 4/4] sql: provide a user friendly frontend for accessing session settings
 2020-04-13  7:50 UTC  (3+ messages)

[Tarantool-patches] [PATCH] sql: fix number and boolean sorting rules
 2020-04-13  4:11 UTC 

[Tarantool-patches] [PATCH 0/4] CMake option to remove feedback daemon
 2020-04-12 20:19 UTC  (6+ messages)
` [Tarantool-patches] [PATCH 1/4] box: improve built-in module load panic message
` [Tarantool-patches] [PATCH 2/4] feedback: move feedback code to the single file
` [Tarantool-patches] [PATCH 3/4] box: yield after initial box_cfg() is finished
` [Tarantool-patches] [PATCH 4/4] feedback: add cmake option to disable the daemon

[Tarantool-patches] [PATCH v2 1/1] sql: do not change order of inserted values
 2020-04-12 16:00 UTC  (8+ messages)

[Tarantool-patches] [PATCH 00/13] Popen Lua API: preliminary patches
 2020-04-12 12:51 UTC  (4+ messages)
` [Tarantool-patches] [PATCH 12/13] coio: add *_noxc read / write functions

[Tarantool-patches] [PATCH 0/2] popen: provide more flags
 2020-04-12  1:40 UTC  (4+ messages)
` [Tarantool-patches] [PATCH 1/2] popen: Allow to kill process group

page:  |  | latest

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