Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / tarantool/small issues and pull requests

#98 - arena: do not limit preallocated size to quota

Pull Request - State: open - Opened by nshy 9 days ago
Labels: do not merge

#97 - matras: introduce the matras extent reservation

Pull Request - State: open - Opened by mkostoevr 16 days ago

#96 - mempool: fix UBSan errors regarding misaligned access

Pull Request - State: closed - Opened by Gumix about 1 month ago

#95 - slab cache: fix slab alignment to 16 bytes

Pull Request - State: closed - Opened by nshy 2 months ago

#94 - small: fix crash with low alloc_factor and high memory pressure

Pull Request - State: closed - Opened by nshy 2 months ago - 1 comment

#94 - small: fix crash with low alloc_factor and high memory pressure

Pull Request - State: closed - Opened by nshy 2 months ago - 1 comment

#93 - test: get rid of debug message

Pull Request - State: closed - Opened by ligurio 3 months ago

#93 - test: get rid of debug message

Pull Request - State: closed - Opened by ligurio 3 months ago

#92 - Assign a label to tests

Pull Request - State: closed - Opened by ligurio 3 months ago

#92 - Assign a label to tests

Pull Request - State: closed - Opened by ligurio 3 months ago

#91 - fix LSAN memory leak reports

Pull Request - State: closed - Opened by nshy 4 months ago

#91 - fix LSAN memory leak reports

Pull Request - State: closed - Opened by nshy 4 months ago

#90 - rlist: make foreach_enrty_* macros not to use UB

Pull Request - State: closed - Opened by LevKats 4 months ago - 1 comment

#90 - rlist: make foreach_enrty_* macros not to use UB

Pull Request - State: closed - Opened by LevKats 4 months ago - 1 comment

#89 - lsregion: implement lsregion_reserve for asan build

Pull Request - State: closed - Opened by sergepetrenko 4 months ago

#89 - lsregion: implement lsregion_reserve for asan build

Pull Request - State: closed - Opened by sergepetrenko 4 months ago

#88 - matras: introduce `matras_need_touch` and `matras_touch_no_check`

Pull Request - State: closed - Opened by mkostoevr 4 months ago

#88 - matras: introduce `matras_need_touch` and `matras_touch_no_check`

Pull Request - State: closed - Opened by mkostoevr 4 months ago

#87 - lsregion: introduce lsregion_to_iovec method

Pull Request - State: closed - Opened by sergepetrenko 5 months ago - 4 comments

#87 - lsregion: introduce lsregion_to_iovec method

Pull Request - State: closed - Opened by sergepetrenko 5 months ago - 4 comments

#86 - matras: fix compilation on macOS

Pull Request - State: closed - Opened by Gumix 8 months ago

#86 - matras: fix compilation on macOS

Pull Request - State: closed - Opened by Gumix 8 months ago

#85 - matras: increase max capacity from `2^31` to `2^32` blocks

Pull Request - State: closed - Opened by Gumix 8 months ago

#85 - matras: increase max capacity from `2^31` to `2^32` blocks

Pull Request - State: closed - Opened by Gumix 8 months ago

#84 - test: fix test build for Debian 9 and alike

Pull Request - State: closed - Opened by nshy about 1 year ago

#84 - test: fix test build for Debian 9 and alike

Pull Request - State: closed - Opened by nshy about 1 year ago

#83 - test: fix unused variable warning in matras test

Pull Request - State: closed - Opened by locker about 1 year ago

#83 - test: fix unused variable warning in matras test

Pull Request - State: closed - Opened by locker about 1 year ago

#82 - ibuf: introduce ibuf_consume/ibuf_consume_before API

Pull Request - State: closed - Opened by nshy about 1 year ago

#82 - ibuf: introduce ibuf_consume/ibuf_consume_before API

Pull Request - State: closed - Opened by nshy about 1 year ago

#81 - slab: fix `uint32_t` overflow in `slab_capacity`

Pull Request - State: closed - Opened by locker about 1 year ago

#81 - slab: fix `uint32_t` overflow in `slab_capacity`

Pull Request - State: closed - Opened by locker about 1 year ago

#80 - slab: fix `NULL` ptr deref in assertion in `slab_get`

Pull Request - State: closed - Opened by locker about 1 year ago

#80 - slab: fix `NULL` ptr deref in assertion in `slab_get`

Pull Request - State: closed - Opened by locker about 1 year ago

#79 - matras: fix `matras_view::block_count` overflow

Pull Request - State: closed - Opened by Gumix about 1 year ago

#79 - matras: fix `matras_view::block_count` overflow

Pull Request - State: closed - Opened by Gumix about 1 year ago

#78 - ASAN follow-ups

Pull Request - State: closed - Opened by nshy about 1 year ago

#78 - ASAN follow-ups

Pull Request - State: closed - Opened by nshy about 1 year ago

#77 - small: introduce the new method `small_alloc_info`

Pull Request - State: closed - Opened by Gumix about 1 year ago

#77 - small: introduce the new method `small_alloc_info`

Pull Request - State: closed - Opened by Gumix about 1 year ago

#76 - asan: misc tiny required changes

Pull Request - State: closed - Opened by nshy about 1 year ago

#76 - asan: misc tiny required changes

Pull Request - State: closed - Opened by nshy about 1 year ago

#75 - asan: slab arena and slab cache implementation

Pull Request - State: closed - Opened by nshy about 1 year ago

#75 - asan: slab arena and slab cache implementation

Pull Request - State: closed - Opened by nshy about 1 year ago

#74 - asan: mempool and ibuf implementation

Pull Request - State: closed - Opened by nshy about 1 year ago - 1 comment

#74 - asan: mempool and ibuf implementation

Pull Request - State: closed - Opened by nshy about 1 year ago - 1 comment

#73 - asan: add obuf ASAN implementation

Pull Request - State: closed - Opened by nshy about 1 year ago - 1 comment

#73 - asan: add obuf ASAN implementation

Pull Request - State: closed - Opened by nshy about 1 year ago - 1 comment

#72 - asan: do not free non-freed allocation on destroy in small allocator

Pull Request - State: closed - Opened by nshy about 1 year ago

#72 - asan: do not free non-freed allocation on destroy in small allocator

Pull Request - State: closed - Opened by nshy about 1 year ago

#71 - obuf: introduce obuf_is_initialized

Pull Request - State: closed - Opened by nshy about 1 year ago

#71 - obuf: introduce obuf_is_initialized

Pull Request - State: closed - Opened by nshy about 1 year ago

#70 - region and lsregion implementation for ASAN

Pull Request - State: closed - Opened by nshy about 1 year ago

#70 - region and lsregion implementation for ASAN

Pull Request - State: closed - Opened by nshy about 1 year ago

#69 - Add utilities for ASAN allocators and implementation of small allocator

Pull Request - State: closed - Opened by nshy about 1 year ago

#69 - Add utilities for ASAN allocators and implementation of small allocator

Pull Request - State: closed - Opened by nshy about 1 year ago

#68 - Fixes and minor changes

Pull Request - State: closed - Opened by nshy about 1 year ago

#68 - Fixes and minor changes

Pull Request - State: closed - Opened by nshy about 1 year ago

#67 - test: switch to TAP

Pull Request - State: closed - Opened by nshy about 1 year ago

#67 - test: switch to TAP

Pull Request - State: closed - Opened by nshy about 1 year ago

#66 - misc: drop dependency from Tarantool's exception.h

Pull Request - State: closed - Opened by nshy about 1 year ago

#66 - misc: drop dependency from Tarantool's exception.h

Pull Request - State: closed - Opened by nshy about 1 year ago

#65 - Introduce ASAN-friendly small allocators

Pull Request - State: closed - Opened by nshy over 1 year ago - 2 comments
Labels: do not merge

#65 - Introduce ASAN-friendly small allocators

Pull Request - State: closed - Opened by nshy over 1 year ago - 2 comments
Labels: do not merge

#64 - region_reset does not reset usage to 0 as expected

Issue - State: open - Opened by nshy over 1 year ago
Labels: refactoring

#64 - region_reset does not reset usage to 0 as expected

Issue - State: open - Opened by nshy over 1 year ago
Labels: refactoring

#63 - build: add -fPIC compilation flag

Pull Request - State: closed - Opened by CuriousGeorgiy over 1 year ago

#63 - build: add -fPIC compilation flag

Pull Request - State: closed - Opened by CuriousGeorgiy over 1 year ago

#62 - ibuf: add ibuf_truncate method

Pull Request - State: closed - Opened by nshy over 1 year ago

#62 - ibuf: add ibuf_truncate method

Pull Request - State: closed - Opened by nshy over 1 year ago

#61 - matras: rename `matras_stat` to `matras_stats`

Pull Request - State: closed - Opened by locker over 1 year ago

#61 - matras: rename `matras_stat` to `matras_stats`

Pull Request - State: closed - Opened by locker over 1 year ago

#60 - matras: introduce statistics

Pull Request - State: closed - Opened by locker over 1 year ago

#60 - matras: introduce statistics

Pull Request - State: closed - Opened by locker over 1 year ago

#59 - util: introduce `small_getpagesize()`

Pull Request - State: closed - Opened by Gumix almost 2 years ago - 1 comment

#59 - util: introduce `small_getpagesize()`

Pull Request - State: closed - Opened by Gumix almost 2 years ago - 1 comment

#58 - ibuf: introduce the new method `ibuf_shrink`

Pull Request - State: closed - Opened by Gumix almost 2 years ago

#58 - ibuf: introduce the new method `ibuf_shrink`

Pull Request - State: closed - Opened by Gumix almost 2 years ago

#57 - build: unused variable warning on clang 15

Issue - State: closed - Opened by Totktonada almost 2 years ago
Labels: build, code health

#57 - build: unused variable warning on clang 15

Issue - State: closed - Opened by Totktonada almost 2 years ago
Labels: build, code health

#56 - build: eliminate unused variable warn on clang 15

Pull Request - State: closed - Opened by Totktonada almost 2 years ago - 5 comments

#56 - build: eliminate unused variable warn on clang 15

Pull Request - State: closed - Opened by Totktonada almost 2 years ago - 5 comments

#55 - region: add sanity check tools tools

Pull Request - State: closed - Opened by nshy about 2 years ago

#55 - region: add sanity check tools tools

Pull Request - State: closed - Opened by nshy about 2 years ago

#54 - Fix test dir name

Pull Request - State: closed - Opened by ligurio over 2 years ago

#54 - Fix test dir name

Pull Request - State: closed - Opened by ligurio over 2 years ago

#53 - small: fix compilation on macOS 12

Pull Request - State: closed - Opened by CuriousGeorgiy over 2 years ago
Labels: bug, build

#53 - small: fix compilation on macOS 12

Pull Request - State: closed - Opened by CuriousGeorgiy over 2 years ago
Labels: bug, build

#52 - small: fix compilation on macOS 12

Pull Request - State: closed - Opened by Gumix over 2 years ago

#52 - small: fix compilation on macOS 12

Pull Request - State: closed - Opened by Gumix over 2 years ago

#51 - small: fix typo in a comment

Pull Request - State: closed - Opened by ligurio over 2 years ago

#51 - small: fix typo in a comment

Pull Request - State: closed - Opened by ligurio over 2 years ago

#50 - Release build warning

Issue - State: closed - Opened by Gerold103 over 2 years ago - 1 comment
Labels: build

#50 - Release build warning

Issue - State: closed - Opened by Gerold103 over 2 years ago - 1 comment
Labels: build

#49 - build: fix CMake warning

Pull Request - State: closed - Opened by kyukhin over 2 years ago - 1 comment

#49 - build: fix CMake warning

Pull Request - State: closed - Opened by kyukhin over 2 years ago - 1 comment

#48 - doc: add allocators hierarchy diagram

Pull Request - State: closed - Opened by Totktonada over 2 years ago - 2 comments

#48 - doc: add allocators hierarchy diagram

Pull Request - State: closed - Opened by Totktonada over 2 years ago - 2 comments

#47 - lsregion: add alloc_object() helper

Pull Request - State: closed - Opened by sergepetrenko almost 3 years ago

#47 - lsregion: add alloc_object() helper

Pull Request - State: closed - Opened by sergepetrenko almost 3 years ago