Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-27 | ignore generated files | Benoit Marty | |
2018-06-27 | Fix null pointer dereference | Benoit Marty | |
Patch has been received by e-mail, Signed-off-by: Arnaud Fontaine <arnaud.fontaine@ssi.gouv.fr> | |||
2018-06-27 | Add a .gitignore file specific for Android project | Benoit Marty | |
2018-06-27 | OLMAccount: Fix use of object after its memory was released | manuroe | |
2018-06-27 | Update Xcode test project | manuroe | |
2018-06-27 | Fix obj-c warnings | manuroe | |
2018-06-27 | Fix warnings reported by LLVM | manuroe | |
2018-06-27 | fix a length check and add some missing length checks | Hubert Chathi | |
2018-06-22 | Update releasing instructions | Richard van der Hoff | |
2018-05-29 | Python: add binding for olm_remove_one_time_keys | Wilfried Klaebe | |
Signed-off-by: Wilfried Klaebe <w+gitstuff@chaos.in-kiel.de> | |||
2018-04-12 | Update Makefile to support building on Windows | MTRNord | |
The code for this change is taken from https://stackoverflow.com/a/30225575/4929236 This patch is Signed-Off-By: Marcel Radzio <marcel@radzio-sh.de> | |||
2018-01-09 | patch for libolm: fix some typos in JavaScript library | Hubert Chathi | |
From 4a82d31e8cb808a04956fc847ed0ec0ff322b956 Mon Sep 17 00:00:00 2001 From: Hubert Chathi <hubert@uhoreg.ca> Date: Wed, 3 Jan 2018 21:37:43 -0500 Subject: [PATCH] fix some typos in JavaScript library Signed-off-by: Hubert Chathi <hubert@uhoreg.ca> | |||
2017-11-22 | jenkins.sh: Run python bits in a virtualenv | Richard van der Hoff | |
because we may not have pep8 installed at the system level | |||
2017-09-29 | Drop unused #include | Alexey Rusakov | |
Signed-off-by: Alexey Rusakov <ktirf@users.sf.net> | |||
2017-09-29 | Avoid C99 inside C++ code | Alexey Rusakov | |
This disrupts building at least with Visual Studio. Signed-off-by: Alexey Rusakov <ktirf@users.sf.net> | |||
2017-06-08 | update link in README to match changes in 780d83a | Hubert Chathi | |
Signed-off-by: Hubert Chathi <hubert@uhoreg.ca> | |||
2017-06-07 | update link | Eli Flanagan | |
2017-05-08 | add audit notes | Matthew Hodgson | |
2017-04-24 | Enforce PEP8 in jenins build | Richard van der Hoff | |
2017-04-24 | Python: Make ed25519_verify take some arguments | Richard van der Hoff | |
It's not much use if everything is hardcoded. | |||
2017-04-24 | Merge branch 'master' | Richard van der Hoff | |
Merge master into patched branch to fix conflicts prior to merge back to master | |||
2017-04-24 | PEP8 | Richard van der Hoff | |
Fix line lengths in newly-added code | |||
2017-04-24 | Add ed25519_verify to __init__.py and add test for ed25519_verify | pik | |
Signed-off-by: Alexander Maznev <alexander.maznev@gmail.com> | |||
2017-04-24 | Add utility module to olm/python - for ed25519_verify | pik | |
Signed-off-by: Alexander Maznev <alexander.maznev@gmail.com> | |||
2017-04-18 | Return python int instead of c_uint32 for InboundGroupSession.decrypt ↵ | pik | |
message_index Signed-off-by: Alexander Maznev <alexander.maznev@gmail.com> | |||
2017-04-18 | PEP8 for python bindings | Richard van der Hoff | |
make the python code adhere to PEP8 | |||
2017-04-04 | Python: Switch to a more general os.urandom for randomness source | J08nY | |
Signed-off-by: Jan Jancar <johny@neuromancer.sk> | |||
2017-03-29 | Makefile: fix tab/space substitution. | Richard van der Hoff | |
2017-03-24 | Support building as a static library | Andreas Zwinkau | |
Signed-off-by: Andreas Zwinkau <qznc@web.de> | |||
2017-03-13 | bug reports | Matthew Hodgson | |
2017-03-06 | Fixing Android.mk | Sophie Taylor | |
Signed-off-by: Sophie Taylor <sophie@spacekitteh.moe> | |||
2017-03-02 | Android : improve the version number management (#46) | Yannick LE COLLEN | |
Add functions to make the difference between the native and the java code version. Factor out the version management in the makefiles. | |||
2017-03-01 | prepare v2.2.22.2.2 | Richard van der Hoff | |
2017-02-27 | OLMKit: Fixed type of messageIndex argument in exportSessionAtMessageIndex | Greg Hughes | |
Signed-off-by: Greg Hughes <greg@ghughes.com> | |||
2017-01-18 | Prep v2.2.12.2.1 | Richard van der Hoff | |
2017-01-18 | Fix OLMKit.podspec | Richard van der Hoff | |
2017-01-18 | Bump version numbers to 2.2.02.2.0 | Richard van der Hoff | |
2017-01-18 | Prep changelog for 2.2.0 | Richard van der Hoff | |
2017-01-18 | Android: Add wrappers for export/import of inbound group sessions | Yannick LE COLLEN | |
2017-01-18 | Swift project support | Richard van der Hoff | |
Merge patch required to support Swift projects, from Avery Pierce. Patch taken from https://github.com/matrix-org/matrix-ios-sdk/files/712987/olm_patch.txt. Sign-off at https://github.com/matrix-org/matrix-ios-sdk/pull/220#issue-201470911. | |||
2017-01-18 | OLMKit: Change OLMKitVersionString from a C function to an Obj-C static method | Avery Pierce | |
2017-01-18 | OLMKit: Exclude private headers from pod library | Avery Pierce | |
2017-01-17 | Merge pull request #44 from matrix-org/manuroe/olmkit-backup | Richard van der Hoff | |
OLMKit: Add wrappers for export/import of inbound group sessions | |||
2017-01-17 | OLMKit: Reset intermediate buffer to zeroes | manuroe | |
2017-01-17 | OLMKit: Add wrappers for export/import of inbound group sessions | manuroe | |
2017-01-17 | Update podspec to support macOS | Richard van der Hoff | |
Merged from https://github.com/aapierce0/OLMKit/commits/macOS_port Sign-off taken from https://github.com/matrix-org/matrix-ios-sdk/pull/218#issue-201062079. | |||
2017-01-17 | Add a CONTRIBUTING file | Richard van der Hoff | |
2017-01-17 | More README fixes | Richard van der Hoff | |
2017-01-17 | link to local docs/olm.rst | Richard van der Hoff | |
2017-01-17 | Fix Android build instrucitons | Richard van der Hoff | |