aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_util_format.c
AgeCommit message (Expand)Author
2021-03-12Update copyrights to 2021, using "make update-copyright"Nick Mathewson
2020-01-09Remove all usage of the NS*() macros in test*.cNick Mathewson
2020-01-08It's 2020. Update the copyright dates with "make update-copyright"Nick Mathewson
2019-12-20Code Style: Delete PRIVATE defines that are never usedteor
2019-04-30Replace all remaining tor_mem_is_zero() with fast_mem_is_zero()Nick Mathewson
2019-02-26Merge branch 'tor-github/pr/611'George Kadianakis
2019-01-16Bump copyright date to 2019Nick Mathewson
2018-12-20base32_decode(): Return number of bytes written on success.Nick Mathewson
2018-12-14Add a function to provide an upper bound on base64 decoded lengthNick Mathewson
2018-07-05Fix every include path changed in the previous commit (automated)Nick Mathewson
2018-07-03Replace U64_LITERAL with the standard UINT64_CNick Mathewson
2018-06-27Move util_format into a new libtor-encoding libraryNick 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
2018-04-06crypto: Refactor (P)RNG functionality into new crypto_rand module.Isis Lovecruft
2017-08-24Fix operator usage in src/test/*.cAlexander Færøy
2017-04-10Fix some no-longer-reasonable unit tests for base64_decode()Nick Mathewson
2017-04-07Test odd-sized base64 decodesTaylor Yu
2017-04-07Add test for expected output from encode{,d}_length functionsNick Mathewson
2017-03-15Run the copyright update script.Nick Mathewson
2016-12-23Fix unreachable heap corruption in base64_decode()Hans Jerry Illikainen
2016-11-03Use tor_htonll in test_util_format_unaligned_accessorsovercaffeinated
2016-07-17Merge branch 'maint-0.2.8'Nick Mathewson
2016-07-17Fix warnings in test_util_formats.Nick Mathewson
2016-06-20Fix unit test crash on 32-bit.Nick Mathewson
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-17test: Add base32_encode/decode unit testsDavid Goulet
2016-02-27Update the copyright year.Nick Mathewson
2016-01-03Explicitly test our get/set_uint{8,16,32,64}.Nick Mathewson
2015-10-06Merge remote-tracking branch 'twstrike/util_format_tests'Nick Mathewson
2015-10-03Fix spaces warningsOla Bini
2015-10-03Actually test success cases as wellOla Bini
2015-10-02Give test_util_format some succeeding test casesNick Mathewson
2015-10-02Add notes and whitespace fixes to test_util_formatNick Mathewson
2015-09-15Add tests for util_formatOla Bini