Skip to content
Snippets Groups Projects
  1. Aug 31, 2015
  2. Aug 02, 2015
  3. Jul 06, 2015
    • Konstantin Osipov's avatar
      gh-897: stored functions in C/C++ · fccb62ce
      Konstantin Osipov authored
      Implement basic support for stored functions in C/C++.
      
      - split away struct func from struct func_def (function
      object and function definition object).
      - extend box.schema.func.create() to accept 'language' argument.
      - move module API related cmake magic to its own file
      - add test/lib to gitignore
      - update to the new test-run
      - add a test
      fccb62ce
  4. May 12, 2015
  5. Apr 23, 2015
  6. Apr 22, 2015
  7. Feb 25, 2015
  8. Feb 06, 2015
  9. Nov 26, 2014
  10. Nov 24, 2014
  11. Oct 22, 2014
  12. Oct 20, 2014
    • bigbes's avatar
      Multiple changes: · 526dade3
      bigbes authored
      0) DIST.LUA: Move dist.lua to tarantoolctl (+ DEB + RPM + DOCS)
      0) DIST.LUA: Delete -w option
      1) CMAKE: Add pod2man function for generating MAN Files from POD format
      2) RPM: Add man files for tarantoolctl, move tarantoolctl+initscripts
      from `tarantool` into `tarantool-common`
      3) DEB: Remove tarantoolctl.1 creation
      4) Remove trailing whitespaces
      
      Fixes gh-570
      Fixes gh-557
      526dade3
  13. Sep 24, 2014
  14. Sep 12, 2014
  15. Sep 08, 2014
  16. Aug 31, 2014
    • bigbes's avatar
      Add systemd specs and following remarks: · 87812978
      bigbes authored
      * In RPM/DEB we introduce new utility - tarantool_ctl (extra/dist/dist.lua)
      * /var/pid -> /var/run
      * Fix extra/dist/dist.lua
      * /extra/dist/tarantool.init and /extra/dist/tarantool.service now
        are regenerated by cmake (paths to `dist.lua`)
      * Systemd service (Uses sysv-init script)
      * RPM Supports both systemd and init (by using '--with systemd' in
        rpmbuild flags)
      87812978
  17. Aug 01, 2014
  18. Jul 30, 2014
  19. Jul 18, 2014
  20. Jul 09, 2014
    • Roman Tsisyk's avatar
      Improve UUID support on all platforms · 717b855c
      Roman Tsisyk authored
      This patch adds a new implementation of UUID library.
      New library generates RFC4122 compatible random-based (version 4)
      UUIDs using data from /dev/(u)random. The uuidgen(2) syscall is also
      supported on BSD system. `struct tt_uuid` redefined from RFC4122.
      Complimentary functions rewrotten to remove dependecy on e2fs libuuid.
      Lua bindings refactored to use new library and support all features.
      
      Closes #317
      717b855c
  21. Jun 11, 2014
    • bigbes's avatar
      Fix error related to absence of rpmbuild · 1fa3e8fb
      bigbes authored
      1fa3e8fb
    • bigbes's avatar
      Update rpmspec · 9d1039e9
      bigbes authored
      * Move building of modules into Lua (in rpmspec)
      * Remove tarantool.cfg and init.d/tarantool_box from SCL spec (bug in cmake28-epel-6-x86_64)
      * Merge two specs (for EL and other RPM linuxes)
      * Add Fedora's Mock specifications
      9d1039e9
  22. May 16, 2014
  23. May 06, 2014
  24. Apr 24, 2014
  25. Apr 23, 2014
  26. Apr 14, 2014
  27. Apr 11, 2014
  28. Apr 10, 2014
  29. Apr 08, 2014
    • Konstantin Osipov's avatar
      [gh-226] First approximation of interactive mode. · 22fff07b
      Konstantin Osipov authored
      tarantool_box without arguments runs in interactive mode.
      @todo:
          - log_level by default should be 'critical'
          - wal_mode by default should be 'none'
          - pid_file by default should be 'none'
          - readline should be called via coeio, to not block
          event loop while it's running
      22fff07b
  30. Mar 20, 2014
    • Roman Tsisyk's avatar
      Fix build system to properly support pluggable modules · 876e401a
      Roman Tsisyk authored
       * Install *.lua modules into ${DATADIR}/tarantool/1.5
          and *.so modules into ${LIBDIR}/tarantool/1.5
       * Fix default package.path and package.cpath
       * Install Lua headers to ${INCLUDE_DIR}/tarantool/1.5
       * Install config.h to ${INCLUDE_DIR}/tarantool/1.5
       * Add a new package - tarantool-dev (server development headers)
       * Use RPM Macroses in rpm.spec
       * Fix tarball generation for Debian
       * Use GNUInstallDirs.cmake to setup directories
      876e401a
  31. Feb 10, 2014
  32. Feb 06, 2014
    • Dmitry Simonenko's avatar
      remove absolute prefix from MODULE_DIR · 5ce02833
      Dmitry Simonenko authored
      5ce02833
    • Dmitry Simonenko's avatar
      plugins-to-lua-modules: migrate from plugins to lua modules. · 4f6db98f
      Dmitry Simonenko authored
      Summary:
      * PLUGIN_DIR -> MODULE_DIR
      * MODULE_DIR prefix is /usr/lib/tarantool/VERSION
      * MODULE_DIR automatically appends to both lua c/path
      * removed plugin autoload facility in src/lua/init.cc
      * removed admin console plugin dependencies
      * moved src/box/lua/sql.lua to separate module = require('box.net.sql')
      * moved src/plugin/pg = require('box.net.pg')
      * moved src/plugin/mysql = require('box.net.mysql')
      * default .so and .lua install is lib/tarantool/modules/{box/net/}
      * debian spec and tests are updated
      4f6db98f
Loading