Skip to content
Snippets Groups Projects
  1. Apr 15, 2016
  2. Apr 08, 2016
  3. Apr 07, 2016
  4. Apr 06, 2016
  5. Apr 05, 2016
  6. Apr 01, 2016
    • bigbes's avatar
      Refactor tarantoolctl · 2a861ae4
      bigbes authored
      + closes gh-1405 (right path for unix socket)
      + wrap box.cfg and loadfile with pcall
      + some variable/function scope cleanups (global -> local)
      + closes gh-1409 (check for lua syntax before running/restarting/eval server)
      2a861ae4
  7. Mar 31, 2016
  8. Mar 29, 2016
  9. Mar 28, 2016
  10. Mar 25, 2016
  11. Mar 18, 2016
  12. Mar 17, 2016
  13. Mar 15, 2016
  14. Mar 04, 2016
  15. Mar 03, 2016
    • Roman Tsisyk's avatar
      Fix #246: read-only mode · c0d090e2
      Roman Tsisyk authored
      Implement box.cfg { read_only = true }
      
      bool is_ro is now controlled by box.cfg{} and is not used by
      register/unregister logic in _cluster table.
      c0d090e2
  16. Mar 01, 2016
  17. Feb 26, 2016
  18. Feb 24, 2016
  19. Feb 19, 2016
  20. Feb 16, 2016
    • Roman Tsisyk's avatar
      Fix #291: IPROTO CALL returns wrong tuple · 7ce0ce2c
      Roman Tsisyk authored
      * Never ever ever raise "tuple is not array" from CALL
      * Support ALL use-cases from #291 (Seriously!)
      * Add test cases for #1167
      * Remove buggy luaL_isarray()
      * Extract tuple_to_mpstream()
      * Optimize luamp_encode_tuple() to use tuple_to_mpstream()
      * Other performance optimizations
      
      This code shouldn't introduce perfomance regression because
      it still does the same number of operations for all use cases.
      7ce0ce2c
  21. Feb 09, 2016
  22. Feb 08, 2016
  23. Feb 05, 2016
  24. Feb 04, 2016
  25. Feb 03, 2016
  26. Feb 02, 2016
Loading