Skip to content
Snippets Groups Projects
  1. Nov 06, 2013
  2. Oct 18, 2013
  3. Oct 16, 2013
  4. Oct 12, 2013
  5. Sep 23, 2013
  6. Sep 08, 2013
  7. Sep 02, 2013
  8. Aug 27, 2013
  9. Aug 26, 2013
    • Konstantin Osipov's avatar
      Fix libyaml compiler warnings. · 0b93523f
      Konstantin Osipov authored
      0b93523f
    • Dmitry Simonenko's avatar
      lua-console: make admin console work entirely under lua. · 90ebc525
      Dmitry Simonenko authored
      Integrate libyaml instead of internal yaml formaters.
      
      changelog:
      * fixed i64 convertion bug
      * refactored bindings to new admin .info() scheme
      * moved lua plugin api to separate file
      * moved lua fiber api to separate file
      * slab binding refactored
      * added fiber lua bindings
      * rewriten admin reply handler
      * proper yaml end-of-document formater
      * proper server error formater
      * fixed bug with leftover data on stack on exception error
      * added support of i64 types to lyyaml
      * removed couple of box.show_ bindings
      * console client fixes to support new scheme
      
      This push has a yet broken test's.
      90ebc525
  10. Aug 15, 2013
  11. Jul 09, 2013
  12. Jun 20, 2013
  13. Jun 08, 2013
  14. Jun 06, 2013
  15. Jun 04, 2013
  16. Jun 01, 2013
  17. Apr 10, 2013
  18. Mar 14, 2013
  19. Feb 21, 2013
  20. Feb 20, 2013
  21. Feb 04, 2013
  22. Feb 02, 2013
  23. 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
  24. Jan 30, 2013
  25. Jan 25, 2013
  26. 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
  27. Jan 03, 2013
  28. Dec 13, 2012
  29. Dec 04, 2012
  30. Dec 03, 2012
Loading