summaryrefslogtreecommitdiff
path: root/src/papod.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to latest project skeleton: i18n and fine-grained fuzzingHEADmainEuAndreh2025-05-291-1/+2
|
* src/papod.go: Use stm.AtomT over stm.VarEuAndreh2025-05-231-3/+3
|
* re s/guuid/uuid/gEuAndreh2025-05-031-86/+86
|
* src/papod.go: WIP stm around stateTEuAndreh2025-02-191-18/+49
|
* src/papod.go: Rename stateT to stateMutableTEuAndreh2025-01-221-29/+29
|
* Implement most of db layerEuAndreh2025-01-171-752/+2310
| | | | | 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, ↵EuAndreh2024-11-041-572/+995
| | | | simplify network loop
* Add initial implementation of some of `queriesT` functionsEuAndreh2024-10-311-145/+1553
|
* src/papod.go: Make private most exported names and start actually ↵EuAndreh2024-10-271-396/+686
| | | | implementing queriesT{}
* Big bundle commit: adjust build project skeleton; include uncommitted codeEuAndreh2024-10-261-7/+301
| | | | | | | | | | | | | | | 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.
* Add src/version.goEuAndreh2024-08-151-11/+9
|
* Use "go tool" to build projectEuAndreh2024-08-141-0/+583
|
* Rename source files to "lib.go" and "main.go"EuAndreh2024-05-161-601/+0
|
* src/papod.go: Add message parsing code with some testsEuAndreh2024-05-071-13/+154
|
* Rename from "papo" to "papod"EuAndreh2024-05-061-0/+460