aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/tools/wg.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* global: update copyrightJason A. Donenfeld2019-01-071-1/+1
|
* global: put SPDX identifier on its own lineJason A. Donenfeld2018-09-201-2/+2
| | | | | The kernel has very specific rules correlating file type with comment type, and also SPDX identifiers can't be merged with other comments.
* global: year bumpJason A. Donenfeld2018-01-031-1/+1
|
* global: add SPDX tags to all filesGreg Kroah-Hartman2017-12-091-1/+4
| | | | | | | | | | | | | It's good to have SPDX identifiers in all files as the Linux kernel developers are working to add these identifiers to all files. Update all files with the correct SPDX license identifier based on the license text of the project or based on the license in the file itself. The SPDX identifier is a legally binding shorthand, which can be used instead of the full boiler plate text. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Modified-by: Jason A. Donenfeld <Jason@zx2c4.com>
* tools: no need to put this on the stackJason A. Donenfeld2017-12-031-1/+1
|
* tools: remove undocumented unused syntaxJason A. Donenfeld2017-12-031-11/+0
|
* global: style nitsJason A. Donenfeld2017-10-311-0/+1
|
* tools: retry resolution except when fatalJason A. Donenfeld2017-10-171-2/+2
| | | | | | | | | | | | | | | | | | | The reference to this is <https://sourceware.org/glibc/wiki/NameResolver>, which mentions: "From the perspective of the application that calls getaddrinfo() it perhaps doesn't matter that much since EAI_FAIL, EAI_NONAME and EAI_NODATA are all permanent failure codes and the causes are all permanent failures in the sense that there is no point in retrying later." This should cover more early-boot situations. While we're at it, we clean up the logic a bit so that we don't have a retry message on the final non-retrying attempt. We also peer into errno when receiving EAI_SYSTEM, to report to the user what actually happened. Also, fix the quoting back tick front tick mess.
* tools: no hyphen in preshared, to keep uniformityJason A. Donenfeld2017-04-201-1/+1
|
* Update copyrightJason A. Donenfeld2017-01-101-1/+1
|
* headers: cleanup noticesJason A. Donenfeld2016-11-211-1/+1
|
* tools: improve error reporting and detectionJason A. Donenfeld2016-07-031-7/+8
|
* Initial commitJason A. Donenfeld2016-06-251-0/+66