Skip to content
Snippets Groups Projects
  1. Jan 17, 2013
  2. Jan 15, 2013
  3. Jan 11, 2013
  4. Jan 10, 2013
    • Konstantin Osipov's avatar
      Rename slab_class to slab_cache. · d21885db
      Konstantin Osipov authored
      slab_class was an ambiguous name, get rid of it.
      Minor cleanups in salloc.m (prepare for refactoring).
      d21885db
    • Konstantin Osipov's avatar
      Refactor our CMake files. Patch provided by Roman Tsisyk. · 6dd44f6d
      Konstantin Osipov authored
      Move third_party library compilation to the top level (less
      directory traversal).
      Provide an option for using system LibEIO/libobjc.
      
      Enforce a naming convention for cmake/ scripts
      (Find* and Build*).
      
      Move ev and eio wrappers to third-party (todo: delete
      them completely).
      
      There is one (known) problem with this patch:
      tarantool --version now prints incorrect compile flags.
      To be fixed in a separate patch.
      6dd44f6d
  5. Jan 09, 2013
    • 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. Dec 26, 2012
  7. Dec 24, 2012
    • 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
  8. Dec 21, 2012
  9. Dec 20, 2012
  10. Dec 19, 2012
  11. Dec 17, 2012
  12. Dec 14, 2012
  13. Dec 13, 2012
  14. Dec 12, 2012
  15. Dec 06, 2012
  16. Dec 05, 2012
  17. Dec 04, 2012
  18. Dec 03, 2012
  19. Nov 29, 2012
  20. Nov 28, 2012
Loading