Age | Commit message (Expand) | Author |
2016-05-23 | Add support for building fuzzers using american fuzzy lop | Mark Haines |
2016-05-23 | Fix make clean to remove the library and all the .d files | Mark Haines |
2016-05-23 | Move comment to correct location | Mark Haines |
2016-05-23 | Don't use $^ cause that includes the header files | Mark Haines |
2016-05-23 | Use a rule to make the build directories | Mark Haines |
2016-05-23 | Put the .o files in separate directories so we can have both release and debu... | Mark Haines |
2016-05-20 | Fix the Makefile so that it works with a clean git checkout | Mark Haines |
2016-05-20 | Merge branch 'rav/makefile' | Richard van der Hoff |
2016-05-20 | Remove dep files for js objects on clean | Richard van der Hoff |
2016-05-20 | crypto.cpp: Fix comments | Richard van der Hoff |
2016-05-20 | Add an 'all' target to the Makefile | Richard van der Hoff |
2016-05-20 | Refactor python wrappers | Richard van der Hoff |
2016-05-20 | Use a version script to restrict symbols in the .so | Richard van der Hoff |
2016-05-20 | Add support for building the JS wrappers to the Makefile | Richard van der Hoff |
2016-05-20 | Add a makefile | Richard van der Hoff |
2016-05-20 | Remove functions which return strings | Richard van der Hoff |
2016-05-18 | Correct a couple of errors in the spec | Richard van der Hoff |
2016-05-16 | Remove vestiges of logging | Richard van der Hoff |
2016-05-16 | Merge branch 'rav/remove_logging' | Richard van der Hoff |
2016-05-16 | Fix double_ratchet link | Richard van der Hoff |
2016-05-16 | Remove logging functionality | Richard van der Hoff |
2016-05-16 | translate logging.cpp to C | Richard van der Hoff |
2016-05-16 | Add olm::log_enabled_for | Richard van der Hoff |
2016-05-13 | fix postojna link | Matthew Hodgson |
2016-04-26 | Fix a bunch of compiler warnings, and turn on warnings. | Richard van der Hoff |
2016-04-26 | Various clarifications to the spec | Richard van der Hoff |
2016-04-26 | Add some logging to help understand what's going on | Richard van der Hoff |
2016-04-26 | Add a basic logging implementation | Richard van der Hoff |
2016-04-26 | Make 'npm build' build the js lib | Richard van der Hoff |
2015-12-07 | Fix missing '.' | Richard van der Hoff |
2015-12-07 | Clarifications to the doc | Richard van der Hoff |
2015-12-03 | Add notes on tagging to README | Richard van der Hoff |
2015-12-03 | Give a clearer error if the library hasn't been built0.1.0 | Richard van der Hoff |
2015-12-03 | Run the tests against the shared library | Richard van der Hoff |
2015-12-03 | Use header files where possible | Richard van der Hoff |
2015-12-03 | Document process for building npm package | Richard van der Hoff |
2015-12-02 | Fix a console error when importing in a browser | Richard van der Hoff |
2015-12-02 | Tweak javascript build to make npm better | Richard van der Hoff |
2015-11-01 | switch from /usr/bin/python to /usr/bin/env python. this doesn't help folks w... | Matthew Hodgson |
2015-10-05 | add legalese | Matthew Hodgson |
2015-10-02 | link to the spec | Matthew Hodgson |
2015-08-24 | typo | Matthew Hodgson |
2015-08-20 | IPR, feedback & acknowledgements | Matthew Hodgson |
2015-08-20 | minor typos and clarifications | Matthew Hodgson |
2015-08-20 | Add explanation of the notation in the spec | Mark Haines |
2015-08-20 | Merge pull request #1 from matrix-org/markjh/protocol-specification | Mark Haines |
2015-08-20 | Clarify that only the public parts of keys are sent over the wire | Mark Haines |
2015-08-20 | Add docstrings for the utility class | Mark Haines |
2015-08-19 | Add docstrings for the Session methods | Mark Haines |
2015-08-19 | Replace hard coded references to the 32-byte key length with a constant, add ... | Mark Haines |