Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | re s/guuid/uuid/g | EuAndreh | 2025-05-03 | 1 | -187/+187 |
| | |||||
* | Implement most of db layer | EuAndreh | 2025-01-17 | 1 | -449/+4081 |
| | | | | | Many missing implementations or tests are marked with FIXME so I don't loose track of holes in the code. | ||||
* | src/papod.go: Integrate db layer with network, create command handlers, ↵ | EuAndreh | 2024-11-04 | 1 | -33/+109 |
| | | | | simplify network loop | ||||
* | tests/papod.go: Adapt old tests to use TestStart() and Testing() | EuAndreh | 2024-10-31 | 1 | -370/+405 |
| | |||||
* | Add initial implementation of some of `queriesT` functions | EuAndreh | 2024-10-31 | 1 | -34/+1403 |
| | |||||
* | src/papod.go: Make private most exported names and start actually ↵ | EuAndreh | 2024-10-27 | 1 | -220/+340 |
| | | | | implementing queriesT{} | ||||
* | Big bundle commit: adjust build project skeleton; include uncommitted code | EuAndreh | 2024-10-26 | 1 | -69/+53 |
| | | | | | | | | | | | | | | | There was some code that was being slowly tweaked as I'd work or related things on other repositories that wasn't committed step by step, and that now I'd rather include all as a single changeset, single there weren't really separated stages on how it was developed. Other than that, this commit includes adjustments on dependencies API usage, as they changed during my work on them, and adjustments on the build and test system, as I improved how they worked also during work on other projects. As of this commit, the code compiles and the tests pass. I can't recall if this was true before this commit, but it is true now. | ||||
* | Use "go tool" to build project | EuAndreh | 2024-08-14 | 1 | -0/+540 |