Branch: refs/heads/rust-bindings
Home: https://github.com/kronosnet/kronosnet
Commit: a82c7d55fcec69608a26ac4909207cf46e2dc9a9
https://github.com/kronosnet/kronosnet/commit/a82c7d55fcec69608a26ac4909207…
Author: Christine Caulfield <ccaulfie(a)redhat.com>
Date: 2021-05-12 (Wed, 12 May 2021)
Changed paths:
M configure.ac
M libknet/Makefile.am
M libknet/bindings/rust/Cargo.toml
A libknet/bindings/rust/Makefile.am
M libknet/bindings/rust/tests/Cargo.toml
A libknet/bindings/rust/tests/Makefile.am
M libknet/bindings/rust/tests/src/bin/knet-test.rs
M libnozzle/Makefile.am
A libnozzle/bindings/rust/Makefile.am
A libnozzle/bindings/rust/tests/Makefile.am
M libnozzle/bindings/rust/tests/src/bin/nozzle-test.rs
Log Message:
-----------
First pass at integrating Rust files into the build system
Branch: refs/heads/rust-bindings
Home: https://github.com/kronosnet/kronosnet
Commit: b00f923d26bd1591ec6d21d9f28cd338df56e7c0
https://github.com/kronosnet/kronosnet/commit/b00f923d26bd1591ec6d21d9f28cd…
Author: Christine Caulfield <ccaulfie(a)redhat.com>
Date: 2021-05-12 (Wed, 12 May 2021)
Changed paths:
M libknet/bindings/rust/src/lib.rs
M libknet/bindings/rust/src/libknet.rs
M libnozzle/bindings/rust/src/lib.rs
M libnozzle/bindings/rust/src/libnozzle.rs
M libnozzle/bindings/rust/tests/src/bin/nozzle-test.rs
Log Message:
-----------
Tidy the rust code a lot
(thanks clippy)
Branch: refs/heads/stack-clash-protection
Home: https://github.com/kronosnet/kronosnet
Commit: e13b7c74634c511d44603a203a328f4d67920321
https://github.com/kronosnet/kronosnet/commit/e13b7c74634c511d44603a203a328…
Author: Christine Caulfield <ccaulfie(a)redhat.com>
Date: 2021-05-10 (Mon, 10 May 2021)
Changed paths:
M configure.ac
Log Message:
-----------
[build] Add -fstack-clash-protection to release builds
CentOS Stream CI insists on this but it's generally a 'good thing'