index
:
libolm
master
Implementation of the olm and megolm cryptographic ratchets
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Makefile
Age
Commit message (
Expand
)
Author
2016-11-17
OLMKit: Add it to olm from version 2.0.1
manuroe
2016-10-27
Add a document on signing keys
Richard van der Hoff
2016-10-25
Version bump for 2.0.0
2.0.0
Richard van der Hoff
2016-09-23
Makefile: install-headers is phony
Richard van der Hoff
2016-09-23
Add a Makefile rule to install the headers
Emmanuel Gil Peyrot
2016-09-22
First stab at a megolm spec
Richard van der Hoff
2016-09-14
Changelog and version bump for 1.3.0
1.3.0
Mark Haines
2016-09-06
Bump version numbers to 1.2.0
1.2.0
Richard van der Hoff
2016-09-05
Avoid ldconfig in the Makefile
Richard van der Hoff
2016-09-01
Fix Ed25519 keypair generation
Richard van der Hoff
2016-07-11
Makefile rules to build the rst into html
Richard van der Hoff
2016-07-11
Prepare 1.0.0 release
1.0.0
Richard van der Hoff
2016-07-05
Add an install and an install-debug targets
Emmanuel Gil Peyrot
2016-07-05
Specify the soname in the library and its name
Emmanuel Gil Peyrot
2016-05-26
Merge branch 'rav/group_chat_js_bindings'
Richard van der Hoff
2016-05-26
Add a fuzzer for olm_group_decrypt
Mark Haines
2016-05-25
Javascript bindings for group sessions
Richard van der Hoff
2016-05-25
Compile some of the crypto libs directly
Richard van der Hoff
2016-05-25
Merge branch 'rav/jenkins_build'
Richard van der Hoff
2016-05-25
Merge branch 'markjh/fuzzingII'
Mark Haines
2016-05-24
Merge branch 'master' into rav/jenkins_build
Richard van der Hoff
2016-05-24
Build the tests with -g
Richard van der Hoff
2016-05-24
Build the crypto libs as C99
Richard van der Hoff
2016-05-23
Rename olm.hh to olm.h
Richard van der Hoff
2016-05-23
Fix warnings and set -Werror
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
Remove dep files for js objects on clean
Richard van der Hoff
2016-05-20
Add an 'all' target to the Makefile
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