greatroar
greatroar
Here's some improvements to the /proc/net/route parsing on Linux.
I just saw some very strange behavior in the lib/api tests: ``` $ go test -run=CSRFReq 2022/05/07 09:37:56 INFO: GUI and API listening on [::]:36101 2022/05/07 09:37:56 INFO: Access the...
What is the purpose of this change? What does it change? -------------------------------------------------------- restic no longer tries to read passwords from stdin. Instead, it tries to open the controlling terminal and...
What does this PR change? What problem does it solve? ----------------------------------------------------- Draft PR, untested. Tags that are not valid filenames (and some that are) are now sanitized by restic mount...
#### Description Since xorBytes is only ever called for very small slices, the expensive part of it is the function call. Benchmark results on linux/amd64: ``` name old time/op new...
Alternative to #3923. See that PR for discussion.
This reverts commit dff8cbc7b3b0fd8dbab7f517327f59388c1b25fd. According to @klauspost's research, this doesn't necessarily produce smaller output and decompression speed suffers quite a bit. Closes #196, see discussion there.
See the individual commit messages for details.
Without the Underlying call added in this PR, the modified example's go generate fails with ``` asm.go:56: component is not primitive exit status 1 args_test.go:9: running "go": exit status 1...
Here's some refactoring of the common code for dealing with rolling windows. The first patch factors out the WriteWindow methods to a function in an internal package. The WriteWindow methods...