Tarantool development patches archive
 help / color / mirror / Atom feed
[Tarantool-patches] [PATCH 0/3] box_return_mp
 2020-03-11  0:17 UTC  (6+ messages)
` [Tarantool-patches] [PATCH 1/3] box: fix struct port_tuple.size wrong type in Lua
` [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] box: introduce "current" for sequence
 2020-03-10 22:49 UTC  (4+ messages)

[Tarantool-patches] [PATCH 0/7] popen: various fixes and a test
 2020-03-10 17:40 UTC  (17+ messages)
` [Tarantool-patches] [PATCH 1/7] core/say: Export logger fd
` [Tarantool-patches] [PATCH 2/7] popen: allow accessing environ variable
` [Tarantool-patches] [PATCH 3/7] popen: close_inherited_fds - add support for macos/freebsd
` [Tarantool-patches] [PATCH 4/7] popen: log errors if popen creation failed
` [Tarantool-patches] [PATCH 5/7] popen: add logging in child process
` [Tarantool-patches] [PATCH 6/7] popen: handle setsid os specifics
  ` [Tarantool-patches] [PATCH v2 "
    ` [Tarantool-patches] [PATCH v3 6/7] popen: use ioctl on macos
` [Tarantool-patches] [PATCH 7/7] test/unit: add popen test

[Tarantool-patches] [PATCH] Work-around WSL assert when SO_LINGER is set on unix sockets
 2020-03-10 14:25 UTC 

[Tarantool-patches] [PATCH v6] memtx: fix out of memory handling for rtree
 2020-03-10 13:34 UTC  (12+ messages)

[Tarantool-patches] [PATCH] test: use grep_log in tests
 2020-03-10 11:35 UTC  (3+ messages)

[Tarantool-patches] [PATCH] test_run: add path option to grep_log
 2020-03-10 11:29 UTC  (3+ messages)

[Tarantool-patches] [PATCH] vclock: refactor vclock map to use type uint32_t
 2020-03-10 11:23 UTC  (5+ messages)

[Tarantool-patches] [PATCH v2] gitlab-ci: implement OSX 10.14 testing on mac mini
 2020-03-10  6:25 UTC  (3+ messages)

[Tarantool-patches] [PATCH] box: fix formatting in session.push
 2020-03-09 23:13 UTC  (2+ messages)

[Tarantool-patches] [PATCH] sql: support column addition
 2020-03-09 22:16 UTC  (3+ messages)

[Tarantool-patches] [PATCH] sql: use unify pattern for column names
 2020-03-09 15:04 UTC  (2+ messages)

[Tarantool-patches] [PATCH] box: netbox.self and connect should work interchangeably
 2020-03-08 22:57 UTC  (7+ messages)

[Tarantool-patches] [PATCH v2] iproto: add an empty body to the unprepare response
 2020-03-08 17:13 UTC  (11+ messages)

[Tarantool-patches] [PATCH 00/10] box/journal: redesign sync and async writes
 2020-03-06 22:04 UTC  (25+ messages)
` [Tarantool-patches] [PATCH 01/10] box: recovery_journal_create -- set journal here
` [Tarantool-patches] [PATCH 02/10] box/txn: move fiber_set_txn to header
` [Tarantool-patches] [PATCH 03/10] box/txn: rename txn_write to txn_commit_async
` [Tarantool-patches] [PATCH 04/10] box/txn: move setup of txn start to txn_prepare
` [Tarantool-patches] [PATCH 05/10] box/txn: add txn_commit_nop helper
` [Tarantool-patches] [PATCH 06/10] box/txn: unweave txn_commit from txn_commit_async
` [Tarantool-patches] [PATCH 07/10] box/txn: clear fiber storage right before journal write
` [Tarantool-patches] [PATCH 08/10] box/txn: move journal allocation into separate routine
` [Tarantool-patches] [PATCH 09/10] box/journal: journal_entry_new -- drop setting up callbacks
` [Tarantool-patches] [PATCH 10/10] box/journal: redesign sync and async writes

[Tarantool-patches] [PATCH v2] build: disable LUAJIT_ENABLE_PAIRSMM
 2020-03-06 17:41 UTC  (2+ messages)

[Tarantool-patches] [PATCH 0/2] Introcude sequence.current
 2020-03-06 16:37 UTC  (6+ messages)
` [Tarantool-patches] [PATCH 1/2] box: introduce internal sequence error
` [Tarantool-patches] [PATCH 2/2] box: introduce "current" for sequence

[Tarantool-patches] [PATCH] build: disable LUAJIT_ENABLE_PAIRSMM
 2020-03-06 16:28 UTC  (5+ messages)

[Tarantool-patches] [PATCH 1/1] test: fix fio.test.lua flakiness
 2020-03-06 15:45 UTC  (2+ messages)

[Tarantool-patches] [PATCH] box: sql prepare and execute statistics should be reflected in box.stat()
 2020-03-06 15:09 UTC  (9+ messages)

[Tarantool-patches] [PATCH v1] gitlab-ci: implement OSX 10.14 testing on mac mini
 2020-03-06 12:45 UTC 

[Tarantool-patches] [PATCH v4] Add metafiles cleanup routines at S3 pack script
 2020-03-06  6:57 UTC 

[Tarantool-patches] [PATCH 0/2] box.cfg() check memtx/vinyl_memory
 2020-03-05 21:17 UTC  (8+ messages)
` [Tarantool-patches] [PATCH 1/2] box: fail in box_check_config() on bad sql cache size
` [Tarantool-patches] [PATCH 2/2] box: on cfg properly check memory quota

[Tarantool-patches] [PATCH v3] gitlab-ci: implement OSX 10.14 testing on mac mini
 2020-03-05 13:36 UTC  (3+ messages)

[Tarantool-patches] [PATCH luajit] Make string to number conversions fail on NUL char
 2020-03-05  9:36 UTC  (5+ messages)

[Tarantool-patches] [PATCH v2 luajit 0/3] Introduce gdb extension for LuaJIT
 2020-03-05  9:22 UTC  (12+ messages)

[Tarantool-patches] [PATCH] lua: expose checktuple function
 2020-03-05  8:05 UTC  (3+ messages)

[Tarantool-patches] [PATCH v2 1/1] fio: respect $TMPDIR in fio.tempdir(), when it is set
 2020-03-05  7:35 UTC  (3+ messages)

[Tarantool-patches] [PATCH v2 0/3] Add ability to drop constraints
 2020-03-05  6:32 UTC  (8+ messages)
` [Tarantool-patches] [PATCH v2 1/3] sql: improve "no such constraint" error message
` [Tarantool-patches] [PATCH v2 2/3] sql: don't select from _index during parsing
` [Tarantool-patches] [PATCH v2 3/3] sql: support constraint drop

[Tarantool-patches] [PATCH v2 0/2] build: link curl with c-ares
 2020-03-05  5:27 UTC  (10+ messages)
` [Tarantool-patches] [PATCH v2 1/2] build: link bundled libcurl "
` [Tarantool-patches] [PATCH v2 2/2] build: add bundled curl and c-ares to version output

[Tarantool-patches] [PATCH] replication: fix rebootstrap in case the instance is listed in box.cfg.replication
 2020-03-05  4:52 UTC  (8+ messages)

[Tarantool-patches] [PATCH] box: replication shouldn't leak user password
 2020-03-05  4:49 UTC  (4+ messages)

[Tarantool-patches] [PATCH] libev: unlimited select flag did not work on mac
 2020-03-03 14:58 UTC  (4+ messages)
    ` [Tarantool-patches] [PATCH] libev: update to version 4.32

[Tarantool-patches] [PATCH 1/1] iproto: show real port in logs and box.info.listen
 2020-03-03 13:26 UTC  (4+ messages)

[Tarantool-patches] [PATCH v10 0/3] popen: add ability to run external process
 2020-03-03 10:41 UTC  (5+ messages)
` [Tarantool-patches] [PATCH v10 2/3] popen: introduce a backend engine

[Tarantool-patches] [PATCH v2 0/3] Add ability to drop constraints
 2020-03-03 10:15 UTC  (9+ messages)
` [Tarantool-patches] [PATCH v2 1/3] sql: improve "no such constraint" error message
` [Tarantool-patches] [PATCH v2 2/3] sql: don't select from _index during parsing

[Tarantool-patches] [PATCH] sql: support constraint drop
 2020-03-03 10:13 UTC  (5+ messages)
  ` [Tarantool-patches] [PATCH v2 3/3] "

[Tarantool-patches] [PATCH] test: box-py/snapshot -- increase timeout
 2020-03-03 10:00 UTC  (3+ messages)

[Tarantool-patches] [PATCH] iproto: add an empty body to the unprepare response
 2020-03-03  7:13 UTC  (3+ messages)

[Tarantool-patches] [PATCH v2 0/3] fio: close unused descriptors automatically
 2020-03-02 23:29 UTC  (4+ messages)
` [Tarantool-patches] [PATCH v2 1/3] fiber: introduce schedule_task() internal function
` [Tarantool-patches] [PATCH v2 2/3] fio: close unused descriptors automatically
` [Tarantool-patches] [PATCH v2 3/3] swim: use fiber._internal.schedule_task() for GC

[Tarantool-patches] [PATCH vshard 1/1] router: bucket_id_strcrc32 and bucket_id_mpcrc32
 2020-03-02 21:06 UTC  (10+ messages)

[Tarantool-patches] [PATCH 1/1] fio: close unused descriptors automatically
 2020-03-02 20:51 UTC  (3+ messages)

[Tarantool-patches] [PATCH] sequence: return correct error on using dropped sequence
 2020-03-02 15:25 UTC  (4+ messages)

[Tarantool-patches] [PATCH] sql: remove ApplyType opcode during <IN> process
 2020-03-02 11:52 UTC  (2+ messages)

[Tarantool-patches] [PATCH v5 0/4] replication: fix applying of rows originating from local instance
 2020-03-02  4:32 UTC  (2+ messages)

[Tarantool-patches] [PATCH 0/2] fio.tempdir() improvements
 2020-03-01 23:14 UTC  (4+ messages)
` [Tarantool-patches] [PATCH 1/2] fio: respect $TMPDIR in fio.tempdir(), when it is set
` [Tarantool-patches] [PATCH 2/2] fio: allow to pass a template to fio.tempdir()

[Tarantool-patches] [PATCH 0/2] box.tuple.* cleanup
 2020-03-01 14:21 UTC  (2+ 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