aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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 note...Ondrej Mikle2012-07-31
| * Cleanup of RPM build process - no more .git in tarball, use automake's dist-g...Ondrej Mikle2012-07-31
| * 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
* | | Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson2012-07-31
|\| |
| * | Fix some manpage typosNick Mathewson2012-07-31
* | | 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
| * | | 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
| * | | Rename routers_have_same_or_addr() to reflect the fact that it now checks bot...Linus Nordberg2012-07-19
| * | | 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
| * | | 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
| * | | 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
* | | 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
* | | | Merge remote-tracking branch 'asn/bug3589'Nick Mathewson2012-07-17
|\ \ \ \
| * | | | Address Nick's comments.George Kadianakis2012-07-12
| * | | | 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
| * | | | Constify some functions.George Kadianakis2012-07-03
| * | | | Make some transports.c functions static.George Kadianakis2012-07-03
| * | | | Refactor mp->transports to use transport_t.George Kadianakis2012-07-03
| * | | | Introduce a transport_t deep copy function.George Kadianakis2012-07-03