summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * | | | | | Unit tests for new rend_intro_cell_t parserAndrea Shepard2012-07-31
| | | | | | |
| * | | | | | Add replaycache.h to noinst_HEADERS in src/or/Makefile.amAndrea Shepard2012-07-31
| | | | | | |
| * | | | | | Refactor INTRODUCE2 parsing code in rend_service_introduce()Andrea Shepard2012-07-31
| | | | | | |
| * | | | | | Use new replaycache_t structure for replay detection in rend_service_introduce()Andrea Shepard2012-07-31
| | | | | | |
| * | | | | | Implement replaycache_t for bug 6177, and unit tests for the precedingAndrea Shepard2012-07-31
|/ / / / / /
* | | | | | Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson2012-07-31
|\ \ \ \ \ \ | |/ / / / /
| * | | | | changelog for bug6043Nick Mathewson2012-07-31
| | | | | |
| * | | | | Fixes/beautification of RPM spec. Tiny improvements in RPM build docs.Ondrej Mikle2012-07-31
| | | | | |
| * | | | | Fixed creating _tor user in RPM-based installs.Ondrej Mikle2012-07-31
| | | | | |
| * | | | | Workaround for building EL5 RPMs by specifying rpmbuild-md5. Updated old ↵Ondrej Mikle2012-07-31
| | | | | | | | | | | | | | | | | | | | | | | | note about using static libevent when building RPMs.
| * | | | | Cleanup of RPM build process - no more .git in tarball, use automake's ↵Ondrej Mikle2012-07-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dist-gzip to create the tarball. Signed-off-by: Ondrej Mikle <ondrej.mikle@gmail.com>
| * | | | | Dependencies for RPM building with mock should work nowOndrej Mikle2012-07-31
| | |_|_|/ | |/| | |
* | | | | Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson2012-07-31
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 'bug6490_v2' into maint-0.2.3Nick Mathewson2012-07-31
| |\ \ \ \
| | * | | | Warn when accounting is used in a way likely to link hidden servicesNick Mathewson2012-07-31
| | | | | | | | | | | | | | | | | | | | | | | | Fix for 6490.
* | | | | | Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson2012-07-31
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Fix some manpage typosNick Mathewson2012-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 branch 'maint-0.2.3'Roger Dingledine2012-07-31
|\ \ \ \ \ \ | |/ / / / /
| * | | | | trivial grammar fixRoger Dingledine2012-07-31
| |/ / / /
* | | | | Fix small memleak introduced in recent patch; fixe 6455.Nick Mathewson2012-07-24
| | | | |
* | | | | Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson2012-07-23
|\ \ \ \ \ | |/ / / /
| * | | | Merge remote-tracking branch 'asn/bug6274_take3' into maint-0.2.3Nick Mathewson2012-07-23
| |\ \ \ \
| | * | | | Better handling of server managed proxies when Tor is not a relay.George Kadianakis2012-07-18
| | | | | |
* | | | | | Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson2012-07-23
|\ \ \ \ \ \ | |/ / / / /
| * | | | | changes file for bug 6436.Nick Mathewson2012-07-20
| | | | | |
| * | | | | Clarify how to build asciidoc files using homebrew on Mac OS XSteven Murdoch2012-07-20
| | |_|/ / | |/| | |
* | | | | Merge branch 'tickets_5529_5534_5974_6406'Nick Mathewson2012-07-19
|\ \ \ \ \
| * | | | | Add config option AuthDirPublishIPv6.Linus Nordberg2012-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.
| * | | | | Try to re-approximate the older semantics of nodelist_add_routerinfoNick Mathewson2012-07-19
| | | | | |
| * | | | | Don't shadow 'buf'.Linus Nordberg2012-07-19
| | | | | |
| * | | | | Add changes file for #5534.Linus Nordberg2012-07-19
| | | | | |
| * | | | | Add configure option AuthDirHasIPv6Connectivity.Linus Nordberg2012-07-19
| | | | | | | | | | | | | | | | | | | | | | | | Implements enhancement 5974.
| * | | | | Rename routers_have_same_or_addr() to reflect the fact that it now checks ↵Linus Nordberg2012-07-19
| | | | | | | | | | | | | | | | | | | | | | | | both OR ports.
| * | | | | Include IPv6 OR ports in status documents only if we're a bridge authority.Linus Nordberg2012-07-19
| | | | | |
| * | | | | Don't put unreachable IPv6 OR port in routerstatus.Linus Nordberg2012-07-19
| | | | | | | | | | | | | | | | | | | | | | | | To have only reachable ports in "a" lines.
| * | | | | Add "a" line to status document.Linus Nordberg2012-07-19
| | | | | |
| * | | | | Add last_reachable and testing_since for IPv6 OR port.Linus Nordberg2012-07-19
| | | | | |
| * | | | | Don't assume that a node has routerinfo.Linus Nordberg2012-07-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We can end up in dirserv_orconn_tls_done() with a node missing routerinfo in at least two cases -- command_process_certs_cell() and connection_or_check_valid_tls_handshake() -- and probably more.
| * | | | | Move last_reachable and testing_since from routerinfo_t to node_t.Linus Nordberg2012-07-19
|/ / / / /
* | | | | Avoid double-typedef of transport_t.Nick Mathewson2012-07-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | You can say "struct foo_t" as much as you want, but you'd better not have "typedef struct foo_t foo_t" more than once. Fix for bug 6416. Bug not in any released version of Tor.
* | | | | Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson2012-07-18
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 'smartlist_shorten' into maint-0.2.3Nick Mathewson2012-07-18
| |\ \ \ \
| | * | | | Tweaks to 6400 changes file and docs as suggested by armaNick Mathewson2012-07-18
| | | | | |
| | * | | | Fix the remaining instances of nexted SMARTLIST_FOREACHNick Mathewson2012-07-17
| | | | | |
| | * | | | Change all SMARTLIST_FOREACH loops of >=10 lines to use BEGIN/ENDNick Mathewson2012-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 Mathewson2012-07-17
|\ \ \ \ \ \
| * | | | | | Address Nick's comments.George Kadianakis2012-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.
| * | | | | | Change extra-info "method" to "transport".George Kadianakis2012-07-03
| | | | | | |
| * | | | | | Mark descriptor as dirty if all managed proxies are configured.George Kadianakis2012-07-03
| | | | | | |
| * | | | | | Add pluggable transport info to extra-info descriptors.George Kadianakis2012-07-03
| | | | | | |