Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | | | | | | Merge remote-tracking branch 'origin/maint-0.2.2' into maint-0.2.3 | Nick Mathewson | 2012-08-03 | |
| |\| | | | | | | |_|/ / / | |/| | | | | ||||
| | * | | | | Clarify security impact of bug 6530 | Nick Mathewson | 2012-08-03 | |
| | | | | | | ||||
| | * | | | | Avoid possible segfault when handling networkstatus vote with bad flavor | Nick Mathewson | 2012-08-03 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Fix for 6530; fix on 0.2.2.6-alpha. | |||
* | | | | | | Enable the automake silent rules. | Stewart Smith | 2012-08-02 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | $ make V=1 # will temporarily disable them otherwise you see: CC foo.c rather than the giant long bulid line. This makes it significantly easier to spot compiler warnings etc. Additionally, make them conditional, so we won't error on automake < 1.11 (commits squashed by nickm.) | |||
* | | | | | | Merge remote-tracking branch 'origin/maint-0.2.3' | Nick Mathewson | 2012-07-31 | |
|\| | | | | | ||||
| * | | | | | Avoid hard (impossible?)-to-trigger double-free in dns_resolve() | Nick Mathewson | 2012-07-31 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Fixes 6480; fix on 0.2.0.1-alpha; based on pseudonymous patch. | |||
* | | | | | | new changes entry for rend_service_introduce refactoring | Nick Mathewson | 2012-07-31 | |
| | | | | | | ||||
* | | | | | | Implement replaycache_t for bug 6177, and unit tests for the preceding | Andrea Shepard | 2012-07-31 | |
| | | | | | | ||||
* | | | | | | Merge remote-tracking branch 'origin/maint-0.2.3' | Nick Mathewson | 2012-07-31 | |
|\| | | | | | ||||
| * | | | | | changelog for bug6043 | Nick Mathewson | 2012-07-31 | |
| | |_|_|/ | |/| | | | ||||
* | | | | | Merge remote-tracking branch 'origin/maint-0.2.3' | Nick Mathewson | 2012-07-31 | |
|\| | | | | ||||
| * | | | | Merge branch 'bug6490_v2' into maint-0.2.3 | Nick Mathewson | 2012-07-31 | |
| |\ \ \ \ | ||||
| | * | | | | Warn when accounting is used in a way likely to link hidden services | Nick Mathewson | 2012-07-31 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Fix for 6490. | |||
* | | | | | | Merge remote-tracking branch 'origin/maint-0.2.3' | Nick Mathewson | 2012-07-31 | |
|\| | | | | | ||||
| * | | | | | Fix some manpage typos | Nick Mathewson | 2012-07-31 | |
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is based on a pair of patches from A. Costa. I couldn't apply those directly, since they changed the generated *roff files, not the asciidoc source. Fixes Tor bug 6500 and Debian bug 683359. | |||
* | | | | | Merge remote-tracking branch 'origin/maint-0.2.3' | Nick Mathewson | 2012-07-23 | |
|\| | | | | ||||
| * | | | | Merge remote-tracking branch 'asn/bug6274_take3' into maint-0.2.3 | Nick Mathewson | 2012-07-23 | |
| |\ \ \ \ | ||||
| | * | | | | Better handling of server managed proxies when Tor is not a relay. | George Kadianakis | 2012-07-18 | |
| | | | | | | ||||
* | | | | | | Merge remote-tracking branch 'origin/maint-0.2.3' | Nick Mathewson | 2012-07-23 | |
|\| | | | | | ||||
| * | | | | | changes file for bug 6436. | Nick Mathewson | 2012-07-20 | |
| | |_|/ / | |/| | | | ||||
* | | | | | Add config option AuthDirPublishIPv6. | Linus Nordberg | 2012-07-19 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Test for config option AuthDirPublishIPv6 == 1 rather than for running as a bridge authority when deciding whether to care or not about IPv6 OR ports in descriptors. Implements enhancement #6406. | |||
* | | | | | Add changes file for #5534. | Linus Nordberg | 2012-07-19 | |
| | | | | | ||||
* | | | | | Add configure option AuthDirHasIPv6Connectivity. | Linus Nordberg | 2012-07-19 | |
| | | | | | | | | | | | | | | | | | | | | Implements enhancement 5974. | |||
* | | | | | Move last_reachable and testing_since from routerinfo_t to node_t. | Linus Nordberg | 2012-07-19 | |
| | | | | | ||||
* | | | | | Merge remote-tracking branch 'origin/maint-0.2.3' | Nick Mathewson | 2012-07-18 | |
|\| | | | | ||||
| * | | | | Merge branch 'smartlist_shorten' into maint-0.2.3 | Nick Mathewson | 2012-07-18 | |
| |\ \ \ \ | ||||
| | * | | | | Tweaks to 6400 changes file and docs as suggested by arma | Nick Mathewson | 2012-07-18 | |
| | | | | | | ||||
| | * | | | | Fix the remaining instances of nexted SMARTLIST_FOREACH | Nick Mathewson | 2012-07-17 | |
| | | | | | | ||||
| | * | | | | Change all SMARTLIST_FOREACH loops of >=10 lines to use BEGIN/END | Nick Mathewson | 2012-07-17 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The SMARTLIST_FOREACH macro is more convenient than BEGIN/END when you have a nice short loop body, but using it for long bodies makes your preprocessor tell the compiler that all the code is on the same line. That causes grief, since compiler warnings and debugger lines will all refer to that one line. So, here's a new style rule: SMARTLIST_FOREACH blocks need to be short. | |||
* | | | | | | Merge remote-tracking branch 'asn/bug3589' | Nick Mathewson | 2012-07-17 | |
|\ \ \ \ \ \ | ||||
| * | | | | | | Address Nick's comments. | George Kadianakis | 2012-07-12 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add a changes/ file. - Make it compile under --enable-gcc-warnings. - Update the file-level documentation of src/or/transports.c. - Only update descriptor if at least a managed proxy was configured. - Add our external IP address to the extra-info descriptor instead of 0.0.0.0. | |||
* | | | | | | | Merge remote-tracking branch 'origin/maint-0.2.3' | Nick Mathewson | 2012-07-17 | |
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | ||||
| * | | | | | | Improve message on spurious SOCKSListenAddress | Nick Mathewson | 2012-07-17 | |
| | |/ / / / | |/| | | | | ||||
* | | | | | | Merge remote-tracking branch 'origin/maint-0.2.3' | Nick Mathewson | 2012-07-17 | |
|\| | | | | | ||||
| * | | | | | Allow TestingTorNetwork when alternate dir and bridge authorities are set. | Linus Nordberg | 2012-07-17 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow TestingTorNetwork when AlternateDirAuthority and AlternateBridgeAuthority is set even if DirServer is not. | |||
* | | | | | | Merge remote-tracking branch 'origin/maint-0.2.3' | Nick Mathewson | 2012-07-16 | |
|\| | | | | | ||||
| * | | | | | Refer to the correct variable in a loop when parsing entry guard state | Nick Mathewson | 2012-07-16 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Fixes bug 6397 and coverity issue 709599. Bugfix on 0.2.3.17-beta. | |||
| * | | | | | Coverity 709056: Check return value on fputs in tor-gencert | Nick Mathewson | 2012-07-16 | |
| | | | | | | ||||
* | | | | | | Merge remote-tracking branch 'origin/maint-0.2.3' | Nick Mathewson | 2012-07-16 | |
|\| | | | | | ||||
| * | | | | | Improve Alternate*Authority docs. Bug 6387. | Nick Mathewson | 2012-07-16 | |
| | |/ / / | |/| | | | ||||
* | | | | | Merge branch 'maint-0.2.3' | Roger Dingledine | 2012-07-06 | |
|\| | | | | ||||
| * | | | | Merge branch 'maint-0.2.2' into maint-0.2.3 | Roger Dingledine | 2012-07-06 | |
| |\ \ \ \ | | | |/ / | | |/| | | ||||
| | * | | | Revert to the May 2012 geoip db | Roger Dingledine | 2012-07-06 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | The June 2012 db marks too many relays as country "A1". Addresses bug 6334. | |||
* | | | | | Merge branch 'maint-0.2.3' | Roger Dingledine | 2012-07-06 | |
|\| | | | | ||||
| * | | | | Merge remote-tracking branch 'nickm/bug6271_part_a' into maint-0.2.3 | Roger Dingledine | 2012-07-06 | |
| |\ \ \ \ | ||||
| | * | | | | Fix a bug handling SENDME cells on nonexistent streams. | Nick Mathewson | 2012-07-06 | |
| | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This could result in bizarre window values. Report and patch contributed pseudymously. Fixes part of bug 6271. This bug was introduced before the first Tor release, in svn commit r152. (bug 6271, part a.) | |||
* | | | | | Merge remote-tracking branch 'origin/maint-0.2.3' | Nick Mathewson | 2012-07-06 | |
|\| | | | | ||||
| * | | | | Fix port range in parse_port_range(). | George Kadianakis | 2012-07-06 | |
| | | | | | ||||
* | | | | | Merge remote-tracking branch 'origin/maint-0.2.3' | Nick Mathewson | 2012-07-05 | |
|\| | | | | |_|/ / |/| | | | ||||
| * | | | On windows, ENOBUFS starts with WSA. #6296. Fix on 0.2.18-rc | Nick Mathewson | 2012-07-05 | |
| | | | |