Skip to content
Snippets Groups Projects
  1. Apr 08, 2014
  2. Mar 27, 2014
  3. Mar 26, 2014
    • Konstantin Osipov's avatar
      [gh-97] Reorder server initialization and reduce dependencies on config file · ac603647
      Konstantin Osipov authored
      In preparation of removal of confetti and switching solely to
      Lua-based configuration file, reduce dependencies on struct tarantool_cfg
      and reorder server initialization, so that it can happen after the event
      loop has already been started.
      ac603647
    • Alexandr's avatar
      added pt_alloc to small library · 003daabb
      Alexandr authored
      003daabb
    • Konstantin Osipov's avatar
      [gh-97] Make #! mandatory. · 29ada348
      Konstantin Osipov authored
      Remove command line options:
      
      --cfg-get
      --check-config
      --config
      --init-storage
      
      - these are gone forever, in preparation for config-less start.
      
      --background --  move to tarantool.cfg for now, in the future
      it will be part of Lua config.
      
      Make #! mandatory - if the server is started without #!, it's
      only possible to query its version or get startup help (--version
      and --help are the only remaining supported options).
      
      When #! is present, do not parse options, pass them wholly to the
      script at hand.
      
      Add helper scripts to test suites, to start/stop the server.
      For now, the scripts are empty, in the future they will be
      merged with a respective config file.
      29ada348
    • Roman Tsisyk's avatar
      d09c7550
  4. Mar 25, 2014
  5. Mar 24, 2014
  6. Mar 21, 2014
  7. Mar 20, 2014
  8. Mar 17, 2014
Loading