Age | Commit message (Expand) | Author |
2018-06-27 | fix some comments | Hubert Chathi |
2018-06-27 | Improve .gitignore: exclude generated files for test | Benoit Marty |
2018-06-27 | Comment out proxy settings | Benoit Marty |
2018-06-27 | Upgrade tools | Benoit Marty |
2018-06-27 | Compiling with last NDK + some hardening | Benoit Marty |
2018-06-27 | ignore generated files | Benoit Marty |
2018-06-27 | Fix null pointer dereference | Benoit Marty |
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 |
2018-04-12 | Update Makefile to support building on Windows | MTRNord |
2018-01-09 | patch for libolm: fix some typos in JavaScript library | Hubert Chathi |
2017-11-22 | jenkins.sh: Run python bits in a virtualenv | Richard van der Hoff |
2017-09-29 | Drop unused #include | Alexey Rusakov |
2017-09-29 | Avoid C99 inside C++ code | Alexey Rusakov |
2017-06-08 | update link in README to match changes in 780d83a | Hubert Chathi |
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 |
2017-04-24 | Merge branch 'master' | Richard van der Hoff |
2017-04-24 | PEP8 | Richard van der Hoff |
2017-04-24 | Add ed25519_verify to __init__.py and add test for ed25519_verify | pik |
2017-04-24 | Add utility module to olm/python - for ed25519_verify | pik |
2017-04-18 | Return python int instead of c_uint32 for InboundGroupSession.decrypt message... | pik |
2017-04-18 | PEP8 for python bindings | Richard van der Hoff |
2017-04-04 | Python: Switch to a more general os.urandom for randomness source | J08nY |
2017-03-29 | Makefile: fix tab/space substitution. | Richard van der Hoff |
2017-03-24 | Support building as a static library | Andreas Zwinkau |
2017-03-13 | bug reports | Matthew Hodgson |
2017-03-06 | Fixing Android.mk | Sophie Taylor |
2017-03-02 | Android : improve the version number management (#46) | Yannick LE COLLEN |
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 |
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 |
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 |
2017-01-17 | OLMKit: Reset intermediate buffer to zeroes | manuroe |
2017-01-17 | OLMKit: Add wrappers for export/import of inbound group sessions | manuroe |