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
6f62b5160b5a35b8ba1fb8c586596f43283fce12
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
18
Oct
21
Nov
27
Oct
10
6
5
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
Fixed repeated calls to shutdown method on a RpcConnection
Fixed typo
Fix on_disconnect callback handling.
Whitespaces
Fixed bug with server's client connection management
Removed get_handler and set_handler from the RpcConnection
Unexpected socket error on read now shutdown the connection
Whitespaces
Async call with callback
Started to work on 18~dev
Released version 17.
v17
v17
Fixed bug in socket reader function.
Change license from GPLv2 to LGPLv3
Released version 16.
v16
v16
Reworked exception tree.
Added RpcConnectionError exception class.
Removed old commented code
Fixed error when accepting new connection (log a warning)
Now process only one new connection by loop iteration, added tcp_backlog option.
Released version 15.
v15
v15
Now use a standard pyev loop instead of the default loop by default in RpcConnection and RpcServer
Released version 14.
Removed sub packages import from main __init__.py file
Added absolute import on missing files
Removed old callers import
Removed client package from the setup.py file and added core.protocols
Released version 14.
v14
v14
Added python-pyev as debian package dependency
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
Loading