- Jul 02, 2012
-
-
Pavel Cherenkov authored
-
Pavel Cherenkov authored
-
Pavel Cherenkov authored
-
Yuriy Nevinitsin authored
-
- Jun 29, 2012
-
-
Dmitry E. Oboukhov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Fix a typo in the code which would move the code to the Objective C 2.0 runtime. Correctly check for the size of area necessary to store the object (vs. allocated area) to make a decision whether or not we need to re-allocate.
-
Dmitry E. Oboukhov authored
-
Dmitry E. Oboukhov authored
-
Dmitry E. Oboukhov authored
-
Pavel Cherenkov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
In the new Objective C 2.0 runtime, class Object was trimmed and no longer contains + alloc, - init, - free and - subclassResponsibility, which we use. Implement our own base class and use it instead of the old Object. This should fix compilation with gcc 4.7 everywhere and clang on Darwin. The current code can still be built with gcc 4.6.
-
Dmitry E. Oboukhov authored
-
Dmitry Simonenko authored
-
- Jun 28, 2012
-
-
Pavel Cherenkov authored
-
Yuriy Nevinitsin authored
-
Yuriy Nevinitsin authored
-
Pavel Cherenkov authored
-
- Jun 27, 2012
-
-
Pavel Cherenkov authored
-
Pavel Cherenkov authored
-
- Jun 26, 2012
-
-
Pavel Cherenkov authored
macosx2: merging in (manually) previously unmerged changes (from macosx-port1), non-working tests: box/lua.test, box_big/lua.test connector_c/xlog_rpl.test
-
Dmitry E. Oboukhov authored
-
Dmitry E. Oboukhov authored
-
Dmitry E. Oboukhov authored
-
Konstantin Osipov authored
A fix for Bug#1017905 "replication failure may leave garbage in the read buffer". No test case since this is a runtime error which is hard to emulate. Clear the read buffer whenever closing a file desriptor, to remove garbage data from the closed connection.
-
- Jun 23, 2012
-
-
Konstantin Osipov authored
A fix and a test case for Bug#898198 memcached protocol isn't case-insensitive. Make the protocol case-insensitive. Fix the test framework to be able to match case-insensitive server queries. Add a test.
-
- Jun 22, 2012
-
-
Konstantin Osipov authored
Conflicts: mod/box/box.lua
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
A fix for Bug#987296 "cmake doesn't rebuild all files... which include TARANTOOL_CONFIG". Since the dependency between recompiled sources and tarantool module config is not present anywhere in the code, cmake can not track it. Add an explicit object_depends to the relevant target. Fix alignment of tarantool_mod function.
-
Konstantin Osipov authored
Tarantool/Box crashed during shutdown if a non running LUA fiber was created. Fiber garbage collection in Lua, initiated during shutdown, was performed after the fiber subsystem was destroyed. Additionally, fix a wrongly formulated assert which checks that the fiber which is being cancelled has not been cancelled already.
-
Dmitry Simonenko authored
-
Dmitry Simonenko authored
-
Dmitry Simonenko authored
-
Dmitry Simonenko authored
-