- Feb 09, 2017
-
-
Konstantin Nazarov authored
-
- Feb 07, 2017
-
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
Roman Tsisyk authored
Closes #2030
-
Roman Tsisyk authored
-
Roman Tsisyk authored
See #1874
-
- Feb 03, 2017
-
-
Konstantin Nazarov authored
Jenkinsfile is a script, akin to .travis.yml that contains instructions how to build code in the repo. I'm experimenting to see if we can implement a similar workflow to what we have on travis.ci
-
Roman Tsisyk authored
Totally disable /usr/lib/rpm/brp-strip-* scripts on all versions of rpmbuild. Fixes #1901
-
- Feb 01, 2017
-
-
Roman Tsisyk authored
* Don't start tarantool on install * Don't restart tarantool on upgrade Fix #2053
-
- Jan 10, 2017
-
-
Roman Tsisyk authored
-
- Jan 09, 2017
-
-
Roman Tsisyk authored
-
Roman Tsisyk authored
This patch doesn't change public C API. See #1878
-
- Dec 17, 2016
-
-
Roman Tsisyk authored
Fixes #1849
-
- Dec 15, 2016
-
-
Roman Tsisyk authored
Fixes TALOS-2016-0255 Fixes CVE-2016-9037 Fixes #1992
-
Roman Tsisyk authored
Fixes TALOS-2016-0254 Fixes CVE-2016-9036 Fixes #1991
-
- Nov 30, 2016
-
-
Roman Tsisyk authored
Fixes #1962
-
Roman Tsisyk authored
Needed for #1692
-
- Nov 29, 2016
-
-
Roman Tsisyk authored
Rawhide and Sid are bleeding edge technlogies.
-
Roman Tsisyk authored
-
Roman Tsisyk authored
Remove hardcoded paths.
-
Roman Tsisyk authored
-
Roman Tsisyk authored
coredump() feature is broken, see #1886
-
Roman Tsisyk authored
-
Roman Tsisyk authored
Blobs and minified JS are prohibited by distributions. Fixes packages on Debian Sid.
-
bigbes authored
Closes #1852
-
Roman Tsisyk authored
Time calculation is too accurate.
-
Alexandr Lyapunov authored
Fixes #1946
-
Alexandr Lyapunov authored
Fixes #1896
-
- Nov 25, 2016
-
-
Nick Zavaritsky authored
-
Nick Zavaritsky authored
-
- Nov 24, 2016
-
-
Roman Tsisyk authored
Pass LDFLAGS flags properly to fix packaging on Debian Stretch/Sid. Fixes #1935
-
- Nov 23, 2016
-
-
Roman Tsisyk authored
See #1939
-
Roman Tsisyk authored
A hotfix for #1940
-
- Nov 22, 2016
-
-
Roman Tsisyk authored
-
- Nov 17, 2016
-
-
Roman Tsisyk authored
* Fix buggy math calculation and simplifies randomization logic introduced by gh-732. The primary difference is that the new implementation uses fixed periods (=box.cfg.snapshot_period) shifted by a random offset instead of floating periods (=box.cfg.snapshot_period + random). In addition, snapshot daemon now never start snapshoting earlier than box.cfg.snapshot_period time. * Use fiber.channel() to control daemon Fixes #1912 See also #732
-
Veniamin Gvozdikov authored
Fixes #1929
-
- Nov 14, 2016
-
-
Roman Tsisyk authored
This patch doesn't introduce any semantic or functional changes.
-
- Nov 13, 2016
-
-
Nick Zavaritsky authored
* :close() didn't stop reconnect activity; * cancelling a fiber in the ceratin request stage leads to deadlock in subsequent :close().
-
- Nov 10, 2016
-
-
Georgy Kirichenko authored
errno returned via errorno member, not in result
-
Georgy Kirichenko authored
fio_filename replace errno by readlink call and can be used for error logging
-