aboutsummaryrefslogtreecommitdiff
path: root/src/common/util_format.c
AgeCommit message (Expand)Author
2018-06-27Move util_format into a new libtor-encoding libraryNick Mathewson
2018-06-22Automated fixup of include paths after torlog.h movement.Nick Mathewson
2018-06-22Extract key string manipulation functions into a new library.Nick Mathewson
2018-06-22Remove compat.h as unneeded from log.c and torlog.hNick Mathewson
2018-06-21Rectify include paths (automated)Nick Mathewson
2018-06-20Run rectify_include_paths.pyNick Mathewson
2018-06-20Update copyrights to 2018.Nick Mathewson
2017-09-28Move around some LCOV_EXCLs in src/commonNick Mathewson
2017-04-07Remove base64_decode_nopad()Taylor Yu
2017-04-07Make base64_decode() check actual decoded lengthTaylor Yu
2017-04-07Merge branch 'maint-0.3.0'Nick Mathewson
2017-04-07Merge remote-tracking branch 'public/bug21894_029' into maint-0.3.0Nick Mathewson
2017-04-07Never read off the end of a buffer in base32_encode()Nick Mathewson
2017-04-07Comment fix. (Catalyst spotted this)Nick Mathewson
2017-04-07Make the warnings about terminating nuls a bit strongerNick Mathewson
2017-04-06Use baseXX length macros in baseXX_encode()Taylor Yu
2017-03-15Run the copyright update script.Nick Mathewson
2016-12-23Fix unreachable heap corruption in base64_decode()Hans Jerry Illikainen
2016-08-31It is not a bug to attempt to base32_decode a non-base32 stringNick Mathewson
2016-06-20util: zero target buffer of base*_encode/decodeDavid Goulet
2016-06-20Merge branch 'bug14013_029_01_squashed'Nick Mathewson
2016-06-20Make base16_decodes return number of decoded bytesnikkolasg
2016-06-18Keep make check-spaces happyAndrea Shepard
2016-06-17Merge branch 'bug18280_029_03_nm_squashed'Nick Mathewson
2016-06-17Fix base32 API to take any source length in bytesDavid Goulet
2016-06-15Mark src/common tor_assert(0)/tor_fragile_assert() unreached for coverageNick Mathewson
2016-02-27Update the copyright year.Nick Mathewson
2016-02-27Add a brief file-level description for everything in src/commonNick Mathewson
2015-12-15Replace usage of INLINE with inlinecypherpunks
2015-07-31Move formatting functions around.Nick Mathewson