- Jul 18, 2013
-
-
Eugine Blikh authored
-
- Jul 15, 2013
-
-
Roman Tsisyk authored
Thanks for Anatol Pomozov
-
- Jul 11, 2013
-
-
Eugine Blikh authored
-
- Jul 08, 2013
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
- Jul 05, 2013
-
-
Roman Tsisyk authored
-
Dmitry Simonenko authored
-
- Jul 02, 2013
-
-
Dmitry Simonenko authored
-
- Jul 01, 2013
-
-
Dmitry Simonenko authored
-
Dmitry Simonenko authored
-
- Jun 28, 2013
-
-
Eugine Blikh authored
* Implementing LUA printer (https://blueprints.launchpad.net/tarantool/+spec/tc-lua-printer) * Moving xlog printer code into tc_print_xlog.{c,h}, leaving basic printing code in tc_print.{c,h}. * Fix TC bug (https://bugs.launchpad.net/tarantool/+bug/1185746), Added support for snap print formatters. * Added temporary workaround for option (-B or --bin), that allow you to print STR instead of INT and INT64 in lua formatter. Works in "keys" and UPDATE (ASSIGN or INSERT). * Fix of stdin: add custom function for pipe instead of stdin (very slow with readline) * Fix for realloc problems 1) if size is 0, then behaviour is undefined 2) in C99 if realloc returns NULL, and size is not zero (errno == ENOMEM) input buffer of memory is needed to be freed manually. Whitepaper of POSIX standart: http://pubs.opengroup.org/onlinepubs/9699919799/functions/realloc.html * Add support of -D (--delim) argument, that sets delimiter on start of tarantool client. Also, if you "cat" .snap or .xlog files in LUA format it prints delim in end of every coomand.
-
- Jun 27, 2013
-
-
Dmitry Simonenko authored
-
- Jun 25, 2013
-
-
Dmitry Simonenko authored
-
- Jun 04, 2013
-
-
Roman Tsisyk authored
-
- May 29, 2013
-
- May 08, 2013
-
-
Dmitry Simonenko authored
-
Dmitry Simonenko authored
-
Dmitry Simonenko authored
* Make tarantool --play to understand user specified limits. * Remove --catin, use -cat - instead.
-
- May 07, 2013
-
-
Dmitry Simonenko authored
-
- Apr 22, 2013
-
-
Dmitry Simonenko authored
-
- Apr 17, 2013
-
- Apr 10, 2013
-
-
Roman Tsisyk authored
-
- Feb 28, 2013
-
-
Dmitry Simonenko authored
-H add headers to the raw format output (xlog and snapshot) -I read xlog content from the stdin
-
- Feb 25, 2013
-
- Feb 22, 2013
-
-
Konstantin Osipov authored
Correctly convert lsn to ulonglong, correctly evaluate --from and --to range.
-
- Feb 15, 2013
-
-
Konstantin Osipov authored
Use a single argument for mh_hash() and mh_eq().
-
Konstantin Osipov authored
In search for a bug in the hash index, cleanup its code: replace a redundant mh_replace with improved mh_put.
-
- Feb 05, 2013
-
-
Roman Tsisyk authored
-
- Feb 02, 2013
-
-
Konstantin Osipov authored
-
- Jan 10, 2013
-
-
Konstantin Osipov authored
Move third_party library compilation to the top level (less directory traversal). Provide an option for using system LibEIO/libobjc. Enforce a naming convention for cmake/ scripts (Find* and Build*). Move ev and eio wrappers to third-party (todo: delete them completely). There is one (known) problem with this patch: tarantool --version now prints incorrect compile flags. To be fixed in a separate patch.
-
- Dec 24, 2012
-
-
Konstantin Osipov authored
Move Box API declarations to box.h. Make box.h a public header. Add comments to box functions. Rename fuctions accordingly. Make includes for connector/c more local.
-
- Nov 23, 2012
-
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
- Nov 22, 2012
-
-
Roman Tsisyk authored
-
- Nov 21, 2012
-
-
Dmitry E. Oboukhov authored
-
- Nov 20, 2012
-
-
Konstantin Osipov authored
-
- Nov 19, 2012
-
-
Dmitry Simonenko authored
-
Dmitry Simonenko authored
-
- Nov 05, 2012
-
-
Eugine Blikh authored
-
Eugine Blikh authored
-