~singpolyma/biboumi

2677ac42 — louiz’ 6 years ago
Fix compilation (many warnings, and a linkage error) with clang++
dac19da4 — louiz’ 6 years ago
Fix an inversion of tlsPorts_ and ports_
922610cd — louiz’ 6 years ago
Run the coverity and freebsd tests in all louiz/biboumi branches
3d1e85fd — louiz’ 6 years ago
Update INSTALL.rst and CHANGELOG.rst for the sqlite dependency
94dd16cb — louiz’ 6 years ago
The packaging:archlinux build only makes sense on the master branch
8d1d822e — louiz’ 6 years ago
Explicitely close the Database before re-opening it
9defd0cc — louiz’ 6 years ago
Add a Statement class to manage the sqlite3_stmt objects and avoid leaks
41c23aab — louiz’ 6 years ago
Update the docker images and the gitlab-ci script to use sqlite3
369ccb03 — louiz’ 6 years ago
Add default values for the database columns
50cadf3d — louiz’ 6 years ago
Implement our own database ORM, and update the whole code to use it

Entirely replace LiteSQL

fix #3271
7ca95a09 — louiz’ 6 years ago
Find sqlite3 instead of litesql

Simplifies the CMakeLists.txt a little bit
ceb49636 — louiz’ 6 years ago
Test that the archlinux package actually installs at least /usr/bin/biboumi
a5f73969 — louiz’ 6 years ago
Change the makepkg command used in the archlinux CI test
ca9db6f9 — louiz’ 6 years ago
Move biboumi.h.cmake inside the src/ directory
6c2f79ee — louiz’ 6 years ago
Fix the date format in the RPM spec file
23a33721 — louiz’ 6 years ago
Release version 5.0
97f01d8e — louiz’ 6 years ago
Add biboumi-test-archlinux and biboumi-debian-packaging Dockerfiles
d6ebcfa9 — louiz’ 6 years ago
Fix the make command instruction in INSTALL.rst
1b71e0f7 — louiz’ 6 years ago
Add a e2e to check that timestamps in MAM requests are correctly handled

fix #3266
19ed2e7f — louiz’ 6 years ago
Fix the datetime parsing to handle optional fractions of seconds

fix #3266
Next