Tarantool development patches archive
 help / color / mirror / Atom feed
[PATCH v5 0/2] Implement support of strip_core functionality
 2019-05-20 10:09 UTC  (5+ messages)
` [PATCH v5 1/2] slab_arena: Enhance slab_arena_create to support madvise hints
` [PATCH v5 2/2] box/memtx: Allow to skip tuple memory from coredump

[PATCH 1/1] msgpack: validate msgpack.decode() cdata size argument
 2019-05-20  9:54 UTC  (2+ messages)

[PATCH] iproto: init coio watcher before join/subscribe
 2019-05-20  9:52 UTC  (5+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH v2 0/2] buffer: port static allocator to Lua
 2019-05-20  9:06 UTC  (4+ messages)
` [tarantool-patches] [PATCH v2 1/2] "
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v2 2/2] buffer: replace all ffi.new(type[1]) with cached union

[PATCH 00/10] vinyl: don't yield in DDL on_commit triggers
 2019-05-20  8:34 UTC  (21+ messages)
` [PATCH 01/10] box: zap atfork callback
  ` [tarantool-patches] "
` [PATCH 02/10] vinyl: add a separate thread for vylog
  ` [tarantool-patches] "
` [PATCH 03/10] vinyl: move vylog recovery to vylog thread
` [PATCH 04/10] vinyl: rework vylog transaction backlog implementation
` [PATCH 05/10] vinyl: don't purge deleted runs from vylog on compaction
  ` [tarantool-patches] "
` [PATCH 06/10] vinyl: lock out compaction while checkpointing is in progress
` [PATCH 07/10] vinyl: don't access last vylog signature outside vylog implementation
` [PATCH 08/10] vinyl: zap ERRINJ_VY_LOG_FLUSH_DELAY
` [PATCH 09/10] key_def: pass alloc callback to key_def_dump_parts
  ` [tarantool-patches] "
` [PATCH 10/10] vinyl: get rid of the latch protecting vylog buffer
` [tarantool-patches] Re: [PATCH 00/10] vinyl: don't yield in DDL on_commit triggers

[tarantool-patches] [PATCH 0/3] luajit: Fixes in sake of #4171
 2019-05-19 18:23 UTC  (6+ messages)
` [tarantool-patches] [PATCH 1/3] Fix overflow of snapshot map offset
` [tarantool-patches] [PATCH 2/3] Fix rechaining of pseudo-resurrected string keys
` [tarantool-patches] [PATCH 3/3] bugfix: LuaJIT tables' hash chains might get corrupted leading to infinite loops while fetching, missing keys, and etc
` [tarantool-patches] Re: [PATCH 0/3] luajit: Fixes in sake of #4171

[tarantool-patches] [PATCH v4 0/4] box: run checks on insertions in LUA spaces
 2019-05-19 16:02 UTC  (9+ messages)
` [tarantool-patches] [PATCH v4 1/4] schema: add new system space for CHECK constraints
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v4 2/4] box: run check constraint tests on space alter
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v4 3/4] box: introduce column_mask for ck constraint
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v4 4/4] box: user-friendly interface to manage ck constraints
  ` [tarantool-patches] "

[tarantool-patches] [PATCH v3 0/3] box: run checks on insertions in LUA spaces
 2019-05-19 16:02 UTC  (13+ messages)
` [tarantool-patches] [PATCH v3 1/3] schema: add new system space for CHECK constraints
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v3 2/3] box: run check constraint tests on space alter
` [tarantool-patches] [PATCH v3 3/3] box: user-friendly interface to manage ck constraints
  ` [tarantool-patches] "
` [tarantool-patches] Re: [PATCH v3 0/3] box: run checks on insertions in LUA spaces

[tarantool-patches] [PATCH 0/8] sql: cleanup code from obsolete macros
 2019-05-19 15:16 UTC  (7+ messages)
` [tarantool-patches] [PATCH 2/8] Removes unused functions and commented many years ago code
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH 4/8] Removes unused functions and macros
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH 6/8] Removes the following unused macros: SQL_EXPLAIN_ESTIMATED_ROWS SQL_ENABLE_COLUMN_USED_MASK SQL_DISABLE_DIRSYNC SQL_OMIT_AUTOMATIC_INDEX SQL_DEBUG_SORTER_THREADS SQL_DEFAULT_WORKER_THREADS SQL_LIMIT_WORKER_THREADS SQL_MAX_WORKER_THREADS
  ` [tarantool-patches] "

[tarantool-patches] [PATCH v1 1/1] sql: rework SQL errors of type "expected column count"
 2019-05-19 14:38 UTC  (2+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH v1 1/1] sql: make assertion to check only ephemeral spaces
 2019-05-19 12:13 UTC  (2+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH 1/1] buffer: port static allocator to Lua
 2019-05-18 22:15 UTC  (4+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH 1/1] swim: swim:set_codec() Lua API
 2019-05-18 19:14 UTC  (3+ messages)
` [tarantool-patches] "

[PATCH v1 0/3] box: persistent Lua functions
 2019-05-17 15:29 UTC  (9+ messages)
` [PATCH v1 1/3] box: refactor box_lua_find helper
  ` [tarantool-patches] "
` [PATCH v1 2/3] schema: extend _func space to persist lua functions
  ` [tarantool-patches] "
    ` [tarantool-patches] "
` [PATCH v1 3/3] box: extend box.schema.func with persistent folder
  ` [tarantool-patches] "

[PATCH 0/2] netbox connect timeout assertion
 2019-05-17 15:21 UTC  (3+ messages)
` [PATCH 1/2] coio: make hints in coio_getaddrinfo optional
` [PATCH 2/2] coio: fix getaddrinfo assertion on 0 timeout

[tarantool-patches] [PATCH v1 0/3] box: local sql_flags for parser and vdbe
 2019-05-17 15:20 UTC  (12+ messages)
` [tarantool-patches] [PATCH v1 1/3] sql: get rid of SQL_NullCallback flag
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v1 2/3] sql: ban sql functions coinciding with builtins
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v1 3/3] box: local sql_flags for parser and vdbe
  ` [tarantool-patches] "

[tarantool-patches] [PATCH v2] travis-ci: fix LTO and clang
 2019-05-17 13:25 UTC 

[tarantool-patches] [PATCH v1 1/1] sql: replace schema_find_id() by box_space_id_by_name()
 2019-05-17 11:43 UTC  (2+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH v1 1/1] sql: do not replace the error with a syntax error
 2019-05-17 11:40 UTC  (8+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH 1/1] crypto: fix assertion on cipher reinitialization
 2019-05-17 11:24 UTC 

[tarantool-patches] [PATCH] travis-ci: add fedora 30
 2019-05-17  8:57 UTC  (2+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH v2] travis-ci: fix LTO and clang
 2019-05-17  6:42 UTC 

[tarantool-patches] [PATCH 00/10] swim Lua API
 2019-05-16 22:46 UTC  (19+ messages)
` [tarantool-patches] [PATCH 01/10] swim: fix an assertion on attempt to chage timeouts
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH 10/10] swim: cache members in Lua member table
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH 02/10] swim: make swim_new_round() void
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH 03/10] swim: validate URI in swim_probe_member()
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH 04/10] swim: introduce Lua interface
` [tarantool-patches] [PATCH 05/10] swim: Lua bindings to manipulate member table
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH 06/10] swim: Lua bindings to access individual members
` [tarantool-patches] [PATCH 07/10] swim: pairs() function to iterate over member table
` [tarantool-patches] [PATCH 08/10] swim: allow to use cdata struct tt_uuid in Lua API
` [tarantool-patches] [PATCH 09/10] swim: cache decoded payload in the Lua module
  ` [tarantool-patches] "

[tarantool-patches] [PATCH] Suppress -Warray-bounds warning on unit/guard.cc
 2019-05-16 17:25 UTC  (3+ messages)
` [tarantool-patches] "
  ` [tarantool-patches] "

[tarantool-patches] [PATCH v1] Fix LTO in travis-ci
 2019-05-16 16:22 UTC  (2+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH 0/2] Add "_vcollation" sysview and fetch it in net.box
 2019-05-16 12:43 UTC  (5+ messages)
` [tarantool-patches] [PATCH 1/2] schema: add "_vcollation" sysview
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH 2/2] net.box: fetch '_vcollation' sysview into the module
  ` [tarantool-patches] "

[PATCH 0/4] A few fixes/improvements for autoincrement indexes
 2019-05-16  8:02 UTC  (13+ messages)
` [PATCH 1/4] schema: use tuple field names in Lua
` [PATCH 2/4] schema: fix error while altering index with sequence
  ` [tarantool-patches] "
` [PATCH 3/4] schema: allow to set sequence for any index part, not just the first
  ` [tarantool-patches] "
` [PATCH 4/4] schema: explicitly forbid setting sequence for json path key part
  ` [tarantool-patches] "
        ` [PATCH] box: fix autoincrement for json path indexes
          ` [tarantool-patches] "

[PATCH v4] slab_arena: Enhance slab_arena_create to support madvise hints
 2019-05-15 21:49 UTC 

[tarantool-patches] [PATCH v1 1/1] sql: move space existence check to VDBE
 2019-05-15 18:37 UTC  (3+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH v1] Fix LTO in travis-ci
 2019-05-15 18:04 UTC 

[tarantool-patches] [PATCH v1] Fix LTO in travis-ci
 2019-05-15 17:31 UTC 

[tarantool-patches] [PATCH v1 00/12] sql: set errors in VDBE using diag_set()
 2019-05-15 14:12 UTC  (21+ messages)
` [tarantool-patches] [PATCH v1 01/12] sql: remove errors SQL_TARANTOOL_*_FAIL
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v1 02/12] sql: remove error ER_SQL
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v1 03/12] sql: rework diag_set() in OP_Halt
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v1 04/12] sql: make SQL_TARANTOOL_ERROR the only errcode of OP_Halt
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v1 05/12] sql: remove error SQL_INTERRUPT
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v1 06/12] sql: remove error SQL_MISMATCH
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v1 07/12] sql: set errors in VDBE using diag_set()
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v1 08/12] sql: remove field zErrMsg from struct Vdbe
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v1 10/12] sql: remove field errCode from struct sql
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v1 12/12] sql: use diag_set() to set an error in SQL functions
  ` [tarantool-patches] "

[tarantool-patches] [PATCH v3 0/4] crypto lib
 2019-05-15 13:42 UTC  (11+ messages)
` [tarantool-patches] [PATCH v3 1/4] crypto: move crypto business into a separate library
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v3 2/4] crypto: make exported methods conform code style
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v3 3/4] crypto: implement crypto libary
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v3 4/4] crypto: use crypto library in crypto.lua
  ` [tarantool-patches] "
` [tarantool-patches] Re: [PATCH v3 0/4] crypto lib

[PATCH v3] slab_arena: Enhance slab_arena_create to support madvise hints
 2019-05-15 13:22 UTC  (5+ messages)

[PATCH v2] box/memtx: Allow to skip tuple memory from coredump
 2019-05-15 12:54 UTC  (3+ messages)

[tarantool-patches] [PATCH v1] Fix LTO in travis-ci
 2019-05-15 12:44 UTC 

[tarantool-patches] [PATCH 0/7] swim lua preparation, again
 2019-05-15 10:02 UTC  (16+ messages)
` [tarantool-patches] [PATCH 1/7] swim: drop swim_info() function
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH 2/7] swim: encapsulate 'uint16' payload size inside swim.c
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH 3/7] swim: do not rebind when new 'port' is 0
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH 4/7] swim: set 'left' status in self on swim_quit()
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH 5/7] msgpack: allow to pass 'struct ibuf *' into encode()
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH 6/7] msgpack: allow to pass 'const char *' into decode()
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH 7/7] Drop an unused function and class
  ` [tarantool-patches] "
` [tarantool-patches] Re: [PATCH 0/7] swim lua preparation, again

[tarantool-patches] [PATCH v1] Fix LTO in travis-ci
 2019-05-15  6:09 UTC 

[tarantool-patches] [PATCH v1] Fix LTO in travis-ci
 2019-05-14 19:33 UTC 

[tarantool-patches] [PATCH v3 0/3] box: run checks on insertions in LUA spaces
 2019-05-14 16:49 UTC  (5+ messages)
` [tarantool-patches] [PATCH v3 2/3] box: run check constraint tests on space alter
  ` [tarantool-patches] "

[tarantool-patches] [PATCH] Pass max_total_connections parameter to httpclient
 2019-05-14 14:24 UTC  (2+ messages)
` [tarantool-patches] "

page:  |  | latest

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