[libevent-rpc-perl] 02/08: Merge tag 'upstream/1.08'

gregor herrmann gregoa at debian.org
Sat Oct 17 21:11:55 UTC 2015


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libevent-rpc-perl.

commit d79656eb07a43a29a398b873c851ca0b9f30c014
Merge: fc64664 45b03f5
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Oct 17 22:48:41 2015 +0200

    Merge tag 'upstream/1.08'
    
    Upstream version 1.08

 Changes                                 |  41 +++++++
 MANIFEST                                |  10 +-
 META.json                               |   7 +-
 META.yml                                |   7 +-
 Makefile.PL                             |  38 +++++-
 README                                  | 178 ++++++++++++++++++++++++++++
 examples/Test_class.pm                  |   5 +-
 examples/client.pl                      |  55 +++++----
 examples/server.pl                      | 100 ++++++++--------
 lib/Event/RPC.pm                        |  32 +++--
 lib/Event/RPC/Client.pm                 | 173 +++++++++++++++++++++++----
 lib/Event/RPC/Connection.pm             |  95 +++++++++++----
 lib/Event/RPC/LogConnection.pm          |  10 +-
 lib/Event/RPC/Logger.pm                 |  11 +-
 lib/Event/RPC/Loop.pm                   |  12 +-
 lib/Event/RPC/Loop/AnyEvent.pm          |  10 +-
 lib/Event/RPC/Loop/Event.pm             |  12 +-
 lib/Event/RPC/Loop/Glib.pm              |  11 +-
 lib/Event/RPC/Message.pm                |  35 ++++--
 lib/Event/RPC/Message/CBOR.pm           |  57 +++++++++
 lib/Event/RPC/Message/JSON.pm           |  58 +++++++++
 lib/Event/RPC/Message/Negotiate.pm      | 100 ++++++++++++++++
 lib/Event/RPC/Message/Sereal.pm         |  59 +++++++++
 lib/Event/RPC/Message/SerialiserBase.pm |  69 +++++++++++
 lib/Event/RPC/Message/Storable.pm       |  62 ++++++++++
 lib/Event/RPC/Server.pm                 | 147 +++++++++++++++++++++--
 t/01.use.t                              |   2 +
 t/02.cnct.t                             |  11 +-
 t/03.cnct-auth.t                        |  10 +-
 t/04.cnct-auth-ssl-verifypeer-noca.t    |   9 +-
 t/04.cnct-auth-ssl-verifypeer-wrongca.t |   9 +-
 t/04.cnct-auth-ssl-verifypeer.t         |   9 +-
 t/04.cnct-auth-ssl.t                    |   9 +-
 t/05.func.t                             |  17 ++-
 t/06.object2.t                          |  10 +-
 t/07.maxpacket.t                        |  62 ++++++++++
 t/08.msg_formats.t                      | 204 ++++++++++++++++++++++++++++++++
 t/Event_RPC_Test.pm                     |  67 ++++++-----
 t/Event_RPC_Test2.pm                    |   1 +
 t/Event_RPC_Test_Server.pm              |  58 ++++++---
 40 files changed, 1604 insertions(+), 268 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libevent-rpc-perl.git



More information about the Pkg-perl-cvs-commits mailing list