summaryrefslogtreecommitdiff
path: root/interceptor/interceptor.cc
AgeCommit message (Expand)Author
2021-11-24Delete interceptor from prebuilt kernel build toolsMatthias Maennich
2021-11-24interceptor: use consistent non-abbreviated namingMatthias Maennich
2021-11-24interceptor: consistent constant namingMatthias Maennich
2021-11-24interceptor: consistently use curly braces for all statementsMatthias Maennich
2021-11-24interceptor: replace repr() method by proper operator<<Matthias Maennich
2021-11-24interceptor: replace custom Command class by proto classMatthias Maennich
2021-11-20interceptor: replace JSON log by proto logMatthias Maennich
2021-11-20interceptor: factor out the command line string creationMatthias Maennich
2021-11-15Replace interceptor starter with C++ binaryMatthias Maennich
2021-11-09Interceptor: log inputs/outputs as wellMatthias Maennich
2021-11-09Interceptor: add command analysisMatthias Maennich
2021-11-09Interceptor: relativate execution based on `cwd`Matthias Maennich
2021-11-09Interceptor: add support for Command executionMatthias Maennich
2021-11-09Interceptor: add command logging functionalityMatthias Maennich
2021-11-09Interceptor: add helper functionality for env and argsMatthias Maennich
2021-11-09Interceptor: initial versionMatthias Maennich