Skip to content

Releases: WiMoVE-OSS/wimoved

v0.0.3

24 Jul 11:15
097b52e
Compare
Choose a tag to compare

Commits

Development Build: v0.0.4+beta2023-07-24_11.11

24 Jul 11:13
097b52e
Compare
Choose a tag to compare

Commits

v0.0.2

11 Apr 11:28
d76eb49
Compare
Choose a tag to compare

Commits

  • 72c1d5b: Add monitoring and logging from docs to README (#51) (Richard Wohlbold) #51
  • f024d69: Run linting, formatting and testing in parallel (#48) (Alexander Sohn) #48
  • 9264f19: Use proper OpenWrt spelling (#53) (Richard Wohlbold) #53
  • d84956f: Tidy up scripts directory (#54) (Alexander Sohn) #54
  • 282ba85: Fix MAC address parsing and serialization (#55) (Richard Wohlbold) #55
  • d76eb49: Implement min_vni configuration option (#57) (Richard Wohlbold) #57

v0.0.1

30 Mar 07:46
3d5c8d5
Compare
Choose a tag to compare
Add sanitizers, fix various memory leaks (#43)

* Fix memory leak by freeing link cache

* Disable sanitizers by default

* Remove source files from add_executable

* Fix lint errors

* Remove unnecessary header files

* Remove whitespace from CMakeLists.txt

* Fix more memory leaks

* Add sanitization to README

* Run format

* Fix build

* Delete move constructors in nl::Cache

* Throw exception on allocation failure