summaryrefslogtreecommitdiff
path: root/src/or/routerparse.c
AgeCommit message (Expand)Author
2016-07-28Fix all -Wshadow warnings on LinuxNick Mathewson
2016-07-01Merge remote-tracking branch 'dgoulet/ticket16943_029_05-squashed'Nick Mathewson
2016-07-01prop250: Parse votes and consensusDavid Goulet
2016-07-01Fix a missing break; in dump_desc_init()Nick Mathewson
2016-06-30Set binary mode when checking malformed descriptor.Nick Mathewson
2016-06-30fix naked memcmpsNick Mathewson
2016-06-30Try to fix warnings when size_t is smaller than st.st_size.Nick Mathewson
2016-06-30Also check if the sandbox is configured as well as if it's active; sandbox_in...Andrea Shepard
2016-06-30Do sandbox_is_active() check before reconstructing dump_desc() FIFO on startu...Andrea Shepard
2016-06-30Add unit test for dump_desc_populate_fifo_from_directory()Andrea Shepard
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-30Reload unparseable descriptor dump FIFO state from on-disk dumped descriptors...Andrea Shepard
2016-06-30Move unparseable descriptor dumps into subdirectory of DataDirAndrea Shepard
2016-06-30Add sandbox_is_active() check to dump_desc()Andrea Shepard
2016-06-30Use uint64_t for total length of dumped descriptors, nad be careful about ove...Andrea Shepard
2016-06-30Expose a few more dump_desc()-related things to the test suiteAndrea Shepard
2016-06-30Expose dump_desc() to the test suite and make things it calls mockableAndrea Shepard
2016-06-30Remove old unparseable descriptor logging mechanism, add bump-to-head-of-queu...Andrea Shepard
2016-06-30Add multiple descriptor dump support for dump_desc() in routerparse.c; fixes ...Andrea Shepard
2016-06-27Add missing braces around conditional.Nick Mathewson
2016-06-23Merge remote-tracking branch 'public/bug15942_v2_alternative'Nick Mathewson
2016-06-20Make base16_decodes return number of decoded bytesnikkolasg
2016-06-18Use exponential backoff for router descriptor downloads from consensusesAndrea Shepard
2016-05-30Replace nearly all XXX0vv comments with smarter onesNick Mathewson
2016-05-23Expose crypto_digest_algorithm_get_length from crypto.cNick Mathewson
2016-05-23Merge remote-tracking branch 'dgoulet/bug19066_029_01'Nick Mathewson
2016-05-19Merge branch 'maint-0.2.8'Nick Mathewson
2016-05-17whitespace fixesNick Mathewson
2016-05-17Remove duplicate siging_key_cert fields.Nick Mathewson
2016-05-17Merge branch 'maint-0.2.8'Nick Mathewson
2016-05-17Merge branch 'bug17150_027_extra' into maint-0.2.8Nick Mathewson
2016-05-17Copy the signing_key_cert field into signed_descriptor_tNick Mathewson
2016-05-17Move extra_info_digest256 into signed_descriptor_tNick Mathewson
2016-05-16dirauth: don't use hardcoded length when parsing digestsDavid Goulet
2016-05-09Merge branch 'feature15588_squashed'Nick Mathewson
2016-05-09Move rend client name checks to one functionJohn Brooks
2016-05-09Move rend auth cookie en-/decoding to a functionJohn Brooks
2016-03-21Merge branch 'maint-0.2.7'Nick Mathewson
2016-03-21Fix log message subjects in networkstatus_parse_vote_from_string()Nick Mathewson
2016-02-27Update the copyright year.Nick Mathewson
2016-02-23Merge branch 'bug17795'Nick Mathewson
2016-02-11Fix all doxygen warnings other than "X is not documented"Nick Mathewson
2016-02-10Whitespace fixesNick Mathewson
2016-02-10Rename crypto_digest_all, and digests_t.Nick Mathewson
2015-12-16Authorities must set a router's V2Dir flag if it supports tunnelled reqsMatthew Finkel
2015-12-16tweak router_parse_addr_policy_item_from_string docsNick Mathewson
2015-12-16Add policy assume_action support for IPv6 addressesteor (Tim Wilson-Brown)
2015-12-16Initialise malformed_list to 0 each time we parse a policyteor (Tim Wilson-Brown)
2015-12-15Replace usage of INLINE with inlinecypherpunks