Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-12 | Update copyrights to 2021, using "make update-copyright" | Nick Mathewson | |
2020-11-12 | Fix typos. | Samanta Navarro | |
Typos found with codespell. Please keep in mind that this should have impact on actual code and must be carefully evaluated: src/core/or/lttng_circuit.inc - ctf_enum_value("CONTROLER", CIRCUIT_PURPOSE_CONTROLLER) + ctf_enum_value("CONTROLLER", CIRCUIT_PURPOSE_CONTROLLER) | |||
2020-01-08 | It's 2020. Update the copyright dates with "make update-copyright" | Nick Mathewson | |
2019-11-06 | Add a bunch of doxygen for things in src/lib. | Nick Mathewson | |
2019-06-05 | Run "make autostyle." | Nick Mathewson | |
2019-03-25 | Rename one case of c_type to c_ptr_type. | Nick Mathewson | |
2019-03-25 | Rename DISPATCH_DEFINE_TYPE() to DISPATCH_REGISTER_TYPE() | Nick Mathewson | |
Also fix a grammar error in a comment. | |||
2019-03-25 | Various documentation notes and tweaks for pubsub | Nick Mathewson | |
2019-03-25 | Try a different approach to making publish function seem used. | Nick Mathewson | |
We want the DISPATCH_ADD_PUB() macro to count as making a DECLARE_PUBLISH() invocation "used", so let's try a new approach that preserves that idea. The old one apparently did not work for some versions of osx clang. | |||
2019-03-25 | Correct doxygen @file directives | Nick Mathewson | |
2019-03-25 | Document several issues found by Taylor | Nick Mathewson | |
2019-03-25 | Pubsub: macros for ease-of-use and typesafety. | Nick Mathewson | |