Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update to latest project skeleton: i18n and fine-grained fuzzingHEADmain | EuAndreh | 2025-05-29 | 1 | -1/+2 |
| | |||||
* | src/papod.go: Use stm.AtomT over stm.Var | EuAndreh | 2025-05-23 | 1 | -3/+3 |
| | |||||
* | re s/guuid/uuid/g | EuAndreh | 2025-05-03 | 1 | -86/+86 |
| | |||||
* | src/papod.go: WIP stm around stateT | EuAndreh | 2025-02-19 | 1 | -18/+49 |
| | |||||
* | src/papod.go: Rename stateT to stateMutableT | EuAndreh | 2025-01-22 | 1 | -29/+29 |
| | |||||
* | Implement most of db layer | EuAndreh | 2025-01-17 | 1 | -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, ↵ | EuAndreh | 2024-11-04 | 1 | -572/+995 |
| | | | | simplify network loop | ||||
* | Add initial implementation of some of `queriesT` functions | EuAndreh | 2024-10-31 | 1 | -145/+1553 |
| | |||||
* | src/papod.go: Make private most exported names and start actually ↵ | EuAndreh | 2024-10-27 | 1 | -396/+686 |
| | | | | implementing queriesT{} | ||||
* | Big bundle commit: adjust build project skeleton; include uncommitted code | EuAndreh | 2024-10-26 | 1 | -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.go | EuAndreh | 2024-08-15 | 1 | -11/+9 |
| | |||||
* | Use "go tool" to build project | EuAndreh | 2024-08-14 | 1 | -0/+583 |
| | |||||
* | Rename source files to "lib.go" and "main.go" | EuAndreh | 2024-05-16 | 1 | -601/+0 |
| | |||||
* | src/papod.go: Add message parsing code with some tests | EuAndreh | 2024-05-07 | 1 | -13/+154 |
| | |||||
* | Rename from "papo" to "papod" | EuAndreh | 2024-05-06 | 1 | -0/+460 |