Skip to content
Snippets Groups Projects
Select Git revision
  • a6fd1d82448309b581f784f4840011fbe4d9d1f3
  • master default protected
  • v19
  • v18
  • v17
  • v16
  • v15
  • v14
  • v3
  • v13
  • v12
  • v2
  • v1
  • v11
  • v10
  • v9
  • v8
  • v7
  • v6
  • v5
  • v4
21 results

changelog

Blame
  • To find the state of this project's repository at the time of any of these versions, check out the tags.
    changelog 1.70 KiB
    sjrpc (7) unstable; urgency=low
    
      * Added retrieval of a proxified method by getitem.
      * Fixed bug with polling object.
    
     -- Antoine Millet <antoine.millet@smartjog.com>  Thu, 30 Dec 2010 11:46:38 +0100
    
    sjrpc (6-1) unstable; urgency=low
    
      * Added connection timeout
    
     -- Antoine Millet <antoine.millet@smartjog.com>  Mon, 27 Dec 2010 12:08:52 +0100
    
    sjrpc (5-1) unstable; urgency=low
    
      * Fixed bugs
    
     -- Antoine Millet <antoine.millet@smartjog.com>  Wed, 22 Dec 2010 16:59:14 +0100
    
    sjrpc (4-1) unstable; urgency=low
    
      * Added a new constructor "from_sock" to SimpleRpcClient class.
      * Added a new constructor "from_addr" to SimpleRpcClient class.
      * /!\ API MODIFICATION /!\ The SimpleRpcClient constructor now takes 
        an RpcConnection object instead of directly a socket object.
      * New method start on ConnectionManager allow to run the main loop in a new thread.
      * Threaded caller now execute the thread as a daemon thread.
      * Added a new constructor "from_addr" to RpcConnection class.
    
     -- Antoine Millet <antoine.millet@smartjog.com>  Mon, 20 Dec 2010 14:04:06 +0100
    
    sjrpc (3-1) unstable; urgency=low
    
      * Fixed a bug that disallow to send a large amound of
        data in a single message.
    
     -- Antoine Millet <antoine.millet@smartjog.com>  Thu, 16 Dec 2010 12:47:05 +0100
    
    sjrpc (2-1) unstable; urgency=low
    
      * Added is_running method on ConnectionManager
      * Added get_handler method on ConnectionManager
      * Compatibility with SSL sockets (added SimpleSslRpcServer
        to handle ssl clients)
    
     -- Antoine Millet <antoine.millet@smartjog.com>  Mon, 13 Dec 2010 18:56:12 +0100
    
    sjrpc (1-1) unstable; urgency=low
    
      * Initial release.
    
     -- Antoine Millet <antoine.millet@smartjog.com>  Mon, 06 Dec 2010 14:42:27 +0100