Commit graph

4 commits

Author SHA1 Message Date
hiramatsu
fbf012d8ea Update devel/p5-Event-RPC to 1.04.
Changes from previous:
----------------------
1.04 Fri Feb 24, 2014, joern
    Bugfixes
    - Under certain infrequently conditions it could
      happen that the server process blocked when
      sending a response packet to a client.
    - Event::RPC::Client failed loading when no
      IO::Socket::SSL is installed.

1.03 Sat Feb  2, 2013, joern
    Features:
    - Added options 'ssl_ca_file and 'ssl_ca_path' options
      to Event::RPC::Client, which enable SSL peer verifcation
      on the client. Thanks for the report about a security
      warning of IO::Socket::SSL to Moritz Bunkus.

1.02 Tue Mar  8, 2011, joern
    Features:
    - Added AnyEvent mainloop implementation.
2014-05-14 07:19:59 +00:00
he
842a9664d4 Update from version 1.00nb1 to 1.01.
Pkgsrc changes:
 o Add commented-out HOMEPAGE using search.cpan.org
 o Add overlooked (?) dependencies

Upstream changes:

1.01 Sat Oct 25, 2008, joern
    Bugfixes:
    - Even objects returned by methods not declared as
      an "object returner" where turned into Event::RPC
      object handles instead of copying the complete
      data structure to the client. Thanks for the report
      to Alex <alex AT lokku.com>.
2008-11-05 22:42:24 +00:00
rhaen
35b65bd8c1 - updated to 1.00
- added buildlink to devel/p5-glib2 in order to make module functional

ChangeLog:
1.00 Sat Jun 21, 2008, joern
    Notes:
    - Time for version 1.00 ;)

    Features:
    - load_modules option added to Event::RPC::Server.
    - timeout option added to Event::RPC::Client. Patch
      by Strzelecki Lukasz <strzelec AT rswsystems.pl>.
2008-07-16 14:09:53 +00:00
xtraeme
7458fc5c7c Add Event::RPC, DESCRiption:
Event::RPC supports you in developing Event based networking client/server
applications with transparent object/method access from the client to the
server. Network communication is optionally encrypted using IO::Socket::SSL.
Several event loop managers are supported due to an extensible API.
Currently Event and Glib are implemented.
2006-08-20 20:04:57 +00:00