Tarantool development patches archive
 help / color / mirror / Atom feed
[Tarantool-patches] [PATCH v2 0/2] base64: Fix decoder, improve its performance
 2020-12-25 10:39 UTC  (10+ messages)
` [Tarantool-patches] [PATCH v2 2/2] base64: Improve decoder performance

[Tarantool-patches] [PATCH v7 0/3] Fix luacheck warnings in test/box-tap, test/box and test/box-py
 2020-12-25 10:37 UTC  (5+ messages)
` [Tarantool-patches] [PATCH 1/3] luacheck: fix warnings in test/box
` [Tarantool-patches] [PATCH v7 2/3] luacheck: fix warnings in test/box-py
` [Tarantool-patches] [PATCH v7 3/3] luacheck: fix warnings in test/box-tap

[Tarantool-patches] [PATCH 0/4] Add fuzzing testing
 2020-12-25 10:33 UTC  (12+ messages)
` [Tarantool-patches] [PATCH 1/4] test: add infrastructure for fuzzing testing and fuzzers

[Tarantool-patches] [PATCH luajit v1 00/11] LuaJIT memory profiler
 2020-12-25 10:13 UTC  (37+ 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 07/11] debug: move debug_frameline to public module API
` [Tarantool-patches] [PATCH luajit v1 09/11] misc: add Lua API for memory profiler
` [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 v2 0/6] make clear_synchro_queue commit everything
 2020-12-25 10:04 UTC  (18+ messages)
` [Tarantool-patches] [PATCH v2 1/6] box: add a single execution guard to clear_synchro_queue
` [Tarantool-patches] [PATCH v2 2/6] relay: introduce on_status_update trigger
` [Tarantool-patches] [PATCH v2 3/6] txn_limbo: introduce txn_limbo_last_synchro_entry method
` [Tarantool-patches] [PATCH v2 4/6] box: rework clear_synchro_queue to commit everything
` [Tarantool-patches] [PATCH v2 5/6] test: fix replication/election_qsync_stress test
` [Tarantool-patches] [PATCH v2 6/6] txn_limbo: ignore CONFIRM/ROLLBACK for a foreign master

[Tarantool-patches] [PATCH 0/2] feedback_daemon: add operation statistics reporting and an additional report on shutdown
 2020-12-25  8:50 UTC  (11+ messages)
` [Tarantool-patches] [PATCH 1/2] feedback_daemon: add operation statistics reporting
` [Tarantool-patches] [PATCH 2/2] feedback_daemon: send feedback on tarantool exit

[Tarantool-patches] [PATCH v2 0/3] change small allocator behavior
 2020-12-25  7:56 UTC  (12+ messages)
` [Tarantool-patches] [PATCH] memtx: "
      ` [Tarantool-patches] FW: "
` [Tarantool-patches] [PATCH v2 1/3] small: implement new size class evaluation
      ` [Tarantool-patches] FW: "
` [Tarantool-patches] [PATCH v2 2/3] test: add small allocator performance test
` [Tarantool-patches] [PATCH v2 3/3] small: changed small allocator pool management
      ` [Tarantool-patches] FW: "

[Tarantool-patches] [PATCH v4] lua: fix running init lua script
 2020-12-24 20:41 UTC 

[Tarantool-patches] [PATCH v7 0/3] iproto: greeting enhancement
 2020-12-24 20:13 UTC  (4+ messages)
` [Tarantool-patches] [PATCH v7 3/3] iproto: move greeting from tx thread to iproto

[Tarantool-patches] [PATCH v9 0/3] iproto: greeting enhancement
 2020-12-24 20:13 UTC  (4+ messages)
` [Tarantool-patches] [PATCH v9 1/3] iproto: move msg fields initialization to iproto_msg_new()
` [Tarantool-patches] [PATCH v9 2/3] iproto: fix comment and add assert on destruction
` [Tarantool-patches] [PATCH v9 3/3] iproto: move greeting from tx thread to iproto

[Tarantool-patches] [PATCH v5 0/4] Our feedback daemon sends only a few portions of usage
 2020-12-24 18:33 UTC  (13+ messages)
` [Tarantool-patches] [PATCH v5 1/4] util: introduce strlcpy helper
` [Tarantool-patches] [PATCH v5 2/4] backtrace: allow to specify destination buffer
` [Tarantool-patches] [PATCH v5 3/4] crash: move fatal signal handling in
` [Tarantool-patches] [PATCH v5 4/4] crash: report crash data to the feedback server

[Tarantool-patches] [PATCH v4] lua/key_def: fix compare_with_key() part count check
 2020-12-24 18:19 UTC  (6+ messages)

[Tarantool-patches] [PATCH v1] gitlab-ci: set 2.6 version instead of master
 2020-12-24 18:05 UTC  (3+ messages)

[Tarantool-patches] [PATCH v1] update_repo: add Fedora 32
 2020-12-24 18:04 UTC  (3+ messages)

[Tarantool-patches] [PATCH v3 0/2] Fix working with VDBE
 2020-12-24 16:59 UTC  (9+ 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] sql: increase default cache size
 2020-12-24 16:57 UTC  (4+ messages)

[Tarantool-patches] [PATCH v3 0/5] Support Python 3 in tests and PEPify source code
 2020-12-24 16:05 UTC  (12+ messages)
` [Tarantool-patches] [PATCH v3 1/5] test: convert print to function and make quotes use consistent
` [Tarantool-patches] [PATCH v3 2/5] test: make dict.items() compatible with Python 3.x
` [Tarantool-patches] [PATCH v3 3/5] test: make strings compatible with Python 3
` [Tarantool-patches] [PATCH v3 4/5] test: get rid of iteritems()
` [Tarantool-patches] [PATCH v3 5/5] test: remove dead code in Python tests end extra newlines

[Tarantool-patches] [PATCH v3 2/2] base64: improve decoder performance
 2020-12-24 14:14 UTC 

[Tarantool-patches] [PATCH v3 0/2] base64: fix decoder, improve its performance
 2020-12-24 14:08 UTC  (8+ messages)
` [Tarantool-patches] [PATCH v3 1/2] base64: fix decoder output buffer overrun (reads)
` [Tarantool-patches] [PATCH v3 2/2] base64: improve decoder performance

[Tarantool-patches] [PATCH v6 0/5] qsync: evaluate replication_synchro_quorum dynamically
 2020-12-24 13:55 UTC  (14+ messages)
` [Tarantool-patches] [PATCH v6 1/5] cfg: add cfg_isnumber helper
` [Tarantool-patches] [PATCH v6 2/5] cfg: rework box_check_replication_synchro_quorum
` [Tarantool-patches] [PATCH v6 3/5] cfg: support symbolic evaluation of replication_synchro_quorum
` [Tarantool-patches] [PATCH v6 4/5] cfg: more precise check for replication_synchro_quorum value
` [Tarantool-patches] [PATCH v6 5/5] test: add replication/gh-5446-qsync-eval-quorum.test.lua

[Tarantool-patches] [PATCH] build: install curl headers
 2020-12-24 11:28 UTC  (2+ messages)

[Tarantool-patches] [PATCH] Introduce CHANGELOG.md
 2020-12-24 11:02 UTC  (2+ messages)

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

[Tarantool-patches] [PATCH 1/4] test: convert print to function and make quotes use consistent
 2020-12-23 23:51 UTC  (21+ messages)
` [Tarantool-patches] [PATCH 3/4] test: make convert to hex compatible with Python 3.x
        ` [Tarantool-patches] [PATCH] test: make strings compatible with Python 3
` [Tarantool-patches] [PATCH v3 0/4] Support Python 3 in tests and PEPify source code

[Tarantool-patches] [PATCH v1 1/1] sql: do not reset region on select
 2020-12-23 19:20 UTC  (7+ messages)

[Tarantool-patches] [PATCH] sql: fix return value type of ifnull built-in
 2020-12-23 17:07 UTC  (3+ messages)

[Tarantool-patches] [PATCH v2] base64: Properly ignore invalid characters
 2020-12-23 15:17 UTC  (6+ messages)

[Tarantool-patches] [PATCH] lua: avoid panic if HOOK_GC is not active
 2020-12-23 13:05 UTC  (11+ messages)

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

[Tarantool-patches] [PATCH v1] gitlab-ci: add packaging for Fedora 32
 2020-12-23 12:41 UTC  (5+ messages)

[Tarantool-patches] [PATCH v1] test: filter replication/skip_conflict_row output
 2020-12-23 12:38 UTC  (2+ messages)

[Tarantool-patches] [PATCH 0/4] make clear_synchro_queue commit everything
 2020-12-23 12:04 UTC  (15+ 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 v3] lua: fix running init lua script
 2020-12-23  8:17 UTC  (5+ messages)

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

[Tarantool-patches] [PATCH] tpch: use normal perf image instead of patched one
 2020-12-22  9:41 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