Tarantool development patches archive
 help / color / mirror / Atom feed
[Tarantool-patches] [PATCH v5 00/52] Move mem-related functions to mem.c/mem.h
 2021-04-09 20:25 UTC  (40+ messages)
` [Tarantool-patches] [PATCH v5 01/52] sql: enhance vdbe_decode_msgpack_into_mem()
` [Tarantool-patches] [PATCH v5 02/52] sql: disable unused code in sql/analyze.c
` [Tarantool-patches] [PATCH v5 03/52] sql: disable unused code in sql/legacy.c
` [Tarantool-patches] [PATCH v5 04/52] sql: remove NULL-termination in OP_ResultRow
` [Tarantool-patches] [PATCH v5 05/52] sql: move MEM-related functions to mem.c/mem.h
` [Tarantool-patches] [PATCH v5 06/52] sql: refactor port_vdbemem_*() functions
` [Tarantool-patches] [PATCH v5 07/52] sql: remove unused MEM-related functions
` [Tarantool-patches] [PATCH v5 08/52] sql: disable unused code in sql/vdbemem.c
` [Tarantool-patches] [PATCH v5 09/52] sql: introduce mem_str()
` [Tarantool-patches] [PATCH v5 10/52] sql: introduce mem_create()
` [Tarantool-patches] [PATCH v5 11/52] sql: introduce mem_destroy()
` [Tarantool-patches] [PATCH v5 12/52] sql: introduce mem_is_*() functions()
` [Tarantool-patches] [PATCH v5 13/52] sql: introduce mem_copy()
` [Tarantool-patches] [PATCH v5 14/52] sql: introduce mem_copy_as_ephemeral()
` [Tarantool-patches] [PATCH v5 15/52] sql: rework mem_move()
` [Tarantool-patches] [PATCH v5 16/52] sql: rework vdbe_decode_msgpack_into_mem()
` [Tarantool-patches] [PATCH v5 17/52] sql: remove sql_column_to_messagepack()
` [Tarantool-patches] [PATCH v5 18/52] sql: introduce mem_concat()
` [Tarantool-patches] [PATCH v5 19/52] sql: introduce arithmetic operations for MEM
` [Tarantool-patches] [PATCH v5 20/52] sql: introduce mem_compare()
` [Tarantool-patches] [PATCH v5 21/52] sql: introduce bitwise operations for MEM
` [Tarantool-patches] [PATCH v5 22/52] sql: Initialize MEM in sqlVdbeAllocUnpackedRecord()
` [Tarantool-patches] [PATCH v5 23/52] sql: introduce mem_set_null()
` [Tarantool-patches] [PATCH v5 24/52] sql: introduce mem_set_int()
` [Tarantool-patches] [PATCH v5 25/52] sql: introduce mem_set_uint()
` [Tarantool-patches] [PATCH v5 26/52] sql: move mem_set_bool() and mem_set_double()
` [Tarantool-patches] [PATCH v5 27/52] sql: introduce mem_set_str_*() functions
` [Tarantool-patches] [PATCH v5 28/52] sql: introduce mem_copy_str() and mem_copy_str0()
` [Tarantool-patches] [PATCH v5 29/52] sql: introduce mem_set_bin_*() functions
` [Tarantool-patches] [PATCH v5 30/52] sql: introduce mem_copy_bin()
` [Tarantool-patches] [PATCH v5 31/52] sql: introduce mem_set_zerobin()
` [Tarantool-patches] [PATCH v5 32/52] sql: introduce mem_set_*() for map and array
` [Tarantool-patches] [PATCH v5 33/52] sql: introduce mem_set_invalid()
` [Tarantool-patches] [PATCH v5 34/52] sql: refactor mem_set_ptr()
` [Tarantool-patches] [PATCH v5 35/52] sql: introduce mem_set_frame()
` [Tarantool-patches] [PATCH v5 36/52] sql: introduce mem_set_agg()
` [Tarantool-patches] [PATCH v5 37/52] sql: introduce mem_set_null_clear()
` [Tarantool-patches] [PATCH v5 38/52] sql: move MEM flags to mem.c
` [Tarantool-patches] [PATCH v5 39/52] sql: introduce mem_to_int*() functions

[Tarantool-patches] [PATCH 0/2] Install curl headers and enable smtp
 2021-04-09 19:55 UTC  (7+ messages)
` [Tarantool-patches] [PATCH 1/2] build: "
` [Tarantool-patches] [PATCH 2/2] build: install libCURL headers

[Tarantool-patches] [PATCH 0/3] Export curl symbols, enable smtp and install headers
 2021-04-09 19:54 UTC  (10+ messages)
` [Tarantool-patches] [PATCH 1/3] build: export libCURL symbols
` [Tarantool-patches] [PATCH 2/3] build: enable smtp in libCURL
` [Tarantool-patches] [PATCH 3/3] build: install libCURL headers

[Tarantool-patches] [PATCH v4 00/53] Move mem-related functions to mem.c/mem.h
 2021-04-09 19:52 UTC  (4+ messages)
` [Tarantool-patches] [PATCH v4 33/53] sql: introduce mem_append_to_binary()

[Tarantool-patches] [PATCH] box: set cfg via environment variables
 2021-04-09  8:56 UTC  (3+ messages)

[Tarantool-patches] [PATCH 1/1] applier: process synchro rows after WAL write
 2021-04-09  8:26 UTC  (9+ messages)

[Tarantool-patches] [PATCH v2] qsync: provide box.info interface for monitoring
 2021-04-08 20:19 UTC  (14+ messages)
` [Tarantool-patches] [PATCH v3] "

[Tarantool-patches] [PATCH v21 0/6] box: implement box.lib Lua module
 2021-04-08 18:53 UTC  (8+ messages)
` [Tarantool-patches] [PATCH v21 1/6] box/func: fix modules functions restore
` [Tarantool-patches] [PATCH v21 2/6] box/func: module_reload -- drop redundant argument
` [Tarantool-patches] [PATCH v21 3/6] box/module_cache: introduce modules subsystem
` [Tarantool-patches] [PATCH v21 4/6] box/schema.func: switch to new module api
` [Tarantool-patches] [PATCH v21 5/6] box: implement box.lib module
` [Tarantool-patches] [PATCH v21 6/6] test: add box.lib test

[Tarantool-patches] [PATCH v4] qsync: provide box.info.synchro interface for monitoring
 2021-04-08 15:24 UTC  (9+ messages)
      ` [Tarantool-patches] [PATCH v5] "

[Tarantool-patches] [PATCH 0/4] send feedback on tarantool start
 2021-04-08 13:41 UTC  (12+ messages)
` [Tarantool-patches] [PATCH 1/4] feedback_daemon: include server uptime in the report
` [Tarantool-patches] [PATCH 2/4] feedback_daemon: rename `send_test` to `send`
` [Tarantool-patches] [PATCH 3/4] feedback_daemon: send feedback on server start
` [Tarantool-patches] [PATCH 4/4] feedback_daemon: generate report right before sending

[Tarantool-patches] [PATCH v2 0/5] send feedback on start and on key events
 2021-04-08 13:38 UTC  (6+ messages)
` [Tarantool-patches] [PATCH v2 1/5] feedback_daemon: include server uptime in the report
` [Tarantool-patches] [PATCH v2 2/5] feedback_daemon: rename `send_test` to `send`
` [Tarantool-patches] [PATCH v2 3/5] feedback_daemon: send feedback on server start
` [Tarantool-patches] [PATCH v2 4/5] feedback_daemon: generate report right before sending
` [Tarantool-patches] [PATCH v2 5/5] feedback_daemon: count and report some events

[Tarantool-patches] [PATCH v2 luajit] tools: introduce --leak-only memprof parser option
 2021-04-08 12:49 UTC  (2+ messages)

[Tarantool-patches] [PATCH v2 luajit 00/30] Adapt PUC-Rio Lua 5.1 test suite
 2021-04-08  8:51 UTC  (36+ messages)
` [Tarantool-patches] [PATCH v2 luajit 03/30] test: adapt Lua 5.1 suite for out-of-source build
` [Tarantool-patches] [PATCH v2 luajit 05/30] test: adapt arg availability test from Lua suite
` [Tarantool-patches] [PATCH v2 luajit 09/30] test: disable Lua suite tests for line hook
` [Tarantool-patches] [PATCH v2 luajit 11/30] test: adapt getlocal PUC test for vararg func
` [Tarantool-patches] [PATCH v2 luajit 16/30] test: adapt PUC Lua test for %q in fmt for LuaJIT
` [Tarantool-patches] [PATCH v2 luajit 20/30] test: adapt PUC Lua test for args in vararg func
` [Tarantool-patches] [PATCH v2 luajit 23/30] test: disable PUC Lua test for fast function name

[Tarantool-patches] [PATCH] luajit: bump new version
 2021-04-07 21:20 UTC  (6+ messages)

[Tarantool-patches] [PATCH luajit 0/3] Fix out-of-source testing on MacOS
 2021-04-07 21:17 UTC  (19+ messages)
` [Tarantool-patches] [PATCH luajit 1/3] test: remove excess dependency for tests target
` [Tarantool-patches] [PATCH luajit 2/3] test: make utils.selfrun usage easier
` [Tarantool-patches] [PATCH luajit 3/3] test: fix dynamic modules loading on MacOS

[Tarantool-patches] [PATCH v20 0/7] box: implement box.lib Lua module
 2021-04-07 21:04 UTC  (40+ messages)
` [Tarantool-patches] [PATCH v20 1/7] box/schema: make sure hashes are created
` [Tarantool-patches] [PATCH v20 2/7] box/func: module_reload -- drop redundant argument
` [Tarantool-patches] [PATCH v20 3/7] box/func: fix modules functions restore
` [Tarantool-patches] [PATCH v20 4/7] box/module_cache: introduce modules subsystem
` [Tarantool-patches] [PATCH v20 5/7] box/schema.func: switch to new module api
` [Tarantool-patches] [PATCH v20 6/7] box: implement box.lib module
` [Tarantool-patches] [PATCH v20 7/7] test: add box.lib test

[Tarantool-patches] [PATCH] serializer: serialize recursive structures
 2021-04-05 22:05 UTC  (3+ messages)

[Tarantool-patches] [PATCH v2 0/7] applier: handle synchronous transactions during final
 2021-04-05 16:15 UTC  (2+ messages)

[Tarantool-patches] [PATCH 0/3] Transactional recovery
 2021-04-05 16:14 UTC  (11+ messages)
` [Tarantool-patches] [PATCH 2/3] recovery: make it transactional
` [Tarantool-patches] [PATCH 3/3] box: remove is_local_recovery variable

[Tarantool-patches] [PATCH 0/2] Swim misusage crashes
 2021-04-05 15:20 UTC  (6+ messages)
` [Tarantool-patches] [PATCH 1/2] swim: fix crash on bad member_by_uuid() call
` [Tarantool-patches] [PATCH 2/2] swim: check types in __serialize methods

page:  |  | latest

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