aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-05-24Implement decrypting inbound group messagesRichard van der Hoff
2016-05-24Implement functions to get the state of outbound sessionRichard van der Hoff
2016-05-24Outbound group session support in the python wrappersRichard van der Hoff
2016-05-24Implement pickling/unpickling for outbound group sessionsRichard van der Hoff
2016-05-24Implementation of an outbound group sessionRichard van der Hoff
2016-05-24Implementation of the megolm ratchetRichard van der Hoff
2016-05-24Factor out pickle_encoding from olm.cppRichard van der Hoff
2016-05-24Factor out olm_error_to_string to a separate fileRichard van der Hoff
2016-05-24Merge branch 'rav/c_bindings'Richard van der Hoff
2016-05-24Rewrite _olm_cipher_aes_sha_256 initialisationRichard van der Hoff
2016-05-24Remove 'destruct' from cipher_opsRichard van der Hoff
2016-05-23Fix bug in bounds check when parsingMark Haines
2016-05-23Prefix for internal symbolsRichard van der Hoff
2016-05-23C bindings for base64 functionsRichard van der Hoff
2016-05-23C binding for olm::unsetRichard van der Hoff
2016-05-23C bindings for pickle functionsRichard van der Hoff
2016-05-23Convert cipher.hh to plain CRichard van der Hoff
2016-05-23Convert error.hh to plain CRichard van der Hoff
2016-05-23Give SHA256 functions C bindingsRichard van der Hoff
2016-05-23Rename olm.hh to olm.hRichard van der Hoff
2016-05-23Complete fixes for olm_*_last_errorRichard van der Hoff
2016-05-23fix range check in olm_*_last_errrorRichard van der Hoff
2016-05-23Fix warnings and set -WerrorRichard van der Hoff
2016-05-23Merge branch 'rav/refactor_python_wrappers'Richard van der Hoff
2016-05-23Fix make clean to remove the library and all the .d filesMark Haines
2016-05-23Move comment to correct locationMark Haines
2016-05-23Don't use $^ cause that includes the header filesMark Haines
2016-05-23Use a rule to make the build directoriesMark Haines
2016-05-23Put the .o files in separate directories so we can have both release and debu...Mark Haines
2016-05-20Fix the Makefile so that it works with a clean git checkoutMark Haines
2016-05-20Merge branch 'rav/makefile'Richard van der Hoff
2016-05-20Remove dep files for js objects on cleanRichard van der Hoff
2016-05-20crypto.cpp: Fix commentsRichard van der Hoff
2016-05-20Add an 'all' target to the MakefileRichard van der Hoff
2016-05-20Refactor python wrappersRichard van der Hoff
2016-05-20Use a version script to restrict symbols in the .soRichard van der Hoff
2016-05-20Add support for building the JS wrappers to the MakefileRichard van der Hoff
2016-05-20Add a makefileRichard van der Hoff
2016-05-20Remove functions which return stringsRichard van der Hoff
2016-05-18Correct a couple of errors in the specRichard van der Hoff
2016-05-16Remove vestiges of loggingRichard van der Hoff
2016-05-16Merge branch 'rav/remove_logging'Richard van der Hoff
2016-05-16Fix double_ratchet linkRichard van der Hoff
2016-05-16Remove logging functionalityRichard van der Hoff
2016-05-16translate logging.cpp to CRichard van der Hoff
2016-05-16Add olm::log_enabled_forRichard van der Hoff
2016-05-13fix postojna linkMatthew Hodgson
2016-04-26Fix a bunch of compiler warnings, and turn on warnings.Richard van der Hoff
2016-04-26Various clarifications to the specRichard van der Hoff
2016-04-26Add some logging to help understand what's going onRichard van der Hoff