aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | 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.
* | | properly free the return values of rate_limit_log()Roger Dingledine2012-10-03
|/ / | | | | | | resolves bug 7022.
* | add faravahar as our ninth v3 dir authRoger Dingledine2012-09-22
| |
* | Clarify that hidden services are TCP onlyNick Mathewson2012-09-19
| | | | | | | | | | | | Also remove some trailing whitespace. Patch from maker; fixes bug 6024.
* | Whitespace fixesNick Mathewson2012-09-18
| |
* | Bug 6866: Convert pathbias asserts into log messages.Mike Perry2012-09-17
| | | | | | | | Asserts were hit by Tor2Web mode.
* | Use file-size-fixup code on cygwin too.Nick Mathewson2012-09-14
| | | | | | | | | | | | | | | | | | We already had code on windows to fix our file sizes when we're reading a file in text mode and its size doesn't match the size from fstat. But that code was only enabled when _WIN32 was defined, and Cygwin defines __CYGWIN__ instead. Fixes bug 6844; bugfix on 0.1.2.7-alpha.
* | Fix man page typoRobert Ransom2012-09-13
| |
* | mention the bug number in the 6827 changes fileNick Mathewson2012-09-13
| |
* | Avoid undefined behaviour when parsing HS protocol versionsRobert Ransom2012-09-13
| | | | | | | | | | | | | | Fixes bug 6827; bugfix on c58675ca728f12b42f65e5b8964ae695c2e0ec2d (when the v2 HS desc parser was implemented). Found by asn.
* | Revert "6819: typo in torrc.sample.in"Nick Mathewson2012-09-12
| | | | | | | | | | | | | | | | 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.
* | Merge remote-tracking branch 'public/bug6341_a_v2' into maint-0.2.3Nick Mathewson2012-09-12
|\ \
| * | Check ewma_enabled before doing circ-has-become-inactive checkNick Mathewson2012-07-18
| | | | | | | | | | | | | | | | | | | | | | | | This avoids a possible crash bug in flush_from_first_active_circuit. Fixes bug 6341; bugfix on 0.2.2.7-alpha. Bug reported and fixed by a pseudonymous user on IRC.
* | | 6819: typo in torrc.sample.inNick Mathewson2012-09-12
| | |
* | | Merge remote-tracking branch 'origin/maint-0.2.2' into maint-0.2.3Nick Mathewson2012-09-11
|\ \ \ | | |/ | |/| | | | | | | Conflicts: src/test/test_util.c
| * | Merge branch 'timegm_assert_v3_squashed' into maint-0.2.2Nick Mathewson2012-09-11
| |\ \
| | * | Fix assertion failure in tor_timegm.Nick Mathewson2012-09-11
| |/ / | | | | | | | | | Fixes bug 6811.
* | | Avoid segfault when reading state file from ancient torNick Mathewson2012-09-10
| | | | | | | | | | | | | | | | | | | | | If s_values is null in rep_hist_load_bwhist_state_section, we would call smartlist_len() on it, and die. Fixes bug 6801.
* | | Update the minimum bandwidth for a public relayRoger Dingledine2012-09-05
| | | | | | | | | | | | | | | The current cutoff is 30KB, but in reality a useful cutoff is probably more like 50KB or 100KB.
* | | Avoid segfault if EntryGuardPathBias precedes EntryGuardNick Mathewson2012-09-05
| | | | | | | | | | | | Fix for bug 6774; bugfix on 0.2.3.17-beta.
* | | Merge remote-tracking branch 'arma/bug6743' into maint-0.2.3Nick Mathewson2012-09-04
|\ \ \
| * | | Make begindir_cutoff the same as general_cutoffRoger Dingledine2012-09-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow one-hop directory fetching circuits the full "circuit build timeout" period, rather than just half of it, before failing them and marking the relay down. This fix should help reduce cases where clients declare relays (or worse, bridges) unreachable because the TLS handshake takes a few seconds to complete. Fixes bug 6743 (one piece of bug 3443); bugfix on 0.2.2.2-alpha, where we changed the timeout from a static 30 seconds.
* | | | fix whitespace and trivial typoRoger Dingledine2012-09-03
|/ / /
* | | Merge branch 'bug6732' into maint-0.2.3Nick Mathewson2012-08-31
|\ \ \
| * | | Document consensus and microdesc filesNick Mathewson2012-08-31
| | | | | | | | | | | | | | | | Bugfix for #6732.
* | | | Quiet "Set buildtimeout to low val" warnings: make them infoNick Mathewson2012-08-27
| | | | | | | | | | | | | | | | Fix for #6251
* | | | Merge branch 'disable_pathbias_warnings_v2' into maint-0.2.3Nick Mathewson2012-08-27
|\ \ \ \
| * | | | Downgrade path-bias warning messages to INFO for now.Nick Mathewson2012-08-27
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | We've had over two months to fix them, and didn't. Now we need 0.2.3.x stable. Yes, it would be cool to get this working in 0.2.3.x, but not at the expense of delaying every other feature that _does_ work in 0.2.3.x. We can do a real fix in 0.2.4.
* | | | Merge branch 'bug6710_023' into maint-0.2.3Nick Mathewson2012-08-27
|\ \ \ \
| * | | | Fix changes file for 6710: before 0.0.8pre1, you couldn't extend toNick Mathewson2012-08-27
| | | | | | | | | | | | | | | | | | | | a router that another router wasn't already connected to.
| * | | | Disable extending to private/internal addresses by defaultNick Mathewson2012-08-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is important, since otherwise an attacker can use timing info to probe the internal network. Also, add an option (ExtendAllowPrivateAddresses) so that TestingTorNetwork won't break. Fix for bug 6710; bugfix on all released versions of Tor.
* | | | | Merge remote-tracking branch 'origin/maint-0.2.2' into maint-0.2.3Nick Mathewson2012-08-27
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| | Conflicts: src/or/policies.c
| * | | Merge branch 'bug6690_022' into maint-0.2.2Nick Mathewson2012-08-27
| |\ \ \
| | * | | Do not assert when comparing a null address/port against a policyNick Mathewson2012-08-27
| |/ / / | | | | | | | | | | | | | | | | This can create a remote crash opportunity for/against directory authorities.
* | | | Merge remote-tracking branch 'public/bug6472' into maint-0.2.3Nick Mathewson2012-08-24
|\ \ \ \
| * | | | When iterating over connections pending DNS, skip marked onesNick Mathewson2012-08-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Failure to do this would lead to double-free cases and similar, especially when the exit's DNS was broken. See bug 6472 for full details; this is a fix for 6472. Anonymous patch from "cypherpunks" on trac.
* | | | | Merge remote-tracking branch 'public/bug6404' into maint-0.2.3Nick Mathewson2012-08-21
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Update description of what we did to upper limit on md sizeNick Mathewson2012-08-14
| | | | | | | | | | | | | | | | | | | | Spotted by asn
| * | | | Fix memory leak in dirvote_create_microdescriptorNick Mathewson2012-08-14
| | | | | | | | | | | | | | | | | | | | Found by George, who gets a cookie.
| * | | | Remove the upper limit on the size of MD we can generate.Nick Mathewson2012-07-31
| | | | |
| * | | | Warn at parse time for routerstatus entry missing a microdesc consensusNick Mathewson2012-07-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In 0.2.3.18-rc, we started warning on this case while building a list of missing microdescriptor digests. That turned out to spam the logs; instead let's warn at parse time. Partial fix for bug 6404.
| * | | | Don't include a router in an md consensus if we can't find a md for it.Nick Mathewson2012-07-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The spec requires that every router in a microdesc consensus have an m line; we weren't obeying that spec. This creates a new consensus method (13) to allow voting to continue to work right. Partial fix for bug 6404; fix on 0.2.2.6-alpha.
| * | | | Allow microdescs to be up to 2k. Partial fix for 6404.Nick Mathewson2012-07-31
| | | | |
* | | | | whitespace fixNick Mathewson2012-08-17
| |/ / / |/| | |
* | | | Consider IPv6 OR ports when deciding whether a routerinfo change is cosmetic.Linus Nordberg2012-08-17
| | | | | | | | | | | | | | | | Closes #6423.
* | | | Merge branch 'bug6379' into maint-0.2.3Nick Mathewson2012-08-17
|\ \ \ \
| * | | | Fix more warnings from openbsd_mallocNick Mathewson2012-08-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Apparently, (void)writev is not enough to suppress the "you are ignoring the return value!" warnings on Linux. Instead, remove the whole warning/error logic when compiling openbsd_malloc for Tor: we can't use it.
| * | | | Fix warnings and 64-bit problems in openbsd-malloc codeNick Mathewson2012-08-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The warning fixes are: - Only define issetugid if it's missing. - Explicitly ignore the return value of writev. - Explicitly cast the retval of readlink() to int. The 64-bit problems are related to just storing a size_t in an int. Not cool! Use a size_t instead. Fix for bug 6379. Bugfix on 0.2.0.20-rc, which introduced openbsd-malloc.
* | | | | Merge remote-tracking branch 'public/bug6244_part_c' into maint-0.2.3Nick Mathewson2012-08-17
|\ \ \ \ \