summaryrefslogtreecommitdiff
path: root/src/or/bridges.c
AgeCommit message (Expand)Author
2018-04-10Merge remote-tracking branch 'isis-github/bug25425_squashed2'Nick Mathewson
2018-04-09test: Add testing module and some unittests for bridges.c.Isis Lovecruft
2018-03-03Merge branch 'ticket23814' into maint-0.3.3Nick Mathewson
2018-02-07Fix spelling mistakes corresponding to ticket #23650Deepesh Pathak
2018-01-31remove the max_failures argument from download_status_is_ready.Nick Mathewson
2018-01-25Remove the old ("deterministic") download schedule.Nick Mathewson
2018-01-11Merge remote-tracking branch 'ffmancera/github/bug24573'Nick Mathewson
2018-01-02Set IPv6 preferences for bridges even if there is no ri.Fernando Fernandez Mancera
2017-12-12Merge branch 'maint-0.3.2'Nick Mathewson
2017-12-12Make sure bridges are definitely running before delaying directory fetchesteor
2017-12-08Convert remaining function (mostly static) to new free styleNick Mathewson
2017-11-22Stop checking cached bridge descriptors for usable bridgesteor
2017-10-24Merge remote-tracking branch 'catalyst-oniongit/bug20532_031' into maint-0.3.2Nick Mathewson
2017-10-24Rewrite bridge addresses earlierTaylor Yu
2017-09-15Run our #else/#endif annotator on our source code.Nick Mathewson
2017-09-15Make an assert into a BUG warning in the bridge codeteor
2017-09-15Explain where bridge download statuses are initialisedteor
2017-09-14Remove a download_status_reset() call that led to a crash -- see 23347Nick Mathewson
2017-09-12Add a missing bridge download status resetteor
2017-09-12Make clients wait to refresh bridges when they have a recent descriptorteor
2017-09-12Refactor bridge download statuses to increment on attemptteor
2017-09-12Make bridge clients download bridge descriptors immediatelyteor
2017-05-22Set guard state on bridge descriptor fetches.George Kadianakis
2017-04-21Make launch_direct_bridge_descriptor_fetch use dirreqs.Nick Mathewson
2017-03-15Run the copyright update script.Nick Mathewson
2017-03-09Fix failing bridges+ipv6-min integration test.George Kadianakis
2017-02-28Change approach to preventing duplicate guards.Nick Mathewson
2017-01-18Remove UseDeprecatedGuardAlgorithm.Nick Mathewson
2017-01-18Remove the (no longer compiled) code for legacy guard selection.Nick Mathewson
2016-12-16Merge branch 'prop271_030_v1_squashed'Nick Mathewson
2016-12-16Wrap all of the legacy guard code, and its users, in #ifdefsNick Mathewson
2016-12-16More progress on bridge implementation with prop271 guardsNick Mathewson
2016-12-16Add some needed accessors/inspectors for bridge/guard convergenceNick Mathewson
2016-12-16Lay down some infrastructure for bridges in the New Guard Order.Nick Mathewson
2016-11-30Use the new guard notification/selection APIs throughout TorNick Mathewson
2016-11-30Add accessors as needed to repair compilationNick Mathewson
2016-11-30Split bridge functions into a new module.Nick Mathewson