Pavel Emelyanov
Pavel Emelyanov
When reporting a BUG it may be not acceptable for the reporter to send us raw images, as they may contain sensitive data. Need to teach crit to anonymise images...
https://www.codacy.com/app/xemul/criu/file/7625550609/duplication/source?bid=4795042&fileBranchId=4795042
### What version of hwloc are you using? 2.2.0 from Fedora-33, but this as well reprodices on master. Git bisect points bc9f1ffa2889e46e7391420787276ff03f3967b8 as the first bad commit. ### Which operating...
fixes #25
The concept of limiting only the number of requests was replaced more than two years ago, the CLI option was deprecated 1+ year ago. It should be safe to eliminate...
The goal is not to default initialize an object when its fields are about to be immediately overwritten by the consecutive code.
There are several frame types declared in rpc.cc, each with a certain API that's used by read helpers. This set makes the API a bit shorter as preparation to RPC...
It's an sstring field that is tempted to be converted into temporary_buffer. However, it's the part of the API and other may still use it (alternator doesn't), so it has...
When rpc::server stops it kicks accept abort, stops connections and waits for all of them to resolve relevant stopping futures. One of the stopping promises is that the `_reply_gate` is...