Age | Commit message (Expand) | Author |
2016-05-24 | Factor out pickle_encoding from olm.cpp | Richard van der Hoff |
2016-05-24 | Factor out olm_error_to_string to a separate file | Richard van der Hoff |
2016-05-24 | Merge branch 'rav/c_bindings' | Richard van der Hoff |
2016-05-24 | Rewrite _olm_cipher_aes_sha_256 initialisation | Richard van der Hoff |
2016-05-24 | Remove 'destruct' from cipher_ops | Richard van der Hoff |
2016-05-23 | Fix bug in bounds check when parsing | Mark Haines |
2016-05-23 | Prefix for internal symbols | Richard van der Hoff |
2016-05-23 | C bindings for base64 functions | Richard van der Hoff |
2016-05-23 | C binding for olm::unset | Richard van der Hoff |
2016-05-23 | C bindings for pickle functions | Richard van der Hoff |
2016-05-23 | Convert cipher.hh to plain C | Richard van der Hoff |
2016-05-23 | Convert error.hh to plain C | Richard van der Hoff |
2016-05-23 | Give SHA256 functions C bindings | Richard van der Hoff |
2016-05-23 | Rename olm.hh to olm.h | Richard van der Hoff |
2016-05-23 | Complete fixes for olm_*_last_error | Richard van der Hoff |
2016-05-23 | fix range check in olm_*_last_errror | Richard van der Hoff |
2016-05-23 | Fix warnings and set -Werror | Richard van der Hoff |
2016-05-23 | Merge branch 'rav/refactor_python_wrappers' | Richard van der Hoff |
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 |
2016-04-13 | OLMAccount and OLMSession serialization | Chris Ballinger |
2016-04-09 | Initial test passing | Chris Ballinger |
2016-04-08 | Xcode, podspec, wrapper | Chris Ballinger |