Tarantool development patches archive
 help / color / mirror / Atom feed
[Tarantool-patches] [PATCH 00/43] Unhide symbols
 2020-04-12  0:13 UTC  (19+ messages)
` [Tarantool-patches] [PATCH 01/43] cmake: remove double usage of some source files
` [Tarantool-patches] [PATCH 10/43] build: export src/lib/core/fiber.c symbols
` [Tarantool-patches] [PATCH 11/43] build: export src/lua/init.c symbols
` [Tarantool-patches] [PATCH 12/43] build: export src/lib/core/port.c symbols
` [Tarantool-patches] [PATCH 13/43] build: export src/lib/csv/csv.c symbols
` [Tarantool-patches] [PATCH 14/43] build: export src/title.c symbols
` [Tarantool-patches] [PATCH 15/43] build: export src/lua/tnt_iconv.c symbols
` [Tarantool-patches] [PATCH 16/43] build: export src/lib/core/exception.cc symbols
` [Tarantool-patches] [PATCH 17/43] build: export src/lib/uuid/tt_uuid.c symbols
` [Tarantool-patches] [PATCH 18/43] build: export src/lib/core/say.c symbols
` [Tarantool-patches] [PATCH 19/43] build: export src/lib/uri/uri.c symbols
` [Tarantool-patches] [PATCH 02/43] cmake: remove dynamic-list linker option
` [Tarantool-patches] [PATCH 20/43] build: export third_party/PMurHash.c symbols
` [Tarantool-patches] [PATCH 21/43] build: export src/crc32.c symbols
` [Tarantool-patches] [PATCH 22/43] build: export src/lua/msgpack.c symbols
` [Tarantool-patches] [PATCH 23/43] build: export src/main.cc symbols
` [Tarantool-patches] [PATCH 24/43] build: export src/box/space.c symbols
` [Tarantool-patches] [PATCH 25/43] build: export src/box/schema.cc symbols

[Tarantool-patches] [PATCH] console: check on_shutdown() before exit
 2020-04-11 23:10 UTC 

[Tarantool-patches] [PATCH v2 1/1] box: export box_session_push to the public C API
 2020-04-11 18:11 UTC  (6+ messages)

[Tarantool-patches] [PATCH v2 0/4] introduce indices over UUID
 2020-04-11 18:01 UTC  (13+ messages)
` [Tarantool-patches] [PATCH v2 1/4] refactoring: extract mpstream into a separate library
` [Tarantool-patches] [PATCH v2 2/4] uuid: expose tt_uuid_validate method
` [Tarantool-patches] [PATCH v2 3/4] box: add MsgPack encoding/decoding for UUID
` [Tarantool-patches] [PATCH v2 4/4] box: introduce indices by UUID

[Tarantool-patches] [PATCH 0/2] vinyl: fix uninitialized memory accesses
 2020-04-11 17:39 UTC  (19+ 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 4/4] sql: provide a user friendly frontend for accessing session settings
 2020-04-11 17:18 UTC  (3+ messages)

[Tarantool-patches] [PATCH v2 0/6] Add static analysis with luacheck
 2020-04-11 16:54 UTC  (20+ messages)
` [Tarantool-patches] [PATCH v2 1/6] Fix luacheck warnings in src/lua/
` [Tarantool-patches] [PATCH v2 2/6] Fix luacheck warnings in test/
` [Tarantool-patches] [PATCH v2 3/6] Fix luacheck warnings in src/box/lua/
` [Tarantool-patches] [PATCH v2 4/6] Fix luacheck warnings in extra/dist/tarantoolctl.in
` [Tarantool-patches] [PATCH v2 5/6] Add luacheck config
` [Tarantool-patches] [PATCH v2 6/6] gitlab-ci: enable static analysis with luacheck

[Tarantool-patches] [PATCH 0/2] fix replication/anon test segfaut
 2020-04-11 16:33 UTC  (4+ messages)
` [Tarantool-patches] [PATCH 1/2] trigger: add trigger_is_set() method
` [Tarantool-patches] [PATCH 2/2] relay: fix segfault on replica transition from anonymous

[Tarantool-patches] [PATCH v6 0/3] replication: fix local space tracking
 2020-04-11 16:05 UTC  (9+ 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 1/1] sql: do not change order of inserted values
 2020-04-11 14:34 UTC  (4+ messages)

[Tarantool-patches] [PATCH v3 0/2] Adapt luarocks for tarantoolctl
 2020-04-11 14:23 UTC  (8+ messages)
` [Tarantool-patches] [PATCH v3 1/2] Add the chdir option for make
` [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-11 14:11 UTC  (5+ messages)

[Tarantool-patches] [PATCH 0/4] introduce indices over UUID
 2020-04-11 13:35 UTC  (15+ messages)
` [Tarantool-patches] [PATCH 2/4] uuid: expose additional from_string constructors
` [Tarantool-patches] [PATCH 3/4] box: add MsgPack encoding/decoding for UUID
` [Tarantool-patches] [PATCH 4/4] box: introduce indices by UUID

[Tarantool-patches] [PATCH] Fix flaky test engine/ddl
 2020-04-11 12:55 UTC  (2+ messages)

[Tarantool-patches] [PATCH] popen: fix 'may be clobbered' compiler warning
 2020-04-11  9:38 UTC  (3+ messages)

[Tarantool-patches] [PATCH v1 0/3] extend packages pushing to S3 script
 2020-04-11  5:04 UTC  (3+ messages)

[Tarantool-patches] [PATCH v1] Added ability to remove packages from S3
 2020-04-11  4:50 UTC  (4+ messages)

[Tarantool-patches] [PATCH v1 1/1] sql: specify field types in ephemeral space format
 2020-04-10 21:54 UTC 

[Tarantool-patches] [PATCH v1 1/1] sql: specify field types in ephemeral space format
 2020-04-10 21:52 UTC  (5+ messages)

[Tarantool-patches] [PATCH v4 0/3] sql: fix CAST() from BLOB to INTEGER
 2020-04-10 18:09 UTC  (14+ messages)
` [Tarantool-patches] [PATCH v4 1/3] sql: fix CAST() from STRING "
` [Tarantool-patches] [PATCH v4 2/3] sql: fix implicit cast "

[Tarantool-patches] [PATCH 0/2] popen: provide more flags
 2020-04-10 16:45 UTC  (5+ messages)
` [Tarantool-patches] [PATCH 1/2] popen: Allow to kill process group
` [Tarantool-patches] [PATCH 2/2] popen: add ability to keep child on deletion

[Tarantool-patches] [PATCH 00/13] Popen Lua API: preliminary patches
 2020-04-10 16:36 UTC  (35+ messages)
` [Tarantool-patches] [PATCH 01/13] popen: require popen handle to be non-NULL
` [Tarantool-patches] [PATCH 02/13] popen: remove retval from popen_state()
` [Tarantool-patches] [PATCH 03/13] popen: add missed diag_set in popen_signal/delete
` [Tarantool-patches] [PATCH 04/13] popen: add logging of fds closed in a child
` [Tarantool-patches] [PATCH 05/13] say: allow to set a logger file descriptor
` [Tarantool-patches] [PATCH 06/13] popen: decouple logger fd from stderr
` [Tarantool-patches] [PATCH 07/13] popen: add const qualifier to popen_write_timeout
` [Tarantool-patches] [PATCH 08/13] popen: unblock popen_read_timeout at a first byte
` [Tarantool-patches] [PATCH 09/13] popen: remove redundant fd check before perform IO
` [Tarantool-patches] [PATCH 10/13] popen: add missed diag_set() in popen IO functions
` [Tarantool-patches] [PATCH 11/13] coio: fix obsoleted comment in coio_write_timeout
` [Tarantool-patches] [PATCH 12/13] coio: add *_noxc read / write functions
` [Tarantool-patches] [PATCH 13/13] popen: use of exception safe functions for IO

[Tarantool-patches] [PATCH v1 0/2] gitlab-ci: add Catalina OSX 10.15
 2020-04-10 14:34 UTC  (4+ 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 v1] test: fix flaky sql/func-recreate
 2020-04-10 14:18 UTC  (2+ messages)

[Tarantool-patches] [PATCH] small: unite the oscillation cache of all mempools
 2020-04-10 12:44 UTC  (2+ messages)

[Tarantool-patches] [PATCH] region: do not rotate slabs in case of single slab purification
 2020-04-10 10:10 UTC 

[Tarantool-patches] [PATCH v2 0/5] Extending error functionality
 2020-04-10  8:10 UTC  (6+ 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 0/4] Enable LuaJIT tests written in C
 2020-04-09 22:05 UTC  (9+ 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] net.box: fix fetching of schema of an old version
 2020-04-09 21:30 UTC  (8+ messages)

[Tarantool-patches] [PATCH v2 0/2] Fix some options of rocks module
 2020-04-09  1:00 UTC  (3+ messages)

[Tarantool-patches] [PATCH] Add const qualifier to mp_encode_ext argument
 2020-04-08 17:01 UTC  (2+ messages)

[Tarantool-patches] [RFC] Quorum-based synchronous replication
 2020-04-08 15:06 UTC  (5+ messages)

[Tarantool-patches] [PATCH 0/4] session settings fixes
 2020-04-08 15:03 UTC  (5+ messages)

[Tarantool-patches] [PATCH 0/6] Extending error functionality
 2020-04-08 13:56 UTC  (4+ messages)
` [Tarantool-patches] [PATCH 1/6] error: Add a Lua backtrace to error

[Tarantool-patches] [PATCH v15 00/11] journal redesign sync and async writes
 2020-04-08 11:12 UTC  (3+ messages)

[Tarantool-patches] [PATCH v12 0/8] replication: prevent nil dereference on applier rollback
 2020-04-08 11:04 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