summaryrefslogtreecommitdiff
path: root/src/common/util.h
AgeCommit message (Expand)Author
2017-02-14Merge branch 'bug20894_029_v3'Nick Mathewson
2017-02-14Don't atoi off the end of a buffer chunk.Nick Mathewson
2016-12-23Fix unreachable heap corruption in base64_decode()Hans Jerry Illikainen
2016-11-30Teach parse_iso_time about the spaceless variant.Nick Mathewson
2016-10-27Add implementation of smartlist_add_strdupovercaffeinated
2016-10-04Allow a unix: address to contain a C-style quoted string.Nick Mathewson
2016-09-06checkSpace.pl now forbids more identifiers.Nick Mathewson
2016-07-29Keep make check-spaces happyAndrea Shepard
2016-07-26Add a function to simplify a fraction.Nick Mathewson
2016-07-26Tweaks on 19435 fix:Nick Mathewson
2016-07-26Fix integer overflow in the rate-limiter (#19435).Ivan Markin
2016-07-01Merge remote-tracking branch 'dgoulet/ticket16943_029_05-squashed'Nick Mathewson
2016-06-30Make things mockable for dump_desc_populate_fifo_from_directory() unit testAndrea Shepard
2016-06-30Unit test for dump_desc_populate_one_file()Andrea Shepard
2016-06-30Move unparseable descriptor dumps into subdirectory of DataDirAndrea Shepard
2016-06-30Expose dump_desc() to the test suite and make things it calls mockableAndrea Shepard
2016-06-20Add tor_htonll/ntohll functionsDavid Goulet
2016-06-16Remove parse_config_line_from_str aliasNick Mathewson
2016-06-16tests for size_mul_check__()Nick Mathewson
2016-05-19Remove round_int64_to_next_multiple_of: It is now unused.Nick Mathewson
2016-04-04Move tor_assert implementation into its own header/module.Nick Mathewson
2016-03-01First RelaxDirModeCheck implementationPeter Palfrader
2016-02-27Update the copyright year.Nick Mathewson
2016-02-22Define O_NOFOLLOW on platforms that do not have itcypherpunks
2016-02-04Make the no-assertions-during-coverage check into a configure optionNick Mathewson
2015-11-12Merge branch 'karsten_bug13192_026_03_teor'Nick Mathewson
2015-11-12Rename cast_double_to_int64 to clamp_double_to_int64Nick Mathewson
2015-07-31Move formatting functions around.Nick Mathewson
2015-05-07Merge branch 'writing_tests'Nick Mathewson
2015-05-07Write the outlines of a WritingTests.txt documentNick Mathewson
2015-05-06Add an util function to cast double to int64_tDavid Goulet
2015-04-01Merge branch 'remove_digests'Nick Mathewson
2015-04-01Drop support for --digestsNick Mathewson
2015-03-26Implement "TOR_PT_EXIT_ON_STDIN_CLOSE".Yawning Angel
2015-03-21Disable assertions during coverage buildsSebastian Hahn
2015-02-17Remove tor_strclear(), and replace previous calls with memwipe().Yawning Angel
2015-02-02Add more parenthesis to the definition of ARRAY_LENGTHNick Mathewson
2015-01-28Bug #8405: Report SOCKS username/password in CIRC status eventsArthur Edelstein
2015-01-15Restrict sample values of the Laplace distribution to int64_t.George Kadianakis
2015-01-10Merge branch 'master' of https://git.torproject.org/tor into bug13111-empty-k...teor
2015-01-10Merge branch 'bug14001-clang-warning' into bug13111-empty-key-files-fn-emptyteor
2015-01-07Merge branch 'bug9286_v3_squashed'Nick Mathewson
2015-01-07Stop accepting milliseconds in various directory contextsNick Mathewson
2015-01-02Bump copyright dates to 2015, in case someday this matters.Nick Mathewson
2014-12-10Add better support to obfuscate statistics.Karsten Loesing
2014-11-08Stop failing when key files are zero-lengthteor
2014-11-05Merge remote-tracking branch 'meejah/ticket-11291-extra-utests'Nick Mathewson
2014-11-04Merge branch 'bug13315_squashed'Nick Mathewson
2014-11-04Adding helper function that checks if string is a valid IPv6 address.rl1987
2014-11-04Introducing helper function to validate IPv4 address strings.rl1987