Skip to content
Snippets Groups Projects
  1. Sep 23, 2016
  2. Sep 22, 2016
  3. Sep 21, 2016
  4. Sep 15, 2016
  5. Aug 30, 2016
  6. Aug 03, 2016
  7. Jul 29, 2016
  8. Jul 15, 2016
  9. Jul 05, 2016
  10. May 16, 2016
  11. May 12, 2016
  12. Apr 28, 2016
  13. Apr 27, 2016
  14. Apr 26, 2016
  15. Apr 06, 2016
  16. Feb 18, 2016
  17. Feb 16, 2016
  18. Feb 08, 2016
  19. 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
    • Roman Tsisyk's avatar
      Fix GNU readline detection for OS X · e3a31768
      Roman Tsisyk authored
      e3a31768
  20. Feb 03, 2016
  21. Feb 01, 2016
  22. Jan 29, 2016
  23. Jan 28, 2016
  24. Jan 23, 2016
  25. Jan 21, 2016
  26. Jan 19, 2016
  27. Jan 18, 2016
  28. Jan 09, 2016
    • Roman Tsisyk's avatar
      Update CMakeFiles to unify deb/rpm packaging · 728eaebd
      Roman Tsisyk authored
      * Add -DENABLE_DIST=ON option to enable init scripts on `make install`
      * Create directories for tarantoolctl on `make install`
      * Add logrotate script to `make install`
      * Fix example.lua to work out of the box
      * Use /etc/default instead of /etc/sysconfig on Debian
      * Fix directories permissions for tarantoolctl
      * Add support for systemd-tmpfiles (required by Fedora)
      728eaebd
  29. Dec 24, 2015
  30. Dec 20, 2015
  31. Dec 18, 2015
    • Roman Tsisyk's avatar
      Fix #519: split lua-yaml and libyaml · 037bedf0
      Roman Tsisyk authored
      * Split libyaml (C library) and lua-yaml (Lua bindings)
      * Add support for system libyaml-dev in CMake scripts if
         -DENABLE_BUNDLED_LIBYAML is OFF (default is ON)
      * Add libyaml-dev to DEB dependencies
      
      third_party/libyaml/ is completely identical to upstream libyaml 0.1.6.
      (libyaml-0-2 in Debian/Ubuntu). Test are passed both with bundled and
      system versions of the library.
      
      third_party/lua-yaml/ is patched by me to use luaL_serializer, therefore
      upstream version is not suitable for Tarantool.
      
      This patch is needed to pass Debian package checks (lintian).
      037bedf0
  32. Dec 11, 2015
Loading