about summary refs log tree commit diff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2018-05-28 feat(stackdriver): Add initial Stackdriver API type definitionsVincent Ambo2-1/+101
2018-05-28 refactor(main): Simplify receiverVincent Ambo1-21/+8
Departing from the initial approach. There's no reason to multithread this for now.
2018-05-27 feat(main): Implement receiver & flushing logicVincent Ambo2-86/+100
The only thing missing for a 0.1 test run is the actual gRPC call to Stackdriver.
2018-05-27 feat(journald): Implement initial libsystemd journal callsVincent Ambo2-0/+93