netbird/util
Maycon Santos 5546eba36a
Write to temp file before saving data (#238)
* Create temp file before saving data

On the event of full disk, we may encounter the case where the
destination file get replaced by an empty file as the
ioutil.WriteFile truncates the destination before write.

* Close the tempFile instance before moving it

* Blacklist Wireguard interfaces for ICE checks
2022-02-20 19:03:16 +01:00
..
common.go Support new Management service protocol (NetworkMap) (#193) 2022-01-18 16:44:58 +01:00
duration.go Turn credentials generation (#102) 2021-09-02 14:41:54 +02:00
file_test.go Refactor Interface package and update windows driver (#192) 2022-01-17 14:01:58 +01:00
file.go Write to temp file before saving data (#238) 2022-02-20 19:03:16 +01:00
log.go feature: add logging to a file (#112) 2021-09-07 09:53:18 +02:00
retry.go fix doc 2021-05-15 15:24:30 +05:00
util_suite_test.go feature: basic management service implementation (#44) 2021-07-17 14:38:59 +02:00