- Jan 20, 2016
-
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
Nick Zavaritsky authored
-
Roman Tsisyk authored
-
Georgy Kirichenko authored
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
- Jan 19, 2016
-
-
Roman Tsisyk authored
-
Roman Tsisyk authored
rand() generated the same number after 10k calls
-
Nick Zavaritsky authored
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
Sulverus authored
-
Sulverus authored
-
Sulverus authored
-
https://github.com/tarantool/build/issues/10Sulverus authored
Switch tarantool builds to a new RPM spec
-
Roman Tsisyk authored
-
Alexandr Lyapunov authored
-
Roman Tsisyk authored
A post review fix for #1221 according to Konstantin Osipov comments.
-
Dmitry E. Oboukhov authored
-
- 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
-
ocelot-inc authored
-
ocelot-inc authored
-
- 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
-