aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2013-03-13Log fname:lineno in log messages for #7164Nick Mathewson
2013-03-13Fix the warning about LearnCircuitBuildTimeout && !CircuitBuildTimeoutNick Mathewson
2013-03-13Simplify the logic of circuit_build_times_get_initial_timeout.Nick Mathewson
2013-03-11On END_REASON_EXITPOLICY, mark circuit as unusable for that address.Nick Mathewson
2013-03-11Another possible diagnostic for 8031.Nick Mathewson
2013-03-11Check more error codes when writing microdescriptors.Nick Mathewson
2013-03-11Use fds, not stdio, to manage microdescriptor filesNick Mathewson
2013-03-11Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4Nick Mathewson
2013-03-11Merge remote-tracking branch 'origin/maint-0.2.2' into maint-0.2.3Nick Mathewson
2013-03-11Give an #error when we want threads and OpenSSL has disabled threadsNick Mathewson
2013-03-11Increase link_proto field to 2 bytesNick Mathewson
2013-03-11Fix a framing bug when reading versions from a versions cell.Nick Mathewson
2013-03-10start part-way through the ssl cert lifetimeRoger Dingledine
2013-03-10randomize SSLKeyLifetime by defaultRoger Dingledine
2013-03-10parameterize SSLKeyLifetimeRoger Dingledine
2013-03-10Merge remote-tracking branch 'arma/bug6783_big_hammer' into maint-0.2.4Nick Mathewson
2013-03-10Fix typos in a few log messagesBenjamin Kerensa
2013-03-10set DisableV2DirectoryInfo_ off by defaultRoger Dingledine
2013-03-10Tweak bug6783 patch.Nick Mathewson
2013-03-10Add a DisableV2DirectoryInfo_ option to 404 all v2 ns requestsNick Mathewson
2013-03-10Fix 8447: use %u to format circid_t.Nick Mathewson
2013-03-09Fix to test for bug8444 / 6034Nick Mathewson
2013-03-07Better comment for dirserv_query_measured_bw_cache()Andrea Shepard
2013-03-07Use DIGESTMAP_FOREACH_MODIFY in dirserv_expire_measured_bw_cache() for concisionAndrea Shepard
2013-03-07Add unit test for dirserv measured bandwidth cacheAndrea Shepard
2013-03-07Update to the March 2013 GeoIP database.Karsten Loesing
2013-03-07Make sure expiry check in dirserv_expire_measured_bw_cache() works if time_t ...Andrea Shepard
2013-03-07More constness in dirserv.cAndrea Shepard
2013-03-07Make dirserv_cache_measured_bw() use a const measured_bw_line_t *Andrea Shepard
2013-03-05Call dirserv_clear_measured_bw_cache() from dirserv_free_all()Andrea Shepard
2013-03-01Add unit test for tor_addr_is_loopbackNick Mathewson
2013-03-01Make sure that [::1] is recognized as a private addressNick Mathewson
2013-03-01Correctly set entry->is_dir_cache when adding an entry guard for the first timeAndrea Shepard
2013-03-01Fix bootstrapping with bridges by making is_dir_cache is set on them.Nick Mathewson
2013-02-27Prefer measured bandwidths over advertised when computing things for votes on...Andrea Shepard
2013-02-25Fix a comment in tor_main.cNick Mathewson
2013-02-23Remove some functions which were unused except for their testsNick Mathewson
2013-02-23Remove some totally unused functionsNick Mathewson
2013-02-23Remove a bunch of unused macro definitionsNick Mathewson
2013-02-19Rename circuit_expire_all_dirty_circsNick Mathewson
2013-02-19Stop frobbing timestamp_dirty as our sole means to mark circuits unusableNick Mathewson
2013-02-19Make a parse_config_line_from_str variant that gives error messagesNick Mathewson
2013-02-19Clear up a comment about when an assertion could fireNick Mathewson
2013-02-19fix a wide lineNick Mathewson
2013-02-19Merge branch 'bug8065_v2'Nick Mathewson
2013-02-19Downgrade an assert to LD_BUGNick Mathewson
2013-02-19Fix a may-be-used-uninitialized warning.Nick Mathewson
2013-02-19Merge branch 'bug2286_unit_test_squashed'Nick Mathewson
2013-02-19Test alternate values of maxunmeasuredbw tooAndrea Shepard
2013-02-19Update unmeasured bandwidth clipping unit test per NickM's bugfix for the Unm...Andrea Shepard