- Oct 08, 2015
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Roman Tsisyk authored
Extract bsdsocket_io_wait() from bsdsocket.cc to public C API. This very simple patch allow to use Tarantool event machine in stored C procedures. Other changes: replace fiber_wakeup() with fiber_call() here to save extra event loop iteration.
-
Daniil Medvedev authored
-
Roman Tsisyk authored
A prerequisite for #1062: Automatic cluster bootstrap
-
- Oct 07, 2015
-
-
Nick Zavaritsky authored
Updated libeio invokes done_poll callback but we weren't providing one.
-
Nick Zavaritsky authored
Wrong fix. This reverts commit cd200c65.
-
- Oct 06, 2015
-
-
Nick Zavaritsky authored
-
- Oct 04, 2015
-
-
Nick Zavaritsky authored
-
Nick Zavaritsky authored
-
- Oct 01, 2015
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Remove broadcast(): it din't work as expected and wasn't used by anyone.
-
- Sep 30, 2015
-
-
Nick Zavaritsky authored
-
Nick Zavaritsky authored
Enable monotonic timers (if available). Enable floor() usage in computations (instead of a crude approximation with bithacks). Enable eventfd and signalfd usage on Linux.
-
Nick Zavaritsky authored
-
Nick Zavaritsky authored
-
- Sep 29, 2015
-
-
Konstantin Osipov authored
Update error messages. Follow the coding style in C function naming.
-
Alexandr Lyapunov authored
Added lots of checks and nice error messages. Added lots of tests
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Disallow upsert in presence of a unique secondary key. Update tests. Fix typos.
-
Nick Zavaritsky authored
_Noreturn kw must appear before the function name as per C11 grammar and clang7 is the first one to enforce that. Ecb_noreturn macro is defined using _Noreturn keyword if C11 support is detected; otherwise __noreturn__ gcc attribute is used. The later must appear after the function parameters list. These two methods to annotate a function are inherently incompatible in terms of the token location relative to the function declaration. Use gcc attribute exclusively since it is always available.
-
- Sep 25, 2015
-
-
Roman Tsisyk authored
-
- Sep 24, 2015
-
-
Nick Zavaritsky authored
-
Nick Zavaritsky authored
-
- Sep 23, 2015
-
-
Alexandr Lyapunov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Conflicts: src/box/relay.cc
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
- Sep 22, 2015
-
-
Alexandr Lyapunov authored
-
Alexandr Lyapunov authored
-
bigbes authored
-
bigbes authored
-
bigbes authored
-
bigbes authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
- Sep 21, 2015
-
-
ocelot-inc authored
-