summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-09-12Log a notice if we're running with OpenSSL before 1.0.0.Nick Mathewson
These versions have some dubious, slow crypto implementations; 1.0.0 is a great improvement, and at this point is pretty mature.
2012-09-12Drop support for openssl 0.9.7Nick Mathewson
097 hasn't seen a new version since 2007; we can drop support too. This lets us remove our built-in sha256 implementation, and some checks for old bugs.
2012-09-12Merge branch 'bug6815'Nick Mathewson
2012-09-12Fix a wide lineNick Mathewson
2012-09-12Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson
Use the "ours" strategy so that we retain 4aff97cfc796, which maint-0.2.3 just reverted.
2012-09-12Revert "6819: typo in torrc.sample.in"Nick Mathewson
This reverts commit 4aff97cfc7965414ad8506ce28a296da1bc4a161. We don't actually want to be changing the torrc.sample on stable or near-stable stuff, since doing so makes pointless busywork for debian users.
2012-09-12Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson
2012-09-12Merge remote-tracking branch 'public/bug6341_a_v2' into maint-0.2.3Nick Mathewson
2012-09-12Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson
2012-09-126819: typo in torrc.sample.inNick Mathewson
2012-09-12Fix directory self-testing logicNick Mathewson
When I removed version_supports_begindir, I accidentally removed the mechanism we had been using to make a directory cache self-test its directory port. This caused bug 6815, which caused 6814 (both in 0.2.4.2-alpha). To fix this bug, I'm replacing the "anonymized_connection" argument to directory_initiate_command_* with an enumeration to say how indirectly to connect to a directory server. (I don't want to reinstate the "version_supports_begindir" argument as "begindir_ok" or anything -- these functions already take too many arguments.) For safety, I made sure that passing 0 and 1 for 'indirection' gives the same result as you would have gotten before -- just in case I missed any 0s or 1s.
2012-09-12hot: we fixed incancations to be intancations.Roger Dingledine
2012-09-11Merge remote-tracking branch 'public/bug6538'Nick Mathewson
Conflicts: configure.ac
2012-09-11put all the changelogs into masterRoger Dingledine
2012-09-11Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson
2012-09-11Merge remote-tracking branch 'origin/maint-0.2.2' into maint-0.2.3Nick Mathewson
Conflicts: src/test/test_util.c
2012-09-11Merge branch 'timegm_assert_v3_squashed' into maint-0.2.2Nick Mathewson
2012-09-11Fix assertion failure in tor_timegm.Nick Mathewson
Fixes bug 6811.
2012-09-10Bump version to 0.2.4.2-alpha-devNick Mathewson
2012-09-10fold in anothertor-0.2.4.2-alphaRoger Dingledine
2012-09-10Merge branch 'maint-0.2.3'Roger Dingledine
2012-09-10give 0.2.4.2-alpha a blurbRoger Dingledine
2012-09-10bump to 0.2.4.2-alphaRoger Dingledine
2012-09-10fold in recent changes filesRoger Dingledine
2012-09-10Merge branch 'remove_old_ver_checks'Nick Mathewson
2012-09-10Merge remote-tracking branch 'public/ticket6789'Nick Mathewson
2012-09-10Downgrade "EVP ctr128 is ok" message to infoNick Mathewson
Part of 6736 effort to try to make startup quieter.
2012-09-10Avoid segfault when reading state file from ancient torNick Mathewson
If s_values is null in rep_hist_load_bwhist_state_section, we would call smartlist_len() on it, and die. Fixes bug 6801.
2012-09-10Fix tab introduced in f43946829ce037Nick Mathewson
2012-09-10Be more clear in changes file for 6797.Nick Mathewson
2012-09-10Merge remote-tracking branch 'linus/bug6797'Nick Mathewson
2012-09-10Merge branch 'bug3155'Nick Mathewson
2012-09-10Rename _UseFilteringSSLBufferevents to lose its _. Bug 3155Nick Mathewson
2012-09-10bug3155 changes fileNick Mathewson
2012-09-10Hide options beginning with "___" from GETINFO config/namesmeejah
2012-09-10rename _UsingTestNetworkDefaults to start with triple-underscoremeejah
2012-09-10raise bandwidthrate/bandwidthburst to a new "infinite"Roger Dingledine
addresses bug 6605.
2012-09-10Don't follow the NULL pointer.Linus Nordberg
If dirvote_create_microdescriptor() returns NULL, don't use md. Found by "f. tp.". Fixes bug 6797.
2012-09-09finish backing out 5492de76Roger Dingledine
2012-09-09minor logging improvementRoger Dingledine
2012-09-08retroactively list a ticket number for patch 3946.Roger Dingledine
2012-09-07Remove one more check for an insanely old versionNick Mathewson
2012-09-07Remove version_supports checks for versions before 0.2.2.Nick Mathewson
2012-09-07Fix whitespace in Makefile.amNick Mathewson
2012-09-07Removed dependency on tor.spec. Removed tor.spec.in.Ondrej Mikle
2012-09-07Dirservers no longer accept tors released before December 2011.Nick Mathewson
Implements ticket 6789.
2012-09-07Merge remote-tracking branch 'asn/bug6788'Nick Mathewson
2012-09-07Remove redundant declaration of find_transport_name_by_bridge_addrport().George Kadianakis
2012-09-07the 0.2.1.32 changelog got lost in the shuffleRoger Dingledine
2012-09-07a debugging log line that just helped meRoger Dingledine