Tarantool development patches archive
 help / color / mirror / Atom feed
* [tarantool-patches] [PATCH 0/5] swim lua preparation
@ 2019-04-30 22:31 Vladislav Shpilevoy
  2019-04-30 22:31 ` [tarantool-patches] [PATCH 1/5] swim: do not use ev_timer_start Vladislav Shpilevoy
                   ` (5 more replies)
  0 siblings, 6 replies; 16+ messages in thread
From: Vladislav Shpilevoy @ 2019-04-30 22:31 UTC (permalink / raw)
  To: tarantool-patches; +Cc: kostja

The patchset mainly consists of bug fixes appeared when real libev started to
work instead of the fake event loop used in the unit tests.

Branch: http://github.com/tarantool/tarantool/tree/gerold103/gh-3234-swim-lua-preparation
Issue: https://github.com/tarantool/tarantool/issues/3234

Vladislav Shpilevoy (5):
  swim: do not use ev_timer_start
  swim: introduce member reference API
  sio: return 'no host' flag from sio_uri_to_addr()
  swim: allow to omit host in URI
  swim: explicitly stop old ev_io input/output on rebind

 src/lib/core/sio.c            |  3 +-
 src/lib/core/sio.h            |  2 +-
 src/lib/swim/swim.c           | 69 +++++++++++++++++++++++------------
 src/lib/swim/swim.h           | 24 ++++++++----
 src/lib/swim/swim_constants.h |  5 +++
 src/lib/swim/swim_ev.c        |  6 +++
 src/lib/swim/swim_ev.h        |  3 ++
 src/lib/swim/swim_io.c        | 19 ++++++----
 src/lib/swim/swim_proto.c     |  2 +-
 test/unit/sio.c               | 29 ++++++++++-----
 test/unit/sio.result          | 32 +++++++++-------
 test/unit/swim.c              | 13 ++++++-
 test/unit/swim.result         |  3 +-
 test/unit/swim_test_ev.c      | 11 ++++++
 14 files changed, 154 insertions(+), 67 deletions(-)

-- 
2.20.1 (Apple Git-117)

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2019-05-02 17:32 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-30 22:31 [tarantool-patches] [PATCH 0/5] swim lua preparation Vladislav Shpilevoy
2019-04-30 22:31 ` [tarantool-patches] [PATCH 1/5] swim: do not use ev_timer_start Vladislav Shpilevoy
2019-05-01  5:09   ` [tarantool-patches] " Konstantin Osipov
2019-04-30 22:31 ` [tarantool-patches] [PATCH 2/5] swim: introduce member reference API Vladislav Shpilevoy
2019-05-01  5:15   ` [tarantool-patches] " Konstantin Osipov
2019-05-02 15:10     ` Vladislav Shpilevoy
2019-05-02 15:46       ` Konstantin Osipov
2019-05-02 17:32         ` Vladislav Shpilevoy
2019-04-30 22:31 ` [tarantool-patches] [PATCH 3/5] sio: return 'no host' flag from sio_uri_to_addr() Vladislav Shpilevoy
2019-05-01  5:18   ` [tarantool-patches] " Konstantin Osipov
2019-04-30 22:31 ` [tarantool-patches] [PATCH 4/5] swim: allow to omit host in URI Vladislav Shpilevoy
2019-05-01  5:20   ` [tarantool-patches] " Konstantin Osipov
2019-05-02 15:10     ` Vladislav Shpilevoy
2019-04-30 22:31 ` [tarantool-patches] [PATCH 5/5] swim: explicitly stop old ev_io input/output on rebind Vladislav Shpilevoy
2019-05-01  5:21   ` [tarantool-patches] " Konstantin Osipov
2019-05-02 17:32 ` [tarantool-patches] Re: [PATCH 0/5] swim lua preparation Vladislav Shpilevoy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox