- Oct 21, 2015
-
-
Nick Zavaritsky authored
-
Roman Tsisyk authored
-
Roman Tsisyk authored
Use vclock_sum() from WAL writer as a transaction signature. Fix handling of transactions without the write requests.
-
Dmitry Simonenko authored
-
- Oct 20, 2015
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Nick Zavaritsky authored
getaddrinfo() on osx upto osx 10.8 crashes when AI_NUMERICSERV is set and servername is either NULL or "0" ("00" works fine) Based on the workaround in https://bugs.python.org/issue17269
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
- Oct 19, 2015
-
-
Roman Tsisyk authored
Start network port listener only after recovering all existing at the start xlogs.
-
Sulverus authored
-
- Oct 18, 2015
-
-
Nick Zavaritsky authored
-
Nick Zavaritsky authored
box.cfg{} should not complain if an immutable parameter is passed again unchanged
-
- Oct 16, 2015
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Add exception methods to plain C. Add an error factory to raise exceptions from plain C.
-
Roman Tsisyk authored
-
Eugene Leonovich authored
E.g. `-128` is packed as `d1ff80` instead of `d080`.
-
- Oct 15, 2015
-
-
Sulverus authored
-
Roman Tsisyk authored
Conflicts: third_party/libev/ev.c
-
Roman Tsisyk authored
Requested by customer.
-
Roman Tsisyk authored
External unwind code doesn't exists for non-x86 platforms. Allow LuaJIT to be compiled somehow.
-
Roman Tsisyk authored
-
- Oct 14, 2015
-
-
Sulverus authored
-
Daniil Medvedev authored
-
- Oct 13, 2015
-
-
Konstantin Osipov authored
Building Documentation topic for issue #804
-
Nick Zavaritsky authored
-
- Oct 12, 2015
-
-
Nick Zavaritsky authored
A 'tentative definition' in C language is a global variable definition missing both a storage class and an initializer, ex: int foo. Traditionally it get's translated into a common symbol, allowing for multiple definitions in different translation units to coexist. Normally multiple definitions aren't allowed; unless they are common symbols. In the later case a linker picks one arbitrarily. -fno-common alters tentative definitions translation, resulting in a more strict and conformant semantics, multiple definitions are no longer allowed. This change was motivated by the OSX linker not handling common symbols in static libraries (https://stackoverflow.com/questions/19398742/os-x-linker-unable-to-find-symbols-from-a-c-file-which-only-contains-variables)
- Oct 11, 2015
-
-
Konstantin Osipov authored
Add members to struct error Avoid unnecessary type conversions.
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Avoid throwing exceptions from most fiber functions.
-
- Oct 10, 2015
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
say.cc -> say.c
-