- Feb 13, 2012
-
-
Dmitry Simonenko authored
- release_disabled test suite ini file option support - debug build only error-injection test, cmake build cleaner output - tarantool server version output with build flags
-
- Feb 03, 2012
-
-
Konstantin Osipov authored
-
- Jan 25, 2012
-
-
Dmitry Simonenko authored
-
- Jan 24, 2012
-
-
Dmitry Simonenko authored
-
Dmitry Simonenko authored
-
Dmitry Simonenko authored
ENUM0 macro.
-
Dmitry Simonenko authored
-
Dmitry Simonenko authored
-
- Dec 21, 2011
-
-
Dmitry Simonenko authored
Blueprint https://blueprints.launchpad.net/tarantool/+spec/error-injection
-
- Dec 16, 2011
-
-
Dmitry Simonenko authored
-
- Dec 15, 2011
-
-
Dmitry Simonenko authored
client/tarantool: proper error display
-
- Dec 14, 2011
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Dmitry Simonenko authored
test/connector_c: sql select limit test client/tarantool: error processing fix
-
- Dec 12, 2011
-
-
Konstantin Osipov authored
-
- Dec 09, 2011
-
-
Konstantin Osipov authored
Continue improving valgrind run: add recommended luajit suppressions.
-
Konstantin Osipov authored
Workaround a valgrind warning in strtod on 64 bit systems. On 64-bit systems, strtod uses an optimized version of strcasecmp to find out whether or not a string represents a number. This version uses int (8 byte) comparison. If the string in turn is less than 8 bytes, or is not aligned around 8 byte boundary, uninitialized memory can be accessed. Work this around with a simple test (this is lame and incomplete, but covers our cases. In future either this in valgrind will be gone, or our code will change, or we add a suppression).
-
Konstantin Osipov authored
Fix a valgrind warning in sptree.h discovered by new tests.
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Dmitry Simonenko authored
test/connector_c: tnt_reply test added
-
- Dec 07, 2011
-
-
Konstantin Osipov authored
Rewrite addr2symbol binary search: make it simpler, fix bugs with access to symbols[-1], make sure it works correctly on 64 bit systems (s/int/ssize_t).
-
Aleksey Demakov authored
-
- Dec 06, 2011
-
-
Konstantin Osipov authored
Add a way to do nested iteration in Lua stored procedures. Implement destruction for tree indexes and iterators. This clears a few valgrind warnings.
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Dmitry Simonenko authored
-
Dmitry Simonenko authored
-
Konstantin Osipov authored
Fix connector_c test.
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Finish porting index API to objective C. Change all methods to become objective C methods. Implement a family of virtual constructors and destructors. Change iterator allocation scheme.
-
- Dec 02, 2011
-
-
Dmitry Simonenko authored
-
Dmitry Simonenko authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-