Skip to content
Snippets Groups Projects
  1. May 20, 2011
  2. Apr 19, 2011
  3. Apr 05, 2011
    • Roman Tokarev's avatar
      Update files generated by confetti. · 927e9dbf
      Roman Tokarev authored
      Port tarantool to ObjectiveC.
      Implement basic TNTException class and
       TNTFiberException and TNTBoxException subclasses.
      Replace longjmp/setjmp with ObjectiveC exceptions.
      
      mod/box: Restructurize request processing in the following way:
      
      	try
      		begin
      		dispatch
      		commit
      	catch
      		abort
      
      where any error during request processing generate an exception.
      927e9dbf
  4. Feb 27, 2011
  5. Feb 21, 2011
  6. Feb 17, 2011
    • Konstantin Osipov's avatar
      CMake build scripts: prepare for multiple module support. · d28b00c8
      Konstantin Osipov authored
      Generalize CMake build scripts to be able to
      easily add new modules (such as box or feeder).
      Move prscfg.{h,c} (confetti general library and
      header) from third_party/confetti/ to cfg/ to
      simplify the build.
      Update configuration file templates and parsing
      code to use the new confetti.
      Rename cfg/tarantool_cfg.h to cfg/warning.h,
      to be able to reuse it in warning.c.
      Update tests.
      
      Note: tarantool_feeder is now built in mod/feeder;
      tarantool_silverbox is built in mod/silverbox.
      Modify .gitignore accordingly.
      d28b00c8
  7. Feb 14, 2011
  8. Feb 04, 2011
    • Konstantin Osipov's avatar
      Blueprint 'cmake-based-build' initial commit. · 82e966b3
      Konstantin Osipov authored
      Use CMake to:
      - Compile tarantool_silverbox, tarantool_feeder.
      - enable ./test-run testing out-of-source
      - implement Debug/Release configurations
      - add ENABLE_BACKTRACE ENABLE_TRACE and HAVE_BFD switches
      - support auto-generated targets
      82e966b3
  9. Feb 03, 2011
  10. Dec 27, 2010
  11. Dec 14, 2010
  12. Dec 13, 2010
  13. Dec 03, 2010
  14. Nov 30, 2010
  15. Nov 29, 2010
    • Roman Tokarev's avatar
      [core] · 17832a40
      Roman Tokarev authored
      	add chkconfig
      	add 'reload configuration' command for admin console
      17832a40
  16. Nov 16, 2010
  17. Nov 15, 2010
  18. Nov 13, 2010
  19. Nov 11, 2010
  20. Nov 03, 2010
    • Roman Tokarev's avatar
      [box] indexes speedup · e43488ad
      Roman Tokarev authored
      	* build tree indexes after full loading
      	* save in tree index parsed key (not only tuple)
      	* lexicographical order in tree
      e43488ad
  21. Oct 12, 2010
  22. Sep 21, 2010
  23. Sep 08, 2010
Loading