Skip to content
Snippets Groups Projects
  1. May 14, 2011
    • Konstantin Osipov's avatar
      Bug#748630, 1.4 part of the fix · 2aa1837d
      Konstantin Osipov authored
      Bug#748630, Make --help and --version follow GNU standard: 1.4
      part.
      
      Rename --daemonize to --background to follow the GNU
      convention.
      2aa1837d
    • Konstantin Osipov's avatar
      Merge branch 'master-stable' · e3fb5d2b
      Konstantin Osipov authored
      Merge the fix for Bug#748630
      into 'master'.
      
      Conflicts:
      	test/box/args.result
      e3fb5d2b
    • 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
  2. May 13, 2011
  3. May 12, 2011
  4. May 11, 2011
  5. May 06, 2011
  6. Apr 26, 2011
  7. Apr 21, 2011
  8. Apr 19, 2011
  9. Apr 08, 2011
  10. Apr 07, 2011
  11. 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
Loading