Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
Olm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
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
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
Nheko Reborn
Olm
Graph
2a09ccbd63cd06a2f5ba3a9e21d6d5a11f3c2980
Select Git revision
Branches
2
doctest
master
default
protected
Tags
20
3.2.5
3.2.4
3.2.3
3.2.2
3.2.1
3.2.0
3.1.5
3.1.4
3.1.3
3.1.2
3.1.1
3.1.0
3.1.0-pre1
3.0.0
2.3.0
2.2.2
2.2.1
2.2.0
2.1.0
AndroidSdk_v0.2.0
22 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
2
Jan
23
Dec
22
21
20
19
16
15
14
12
28
Nov
24
23
18
17
14
8
7
4
3
31
Oct
28
27
26
25
24
23
21
20
19
18
17
14
13
12
11
10
7
6
5
2
30
Sep
28
27
23
22
16
14
13
6
5
4
2
1
16
Jul
11
6
5
30
Jun
26
May
25
24
23
20
18
16
13
26
Apr
13
9
8
7
Dec
3
2
1
Nov
5
Oct
2
24
Aug
20
19
18
11
10
7
5
4
24
Jul
21
20
17
16
15
14
10
9
8
7
28
Jun
27
26
24
23
22
21
20
16
15
12
22
12
11
10
9
3
Mar
2
27
Feb
26
25
24
23
21
20
Rename getUnreleasedCount to isReleased.
Use a 4 spaces tabulation
Fix tabulations mix and split block of variables when it is possible.
getOlmAccountId is aonly public in the OLM SDK package
Simplify signMessageJni
remove useless "new string"
identityKeys / oneTimeKeys : remove useless try/catch blocks
Update the README files.
setRandomInBuffer : clear tempByteArray content
Fix jenkins failure
Bump version numbers throughout
2.1.0
2.1.0
Update release process instructions
Update CHANGELOG
Merge pull request #36 from matrix-org/manuroe/olmkit
Update the copyrights
signMessage : the utf8 conversion is done on Java side.
create a dedicated file for olm_manager.
move getOlmLibVersionJni to the bottom
move getOlmLibVersionJni
Fix a potential memory leak.
setRandomInBuffer uses java.lang.SecureRandom.
Add an encoding type while converting byte[] to string
remove the RTL support by default.
identityKeys and oneTimeKeys return Map instead of JSON.
Merge pull request #41 from matrix-org/rav/js_tests
OLMKit: More zeroing
Update the readme files.
Update the execution mode
OLMKit: Reset intermediate buffers to zeroes
Add some tests for the Javascript wrappers
Merge pull request #40 from matrix-org/rav/fix_encryption
Avoid buffer overrun on encryption
Merge pull request #39 from matrix-org/rav/messages_on_heap
typo
zero out plaintext buffers
Merge pull request #38 from matrix-org/rav/handle_load_exceptions
Allocate memory for message blobs on the heap
Let apps override emscripten settings
Better handling of exceptions during loading
Update decryptMessage() API with the error message as an output parameter
Loading