Skip to content
Snippets Groups Projects
  1. Jun 22, 2015
  2. Jun 21, 2015
  3. Jun 17, 2015
  4. Jun 16, 2015
  5. Jun 15, 2015
  6. Jun 14, 2015
  7. Jun 11, 2015
  8. Jun 09, 2015
  9. Jun 08, 2015
  10. Jun 05, 2015
  11. Jun 04, 2015
    • Mons Anderson's avatar
      Rename global `fiber` into `fiber_ptr` (for use with gdb and avoidance of... · ae4e8692
      Mons Anderson authored
      Rename global `fiber` into `fiber_ptr` (for use with gdb and avoidance of ambiguity with `struct fiber`)
      ae4e8692
    • Sulverus's avatar
      Tarantoolctl updated · e1790fa7
      Sulverus authored
      1. Enable background=false for test-run
      2. Check local directory for config
      e1790fa7
    • Konstantin Osipov's avatar
      misc: iproto, iobuf cleanups · 1b1d34df
      Konstantin Osipov authored
      - encapsulate iproto configuration into iproto module API
      - iobuf: change the module to be thread-safe.
      - iobuf: rename obuf_ensure() to obuf_reserve() as is conventional
        with the reset of API.
      - iobuf: change ibuf to use slab cache directly, bypassing the region allocator
      - iobuf: consistently use int for obuf/obuf_svp iov pos and obuf_iovcnt
      - iobuf: remove iobuf_flush
      - iobuf: add iobuf pin/unpin API in preparation for iproto-in-a-thread
      - iobuf: don't trust iov_len as an end marker in obuf_reset()
        There is a chance (although currently it's never used) that one of the
        vectors is allocated, but not used, and the next vector of a larger size
        is used. In that case reset loop may stop prematurely.
      1b1d34df
    • Roman Tsisyk's avatar
      Merge remote-tracking branch 'origin/stable' · fb7aae89
      Roman Tsisyk authored
      Conflicts:
      	src/module/mysql/mysql.cc
      	test/module/net_sql.mysql.result
      	test/module/net_sql.mysql.test
      fb7aae89
    • Roman Tsisyk's avatar
      Fixed passing a number like string as a number on the substitution · 6c5c2f76
      Roman Tsisyk authored
      Backport fix from tarantool/mysql by Anton Reznikov
      6c5c2f76
  12. Jun 03, 2015
Loading