summaryrefslogtreecommitdiff
path: root/src/or
AgeCommit message (Expand)Author
2012-07-31Whitespace tweaksNick Mathewson
2012-07-31Add replaycache.h to noinst_HEADERS in src/or/Makefile.amAndrea Shepard
2012-07-31Refactor INTRODUCE2 parsing code in rend_service_introduce()Andrea Shepard
2012-07-31Use new replaycache_t structure for replay detection in rend_service_introduce()Andrea Shepard
2012-07-31Implement replaycache_t for bug 6177, and unit tests for the precedingAndrea Shepard
2012-07-31Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson
2012-07-31Merge branch 'bug6490_v2' into maint-0.2.3Nick Mathewson
2012-07-31Warn when accounting is used in a way likely to link hidden servicesNick Mathewson
2012-07-31Merge branch 'maint-0.2.3'Roger Dingledine
2012-07-31trivial grammar fixRoger Dingledine
2012-07-24Fix small memleak introduced in recent patch; fixe 6455.Nick Mathewson
2012-07-23Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson
2012-07-23Merge remote-tracking branch 'asn/bug6274_take3' into maint-0.2.3Nick Mathewson
2012-07-19Add config option AuthDirPublishIPv6.Linus Nordberg
2012-07-19Try to re-approximate the older semantics of nodelist_add_routerinfoNick Mathewson
2012-07-19Don't shadow 'buf'.Linus Nordberg
2012-07-19Add configure option AuthDirHasIPv6Connectivity.Linus Nordberg
2012-07-19Rename routers_have_same_or_addr() to reflect the fact that it now checks bot...Linus Nordberg
2012-07-19Include IPv6 OR ports in status documents only if we're a bridge authority.Linus Nordberg
2012-07-19Don't put unreachable IPv6 OR port in routerstatus.Linus Nordberg
2012-07-19Add "a" line to status document.Linus Nordberg
2012-07-19Add last_reachable and testing_since for IPv6 OR port.Linus Nordberg
2012-07-19Don't assume that a node has routerinfo.Linus Nordberg
2012-07-19Move last_reachable and testing_since from routerinfo_t to node_t.Linus Nordberg
2012-07-19Avoid double-typedef of transport_t.Nick Mathewson
2012-07-18Better handling of server managed proxies when Tor is not a relay.George Kadianakis
2012-07-18Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson
2012-07-18Merge branch 'smartlist_shorten' into maint-0.2.3Nick Mathewson
2012-07-17Merge remote-tracking branch 'asn/bug3589'Nick Mathewson
2012-07-17Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson
2012-07-17Improve message on spurious SOCKSListenAddressNick Mathewson
2012-07-17Fix the remaining instances of nexted SMARTLIST_FOREACHNick Mathewson
2012-07-17Change all SMARTLIST_FOREACH loops of >=10 lines to use BEGIN/ENDNick Mathewson
2012-07-17Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson
2012-07-17Allow TestingTorNetwork when alternate dir and bridge authorities are set.Linus Nordberg
2012-07-16Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson
2012-07-16Refer to the correct variable in a loop when parsing entry guard stateNick Mathewson
2012-07-12Address Nick's comments.George Kadianakis
2012-07-06Merge branch 'maint-0.2.3'Roger Dingledine
2012-07-06Merge remote-tracking branch 'nickm/bug6271_part_a' into maint-0.2.3Roger Dingledine
2012-07-06Fix a bug handling SENDME cells on nonexistent streams.Nick Mathewson
2012-07-05Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson
2012-07-05On windows, ENOBUFS starts with WSA. #6296. Fix on 0.2.18-rcNick Mathewson
2012-07-03Change extra-info "method" to "transport".George Kadianakis
2012-07-03Mark descriptor as dirty if all managed proxies are configured.George Kadianakis
2012-07-03Add pluggable transport info to extra-info descriptors.George Kadianakis
2012-07-03Constify some functions.George Kadianakis
2012-07-03Make some transports.c functions static.George Kadianakis
2012-07-03Refactor mp->transports to use transport_t.George Kadianakis
2012-07-03Introduce a transport_t deep copy function.George Kadianakis