about summary refs log tree commit diff
path: root/src (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-05 refactor: Replace reqwest library with ureqVincent Ambo1-43/+43
2018-09-24 docs(main): Expand information on priority->severity conversionVincent Ambo1-6/+23
2018-09-24 feat(main): Pass log levels along to StackdriverThomas ten Cate2-2/+37
2018-06-18 refactor(main): Move cursor file to /var/lib/journaldriverVincent Ambo1-1/+1
2018-06-17 refactor(main): Split LOG_NAME & LOG_STREAM variablesVincent Ambo1-1/+1
2018-06-17 feat(main): Support manually configured resource descriptorsVincent Ambo1-31/+57
2018-06-17 feat(main): Support static service account credentialsVincent Ambo1-41/+120
2018-06-17 chore(main): Bump chunk size to 750Vincent Ambo1-1/+1
2018-06-17 fix(main): Correct name of JSON payload fieldVincent Ambo2-5/+7
2018-06-17 refactor(main): Log error responses from StackdriverVincent Ambo1-5/+9
2018-06-17 feat(main): Parse timestamps out of journald entriesVincent Ambo2-9/+51
2018-06-16 chore(main): Send logs in smaller chunks of 250 entriesVincent Ambo1-1/+4
2018-06-16 fix(main): Attempt to read with next_record before waitingVincent Ambo1-1/+13
2018-06-16 feat(main): Persist & load persisted cursor positionsVincent Ambo1-9/+66
2018-06-16 feat(main): Implement parsing of JSON payloadsVincent Ambo2-3/+130
2018-06-15 chore: License under GPL 3.0Vincent Ambo1-0/+15
2018-06-15 feat(main): Implement record conversion & flushing to APIVincent Ambo2-145/+192
2018-06-14 feat(main): Add fetching of tokens from metadata serverVincent Ambo1-0/+39
2018-06-05 feat(main): Emit output in chunks of max. 1000 recordsVincent Ambo1-9/+15
2018-05-28 feat(stackdriver): Add initial Stackdriver API type definitionsVincent Ambo2-1/+101
2018-05-28 refactor(main): Simplify receiverVincent Ambo1-21/+8
2018-05-27 feat(main): Implement receiver & flushing logicVincent Ambo2-86/+100
2018-05-27 feat(journald): Implement initial libsystemd journal callsVincent Ambo2-0/+93