Skip to content
Snippets Groups Projects
  1. May 20, 2011
  2. May 14, 2011
    • Konstantin Osipov's avatar
      A (partial) fix for Bug#748630 · 33b70fc6
      Konstantin Osipov authored
      A partial fix for Bug#748630
      "Make --help and --version follow GNU standard".
      
      Add product name to the --version output.
      Leave --help intact, there is sufficient
      information about how to report bug in it
      already.
      
      Update test results.
      
      Remove an unused declaration from tarantool.h.
      
      Add mod_name to each module and output
      it in --version.
      33b70fc6
  3. May 12, 2011
  4. May 11, 2011
  5. Apr 26, 2011
  6. Apr 19, 2011
  7. Apr 08, 2011
  8. Apr 07, 2011
    • Roman Tokarev's avatar
      Add stat_cleanup. · 87d4ad5b
      Roman Tokarev authored
      mod/box:
      
      Call stat_cleanup after recovery finished.
      Fix stat_collect invocation.
      87d4ad5b
    • Roman Tokarev's avatar
      Rename ObjectiveC classes. · d22531a3
      Roman Tokarev authored
      Replace all custom raise macros with general tnt_raise one.
      
      mod/box:
      
      Remove in_recover and write_to_wal fields from txn and use
       BOX_QUIET and BOX_NOT_STORE flags instead.
      Move verification of allowed commands from txn_begin to
       box_process_rw/box_process_ro functions.
      d22531a3
  9. 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
  10. Apr 03, 2011
  11. Mar 21, 2011
  12. Mar 16, 2011
  13. Mar 15, 2011
  14. Mar 14, 2011
  15. Mar 09, 2011
  16. Mar 02, 2011
    • Konstantin Osipov's avatar
      CPack: enable statically built binaries. · bd6091dc
      Konstantin Osipov authored
      @todo: Deal with this:
      
      /build/buildd/binutils-2.20.1/builddir-single/bfd/../../bfd/plugin.c:127:
      warning: Using 'dlopen' in statically linked applications requires
      at runtime the shared libraries from the glibc version used for
      linking
      libltbox.a(tarantool.c.o): In function `main':
      /home/kostja/work/tarantool/core/tarantool.c:453: warning: Using
      'getpwnam' in statically linked applications requires at runtime
      the shared libraries from the glibc version used for linking
      bd6091dc
  17. Feb 27, 2011
    • Konstantin Osipov's avatar
      Implement blueprint 'consistent-header-guards'. · 65df38a9
      Konstantin Osipov authored
      Implement
      https://blueprints.launchpad.net/tarantool/+spec/consistent-header-guards
      
      Audit all header files in tarantool code base for consistent use
      of header guards:
      - consistent naming scheme, following doc/coding-style.txt
      - header guard goes before the copyright
      - each header is self-sufficient.
      - add copyright headers where they were missing.
      
      Remove __packed__, __unused__, __noinline__ and __regparm2__ from util.h,
      since the name __unused__ conflicted with a parameter name in
      third_party/valgrind/valrgind.h, which led to a dependency in inclusion
      order between util.h and this header. The define names were not standard, I
      couldn't come up with some meaningful and standard names, and they were only
      saving some typing, while not providing any extra functionality.
      65df38a9
    • Konstantin Osipov's avatar
      Rename 'silverbox' to 'box', across the board. · 6908df6f
      Konstantin Osipov authored
      Rename 'silverbox' to 'box', across the board.
      Delete the remnants of the old build system
      (scripts/rules.mk and scripts/config-def.mk).
      
      Do not touch client/perl for now, since it's maintained
      elsewhere.
      6908df6f
  18. Feb 22, 2011
    • Konstantin Osipov's avatar
      CPack: initial commit. · 1cbe4ca8
      Konstantin Osipov authored
      Add the simplest CPack configuration for
      'make package' and 'make package_source'
      targets.
      Add an empty snapshot to revision control
      to use in 'make package' and thus
      spare the user from the need to do
      --init-storage.
      Modify args.test to accept a bare
      (no git version) version number, and thus
      ensure the user from a yet another call before
      he/she can start work/play around.
      1cbe4ca8
  19. Feb 21, 2011
  20. 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
  21. Feb 14, 2011
  22. Feb 07, 2011
  23. 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
  24. Dec 30, 2010
    • Roman Tokarev's avatar
      [core] rename · 8f712fec
      Roman Tokarev authored
      	chkconfig -> check_config
      	mod_reloadconfig -> mod_reload_config
      8f712fec
  25. Dec 27, 2010
  26. Dec 14, 2010
  27. Dec 09, 2010
  28. Dec 07, 2010
  29. Dec 03, 2010
Loading