Skip to content
Snippets Groups Projects
  1. Oct 18, 2013
  2. Oct 11, 2013
  3. Oct 04, 2013
  4. Sep 24, 2013
  5. Sep 10, 2013
  6. Sep 09, 2013
  7. Sep 05, 2013
  8. Sep 03, 2013
  9. Aug 20, 2013
  10. Aug 16, 2013
  11. Jul 15, 2013
  12. Jul 08, 2013
  13. Jul 05, 2013
  14. Jul 02, 2013
  15. Jul 01, 2013
  16. Jun 28, 2013
    • Eugine Blikh's avatar
      Changes: · de90a615
      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.
      de90a615
  17. Jun 27, 2013
  18. Jun 25, 2013
  19. Jun 04, 2013
  20. May 29, 2013
  21. May 08, 2013
  22. May 07, 2013
  23. Apr 22, 2013
  24. Apr 17, 2013
  25. Apr 10, 2013
  26. Feb 28, 2013
  27. Feb 25, 2013
  28. Feb 22, 2013
  29. Feb 15, 2013
  30. Feb 05, 2013
Loading