]> git.scottworley.com Git - tl-append/shortlog
tl-append
2023-09-15 Scott WorleyRelease 1.0.1 master v1.0.1
2023-09-15 Scott WorleyLicense: GPL 3
2023-09-14 Scott Worleytest: Fix memory leak
2023-09-14 Scott WorleyFix memory leak
2023-09-13 Scott WorleyRelease 1.0.0 v1.0.0
2023-09-13 Scott Worley-C flag to specify directory
2023-09-13 Scott WorleyShow usage message on invalid command line argument
2023-09-13 Scott WorleyAlso take flock locks
2023-09-13 Scott Worleytest: Try writing to flock-locked files
2023-09-13 Scott WorleyAllow file locking to be turned off
2023-09-13 Scott WorleyContemplate the possibility of multiple command line...
2023-09-13 Scott WorleyPass config by reference
2023-09-13 Scott WorleyHold a lock while appending
2023-09-13 Scott WorleyConcurrency tests
2023-09-13 Scott Worleyappease clang-tidy: More const
2023-09-13 Scott Worleyappease clang-tidy: Don't do unnecessary size_t→int...
2023-09-13 Scott Worleyappease clang-tidy: Careful of size_t→int narrowing...
2023-09-13 Scott WorleyInteractive mode: Prompt, feedback, & screen clearing
2023-09-08 Scott WorleyWrite timestamps
2023-09-08 Scott Worleytest: factor out verify_line()
2023-09-04 Scott WorleyEncode time in time-logger's format
2023-08-31 Scott WorleyA space for test & implementation to share code
2023-08-31 Scott Worleytest: Populate expectation timestamp range
2023-08-31 Scott Worleytest: Expectations have timestamp range
2023-08-31 Scott Worleytest: Use expectations for verifying output
2023-08-31 Scott Worleytest: Populate expectation
2023-08-31 Scott Worleytest: Dynamic buffer size
2023-08-31 Scott WorleyTest writing twice
2023-08-31 Scott Worleymake clean
2023-08-31 Scott WorleyRefactor test
2023-08-31 Scott WorleyBegin