[Tarantool-patches] [PATCH luajit 0/3] Adapt PUC-Rio Lua 5.1 test suite
2021-03-22 18:52 UTC (12+ messages)
` [Tarantool-patches] [PATCH luajit 1/3] test: add "
` [Tarantool-patches] [PATCH luajit 2/3] test: adapt PUC-Rio Lua 5.1 test suite for LuaJIT
` [Tarantool-patches] [PATCH luajit 3/3] test: adapt Lua 5.1 test suite for Tarantool
[Tarantool-patches] [PATCH 00/16] Cord buffer, static alloc, and Lua GC bug
2021-03-22 17:17 UTC (25+ messages)
` [Tarantool-patches] [PATCH 01/16] fio: don't use shared buffer in pread()
` [Tarantool-patches] [PATCH 10/16] uri: replace static_alloc with ffi stash and ibuf
` [Tarantool-patches] [PATCH 11/16] buffer: remove static_alloc() from Lua
` [Tarantool-patches] [PATCH 12/16] lua: use lua_pushfstring() instead of tt_sprintf()
` [Tarantool-patches] [PATCH 13/16] sio: rework sio_strfaddr()
` [Tarantool-patches] [PATCH 14/16] sio: increase SERVICE_NAME_MAXLEN size
` [Tarantool-patches] [PATCH 15/16] sio: introduce and use sio_snprintf()
` [Tarantool-patches] [PATCH 16/16] buffer: remove Lua registers
` [Tarantool-patches] [PATCH 02/16] test: don't use IBUF_SHARED in the tests
` [Tarantool-patches] [PATCH 03/16] tuple: pass global ibuf explicitly where possible
` [Tarantool-patches] [PATCH 04/16] iconv: take errno before reseting the context
` [Tarantool-patches] [PATCH 05/16] cord_buf: introduce cord_buf API
` [Tarantool-patches] [PATCH 06/16] cord_buf: introduce ownership management
` [Tarantool-patches] [PATCH 07/16] buffer: implement ffi stash
` [Tarantool-patches] [PATCH 08/16] uuid: replace static_alloc with "
` [Tarantool-patches] [PATCH 09/16] uuid: drop tt_uuid_str() from Lua
[Tarantool-patches] [PATCH 0/2] gc/xlog: delay xlog cleanup until relays are subscribed
2021-03-22 9:05 UTC (14+ messages)
` [Tarantool-patches] [PATCH 1/2] "
` [Tarantool-patches] [PATCH 2/2] test: add a test for wal_cleanup_delay option
[Tarantool-patches] [PATCH v2 0/3] gc/xlog: delay xlog cleanup until relays are subscribed
2021-03-22 8:30 UTC (6+ messages)
` [Tarantool-patches] [PATCH v2 1/3] "
` [Tarantool-patches] [PATCH v2 2/3] test: add a test for wal_cleanup_delay option
` [Tarantool-patches] [PATCH v2 3/3] test: box-tap/gc -- add test for is_paused field
[Tarantool-patches] [PATCH vshard 00/11] VShard Map-Reduce, part 2: Ref, Sched, Map
2021-03-21 18:49 UTC (5+ messages)
` [Tarantool-patches] [PATCH vshard 09/11] ref: introduce vshard.storage.ref module
[Tarantool-patches] [PATCH 0/2] Swim broadcast errors
2021-03-19 22:37 UTC (16+ messages)
` [Tarantool-patches] [PATCH 1/2] swim: add SO_BROADCAST option
` [Tarantool-patches] [PATCH 2/2] lua: separate sched and script diag
[Tarantool-patches] [PATCH v8] base64: fix decoder output buffer overrun (reads)
2021-03-19 15:47 UTC (4+ messages)
[Tarantool-patches] [PATCH v3] wal: introduce limits on simultaneous writes
2021-03-19 15:36 UTC (14+ messages)
[Tarantool-patches] [PATCH 0/3] Export curl symbols, enable smtp and install headers
2021-03-19 14:13 UTC (4+ 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 0/2] Install curl headers and enable smtp
2021-03-19 13:45 UTC (3+ messages)
` [Tarantool-patches] [PATCH 1/2] build: "
` [Tarantool-patches] [PATCH 2/2] build: install libCURL headers
[Tarantool-patches] [PATCH] box: set cfg via environment variables
2021-03-19 13:23 UTC (3+ messages)
[Tarantool-patches] [RFC] gc/xlog: delay xlog cleanup until relays are subscribed
2021-03-19 8:00 UTC (16+ messages)
[Tarantool-patches] [PATCH 1/3] build: export libCURL symbols
2021-03-18 11:33 UTC
[Tarantool-patches] [PATCH] tools: add a script that checks submodules' commits
2021-03-18 11:24 UTC
[Tarantool-patches] [PATCH] build: enable smtp
2021-03-18 10:08 UTC
[Tarantool-patches] [PATCH 0/3] Install iibCURL headers and export libCURL symbols for 1.10
2021-03-18 8:51 UTC (4+ 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 iibCURL headers
[Tarantool-patches] [PATCH v2 luajit 0/5] Adapt lua-Harness test suite
2021-03-17 16:49 UTC (30+ messages)
` [Tarantool-patches] [PATCH v2 luajit 1/5] test: add "
` [Tarantool-patches] [PATCH v2 luajit 2/5] test: adjust lua-Harness suite for LuaJIT
` [Tarantool-patches] [PATCH v2 luajit 3/5] test: adjust lua-Harness test suite for Tarantool
` [Tarantool-patches] [PATCH v2 luajit 4/5] test: disable 241-standalone of lua-Harness suite
` [Tarantool-patches] [PATCH v2 luajit 5/5] test: disable 411-luajit "
[Tarantool-patches] [PATCH luajit v1] tools: introduce --leak-only memprof parser option
2021-03-17 15:03 UTC (3+ messages)
[Tarantool-patches] [PATCH 0/2] A few fixes for gc and xlog
2021-03-16 13:29 UTC (8+ messages)
` [Tarantool-patches] [PATCH 1/2] gc: use wide integer for schedule counting
[Tarantool-patches] [PATCH] asan: suppress all LSAN warnings related to LuaJIT
2021-03-16 12:22 UTC (6+ messages)
[Tarantool-patches] [PATCH] build: bump CMake minimum version for static build
2021-03-16 12:21 UTC (6+ messages)
[Tarantool-patches] [WIP luajit 00/15] Adapt LuaVela test suites
2021-03-16 11:21 UTC (5+ messages)
[Tarantool-patches] [PATCH] test: fix getaddrinfo test on Ubuntu 16.04
2021-03-15 17:48 UTC (2+ messages)
[Tarantool-patches] [PATCH] tools: implement toolchain for crash artefacts
2021-03-15 16:30 UTC (2+ messages)
[Tarantool-patches] [PATCH luajit 0/6] Adapt lua-Harness test suite
2021-03-15 13:22 UTC (19+ messages)
` [Tarantool-patches] [PATCH luajit 1/6] test: add "
` [Tarantool-patches] [PATCH luajit 2/6] test: adjust lua-Harness test suite for Tarantool
` [Tarantool-patches] [PATCH luajit 3/6] test: disable 305-utf8 of lua-Harness suite
` [Tarantool-patches] [PATCH luajit 4/6] test: disable 241-standalone "
` [Tarantool-patches] [PATCH luajit 5/6] test: disable 411-luajit "
` [Tarantool-patches] [PATCH luajit 6/6] test: skip test for getenv in 309-os.t
[Tarantool-patches] [PATCH] test: full testing of guava golden100 array
2021-03-15 9:37 UTC (2+ messages)
[Tarantool-patches] [PATCH] serializer: serialize recursive structures
2021-03-14 12:42 UTC (2+ messages)
[Tarantool-patches] [PATCHv4 0/2] lua: fix tarantool -e always enters interactive
2021-03-12 16:40 UTC (3+ messages)
[Tarantool-patches] [PATCH v1 1/5] curl: enable curl build with old cmake
2021-03-12 8:55 UTC (3+ messages)
` [Tarantool-patches] [PATCH v1 2/5] build: set include path to bootstrap.h
[Tarantool-patches] [PATCH test-run] pretest_clean: add misc LuaJIT built-in module
2021-03-11 12:33 UTC (4+ messages)
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox