Skip to content
Snippets Groups Projects
  1. Jan 17, 2013
  2. Jan 16, 2013
  3. Jan 11, 2013
  4. Jan 10, 2013
    • 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
    • Dmitry Simonenko's avatar
      connector-c-lite: opsplice fix. · 4daf1bb1
      Dmitry Simonenko authored
      4daf1bb1
  5. Jan 09, 2013
  6. Dec 29, 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 17, 2012
  9. Dec 14, 2012
  10. Dec 13, 2012
  11. Dec 12, 2012
  12. Dec 06, 2012
  13. Nov 29, 2012
  14. Nov 28, 2012
  15. Nov 26, 2012
  16. Nov 23, 2012
  17. Nov 22, 2012
  18. Nov 21, 2012
  19. Nov 08, 2012
  20. Oct 25, 2012
    • Konstantin Osipov's avatar
      Change the piecemeal non-blocking writev() algorithm. · 1af7b0b9
      Konstantin Osipov authored
      Change sio_advance_iov to never modify iov vector in place.
      This allows for reuse of this function in a raw event
      loop, without fibers.
      
      Minor cleanups.
      
      Make memcached/noreply.test less race prone:
      flush all command is running in the event loop, and sometimes
      it doesn't get a chance to finish before we issue the next
      command.
      1af7b0b9
  21. Oct 23, 2012
    • Dmitry E. Oboukhov's avatar
      some changes by ipc review · 193ab2c6
      Dmitry E. Oboukhov authored
       * join fiber->ready and fiber->ifc into one fiber->state
       * create fiber_yield_timeout function
       * channel uses fiber_yield_timeout
       * ipc test doesn't use fiber.sleep
      193ab2c6
  22. Oct 20, 2012
    • Konstantin Osipov's avatar
      A grand move around of files. · fe6f2197
      Konstantin Osipov authored
      Move memcached to src/
      Make iproto.m dependend on box/*, not vice versa.
      Remove box_ prefixes from test suite names.
      Initialize networking outside of box/.
      
      This makes Box a step closer to being just a storage
      layer for Tarantool.
      
      Still some ugly deps since box/ continues to manage
      local hot standby and memcached expire (todo: move it out).
      fe6f2197
    • Konstantin Osipov's avatar
      box.ipc: style fixes. · 7d35ab25
      Konstantin Osipov authored
      7d35ab25
  23. Oct 18, 2012
  24. Oct 16, 2012
  25. Oct 15, 2012
  26. Oct 14, 2012
Loading