Skip to content
Snippets Groups Projects
  1. Jan 17, 2013
  2. Jan 14, 2013
  3. Jan 11, 2013
  4. Jan 10, 2013
  5. Jan 09, 2013
    • Konstantin Osipov's avatar
      Merge branch 'stable' · 1ca649e0
      Konstantin Osipov authored
      Conflicts:
      	doc/user/stored-procedures.xml
      	include/box/box.h
      	include/mhash.h
      	src/fiber.m
      	src/tarantool.m
      	test/box/fiber.result
      	test/box/lua.result
      1ca649e0
    • Konstantin Osipov's avatar
      Implement box.session, on_connect and on_disconnect triggers. · db6d2c84
      Konstantin Osipov authored
      Since connect/disconnect events in iproto run outside
      fiber context, queue execution of on_connect/on_disconnect
      triggers through the request queue. Generalize the request
      queue for that purpose.
      
      Implement a framework for on_connect/on_disconnect triggers
      and Lua bindings for it.
      
      Add tests and docs.
      db6d2c84
  6. Jan 03, 2013
  7. Jan 02, 2013
  8. Dec 26, 2012
  9. Dec 24, 2012
    • Konstantin Osipov's avatar
      Merge branch 'stable' · d24edad7
      Konstantin Osipov authored
      Conflicts:
      	include/tarantool.h
      	src/fiber.m
      	src/tarantool.m
      d24edad7
    • Konstantin Osipov's avatar
      Cleanup, refactoring. · 3ccd6446
      Konstantin Osipov authored
      Move Box API declarations to box.h.
      Make box.h a public header.
      Add comments to box functions.
      Rename fuctions accordingly.
      Make includes for connector/c more local.
      3ccd6446
  10. Dec 21, 2012
  11. Dec 20, 2012
  12. Dec 19, 2012
  13. Dec 17, 2012
Loading