- 22 Dec, 2016 2 commits
-
-
Richard van der Hoff authored
-
Richard van der Hoff authored
OLMKit
-
- 20 Dec, 2016 2 commits
-
-
Richard van der Hoff authored
Add some tests for the Javascript wrappers
-
manuroe authored
-
- 19 Dec, 2016 2 commits
-
-
manuroe authored
-
Richard van der Hoff authored
These would have helped avoid the recent FRV.
-
- 16 Dec, 2016 2 commits
-
-
Richard van der Hoff authored
Avoid buffer overrun on encryption
-
Richard van der Hoff authored
Make sure we null-terminate encrypted strings before passing them to UTF8ToString. This used to work when we allocated the buffer on the stack, because it turns out that allocate() zeroinits the returned memory. malloc(), of course, does not.
-
- 15 Dec, 2016 3 commits
-
-
Richard van der Hoff authored
Allocate memory for message blobs on the heap
-
Richard van der Hoff authored
-
Richard van der Hoff authored
Avoid leaving copies of the plaintext sitting around in the emscripten heap.
-
- 14 Dec, 2016 3 commits
-
-
Richard van der Hoff authored
Better handling of exceptions during loading, and import OLM_OPTIONS
-
Richard van der Hoff authored
Messages can be very large, so we don't really want to allocate them on the stack. Switch to using the heap for them, and try to clean up some of the string handling while we're at it.
-
Richard van der Hoff authored
Read settings from OLM_OPTIONS to allow apps to configure some options. In particular, this is useful for setting the heap size.
-
- 12 Dec, 2016 1 commit
-
-
Richard van der Hoff authored
If we get an exception during load, don't define half of window.Olm (which confuses apps). This is a partial fix to https://github.com/vector-im/riot-web/issues/2726.
-
- 24 Nov, 2016 1 commit
-
-
manuroe authored
OLMKit: Make returned NSError provide the raw olm error string (ex:"UNKNOWN_MESSAGE_INDEX") in their NSLocalizedDescriptionKey. NSLocalizedFailureReasonErrorKey can contain more contextual information.
-
- 18 Nov, 2016 1 commit
-
-
manuroe authored
-
- 17 Nov, 2016 4 commits
- 14 Nov, 2016 4 commits
- 07 Nov, 2016 2 commits
- 04 Nov, 2016 4 commits
- 03 Nov, 2016 1 commit
-
-
manuroe authored
-
- 27 Oct, 2016 1 commit
-
-
Richard van der Hoff authored
-
- 25 Oct, 2016 4 commits
-
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Mark Haines authored
-
Richard van der Hoff authored
-
- 24 Oct, 2016 3 commits
-
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
fuzz_group_decrypt.cpp got broken by 653790ea; fix it up
-