- Jan 18, 2016
-
-
Roman Tsisyk authored
-
Roman Tsisyk authored
Make more abstract version of key_opts parser to re-use code for space options.
-
Georgy Kirichenko authored
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
Georgy Kirichenko authored
-
Roman Tsisyk authored
-
- Jan 17, 2016
-
-
Konstantin Osipov authored
Conflicts: debian/control
-
- Jan 16, 2016
-
-
Roman Tsisyk authored
https://release.debian.org/migration/testing.pl?package=tarantool: Trying to update tarantool from 1.6.3.539.g211672f-1 to 1.6.7.551.ga5bafc5-1 (candidate is 25 days old): + tarantool/amd64 unsatisfiable Depends: binutils (<< 2.25.90.20151126) + missing build on XXX: tarantool-common (from 1.6.3.539.g211672f-1)
-
- Jan 15, 2016
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
* use fiber_wakeup() in fiber_yield_timeout() to make sure we don't fiber_call() a fiber which is perhaps already in cord->ready list. * don't use diag_create() in fiber_new() if the fiber is recycled, this may leak a leftover exception in the diagnostics area * replace rlist_del(&fiber->state) with an assert, and fix the places in which a ready fiber can be called without first having been removed from the ready list.
-
Roman Tsisyk authored
-
Georgy Kirichenko authored
-
Alexandr Lyapunov authored
Fixed small submodule and attached
-
Alexandr Lyapunov authored
Now OutOfMemory exception is used everywhere, ER_MEMORY_ISSUE is left only for error code
-
Nick Zavaritsky authored
-
Nick Zavaritsky authored
* clear diag in fibers, avoid leaks, reused fibers start with clean diag * the following policy is now enforced: the active fiber must be removed from cord->ready, to prevent spurious wakeups due to fiber_wakeup-s in the past * reset fiber->f when fiber is awaiting to be reused in fiber loop, instant crash if woken by mistake
-
Sulverus authored
-
ocelot-inc authored
-
- Jan 14, 2016
-
-
Sulverus authored
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
Konstantin Osipov authored
- Jan 13, 2016
-
-
Konstantin Osipov authored
Move xdir_scan() outside recover_remaining_wals(). In recovery_follow_f, the function invoked in local hot standby mode or remote recovery, only invoke xdir_scan() if we're at the end of the current log (or have no log file at all).
-
Roman Tsisyk authored
Conflicts: src/box/sophia_engine.cc third_party/sophia
-
Roman Tsisyk authored
-
Alexandr Lyapunov authored
-
Dmitry Simonenko authored
This reverts commit 310eb33e. Conflicts: third_party/sophia Fix #1239 Sophia join does not work
-
Roman Tsisyk authored
Conflicts: src/box/lua/call.cc src/box/lua/net_box.c src/box/lua/tuple.c src/box/memtx_engine.cc src/box/sophia_engine.cc src/lua/msgpack.c
-
Alexandr Lyapunov authored
*)updated small submodule *)test was added
-
Roman Tsisyk authored
Source was unpacked incorrectly.
-
- Jan 12, 2016
-
-
Roman Tsisyk authored
Needed to prepare a fix for #1185 Actually s/_ex_cb/_xc_cb/g.
-
- Jan 11, 2016
-
-
Nick Zavaritsky authored
-
Roman Tsisyk authored
Also fixes #1177: Error message for display of a net.box result
-
- Jan 10, 2016
-
-
ocelot-inc authored
-
ocelot-inc authored
-
Roman Tsisyk authored
Changelog: - Change naming scheme to include a postrelease number to Version - Fix arch-specific paths in tarantool-common - Rename tarantool-dev to tarantool-devel - Use system libyaml - Remove Vendor - Remove SCL support - Remove devtoolkit support - Remove Lua scripts - Remove quotes from %files - Disable hardening to fix backtraces - Fix permissions for tarantoolctl directories - Comply with http://fedoraproject.org/wiki/Packaging:DistTag - Comply with http://fedoraproject.org/wiki/Packaging:LicensingGuidelines - Comply with http://fedoraproject.org/wiki/Packaging:Tmpfiles.d - Comply with the policy for log files - Comply with the policy for man pages - Other changes according to #1293100 review This spec file was carefully reviewed by Fedora package maintainers to comply with policies and packaging guidelines [1]. Please don't push to this file before getting a review from somebody who is familiar with these guidelines. Remember to update a changelog inside of the spec file. "Policy is your friend. Trust the Policy. Love the Policy. Obey the Policy." (c) debian.org [1]: https://fedoraproject.org/wiki/Packaging:Guidelines I've checked that packages actually work on Fedora Rawhide (systemd) and CentOS 6 (sysvinit). It should be safe to switch our builds to the new spec and remove old one after fixing problems with tarantool/build [2][3]. [2]: https://github.com/tarantool/build/issues/6 [3]: https://github.com/tarantool/build/issues/9
-
Roman Tsisyk authored
This is a workaround for #1262
-