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-04-05 | binascii: Fix the base64_encode_nopad() buffer length requirement | teor | |
Comment-only change. Part of 29660. | |||
2019-02-26 | Merge branch 'tor-github/pr/611' | George Kadianakis | |
2019-01-16 | Bump copyright date to 2019 | Nick Mathewson | |
2018-12-20 | base32_decode(): Return number of bytes written on success. | Nick Mathewson | |
This makes it consistent with base64_decode(). Closes ticket 28913. | |||
2018-12-14 | Add a function to provide an upper bound on base64 decoded length | Nick Mathewson | |
2018-07-10 | Rename torlog.[ch] to log.[ch] | Nick Mathewson | |
Fun fact: these files used to be called log.[ch] until we ran into conflicts with systems having a log.h file. But now that we always include "lib/log/log.h", we should be fine. | |||
2018-07-10 | Rename util_malloc to malloc. | Nick Mathewson | |
2018-06-27 | Move hex_str to binascii.c | Nick Mathewson | |
2018-06-27 | Move util_format into a new libtor-encoding library | Nick Mathewson | |
libtor-encoding is about various ways to transform data to and from character sequences. |