Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-19 | Extract the log_domain_t type to a lower-level header | Nick Mathewson | |
This way, both err and log may depend on it. | |||
2019-05-02 | Add comments to include.am files to note where new sources go | Nick Mathewson | |
This mechanism isn't perfect, and sometimes it will guess wrong, but it will help our automation. | |||
2019-01-02 | Concentrate all TOR_USEC_PER_SEC definitions in a single header file. | George Kadianakis | |
Co-authored-by: Mike Perry <mikeperry-git@torproject.org> | |||
2018-07-01 | Minimize headers that include crypto_formats and x25519 stuff | Nick Mathewson | |
2018-07-01 | Combine DH_BYTES and DH_KEY_LEN; put them in a lib/defs header. | Nick Mathewson | |
2018-06-22 | Remove bloom filters, order statistics, and bitarrays from container.h | Nick Mathewson | |
2018-06-22 | Remove container->crypto dependency | Nick Mathewson | |
Containers were using crypto_digest.h, just to see the value of DIGEST_LEN. Moved those constants into a new defs module. |