Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
sjrpc
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror
sjrpc
Graph
9a9c114f0e4e31e92bc4af5443cbbc518a44a062
Select Git revision
Branches
1
master
default
protected
Tags
19
v19
v18
v17
v16
v15
v14
v3
v13
v12
v2
v1
v11
v10
v9
v8
v7
v6
v5
v4
20 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
5
Oct
4
3
29
Sep
28
15
14
12
9
1
Jun
26
May
23
20
18
16
13
11
6
2
29
Apr
27
13
12
8
30
Mar
21
17
16
7
3
2
25
Feb
24
23
22
21
18
17
16
15
14
11
10
9
8
7
4
3
2
1
31
Jan
28
27
26
25
11
10
8
7
6
4
3
31
Dec
30
29
28
27
23
22
21
20
Updated examples.
Added AsyncManager.iter iterator.
Added fallback_timeout parameter on RpcConnection
Fixed shutdown RpcConnection memory leak problem with RpcServer
Added logging information when a RpcConnection is closed
pep8
Added documentation for connection and label properties in Protocol class
Added SSLRpcServer
Moved callers to sjrpc.core.protocols.rpc module
Rewrited inbound data processing in order to be compatible with ssl sockets
Pythonization + comments
Enhanced socket read error handling
Now raise an exception when protocols are used in fallback mode
Enhanced fundamentals documentation
Added create_rpc and create_tunnel shortcuts with label auto assignation
Enhanced documentation for core package.
Added a basic usage
Removed gevent from features, and added pyev
Fixed bugs with ReST notes.
Improved toc of documentation
Added VpnProtocol.
Removed unused request_decorators
Added "Tunnel ready" feature to the TunnelProtocol
Added protocols documentation.
Enhanced comments
Internals RpcConnection watchers creation now use the public API
Fixed unknown labels consumption
Removed old stuff.
Addded an option (default disabled) to enable tcp keepalive
Implementation of sjRpc tunnel protocol.
Implementation of sjRpc with libev and Pyev python bindings.
Updated documentation.
Added __nonzero__ method on RpcConnection class.
Added rpc property on RpcConnection.
Documentation enhancements.
Changed AsyncWatcher class to use a new feature.
Updated documentation for the new sjRpc version.
Moved remains properties on async watcher.
Added capabilities negociation with fallback to old sjRpc mode.
Fixed bug with shutdown and running calls release.
Loading