Jie Yu
Jie Yu
This is for security reason. Socks5 supports username/password based authentication (https://tools.ietf.org/html/rfc1929). In certain environment, we want to make sure only authenticated user can access the socks5 proxy (our case is...
Currently, the agent to server communication is based on gRPC streams. There're cases where an agent's egress has to go through an egress proxy. In many cases, the egress proxy...
This allows each dc/os container to see the host cgroups. For the sake of isolation, this is not the ideal way. I don't see a reason why `/sys/fs/cgroup` needs to...
When creating a `Cluster` for an existing DC/OS cluster, the most convenient way is to create it from a single DC/OS url, instead of asking users to manually specifying master/agents...
That will be useful when people want to wrapper custom functions. Also, it will be useful when we want to port Maple to other platforms such as Windows.
See title. Also, if an iRoot only involves sync operations, no need to instrument memory operations in watch mode.
Since the latest PIN supports Mac OS X, my plan is to make Maple work on Mac OS. Probably, we need to switch to CMake so that the build can...
In active scheduler, we actually has two versions: non watch mode and watch mode. We can use the new TRACE version APIs to avoid the use of code cache flush.
So that we can use the debug analyzer even in the release version.
Currently, we have two separate sets of routines (python and c++) to handle those protobuf databases like sinfo.db, iroot.db, and etc. There are many duplicated code. What I am thinking...