Tarantool development patches archive
 help / color / mirror / Atom feed
[Tarantool-patches] [PATCH v2 0/2] base64: Fix decoder, improve its performance
 2020-12-16 23:22 UTC  (4+ messages)
` [Tarantool-patches] [PATCH v2 1/2] base64: Fix decoder output buffer overrun (reads)
` [Tarantool-patches] [PATCH v2 2/2] base64: Improve decoder performance

[Tarantool-patches] [PATCH v2 0/3] Fix working with temporary files in VDBE
 2020-12-16 23:17 UTC  (18+ messages)
` [Tarantool-patches] [PATCH v2 1/3] sql: add missing diag_set on failure when working with files inside SQL module
` [Tarantool-patches] [PATCH v2 2/3] sql: set an error to diag in sql_execute() on failure
` [Tarantool-patches] [PATCH v2 3/3] sql: update temporary file name format

[Tarantool-patches] [PATCH v3 0/2] Fix working with VDBE
 2020-12-16 23:09 UTC  (3+ messages)
` [Tarantool-patches] [PATCH v3 1/2] sql: add missing diag_set on failure when working inside os_unix.c
` [Tarantool-patches] [PATCH v3 2/2] sql: add panic() call in sql_execute() on complete failure

[Tarantool-patches] [PATCH] lua/key_def: fix compare_with_key() part count check
 2020-12-16 22:34 UTC  (2+ messages)

[Tarantool-patches] [PATCH v4 0/4] crash: implement sending feedback
 2020-12-16 20:31 UTC  (26+ messages)
` [Tarantool-patches] [PATCH v4 1/4] util: introduce strlcpy helper
` [Tarantool-patches] [PATCH v4 2/4] backtrace: allow to specify destination buffer
` [Tarantool-patches] [PATCH v4 3/4] crash: move fatal signal handling in
` [Tarantool-patches] [PATCH v4 4/4] crash: report crash data to the feedback server

[Tarantool-patches] [PATCH v1 1/1] box: remove unnecessary rights from peristent functions
 2020-12-16 20:23 UTC  (5+ messages)

[Tarantool-patches] [PATCH luajit v1 00/11] LuaJIT memory profiler
 2020-12-16 19:13 UTC  (12+ messages)
` [Tarantool-patches] [PATCH luajit v1 01/11] build: add src dir in building
` [Tarantool-patches] [PATCH luajit v1 02/11] utils: introduce leb128 reader and writer
` [Tarantool-patches] [PATCH luajit v1 03/11] profile: introduce profiler writing module
` [Tarantool-patches] [PATCH luajit v1 04/11] profile: introduce symtab write module
` [Tarantool-patches] [PATCH luajit v1 05/11] vm: introduce LFUNC and FFUNC vmstates
` [Tarantool-patches] [PATCH luajit v1 06/11] core: introduce new mem_L field
` [Tarantool-patches] [PATCH luajit v1 07/11] debug: move debug_frameline to public module API
` [Tarantool-patches] [PATCH luajit v1 08/11] profile: introduce memory profiler
` [Tarantool-patches] [PATCH luajit v1 09/11] misc: add Lua API for "
` [Tarantool-patches] [PATCH luajit v1 10/11] tools: introduce tools directory
` [Tarantool-patches] [PATCH luajit v1 11/11] profile: introduce profile parser

[Tarantool-patches] [PATCH] tools: fix luacheck invocation in different cases
 2020-12-16 16:47 UTC  (2+ messages)

[Tarantool-patches] [PATCH v7 0/3] Fix luacheck warnings in test/app-tap and test/app
 2020-12-16 16:00 UTC  (4+ messages)
` [Tarantool-patches] [PATCH v7 1/3] luacheck: fix warnings in test/app-tap
` [Tarantool-patches] [PATCH v7 2/3] luacheck: fix warnings in test/app
` [Tarantool-patches] [PATCH v7 3/3] luacheck: remove unneeded comment

[Tarantool-patches] [PATCH v3] lua: fix running init lua script
 2020-12-16 15:57 UTC 

[Tarantool-patches] [PATCH 1/4] test: convert print to function and make quotes use consistent
 2020-12-16 14:04 UTC  (15+ messages)
` [Tarantool-patches] [PATCH 2/4] test: make dict.items() compatible with Python 3.x
` [Tarantool-patches] [PATCH 3/4] test: make convert to hex "
` [Tarantool-patches] [PATCH 4/4] test: remove dead code in Python tests end extra newline
` [Tarantool-patches] [PATCH v3 0/4] Support Python 3 in tests and PEPify source code

[Tarantool-patches] [PATCH v4 0/3] qsync: evaluate replication_synchro_quorum dynamically
 2020-12-16 13:35 UTC  (7+ messages)
` [Tarantool-patches] [PATCH v4 1/3] cfg: add cfg_isnumber helper
` [Tarantool-patches] [PATCH v4 2/3] cfg: support symbolic evaluation of replication_synchro_quorum
` [Tarantool-patches] [PATCH v4 3/3] test: add replication/gh-5446-qsync-eval-quorum.test.lua

[Tarantool-patches] [PATCH 0/8] Raft module, part 4 - unit tests
 2020-12-16 13:10 UTC  (18+ messages)
` [Tarantool-patches] [PATCH 1/8] fakesys: fix ev_is_active not working on fake timers
` [Tarantool-patches] [PATCH 2/8] fakesys: introduce fakeev_timer_remaining()
` [Tarantool-patches] [PATCH 3/8] raft: introduce raft_ev
` [Tarantool-patches] [PATCH 4/8] test: introduce raft unit tests
` [Tarantool-patches] [PATCH 5/8] raft: fix crash when received 0 term message
` [Tarantool-patches] [PATCH 6/8] raft: fix ignorance of bad state receipt
` [Tarantool-patches] [PATCH 7/8] raft: fix crash on election timeout decrease
` [Tarantool-patches] [PATCH 8/8] raft: fix crash on death "

[Tarantool-patches] [PATCH v3] luacheck: change global vars to local in sql-tap
 2020-12-16 12:03 UTC  (3+ messages)

[Tarantool-patches] [PATCH v2 0/2] GCC 10 fix warnings
 2020-12-16 11:47 UTC  (2+ messages)

[Tarantool-patches] [PATCH v1] test: add test filter for vinyl tests
 2020-12-16  8:07 UTC 

[Tarantool-patches] [PATCH v1 1/1] sql: do not reset region on select
 2020-12-16  5:34 UTC  (3+ messages)

[Tarantool-patches] [PATCH v6 0/3] iproto: greeting enhancement
 2020-12-15 23:04 UTC  (5+ messages)
` [Tarantool-patches] [PATCH v6 1/3] iproto: move msg fields initialization to iproto_msg_new()
` [Tarantool-patches] [PATCH v6 2/3] iproto: fix comment and add assert on destruction
` [Tarantool-patches] [PATCH v6 3/3] iproto: move greeting from tx thread to iproto

[Tarantool-patches] [PATCH v2] base64: Properly ignore invalid characters
 2020-12-15 14:25 UTC 

[Tarantool-patches] [PATCH] Fix base64 decoder output buffer overrun (reads)
 2020-12-15 14:20 UTC  (3+ messages)

[Tarantool-patches] [PATCH v1] test: setup workspace in tmpfs for OOS build
 2020-12-15  9:23 UTC  (2+ messages)

[Tarantool-patches] [PATCH v2] src/lua: fix running init lua script
 2020-12-15  8:45 UTC  (3+ messages)

[Tarantool-patches] [PATCH] memtx: allow quota overuse for truncation
 2020-12-14 23:41 UTC  (2+ messages)

[Tarantool-patches] [PATCH] quota: add is_enabled field
 2020-12-14 23:41 UTC  (2+ messages)

[Tarantool-patches] [PATCH 0/2] tarantool -e 'assert(false)' hangs
 2020-12-14 14:11 UTC  (8+ messages)
` [Tarantool-patches] [PATCH 1/2] src/lua: fix running init lua script
` [Tarantool-patches] [PATCH 2/2] test: add test for tarantool -e assert(false)

[Tarantool-patches] [PATCH 0/4] Add fuzzing testing
 2020-12-13 18:56 UTC  (7+ messages)
` [Tarantool-patches] [PATCH 1/4] test: add infrastructure for fuzzing testing and fuzzers
` [Tarantool-patches] [PATCH 2/4] test: add corpus to be used with fuzzers

[Tarantool-patches] [PATCH v3 0/3] qsync: evaluate replication_synchro_quorum dynamically
 2020-12-13 18:12 UTC  (13+ messages)
` [Tarantool-patches] [PATCH v3 2/3] cfg: support symbolic evaluation of replication_synchro_quorum
` [Tarantool-patches] [PATCH v3 3/3] test: add replication/gh-5446-sqync-eval-quorum.test.lua

[Tarantool-patches] [PATCH v1] test: fix vinyl/errinj.test.lua results file
 2020-12-13  4:53 UTC 

[Tarantool-patches] [PATCH v5] iproto: move greeting from tx thread to iproto
 2020-12-12 23:38 UTC  (3+ messages)

[Tarantool-patches] [PATCH] test: fix getaddrinfo test on Ubuntu 16.04
 2020-12-12  3:51 UTC 

[Tarantool-patches] [PATCH v1 0/3] Initiate commit testing on github-ci action
 2020-12-11 16:56 UTC  (4+ messages)
` [Tarantool-patches] [PATCH v1 1/3] "
` [Tarantool-patches] [PATCH v1 2/3] Implement OSX "
` [Tarantool-patches] [PATCH v1 3/3] Switch coverage saving from travis-ci to github-ci

[Tarantool-patches] [PATCH] sql: increase default cache size
 2020-12-11 15:29 UTC  (5+ messages)

[Tarantool-patches] [PATCH 0/2] Fix working with temporary files in VDBE
 2020-12-11 15:19 UTC  (10+ messages)
` [Tarantool-patches] [PATCH 1/2] sql: add missing diag_set on failure when working with files inside SQL module
` [Tarantool-patches] [PATCH 2/2] sql: update temporary file name format

[Tarantool-patches] [PATCH v3 0/2] reduce performance degradation introduced by JSON path indices
 2020-12-11 14:51 UTC  (12+ messages)
` [Tarantool-patches] [PATCH v3 1/2] box: speed up tuple_field_map_create
` [Tarantool-patches] [PATCH v3 2/2] box: refactor tuple_field_raw to omit path checks

[Tarantool-patches] [PATCH v1 1/1] sql: remove unecessary execute of space_cache_find()
 2020-12-11 14:30 UTC  (8+ messages)

[Tarantool-patches] [PATCH v5] core: introduce evenly distributed int64 random in range
 2020-12-11 12:04 UTC  (5+ messages)

[Tarantool-patches] [PATCH 0/4] make clear_synchro_queue commit everything
 2020-12-11  9:19 UTC  (7+ messages)
` [Tarantool-patches] [PATCH 1/4] box: add a single execution guard to clear_synchro_queue
` [Tarantool-patches] [PATCH 2/4] relay: rename is_raft_enabled message to relay_is_running
` [Tarantool-patches] [PATCH 3/4] relay: introduce relay_lsn_watcher
` [Tarantool-patches] [PATCH 4/4] box: rework clear_synchro_queue to commit everything

[Tarantool-patches] [PATCH v1] test: add test filter for vinyl/errinj.test.lua
 2020-12-11  9:17 UTC  (3+ messages)

[Tarantool-patches] [PATCH v1] test: add filter to box/net.*after_gh-3164 test
 2020-12-11  9:17 UTC  (3+ messages)

[Tarantool-patches] [PATCH] serializer: check for recursive serialization
 2020-12-11  3:22 UTC  (6+ messages)

[Tarantool-patches] [PATCH v1] test: fix replication/skip_conflict_row output
 2020-12-10 14:50 UTC  (2+ messages)

[Tarantool-patches] [PATCH v1] test: move error messages into logs
 2020-12-10 14:44 UTC  (2+ messages)

[Tarantool-patches] [PATCH v1] gitlab-ci: remove Ubuntu 19.10 from packing
 2020-12-10 14:38 UTC  (2+ messages)

[Tarantool-patches] [PATCH 0/6] Support Python 3 in tests and PEPify source code
 2020-12-10 13:29 UTC  (8+ messages)
` [Tarantool-patches] [PATCH 1/6] test: support Python 3 and make quotes use consistent
` [Tarantool-patches] [PATCH 3/6] test: remove empty print() functions

page:  |  | latest

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