Tarantool development patches archive
 help / color / mirror / Atom feed
* [tarantool-patches] [PATCH 0/7] swim lua preparation, again
@ 2019-05-14 23:06 Vladislav Shpilevoy
  2019-05-14 23:06 ` [tarantool-patches] [PATCH 1/7] swim: drop swim_info() function Vladislav Shpilevoy
                   ` (7 more replies)
  0 siblings, 8 replies; 16+ messages in thread
From: Vladislav Shpilevoy @ 2019-05-14 23:06 UTC (permalink / raw)
  To: tarantool-patches; +Cc: kostja

This patchset consists of patches quite independent and needed for proper
functioning of SWIM Lua API. Most of them are refactoring, and a couple of bug
fixes.

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

Vladislav Shpilevoy (7):
  swim: drop swim_info() function
  swim: encapsulate 'uint16' payload size inside swim.c
  swim: do not rebind when new 'port' is 0
  swim: set 'left' status in self on swim_quit()
  msgpack: allow to pass 'struct ibuf *' into encode()
  msgpack: allow to pass 'const char *' into decode()
  Drop an unused function and class

 src/box/lua/merger.c              | 24 ++---------------
 src/lib/swim/swim.c               | 29 ++++----------------
 src/lib/swim/swim.h               |  9 ++-----
 src/lib/swim/swim_transport_udp.c | 14 ++++++++--
 src/lua/msgpack.c                 | 28 ++++++--------------
 src/lua/utils.c                   | 43 ++++++++++++++++++++++++++++++
 src/lua/utils.h                   | 44 +++++++++++++------------------
 test/app-tap/msgpack.test.lua     |  7 ++---
 test/app/msgpack.result           | 44 ++++++++++++++++++++++++++++++-
 test/app/msgpack.test.lua         | 16 +++++++++++
 test/unit/swim.c                  | 20 +++++++++-----
 test/unit/swim.result             | 21 ++++++++-------
 test/unit/swim_test_utils.c       | 12 ++++-----
 test/unit/swim_test_utils.h       |  6 ++---
 14 files changed, 187 insertions(+), 130 deletions(-)

-- 
2.20.1 (Apple Git-117)

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

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

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-14 23:06 [tarantool-patches] [PATCH 0/7] swim lua preparation, again Vladislav Shpilevoy
2019-05-14 23:06 ` [tarantool-patches] [PATCH 1/7] swim: drop swim_info() function Vladislav Shpilevoy
2019-05-15  2:00   ` [tarantool-patches] " Konstantin Osipov
2019-05-14 23:06 ` [tarantool-patches] [PATCH 2/7] swim: encapsulate 'uint16' payload size inside swim.c Vladislav Shpilevoy
2019-05-15  2:02   ` [tarantool-patches] " Konstantin Osipov
2019-05-14 23:06 ` [tarantool-patches] [PATCH 3/7] swim: do not rebind when new 'port' is 0 Vladislav Shpilevoy
2019-05-15  2:02   ` [tarantool-patches] " Konstantin Osipov
2019-05-14 23:06 ` [tarantool-patches] [PATCH 4/7] swim: set 'left' status in self on swim_quit() Vladislav Shpilevoy
2019-05-15  2:03   ` [tarantool-patches] " Konstantin Osipov
2019-05-14 23:06 ` [tarantool-patches] [PATCH 5/7] msgpack: allow to pass 'struct ibuf *' into encode() Vladislav Shpilevoy
2019-05-15  2:05   ` [tarantool-patches] " Konstantin Osipov
2019-05-14 23:06 ` [tarantool-patches] [PATCH 6/7] msgpack: allow to pass 'const char *' into decode() Vladislav Shpilevoy
2019-05-15  2:05   ` [tarantool-patches] " Konstantin Osipov
2019-05-14 23:06 ` [tarantool-patches] [PATCH 7/7] Drop an unused function and class Vladislav Shpilevoy
2019-05-15  2:06   ` [tarantool-patches] " Konstantin Osipov
2019-05-15 10:02 ` [tarantool-patches] Re: [PATCH 0/7] swim lua preparation, again Vladislav Shpilevoy

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