Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-10 | Don't do directory fetches before all PTs have been configured. | George Kadianakis | |
2014-02-28 | Merge branch 'bug10884_squashed' | Nick Mathewson | |
2014-02-28 | Write hashed bridge fingerprint to logs and to disk. | Karsten Loesing | |
Implements #10884. | |||
2014-02-28 | Merge remote-tracking branch 'karsten/task-5824' | Nick Mathewson | |
2014-02-25 | Merge remote-tracking branch 'public/bug10449' | Nick Mathewson | |
2014-02-25 | Merge remote-tracking branch 'public/bug11048' | Nick Mathewson | |
2014-02-25 | Merge remote-tracking branch 'origin/maint-0.2.4' | Nick Mathewson | |
2014-02-25 | Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4 | Nick Mathewson | |
2014-02-25 | Fix geoip by falling back to registered countries. | Karsten Loesing | |
See 1d2179bc900f1646a5491b65294e78b175e70056 in master for details. """ Fall back to registered country if necessary. When extracting geoip and geoip6 files from MaxMind's GeoLite2 Country database, we only look at country->iso_code which is the two-character ISO 3166-1 country code of the country where MaxMind believes the end user is located. But if MaxMind thinks a range belongs to anonymous proxies, they don't put anything there. Hence, we omit those ranges and resolve them all to '??'. That's not what we want. What we should do is first try country->iso_code, and if there's no such key, try registered_country->iso_code which is the country in which the ISP has registered the IP address. In short: let's fill all A1 entries with what ARIN et. al think. """ | |||
2014-02-24 | Merge branch 'bug11047' | Nick Mathewson | |
2014-02-24 | Merge remote-tracking branch 'public/feature9777_024_squashed' into maint-0.2.4 | Nick Mathewson | |
2014-02-24 | Threadproof our log_backtrace implementation | Nick Mathewson | |
It's possible for two threads to hit assertion failures at the same time. If that happens, let's keep them from stomping on the same cb_buf field. Fixes bug 11048; bugfix on 0.2.5.2-alpha. Reported by "cypherpunks". | |||
2014-02-24 | pass our compiler -fasynchronous-unwind-tables by default | Nick Mathewson | |
This should make more platforms (in particular, ones with compilers where -fomit-frame-pointer is on by default but table generation isn't) support backtrace generation. Thanks to cypherpunks for this one. Fixes bug 11047; bugfix on 0.2.5.2-alpha. | |||
2014-02-21 | When not an exit node, don't test for DNS hijacking. | Nick Mathewson | |
Back in 5e762e6a5c0e6729bb7dbb586af2690c087d9ba8, non-exit servers stopped launching DNS requests for users. So there's no need for them to see if their DNS answers are hijacked. Patch from Matt Pagan. I think this is a 965 fix. | |||
2014-02-21 | Merge remote-tracking branch 'public/bug10987_024' | Nick Mathewson | |
2014-02-21 | Style tweaks on code, changes file for 10987 | Nick Mathewson | |
2014-02-21 | Fix: send back correct IPv6 SOCKS5 connect reply | David Goulet | |
For a client using a SocksPort connection and IPv6, the connect reply from tor daemon did not handle AF_INET6 thus sending back the wrong payload to the client. A changes file is provided and this fixes #10987 Signed-off-by: David Goulet <dgoulet@ev0ke.net> | |||
2014-02-20 | Changes file for b063ebbc60a1fce9 | Nick Mathewson | |
This bugfix didn't get a trac ticket because the internet in this room is an exercise in futility. | |||
2014-02-17 | Merge remote-tracking branch 'origin/maint-0.2.4' | Nick Mathewson | |
2014-02-17 | add changes file for bug 10929 | Nick Mathewson | |
2014-02-17 | changes file for 10928 | Nick Mathewson | |
2014-02-16 | Merge remote-tracking branch 'public/bug10722' | Nick Mathewson | |
2014-02-16 | Warning message when bug 10722 would trigger | Nick Mathewson | |
If somebody's excludenodes settings are keeping their hidden service connections from working, they should probably get notified about it. | |||
2014-02-15 | Merge branch 'bug4900_siphash_v2' | Nick Mathewson | |
2014-02-15 | Merge remote-tracking branch 'public/bug10841' | Nick Mathewson | |
2014-02-15 | Merge remote-tracking branch 'origin/maint-0.2.4' | Nick Mathewson | |
2014-02-15 | Merge remote-tracking branch 'karsten/geoip6-feb2014' into maint-0.2.4 | Nick Mathewson | |
2014-02-15 | Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4 | Nick Mathewson | |
2014-02-15 | Merge remote-tracking branch 'karsten/geoip-feb2014' into maint-0.2.3 | Nick Mathewson | |
2014-02-15 | Merge remote-tracking branch 'origin/maint-0.2.4' | Nick Mathewson | |
2014-02-14 | changes file for bug 10904 | Nick Mathewson | |
2014-02-13 | Update geoip6 to the February 2014 GeoIP database. | Karsten Loesing | |
2014-02-13 | fold in the changes files to the new 0.2.5.2-alpha changelog | Roger Dingledine | |
2014-02-12 | Changes file for feature4900 | Nick Mathewson | |
2014-02-12 | Remove remaining v0 hidden service descriptor code. | Karsten Loesing | |
Fixes the rest of #10841 after #10881 already removed some hidden service authority code. | |||
2014-02-12 | go through and rewrite the changes files to be more user-facing | Roger Dingledine | |
2014-02-11 | Merge remote-tracking branch 'origin/maint-0.2.4' | Nick Mathewson | |
2014-02-11 | Merge branch 'bug10777_netunreach_024' into maint-0.2.4 | Nick Mathewson | |
2014-02-11 | update changes file | Nick Mathewson | |
2014-02-11 | Merge remote-tracking branch 'public/no_itime_queue_025' | Nick Mathewson | |
2014-02-11 | Merge branch 'bug10881' | Nick Mathewson | |
2014-02-11 | Merge remote-tracking branch 'karsten/one-dirauth' | Nick Mathewson | |
2014-02-11 | Merge remote-tracking branch 'public/bug10722' | Nick Mathewson | |
2014-02-11 | Add changes file for ticket 10842. | Karsten Loesing | |
This is a bugfix on 0.2.2.26-beta, because 6b83b3b made directory authorities remove themselves from the list of directory authorities to upload to, but didn't suppress the warning in case they're the only directory authority in the network. | |||
2014-02-10 | Remove options for configuring HS authorities. | Nick Mathewson | |
(There is no longer meaningfully any such thing as a HS authority, since we stopped uploading or downloading v0 hs descriptors in 0.2.2.1-alpha.) Implements #10881, and part of #10841. | |||
2014-02-10 | Merge remote-tracking branch 'public/no_itime_queue' | Nick Mathewson | |
The conflicts here were tricky, and required me to eliminate the command-queue as well. That wasn't so hard. Conflicts: src/or/or.h src/or/relay.c | |||
2014-02-10 | Excise the insertion_time_elem_t logic | Nick Mathewson | |
It's now redundant with the inserted_time field in packed_cell_t Fixes bug 10870. | |||
2014-02-09 | Don't treat END_STREAM_REASON_INTERNAL as total circuit failure | Nick Mathewson | |
It can happen because we sent something that got an ENETUNREACH response. Bugfix on 0.2.4.8-alpha; fixes a part of bug 10777. | |||
2014-02-09 | Call ENETUNREACH a case of NOROUTE, not a case of INTERNAL. | Nick Mathewson | |
Found by cypherpunks; fix for a part of bug 10777; bugfix on 0.1.0.1-rc. | |||
2014-02-08 | Update to the February 2014 GeoIP database. | Karsten Loesing | |