Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-08 | It's 2020. Update the copyright dates with "make update-copyright" | Nick Mathewson | |
2019-01-16 | Bump copyright date to 2019 | Nick Mathewson | |
2018-11-14 | Normalize .may_include to always have paths, and paths to include | Nick Mathewson | |
2018-07-10 | Rename util_malloc to malloc. | Nick Mathewson | |
2018-06-26 | Refactor bloom filter logic not to be digest-specific. | Nick Mathewson | |
Now the address-set code and the digest-set code share the same backend. Closes ticket 26510 | |||
2018-06-26 | Fix comments in lib/container/*.c | Nick Mathewson | |
2018-06-22 | Extract simple integer math into its own module | Nick Mathewson | |
2018-06-22 | Split container.c based on container types, and minimize includes | Nick Mathewson | |
Minimizing includes revealed other places includes were necessary. |