Skip to content
Snippets Groups Projects
  1. Feb 26, 2013
  2. Feb 15, 2013
  3. Feb 13, 2013
  4. Feb 12, 2013
  5. Feb 11, 2013
  6. Feb 08, 2013
  7. Feb 07, 2013
  8. Feb 06, 2013
  9. Feb 05, 2013
  10. Feb 04, 2013
  11. Feb 02, 2013
  12. Feb 01, 2013
    • Konstantin Osipov's avatar
      Rename read/write to send/recv to be compatible with luasocket. · 52765de6
      Konstantin Osipov authored
      Inline bio_socket_close().
      Don't allow connect/bind on a non-empty socket:this is error-prone.
      Don't allow connect/bind on a socket which
      is already connected/bound/used for something else.
      This is error-prone.
      Move bind_addrinfo to evio layer.
      Don't create iobuf without need. In close(), set iobuf to NULL.
      Timeouts are not exceptions. Merge _timeout and other calls in coio.
      52765de6
  13. Jan 31, 2013
  14. Jan 30, 2013
  15. Jan 25, 2013
  16. Jan 17, 2013
  17. Jan 16, 2013
  18. Jan 11, 2013
  19. 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
  20. Jan 09, 2013
  21. Dec 29, 2012
  22. 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
  23. Dec 17, 2012
  24. Dec 14, 2012
Loading