Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cc-node
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
cc-node
Graph
673979cad6e3ea2790dfdef67be7f5e43e6c59bb
Select Git revision
Branches
1
master
default
protected
Tags
20
v38
v37
v36
v35
v34
v33
v32
v31
v30
v29
v27
v26
v25
v24
v23
v20
v19
v18
v17
v16
21 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
24
Oct
22
19
18
21
Nov
27
Oct
10
6
5
4
3
29
Sep
28
15
14
12
9
24
Jun
1
31
May
26
13
12
2
29
Apr
30
Mar
23
21
21
Feb
16
14
10
9
8
7
3
2
1
31
Jan
27
26
25
24
11
10
6
4
31
Dec
30
29
28
27
24
23
22
21
20
Added source format 3.0 native
Use close_fds from utils in ForkedJob
Fix close_fds utils function
Release version 19
v19
v19
Fix debian packaging
Released version 18
v18
v18
Logging message emitted for unknown label protoctl is now a debug message
Added close_endpoint_on_shutdown option on TunnelProtocol
Added docstring
Fixed bug with initial get size
Send ready message only when tunnel is started
Fixed bug in TunnelProtocol when peer doesn't want more data
Implemented deferred responses
Removed non breaking space
Removed useless header (shebang+encoding)
Whitespaces
Fixed bug on tunnel shutdown when the connection is already down
Fixed "dictionary changed size during iteration" on connection shutdown
Added wait_timeout method on TunnelProtocol
Replaced close method by shutdown method in TunnelProtocol
Call Protocol shutdown in RpcProtocol shutdown
Default shutdown on Protocol now unregister it from connection
Tunnel now use Protocol.create_watcher instead of RpcConnection.create_watcher
Added create_watcher method on Protocol
Typo
Whitespaces
Removed useless docstrings
Changed to PEP257 docstring style
Added examples
Added raise_timeout option in wait and iter methods of AsyncWatcher
Added pop_call method on rpc protocol
Refactored access to special arguments on calls
Reduced write size on socket
Fixed bug with on_close argument
Changed default on_close callback privacy
Added a feature to avoid the autostart of tunnels
Fixed buf with SSL sockets in writer
Better error management on endpoint operations
Added a closing feature to tunnels
Added a property to get the endpoint
Loading