aboutsummaryrefslogtreecommitdiff
path: root/src/or
AgeCommit message (Expand)Author
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-30Make options_get_datadir_fname2_suffix() mockableAndrea 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-28Merge branch 'maint-0.2.8'Nick Mathewson
2016-06-28Merge branch 'bug19071-extra-squashed' into maint-0.2.8Nick Mathewson
2016-06-28Comment-out fallbacks in a way the stem fallback parser understandsteor (Tim Wilson-Brown)
2016-06-28Merge branch 'maint-0.2.8'Nick Mathewson
2016-06-28whitespace fixesNick Mathewson
2016-06-28Merge remote-tracking branch 'teor/bug18812' into maint-0.2.8Nick Mathewson
2016-06-28Resolve bug18812 by logging fallback key changes at info levelteor (Tim Wilson-Brown)
2016-06-28Make it clear that fallbacks include authoritiesteor (Tim Wilson-Brown)
2016-06-28Refactor connection_or_client_learned_peer_id for bug18812teor (Tim Wilson-Brown)
2016-06-27Add missing braces around conditional.Nick Mathewson
2016-06-27Remove an always-true condition: all ints are <= INT_MAXNick Mathewson
2016-06-23Merge remote-tracking branch 'public/bug15942_v2_alternative'Nick Mathewson
2016-06-23Remove a fallback that changed DirPortteor (Tim Wilson-Brown)
2016-06-22Merge branch 'maint-0.2.8'Nick Mathewson
2016-06-22Remove and blacklist 3 fallbacks which disappearedteor (Tim Wilson-Brown)
2016-06-22Remove 2 fallbacks: one lost guard, the other had bad uptimeteor (Tim Wilson-Brown)
2016-06-22Remove and blacklist 4 fallbacks which are unsuitableteor (Tim Wilson-Brown)
2016-06-21Merge branch 'maint-0.2.8'Nick Mathewson
2016-06-21Remove useless message about nonexistent onion services after uploading a des...Ivan Markin
2016-06-21Merge branch 'maint-0.2.8'Nick Mathewson
2016-06-21Fix bug when disabling heartbeats.George Kadianakis
2016-06-20Patch from dgoulet: fix a base16 problem that manifested w stemNick Mathewson
2016-06-20Simpler implementation of random exponential backoff.Nick Mathewson
2016-06-20Make base16_decodes return number of decoded bytesnikkolasg
2016-06-18Better comments on exponential-backoff related members of download_status_tAndrea Shepard
2016-06-18Move exponential-random backoff computation out of download_status_schedule_g...Andrea Shepard
2016-06-18Better comment for download_status_schedule_get_delay() per code reviewAndrea Shepard
2016-06-18Use exponential backoff for router descriptor downloads from consensusesAndrea Shepard
2016-06-18Use exponential backoffs for bridge descriptor downloadsAndrea Shepard
2016-06-18Use exponential backoffs for certificate downloadsAndrea Shepard
2016-06-18Use exponential backoffs for consensus downloadsAndrea Shepard
2016-06-18Implement DL_SCHED_RANDOM_EXPONENTIAL support for download_status_tAndrea Shepard
2016-06-16Correctly close intro circuit when deleting ephemeral HSDavid Goulet
2016-06-15Perform cache lookup when FetchHidServDescriptors is setDavid Goulet
2016-06-13Coverity dislikes (double) (int/int).Nick Mathewson
2016-06-12Keep make check-spaces happyAndrea Shepard
2016-06-12typo/comment/log fixes i found in my sandbox from montrealRoger Dingledine
2016-06-11Merge remote-tracking branch 'public/bug19203_027' into maint-0.2.8Nick Mathewson