aboutsummaryrefslogtreecommitdiff
path: root/src/lib/math
AgeCommit message (Expand)Author
2020-11-12Fix typos.Samanta Navarro
2020-07-13Bug 31812: Change http URL's to httpsJeremyRand
2020-02-06prob_distr: use "clang-format off" to avoid wide lines for URLsNick Mathewson
2020-01-09Merge branch 'pre_formatter_cleanups_squashed'Nick Mathewson
2020-01-09Use new ENABLE/DISABLE_GCC_WARNINGNick Mathewson
2020-01-08It's 2020. Update the copyright dates with "make update-copyright"Nick Mathewson
2019-12-20Run "make autostyle"teor
2019-11-18Merge remote-tracking branch 'tor-github/pr/1517'teor
2019-11-16Revise struct names in examples in comments to end with _tNick Mathewson
2019-11-15Doxygen: rename all .dox files to end with .mdNick Mathewson
2019-11-15Doxygen: remove /** and **/ from all .dox filesNick Mathewson
2019-11-07Rename probability distribution names to end with "_t".Nick Mathewson
2019-11-07Make all our struct names end with "_t".Nick Mathewson
2019-11-04Doxygen: document the rest of the directories in lib.Nick Mathewson
2019-11-04Doxygen: Avoid ambiguity in @dir directivesNick Mathewson
2019-11-04Add stub directory-level documentation for most source directoriesNick Mathewson
2019-10-16Doxygen: Fix things that looked like links.Nick Mathewson
2019-10-16Doxygen: fix unrecognized commands.Nick Mathewson
2019-09-26Run "make autostyle" with new "annotate_ifdef_directives"Nick Mathewson
2019-09-17Merge branch 'tor-github/pr/1323'George Kadianakis
2019-09-12Ticket 31687: fix for tor_isinf() as wellNick Mathewson
2019-09-12Merge branch 'ticket31687_035' into ticket31687_040Nick Mathewson
2019-09-10fp.c: Suppress float-conversion warnings on FreeBSD.Nick Mathewson
2019-06-05Run "make autostyle."Nick Mathewson
2019-05-02Add comments to include.am files to note where new sources goNick Mathewson
2019-04-11Remove an extraneous _ from __COVERITY__Nick Mathewson
2019-03-26prob-distr: Some more comments about the initializers.George Kadianakis
2019-03-26prob-distr: Silence some coverity warnings.George Kadianakis
2019-03-22circpad/prob_distr: Use crypto_fast_rng() instead of the old RNG.George Kadianakis
2019-03-13prob_distr: Better document our public API.George Kadianakis
2019-03-13prob_distr: Implement type-safe downcasting functions.George Kadianakis
2019-01-16Bump copyright date to 2019Nick Mathewson
2019-01-16Bump copyright date to 2019.Nick Mathewson
2019-01-11Add some more type checking.Taylor R Campbell
2019-01-11Use the distribution abstraction as an abstraction.Taylor R Campbell
2019-01-11Move ceil call back into the geometric sampler.Taylor R Campbell
2019-01-10Rename crypto_rand_uint32() -> crypto_rand_u32()George Kadianakis
2019-01-02Implement and test probability distributions used by WTF-PAD.George Kadianakis
2018-07-01File-level documentation for some of src/lib.Nick Mathewson
2018-06-28Move floating-point math functions into a new lib/mathNick Mathewson