~singpolyma/biboumi

f4c08242 — Florent Le Coz 8 years ago
Update spec file to 1.1
cf32446d — Florent Le Coz 8 years ago
Release version 1.1
6a4e17cb — Florent Le Coz 8 years ago
Fix IPv6 support (sockaddr size)

Since struct sockaddr is too small to contain an IPv6, we use struct
sockaddr_in6 instead, and we cast it where needed
b578aebc — Florent Le Coz 8 years ago
Release version 1.0
fa74493c — Florent Le Coz 8 years ago
Add a CHANGELOG file describing a general view of 1.0 features
b0ae8c66 — Florent Le Coz 8 years ago
Also remove that from the spec file
d6462664 — Florent Le Coz 8 years ago
Remove biboumi_logdir from the spec file
eb76171a — Florent Le Coz 8 years ago
Run the test_suite in the spec %check section
cec9fed1 — Florent Le Coz 8 years ago
Fix a typo
735ae278 — Florent Le Coz 8 years ago
Enable assert() even in release mode, in the test_suite
7fcc77f5 — Florent Le Coz 8 years ago
Provide a spec file to build a Fedora RPM
01c1ea14 — Florent Le Coz 8 years ago
Use systemd-daemon logging prefix if available
e01e34db — Florent Le Coz 8 years ago
Provide an example unit file for systemd
5a43ac9a — Florent Le Coz 8 years ago
Provide an example configuration file
70ebbae1 — Florent Le Coz 8 years ago
Regularly send a notification for the systemd watchdog
a165e592 — Florent Le Coz 8 years ago
Fix some cmake issues

fix #2551
48ed4720 — Florent Le Coz 8 years ago
Add missing <string> include in timed_events.hpp

fix #2552
6f181acc — Florent Le Coz 8 years ago
Fix ad-hoc “disconnect user” command. Do not add the <error/> on success
524f7925 — Florent Le Coz 8 years ago
Add some details in the INSTALL file
2cf64e10 — Florent Le Coz 8 years ago
Provide a make dist target
Next