aboutsummaryrefslogtreecommitdiff
path: root/src/lib/encoding
AgeCommit message (Collapse)Author
2018-07-01File-level documentation for some of src/lib.Nick Mathewson
2018-07-01Tabify all of the .am files.Nick Mathewson
2018-06-28Move string_is_key_value to lib/encodingNick Mathewson
2018-06-27Move confline.c to lib/encoding: it is about encoding key-value pairsNick Mathewson
Also, move "unescape_string()" to encoding too, since it's about encoding data as C strings.
2018-06-27Move hex_str to binascii.cNick Mathewson
2018-06-27Extract time encoding functions into lib/encodingNick Mathewson
2018-06-27Move util_format into a new libtor-encoding libraryNick Mathewson
libtor-encoding is about various ways to transform data to and from character sequences.