| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-03-13 | Fix serverless output draining regressions | Paul Buetow | |
| 2026-03-13 | task 407: add client session transport | Paul Buetow | |
| 2026-03-13 | task 399: add capability fallback helper | Paul Buetow | |
| 2026-03-10 | Introduce client runtime boundaries | Paul Buetow | |
| 2026-03-10 | Refactor server-side config singleton reads | Paul Buetow | |
| 2026-03-08 | task: scope auth key dependencies to server instances (task 375) | Paul Buetow | |
| 2026-03-02 | Refactor server path to use injected runtime config (task 329) | Paul Buetow | |
| 2026-01-29 | refactor: improve Go best practices compliance | Paul Buetow | |
| - Add explicit interface satisfaction checks (var _ Interface = (*Type)(nil)) for compile-time verification: - TurboWriter implementations (DirectTurboWriter, TurboChannelWriter) - Processor implementations (GrepLineProcessor, ChannellessLineProcessor) - Parser implementations (genericParser, csvParser, genericKVParser, custom parsers, mimecastParser) - Logger implementations (file, stdout) - Handler implementations (ServerHandler, ClientHandler) - Connector implementations (Serverless, ServerConnection) - SSH callback implementations (KnownHostsCallback) - Improve error handling with context wrapping (%w): - SSH operations: GeneratePrivateRSAKey, Agent - Query parsing: Query.parse - SSH client connections: dial, session, handle methods - Fix receiver consistency: - Convert Query.String() from value to pointer receiver - Convert Outfile.String() from value to pointer receiver - Convert all KnownHostsCallback methods to pointer receivers - Convert mapCommand.Start() to pointer receiver - Reorganize file structure for better clarity: - internal/io/dlog/dlog.go: Move type definition before public functions - internal/mapr/token.go: Reorganize helper functions after public ones - Add documentation comments: - Query.String() method - Outfile.String() method - Regex.String() method - Improve config variable documentation All unit tests and integration tests pass. Amp-Thread-ID: https://ampcode.com/threads/T-019c0b08-0eeb-705d-a1f7-31bb764b659a Co-authored-by: Amp <amp@ampcode.com> | |||
| 2025-06-26 | fix: resolve package conflicts and update documentation | Paul Buetow | |
| - Move main package files to benchmarks/cmd/ to fix test failures - Update CLAUDE.md with comprehensive benchmarking and profiling instructions - Fix unused imports in serverless.go - Remove experimental buffered pipe/copy implementations - Remove outdated documentation files All integration tests now pass successfully. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> | |||
| 2025-06-26 | fix: resolve serverless mode deadlock for profiling | Paul Buetow | |
| Implement channel-based bidirectional copying in serverless connector to prevent deadlocks that occur with io.Copy when processing large files. Changes: - Replace direct io.Copy with channel-based approach in serverless.go - Add bufferedpipe and bufferedcopy utilities (for future use) - Add tests to verify deadlock prevention - Fix dmap profiling example to use absolute paths The fix successfully handles files up to ~10KB in serverless mode. Larger files still experience issues and will be addressed in a follow-up fix. Fixes profiling hang issue when using -cfg none without servers. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> | |||
| 2024-03-29 | lint warnings | Paul Buetow | |
| 2021-10-24 | Fix deadlock around aggregating data + server max concurrent file read limiter | Paul Buetow | |
| 2021-10-10 | vetting and linting and some code restyling | Paul Buetow | |
| 2021-10-06 | enable faster shutdown - useful for dgrep/dmap and dcat commands | Paul Buetow | |
| 2021-10-05 | Paul Buetow | ||
| 2021-10-05 | Paul Buetow | ||
| 2021-10-02 | refactor config reader - also looks in additional search paths for config ↵ | Paul Buetow | |
| file unless NONE is specified | |||
| 2021-10-02 | move args to config package | Paul Buetow | |
| logger package rewrite as dlog | |||
| 2021-10-02 | fix auto reconnect | Paul Buetow | |
