Age | Commit message (Expand) | Author |
---|---|---|
2019-07-24 | Make config_var and config_fmt const. | Nick Mathewson |
2019-06-25 | Extend macros to allow flag arguments. | Nick Mathewson |
2019-06-25 | Add a "flags" member to config_var_t | Nick Mathewson |
2019-06-25 | Move responsibility for config var macros | Nick Mathewson |
2019-06-25 | A few more test cases and unreachable lines | Nick Mathewson |
2019-06-25 | Use struct_magic_decl to verify magic numbers in config objects | Nick Mathewson |
2019-06-25 | Port confparse to use struct_var in place of typed_var. | Nick Mathewson |
2019-06-24 | Add unit tests for the unitparse.c module. | Nick Mathewson |
2019-06-24 | Add a "typed_var" abstraction to implement lvalue access in C. | Nick Mathewson |
2019-06-15 | Add more unit tests for confparse.c, so we can refactor. | Nick Mathewson |