- Log warning if
sqlite3_close()
fails (#38)
- Add missing field
Requires.private:
to auto-generated pkg-config filelibaxc.pc
(#32) (thanks, @hartwork!) - Tests on Windows CI (#38)
- Cover Windows build by GitHub Actions CI using msys2 (#32) (thanks, @hartwork!)
- Reject build warnings as errors #34) (thanks, @hartwork!)
- dependabot: update
actions/checkout
from2.4.0
to3.0.0
#36 - dependabot: update
actions/upload-artifact
from2.3.1
to3.0.0
#37
- Compiler warnings (#21, #29) (thanks, @hartwork!)
gcc
can now be set from env like the rest of the tools. (#30)) (thanks, @henry-nicolas and Helmut Grohne!)- Fix the build for users without libsignal-protocol-c installed system-wide (#31) (thanks, @hartwork!)
- The example code is runnable again, and some memory leaks (#14) (thanks, @fbrausse!)
- Compiler warnings for test files.
pkg_config
can now be set from env like the rest of the tools. (#28) (thanks, @henry-nicolas and Helmut Grohne!)
- Added missing symlinks
libaxc.so.$(VER_MAJ)
andlibaxc.so
. (#24) (thanks, @hartwork!) session_cipher
is nowfree()
d using the correct function. (#25) (thanks, @root-hardenedvault!)- Already removed files now don't cause an error during cleanup. (#27) (thanks, @henry-nicolas!)
- Makefile target to build a shared library, optionally depending on a shared libsignal-protocol-c. (#17) (thanks, @henry-nicolas!)
- Updated libsignal-protocol-c to v2.3.3.
- Added date to 0.3.3 release in changelog.
- Delete an unused variable. (#22) (thanks, @henry-nicolas!)
axc_context_destroy_all()
now also frees itself. (#23) (thanks, @henry-nicolas!)
- Correct license headers. (thanks @henry-nicolas)
- This file.
- Removed dead code using internal libsignal-protocol-c functionality.
Lost to commit logs. Might hunt the changed down later.