index
:
tor
main
maint-0.1.2
maint-0.2.0
maint-0.2.1
maint-0.2.2
maint-0.2.3
maint-0.2.4
maint-0.2.5
maint-0.2.6
maint-0.2.7
maint-0.2.7-redux
maint-0.2.8
maint-0.2.9
maint-0.3.0
maint-0.3.1
maint-0.3.2
maint-0.3.3
maint-0.3.4
maint-0.3.5
maint-0.4.0
maint-0.4.1
maint-0.4.2
maint-0.4.3
maint-0.4.4
maint-0.4.5
maint-0.4.6
maint-0.4.7
maint-0.4.8
release-0.2.1
release-0.2.2
release-0.2.3
release-0.2.4
release-0.2.5
release-0.2.6
release-0.2.7
release-0.2.7-redux
release-0.2.8
release-0.2.9
release-0.3.0
release-0.3.1
release-0.3.2
release-0.3.3
release-0.3.4
release-0.3.5
release-0.4.0
release-0.4.1
release-0.4.2
release-0.4.3
release-0.4.4
release-0.4.5
release-0.4.6
release-0.4.7
release-0.4.8
Transit encryption and privacy out of the box
The Tor Project
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
test_util_format.c
Age
Commit message (
Expand
)
Author
2021-03-12
Update copyrights to 2021, using "make update-copyright"
Nick Mathewson
2020-01-09
Remove all usage of the NS*() macros in test*.c
Nick Mathewson
2020-01-08
It's 2020. Update the copyright dates with "make update-copyright"
Nick Mathewson
2019-12-20
Code Style: Delete PRIVATE defines that are never used
teor
2019-04-30
Replace all remaining tor_mem_is_zero() with fast_mem_is_zero()
Nick Mathewson
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
2018-12-14
Add a function to provide an upper bound on base64 decoded length
Nick Mathewson
2018-07-05
Fix every include path changed in the previous commit (automated)
Nick Mathewson
2018-07-03
Replace U64_LITERAL with the standard UINT64_C
Nick Mathewson
2018-06-27
Move util_format into a new libtor-encoding library
Nick Mathewson
2018-06-21
Rectify include paths (automated)
Nick Mathewson
2018-06-20
Run rectify_include_paths.py
Nick Mathewson
2018-06-20
Update copyrights to 2018.
Nick Mathewson
2018-04-06
crypto: Refactor (P)RNG functionality into new crypto_rand module.
Isis Lovecruft
2017-08-24
Fix operator usage in src/test/*.c
Alexander Færøy
2017-04-10
Fix some no-longer-reasonable unit tests for base64_decode()
Nick Mathewson
2017-04-07
Test odd-sized base64 decodes
Taylor Yu
2017-04-07
Add test for expected output from encode{,d}_length functions
Nick Mathewson
2017-03-15
Run the copyright update script.
Nick Mathewson
2016-12-23
Fix unreachable heap corruption in base64_decode()
Hans Jerry Illikainen
2016-11-03
Use tor_htonll in test_util_format_unaligned_accessors
overcaffeinated
2016-07-17
Merge branch 'maint-0.2.8'
Nick Mathewson
2016-07-17
Fix warnings in test_util_formats.
Nick Mathewson
2016-06-20
Fix unit test crash on 32-bit.
Nick Mathewson
2016-06-20
Merge branch 'bug14013_029_01_squashed'
Nick Mathewson
2016-06-20
Make base16_decodes return number of decoded bytes
nikkolasg
2016-06-18
Keep make check-spaces happy
Andrea Shepard
2016-06-17
test: Add base32_encode/decode unit tests
David Goulet
2016-02-27
Update the copyright year.
Nick Mathewson
2016-01-03
Explicitly test our get/set_uint{8,16,32,64}.
Nick Mathewson
2015-10-06
Merge remote-tracking branch 'twstrike/util_format_tests'
Nick Mathewson
2015-10-03
Fix spaces warnings
Ola Bini
2015-10-03
Actually test success cases as well
Ola Bini
2015-10-02
Give test_util_format some succeeding test cases
Nick Mathewson
2015-10-02
Add notes and whitespace fixes to test_util_format
Nick Mathewson
2015-09-15
Add tests for util_format
Ola Bini