- Oct 23, 2015
-
-
Roman Tsisyk authored
Update third_party/luajit to v2.1 as suggested by Vyacheslav Egorov.
-
Roman Tsisyk authored
Replace copy-pasted code by calls to LuaJIT internal API. Remove useless memset(). Remove size argument from luaL_pushcdata(). Add comments and try to make this stuff to be more clear.
-
Roman Tsisyk authored
Performance boost up to 10% on cbench
-
- Oct 22, 2015
-
-
Roman Tsisyk authored
Please never use lua_pushinteger for numbers >= INT32_MAX
-
Nick Zavaritsky authored
Base class defines it with const qualifier.
-
Roman Tsisyk authored
-
- Oct 21, 2015
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Roman Tsisyk authored
-
Nick Zavaritsky authored
If building for 32 bit x86 target pass -march=i686 option to enable atomic instructions. i686 is usually the default arch but sometimes an older one is selected (depends on gcc compile time configuration).
-
Roman Tsisyk authored
-
bigbes authored
-
bigbes authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
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
-