aboutsummaryrefslogtreecommitdiff
path: root/changes
Commit message (Collapse)AuthorAge
* Remove changes/bug7129Nick Mathewson2012-10-17
| | | | | | | | | | Our convention is that we use the changelog to note release-to-release changes; we don't need to add changelog entries for bugs that didn't appear in any released version of Tor. (By convention, we sometimes say "this bug does not appear in any released version of Tor" or words to that effect in the commit message so that when Roger goes to make sure the changelog is right, he knows not to expect a changelog entry for that part.)
* Add changes file for bug 7129Andrea Shepard2012-10-17
|
* Merge remote-tracking branch 'public/bug1031'Nick Mathewson2012-10-15
|\
| * Changes file for bug 1031 (reserved C identifiers)Nick Mathewson2012-10-12
| |
* | Merge remote-tracking branch 'arma/bug7029'Nick Mathewson2012-10-14
|\ \ | |/ |/|
| * Free some more still-in-use memory at exitRoger Dingledine2012-10-03
| |
* | Make tor_addr_is_internal log the calling function on errorNick Mathewson2012-10-12
| | | | | | | | This might make it a little easier to track down bug 7086.
* | Move all externally maintained source files into src/extNick Mathewson2012-10-11
| | | | | | | | | | | | The rationale for treating these files differently is that we should be checking upstream for changes as applicable, and merging changes upstream as warranted.
* | Merge branch 'bug7011'Nick Mathewson2012-10-10
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/or/circuitbuild.c The conflict was trivial, since no line of code actually changed in both branches: There was a fmt_addr() that turned into fmt_addrport() in bug7011, and a "if (!n_conn)" that turned into "if (!n_chan)" in master.
| * | Fix changes/bug7011 slightlyNick Mathewson2012-10-10
| | |
| * | Add changes file for bug7011.David Fifield2012-10-10
| | |
* | | Merge branch 'bug6816_squashed_nowarn' of git://git.torproject.org/nickm/torAndrea Shepard2012-10-10
|\ \ \ | |/ / |/| |
| * | Add changes file for bug6816Andrea Shepard2012-10-10
| | |
| * | Add changes file for channels (ticket 6465)Andrea Shepard2012-10-08
| | |
* | | Don't call fmt_addr() twice in a parameter list.George Kadianakis2012-10-09
| | |
* | | Downgrade "Failed to hand off onionskin" messagesRoger Dingledine2012-10-05
|/ / | | | | | | | | | | | | They're typically redundant with the "Your computer is too slow" messages. Fixes bug 7038; bugfix on 0.2.2.16-alpha. (In retrospect, we should have fixed this bug back in ticket 1042.)
* | Merge remote-tracking branch 'public/openssl_1_is_best'Nick Mathewson2012-10-04
|\ \
| * | Drop support for openssl 0.9.7Nick Mathewson2012-09-12
| | | | | | | | | | | | | | | | | | | | | 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.
* | | Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson2012-10-04
|\ \ \
| * \ \ Merge remote-tracking branch 'arma/bug7037' into maint-0.2.3Nick Mathewson2012-10-04
| |\ \ \
| | * | | Refuse extra create cells with reason "resource limit"Roger Dingledine2012-10-03
| | | | | | | | | | | | | | | | | | | | | | | | | In the past we had used reason "internal", which is more vague than it needs to be. Resolves bug 7037.
* | | | | Add autoconf magic to support BitrigNick Mathewson2012-10-04
| | | | | | | | | | | | | | | | | | | | Bitrig is an openbsd fork. Patch from dhill. Ticket 6982.
* | | | | Merge remote-tracking branch 'linus/bug6757'Nick Mathewson2012-10-04
|\ \ \ \ \
| * | | | | Have node_get_pref_orport() return an IPv6 OR port when UseBridges is set.Linus Nordberg2012-09-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We used to never return an IPv6 address unless ClientUseIPv6 was set. We should allow clients running with bridges use IPv6 OR ports even without setting ClientUseIPv6. Configuring an IPv6 address in a Bridge line should imply that. Fixes th second part of #6757.
* | | | | | Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson2012-10-04
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | properly free the return values of rate_limit_log()Roger Dingledine2012-10-03
| | |/ / / | |/| | | | | | | | | | | | | resolves bug 7022.
* | | | | pass the reason from the truncated cell to the controllerRoger Dingledine2012-10-03
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | (rather than just always declaring that the reason is END_CIRC_REASON_OR_CONN_CLOSED) resolves bug 7039.
* | | | The --version option should imply --quiet.Nick Mathewson2012-10-01
| | | | | | | | | | | | | | | | Patch from 'maker'.
* | | | Merge remote-tracking branch 'rransom/warn-about-hses-without-guards'Nick Mathewson2012-09-25
|\ \ \ \
| * | | | Warn if HSes are configured on a client with UseEntryGuards disabledRobert Ransom2012-09-18
| | | | |
* | | | | Merge branch 'maint-0.2.3'Roger Dingledine2012-09-22
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | add faravahar as our ninth v3 dir authRoger Dingledine2012-09-22
| | | | |
* | | | | fold in changes filesRoger Dingledine2012-09-22
| | | | |
* | | | | Remove the testing_since* fieldsNick Mathewson2012-09-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | They weren't actually used since 7a35dad00 Bug 5809
* | | | | add changes file and whitespace fixes for bug 4020Nick Mathewson2012-09-21
| |_|/ / |/| | |
* | | | Merge branch 'bug6843'Nick Mathewson2012-09-19
|\ \ \ \
| * | | | Fix dependency checking on manpage buildsNick Mathewson2012-09-14
| | | | | | | | | | | | | | | | | | | | Fixes bug 6843; bugfix on 0.2.4.1-alpha.
* | | | | Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson2012-09-19
|\ \ \ \ \ | | |/ / / | |/| / / | |_|/ / |/| | |
| * | | Clarify that hidden services are TCP onlyNick Mathewson2012-09-19
| | | | | | | | | | | | | | | | | | | | | | | | Also remove some trailing whitespace. Patch from maker; fixes bug 6024.
* | | | Note a bug number for 6888Nick Mathewson2012-09-18
| | | |
* | | | Disable Guard usage for Tor2webMode.Mike Perry2012-09-18
| | | | | | | | | | | | | | | | | | | | Tor2webMode is fingerprintable by hidden services through repeated usage of the same three guard nodes for its rend and intro points.
* | | | Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson2012-09-18
|\| | |
| * | | Bug 6866: Convert pathbias asserts into log messages.Mike Perry2012-09-17
| | | | | | | | | | | | | | | | Asserts were hit by Tor2Web mode.
* | | | specify a version for the bug6884 changes fileNick Mathewson2012-09-18
| | | |
* | | | Print the correct address family in log printout.Linus Nordberg2012-09-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Look at the address family of the preferred OR port rather than the node.ipv6_preferred flag since the logic has changed with new ClientUseIPv6 config option. Fixes ticket 6884.
* | | | Merge remote-tracking branch 'linus/bug6880'Nick Mathewson2012-09-17
|\ \ \ \
| * | | | Don't do reachability testing over IPv6 unless AuthDirPublishIPv6 is set.Linus Nordberg2012-09-17
| | | | | | | | | | | | | | | | | | | | This affects both directory authorities and bridge authoritites.
* | | | | Merge remote-tracking branch 'public/bug6853'Nick Mathewson2012-09-17
|\ \ \ \ \
| * | | | | Parse votes with >31 flags correctlyNick Mathewson2012-09-17
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | We were doing (1<<p) to generate a flag at position p, but we should have been doing (U64_LITERAL(1)<<p). Fixes bug 6861; bugfix on 0.2.0.3-alpha; reported pseudonymously.
* | | | | Merge branch 'bug6861_typofix'Nick Mathewson2012-09-17
|\ \ \ \ \