- 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
-
Eugine Blikh authored
-
bigbes authored
-
bigbes authored
-
- Sep 21, 2012
-
-
Dmitry Simonenko authored
* xlog/snapshot file format iterator object added (tnt_log) * tnt_snapshot stream created * refactored tnt_xlog and tnt_stream streams to use the same tnt_log object * storage iterator added (for fetching tuples from snapshot or other tuple storage) * console client refactored to support snapshot files (cat command) (this also fix for https://bugs.launchpad.net/tarantool/+bug/1028475) * snapshot test case added
-
- Sep 05, 2012
-
-
Konstantin Osipov authored
Now when the client argument format was changed, and it has new features, bump its version.
-
- Sep 04, 2012
-
-
Dmitry Simonenko authored
bugfix https://bugs.launchpad.net/tarantool/+bug/1045830
-
- Aug 30, 2012
-
-
Dmitry Simonenko authored
-
Dmitry Simonenko authored
console client log flush prior to close.
-
Dmitry Simonenko authored
-
- Aug 23, 2012
-
-
Dmitry Simonenko authored
1. tnt_lex updated to support external keywords definitions 2. command line client extended to support local commands 3. new commands added: tee, notee, loadfile https://blueprints.launchpad.net/tarantool/+spec/client-local-commands
-
- Aug 10, 2012
-
-
Dmitry Simonenko authored
-
- Aug 06, 2012
-
-
Dmitry Simonenko authored
implemented (hexademical output needed)
-
- Aug 03, 2012
-
-
Dmitry Simonenko authored
-
- Jul 31, 2012
-
-
Konstantin Osipov authored
End the copyright madness. Tarantool authors maintain a shared copyright on the code base. Remove individual copyright (c) from specific files and put a single AUTHORS file in the project top.
-