Age | Commit message (Expand) | Author |
2021-03-12 | Update copyrights to 2021, using "make update-copyright" | Nick Mathewson |
2020-10-16 | Fix the tests in test_microdesc.c | Nick Mathewson |
2020-01-09 | Merge branch 'pre_formatter_cleanups_squashed' | Nick Mathewson |
2020-01-09 | Use new ENABLE/DISABLE_GCC_WARNING | Nick Mathewson |
2020-01-08 | It's 2020. Update the copyright dates with "make update-copyright" | Nick Mathewson |
2019-09-10 | Add a unit test for ed25519 identity parsing in microdescriptors | Nick Mathewson |
2019-09-05 | Add tests for IPv6 exit policies on microdescriptors | Neel Chauhan |
2019-01-16 | Bump copyright date to 2019 | Nick Mathewson |
2018-11-24 | Add a consensus method in which md families get canonicalized. | Nick Mathewson |
2018-11-24 | Revise nodefamily.c to match proposal 298 | Nick Mathewson |
2018-11-19 | Use nodefamily_t in microdescriptors. | Nick Mathewson |
2018-10-01 | Split microdescriptor parser into its own file. | Nick Mathewson |
2018-10-01 | Move routerparse and parsecommon to their own module. | Nick Mathewson |
2018-07-05 | Fix every include path changed in the previous commit (automated) | Nick Mathewson |
2018-07-01 | Remove system headers from or.h | Nick Mathewson |
2018-06-20 | Run rectify_include_paths.py | Nick Mathewson |
2018-06-20 | Update copyrights to 2018. | Nick Mathewson |
2018-06-15 | Extract routerinfo_t into its own header. | Nick Mathewson |
2018-06-15 | Extract microdesc_t into its own header. | Nick Mathewson |
2018-06-15 | Extract routerstatus_t into its own header. | Nick Mathewson |
2018-06-15 | Extract networkstatus_t and ..sr_info_t into their own headers | Nick Mathewson |
2018-04-27 | mod: Move dirauth specific files to its own module | David Goulet |
2018-04-27 | dirvote: Trim down the public API | David Goulet |
2018-04-22 | Remove MIN_METHOD_FOR_{PACKAGE_LINES,GUARDFRACTION,ED25519_ID_IN_MD} | Nick Mathewson |
2018-04-22 | Remove MIN_METHOD_FOR_ID_HASH_IN_MD and a test for running without it. | Nick Mathewson |
2018-04-22 | Remove MIN_METHOD_{FOR_P6_LINES,FOR_NTOR_KEY,TO_CLIP_UNMEASURED_BW} | Nick Mathewson |
2017-12-05 | Implement the various get_foodir_*() functions. | Nick Mathewson |
2017-09-15 | Run our #else/#endif annotator on our source code. | Nick Mathewson |
2017-08-24 | Fix operator usage in src/test/*.c | Alexander Færøy |
2017-03-31 | Remove some now-needless openssl includes from src/test. | Nick Mathewson |
2017-03-15 | Run the copyright update script. | Nick Mathewson |
2016-07-28 | Fix all -Wshadow warnings on Linux | Nick Mathewson |
2016-06-20 | Make base16_decodes return number of decoded bytes | nikkolasg |
2016-06-14 | Use ENABLE/DISABLE_GCC_WARNING in masater. | Nick Mathewson |
2016-06-14 | Merge branch 'maint-0.2.8' | Nick Mathewson |
2016-06-14 | Resolve the remaining openssl "-Wredundant-decls" warnings. | Nick Mathewson |
2016-06-11 | Use autoconf, not gcc version, to decide which warnings we have | Nick Mathewson |
2016-06-11 | Enable -Woverlength-strings for GCC>=4.6 on MOST of the code. | Nick Mathewson |
2016-05-17 | Remove duplicate siging_key_cert fields. | Nick Mathewson |
2016-02-27 | Update the copyright year. | Nick Mathewson |
2015-07-11 | Fix a leak in test_microdesc (CID 1311631) | Nick Mathewson |
2015-06-25 | Merge remote-tracking branch 'origin/maint-0.2.6' | Nick Mathewson |
2015-06-22 | Repair breakage in early-error case of microdesc parsing | Nick Mathewson |
2015-06-01 | Fix some memory leaks in ed25519 code and tests | Nick Mathewson |
2015-05-28 | Include ed25519 keys in microdescriptors. | Nick Mathewson |
2015-01-02 | Bump copyright dates to 2015, in case someday this matters. | Nick Mathewson |
2014-12-22 | Fix some coverity issues in the unit tests | Nick Mathewson |
2014-11-12 | Replace operators used as macro arguments with OP_XX macros | Nick Mathewson |
2014-10-28 | Add another year to our copyright dates. | Nick Mathewson |
2014-10-13 | Unit tests for 11243: loading ri, ei, mds from lists | Nick Mathewson |