Age | Commit message (Collapse) | Author |
|
|
|
Eh. I'm not really sure how I feel about this change. I feel better about
the syscalls that the program makes. But the code is longer. There's more
boilerplate. I wish syscall.RawConn let our function return an error that
would bubble up.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
While it mostly played nice with autothing before, by having autothing
treat `go generate` as an opaque step, it didn't populate `files.src.gen`.
|
|
|
|
|
|
|
|
|
|
|
|
This is just a search/replace s/syscall/unix/g in the broken code.
|
|
|
|
|
|
Related to https://labs.parabola.nu/issues/1068
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
As for logging, filter the password from more types of requests.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|