aboutsummaryrefslogtreecommitdiff
path: root/src/core/or/crypt_path.c
AgeCommit message (Expand)Author
2020-07-02Extract extend_info manipulation functions into a new file.Nick Mathewson
2020-05-06Use __attribute__((fallthrough)) rather than magic GCC comments.Nick Mathewson
2020-01-08It's 2020. Update the copyright dates with "make update-copyright"Nick Mathewson
2019-05-22sendme: Properly record SENDMEs on both edgesDavid Goulet
2019-05-03Hiding crypt_path_t: Hide 'crypto' usage in sendme.cGeorge Kadianakis
2019-05-03Hiding crypt_path_t: Change code to use the privatization macro.George Kadianakis
2019-05-03Revert "Hiding crypt_path_t: Ensure that ->private is initialized."George Kadianakis
2019-05-03Revert "Hiding crypt_path_t: Create a constructor for crypt_path_t."George Kadianakis
2019-05-03Hiding crypt_path_t: Some TODO notes for future directions.George Kadianakis
2019-05-03Hiding crypt_path_t: Move some more crypt_path-specific functions.George Kadianakis
2019-05-03Hiding crypt_path_t: Rename some functions to fit the crypt_path API.George Kadianakis
2019-05-03Hiding crypt_path_t: Trivial changes to satisfy check-local.George Kadianakis
2019-05-03Hiding crypt_path_t: Ensure that ->private is initialized.George Kadianakis
2019-05-03Hiding crypt_path_t: Create a constructor for crypt_path_t.George Kadianakis
2019-05-03Hiding crypt_path_t: Move the free func in crypt_path.c.George Kadianakis
2019-05-03Hiding crypt_path_t: Move some more init funcs in crypt_path.c.George Kadianakis
2019-05-03Hiding crypt_path_t: Start with crypt_path.crypto .George Kadianakis
2019-05-03Hiding crypt_path_t: Move init functions to crypt_path.c.George Kadianakis
2019-05-03Hiding crypt_path_t: Move assert functions in crypt_path.c.George Kadianakis