Skip to content
Snippets Groups Projects
  1. Oct 06, 2017
  2. Sep 13, 2017
  3. Sep 12, 2017
  4. Jul 24, 2017
  5. Jul 18, 2017
  6. Jul 14, 2017
    • Roman Tsisyk's avatar
      Add minimal viable package manager based on LuaRocks · 9e7c4217
      Roman Tsisyk authored
      Usage:
      
          tarantoolctl rocks install ROCK - install a rock
          tarantoolctl rocks remove ROCK - remove a rock
          tarantoolctl rocks show ROCK - show information about an installed rock
          tarantoolctl rocks search PATTERN - search repository for rocks
          tarantoolctl rocks list - list all installed rocks
      
      There are no other commands, options, configuration files. Our official
      repository (http://rocks.tarantool.org) works out of the box. All rocks
      are installed to ${PWD}/.rocks directory to support separate rocks trees
      per project, as proposed by #2067. Rockspec can use "tarantool >= 1.7.x"
      inside dependencies = {} block to depend on a specific Tarantool version.
      
      LuaRocks has been slightly hacked to support custom configuration
      via site_config.lua. There are no other changes in the upstream code.
      It is not a fork and it isn't going to be a fork. All formats, layouts
      and rockspecs are 100% compatible with the upstream LuaRocks 2017-07-10.
      
      This feature intentionally doesn't have CMake option to disable it,
      because it should be provided on all available platforms out of the box.
      
      Other changes:
      
       * Add ${PWD}/.rocks to default package.path/package.cpath
       * Hack tarantoolctl to display subcommands in --help.
         Currently command line arguments handling are not perfect, but
         it can be fixed only by a new argparse implementation.
      
      Closes #2067
      9e7c4217
  7. Jun 16, 2017
    • Ilya's avatar
      Add HTTP client based on libcurl · 7e62ac79
      Ilya authored
      Inpspired by tarantool/curl module by Vasiliy Soshnikov.
      Reviewed and refactored by Roman Tsisyk.
      
      Closes #2083
      7e62ac79
  8. May 22, 2017
  9. Feb 15, 2017
    • Roman Tsisyk's avatar
      Remove Sophia from 1.6 · 5336dbf6
      Roman Tsisyk authored
      Sophia was an experimental storage engine in 1.6.x.
      Please use 'vinyl' engine in Tarantool 1.7 instead.
      
      Closes #2040
      5336dbf6
  10. Feb 03, 2017
  11. Feb 01, 2017
  12. Dec 16, 2016
  13. Sep 29, 2016
  14. Sep 28, 2016
  15. Sep 26, 2016
  16. Sep 01, 2016
  17. Jun 24, 2016
  18. Apr 28, 2016
    • Roman Tsisyk's avatar
      Review fixes for LZ4 · 4896b6a1
      Roman Tsisyk authored
      * Use our own fork
      * Fix typo in CMakeLists.txt
      * Update build dependecies in README.md
      * Fix a potential bug with buffer size calculation in ss_lz4filter_next()
      4896b6a1
  19. Apr 27, 2016
  20. Apr 26, 2016
  21. Apr 06, 2016
  22. Feb 18, 2016
  23. Feb 10, 2016
  24. Feb 09, 2016
  25. Feb 05, 2016
  26. Feb 04, 2016
    • Roman Tsisyk's avatar
      gh-1262: Allow to disable backtraces entirely · a6997b0c
      Roman Tsisyk authored
      * Fix hardening if backtraces are off
      * Ensure that all tests are passed with hardened flags
      * RPM: add --with/--without backtrace option (default is --with)
      * RPM: remove dependency on libbfd, libiberty, libz if --without backtrace
      * RPM: enable stripping and debuginfo if --without backtrace
      
      Backtraces are still enabled by default.
      
      Hardened flags used by RedHat:
      
        -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2
        -fstack-protector-strong --param=ssp-buffer-size=4
        -pie -fPIC
      a6997b0c
  27. Feb 03, 2016
  28. Feb 01, 2016
  29. Jan 22, 2016
  30. Jan 21, 2016
  31. Jan 19, 2016
  32. Jan 13, 2016
  33. Jan 10, 2016
Loading