- Apr 20, 2015
-
-
Konstantin Osipov authored
-
ocelot-inc authored
-
- Apr 17, 2015
-
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
bigbes authored
-
bigbes authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Accept patches from Jörg Richter which fix a bug and implement a todo item in the small allocator, and change slab_alloc_minimal to 16, to work well out of the box with small tuples.
-
- Apr 16, 2015
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Add missing comma to iproto_constants.c.
-
- Apr 15, 2015
-
-
bigbes authored
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
Sulverus authored
-
Roman Tsisyk authored
Required for #194
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
- Apr 14, 2015
-
-
Konstantin Osipov authored
A fix and a test case for gh-791: call() return value can't contain a Lua map. Treat a map as a scalar, i.e. convert it to a tuple field on return from call. Use a simple heuristics to distinguish a map from an array: if the first key of the map is integer 1, it's an array. This approach works pretty well for JSON maps, which can't have non-string keys anyway.
-
Konstantin Osipov authored
If failed to set locale to C.UTF-8 (the standard one which supports UTF-8), try other options. Keep trying ad naeuseam to silence the warning, since this raises support questions. CentOS 6.6 has en_US.utf8. Debian, FreeBSD and Darwin have en_US.utf-8.
-
Konstantin Osipov authored
-
- Apr 13, 2015
-
-
bigbes authored
-
bigbes authored
-
Konstantin Osipov authored
Provide a good memory footprint out of the box.
-
- Apr 12, 2015
-
-
ocelot-inc authored
-
Konstantin Osipov authored
fix typo at box-protocol description
-
- Apr 11, 2015
-
-
KlonD90 authored
-
bigbes authored
-
ocelot-inc authored
-
- Apr 10, 2015
-
-
Roman Tsisyk authored
-
Roman Tsisyk authored
- Apr 08, 2015
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Fix a crash due to memory corruption in fio.dirname(). A test case would test nothing since the corrupted Lua heap doesn't crash on you immediately.. fio.dirname() is tested in fio.test.lua
-
bigbes authored
-
bigbes authored
-