Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Z
zircon
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ensembl-gh-mirror
zircon
Graph
d587b9c04a2560b5f99a2dac82acdcedd8646fc0
Select Git revision
Branches
3
bau/copyright-2024
copyright/2023
main
default
protected
3 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
15
Oct
23
Jan
11
Jan
5
22
Mar
6
Jan
2
Feb
12
Jan
22
Jan
9
13
Jun
23
Apr
15
12
6
Feb
19
Jul
16
Jun
5
8
May
4
Feb
29
Jan
23
20
14
11
Dec
10
7
Nov
15
Oct
13
9
8
7
2
22
Sep
5
29
Aug
22
8
Jul
1
20
Jun
19
13
11
6
May
29
Apr
24
Mar
27
Feb
17
21
Jan
20
Dec
19
18
Sep
11
23
Aug
15
14
12
8
6
31
Jul
30
29
22
18
15
12
11
10
8
5
4
28
Jun
26
24
20
19
17
14
13
12
11
10
7
4
29
May
24
23
16
13
8
7
3
29
Apr
26
25
24
23
22
19
15
12
11
9
8
5
2
Nov
31
Oct
26
Sep
24
21
17
12
7
6
30
Jul
27
26
23
16
13
10
22
May
16
15
8
4
2
30
Apr
27
26
25
24
20
19
16
10
Merge pull request #7 from Ensembl/bau/copyright-2024
main
main
2024 yearly copyright update
bau/copyright-2…
bau/copyright-2024
Merge pull request #6 from Ensembl/copyright/2023
copyright update 2023
copyright/2023
copyright/2023
Merge pull request #5 from Ensembl/copyright/2022
Yearly copyright update - 2022
Merge pull request #4 from Ensembl/copyright-2021
Yearly copyright update
Merge pull request #3 from Ensembl/copyright_2020
Yearly copyright update
Merge pull request #2 from Ensembl/relicense_to_apache2
Add the copyright-notice file
Change the licence from GPL to Apache-2.0 (see ENSCORESW-3122)
Merge pull request #1 from thibauthourlier/feature/fix_return_or
Remove debug messages
Test if the object is defined before returning values
Fix precedence problem by replacing or with ||
Add LICENSE file.
Z:Context::ZMQ: trace body in _send_two_part; ensure body traces start on new line.
get_mark now returns hash ref preserving strand info
Z:Protocol::Server::AppLauncher: attributes for program and arg_list; trace_tag().
Z:Trace: also turn on Otter debug for App and AppLauncher.
or needs to be || or it will never die
Z:Protocol->zircon_connection_request() now replies with same timestamp in header and message.
Z:Protocol->send_command() now sends same timestamp in header and message.
Zircon::Timestamp.
Prep work for optionally passing timestamp down through stack from Protocol to Context.
Z:Protocol::Serialiser: use comma as <sec>,<usec> separator in request_time...
Z:Protocol::Server::AppLauncher: post_handshake_delay_msecs().
zircon_pipe: remove unused Time::HiRes.
Turn off 'when is experimental' warnings under perl 5.18.
Remove extraneous 'use feature qw( switch )'
t/lib/TestShared.pm: find e mpty ports dynamically.
Z:Connection: increment request_id on overall failure as well as on success.
ZeroMQ context singleton.
Z:Protocol: don't tear down the connection too soon on 'goodbye'.
Z:Context::ZMQ: disconnect_recv_callback on close.
Tidy up in Z:Context, avoiding potential callback circular references with Connection.
Z:Protocol->close() tracing and tidy-up.
DESTROY() tracing.