aboutsummaryrefslogtreecommitdiff
path: root/src/common/di_ops.c
AgeCommit message (Expand)Author
2017-12-08Convert the rest of src/common's headers to use FREE_AND_NULLNick Mathewson
2017-09-15Run our #else/#endif annotator on our source code.Nick Mathewson
2017-03-15Run the copyright update script.Nick Mathewson
2016-06-09Reduce make check-spaces noiseAndrea Shepard
2016-05-12Move the ctime part of choose_array_element_by_weight into di_opsNick Mathewson
2016-02-27Update the copyright year.Nick Mathewson
2015-12-29Use timingsafe_memcmp() where available.Nick Mathewson
2015-01-02Bump copyright dates to 2015, in case someday this matters.Nick Mathewson
2014-10-28Add another year to our copyright dates.Nick Mathewson
2014-08-21Suppress coverity warning about overflowing in safe_mem_is_zeroNick Mathewson
2014-08-21Suppress coverity warning about overflowing in tor_memeq.Nick Mathewson
2013-01-16Update the copyright date to 201.Nick Mathewson
2013-01-03Implement a constant-time safe_mem_is_zero.Nick Mathewson
2013-01-02Add a data-invariant linear-search map structureNick Mathewson
2012-09-17Fix comment typo in tor_memeqRobert Ransom
2012-06-04Update copyright dates to 2012; add a few missing copyright statementsNick Mathewson
2011-05-15Another doc tweak on tor_memcmp: <b>b</b>, not <b>.Nick Mathewson
2011-05-15minor tweaks to 4b19730c8234dRoger Dingledine
2011-05-11Add a data-independent variant of memcmp and a d-i memeq function.Nick Mathewson