aboutsummaryrefslogtreecommitdiff
path: root/src/or
AgeCommit message (Expand)Author
2014-04-16Merge branch '10267_plus_10896_rebased_twice'Nick Mathewson
2014-04-16Call pf-divert openbsd-specific, not no-linuxNick Mathewson
2014-04-16Fix OSX compilation.Nick Mathewson
2014-04-16Whitespace, doc fixesNick Mathewson
2014-04-16Educate tor on OpenBSD's use of divert-to rules with the pf firewall.dana koch
2014-04-16tor_addr_from_sockaddr() is applicable in ipfw code, so use it.Nick Mathewson
2014-04-16ipfw TransPort support on FreeBSD (10267)Nick Mathewson
2014-04-16Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2014-04-16Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4Nick Mathewson
2014-04-16remove note about dannenberg; it has upgraded.Nick Mathewson
2014-04-16Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4Nick Mathewson
2014-04-16Update the authority signing key blacklistNick Mathewson
2014-04-15Answer a question in a comment; fix a wide line.Nick Mathewson
2014-04-15Uplift status.c unit test coverage with new test cases and macros.dana koch
2014-04-15Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2014-04-15Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4Nick Mathewson
2014-04-14Don't send uninitialized stack to the controller and say it's a date.Nick Mathewson
2014-04-14Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2014-04-14Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4Nick Mathewson
2014-04-14Tweak changes file and comment dates.Nick Mathewson
2014-04-14Fill in the list of blacklisted signing keys.Nick Mathewson
2014-04-14Code to blacklist authority signing keysNick Mathewson
2014-04-09Demote "we stalled too much while trying to write" message to INFONick Mathewson
2014-04-09Merge remote-tracking branch 'public/bug10431'Nick Mathewson
2014-04-09note a missing wordRoger Dingledine
2014-04-08Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2014-04-08Merge branch 'bug2454_025_squashed'Nick Mathewson
2014-04-08Check for new IP addr after circuit liveliness returnsMatthew Finkel
2014-04-08Merge branch 'bug7952_final'Nick Mathewson
2014-04-08Making entire exit policy available to Tor controller.rl1987
2014-04-08Merge remote-tracking branch 'public/bug4241'Nick Mathewson
2014-04-08Merge remote-tracking branch 'public/bug9841_025'Nick Mathewson
2014-04-07Fix a small memory leak when resolving PTR addressesNick Mathewson
2014-04-07Fix some harmless/untriggerable memory leaks found by coverityNick Mathewson
2014-04-07Merge remote-tracking branch 'public/bug10363_024_squashed'Nick Mathewson
2014-04-07Fix undefined behavior with pointer addition in channeltls.cNick Mathewson
2014-04-07For missing transport, say "PT_MISSING" not "NO_ROUTE"Nick Mathewson
2014-04-07Forward-port bug9665 fix to work with our fix for 11069Nick Mathewson
2014-04-07Fix bug9665Fábio J. Bertinatto
2014-04-05Merge remote-tracking branch 'public/bug9650'Nick Mathewson
2014-04-05Merge remote-tracking branch 'public/bug10801_024'Nick Mathewson
2014-04-04Protocol_Warn when a rendezvous cookie is used twice.Nick Mathewson
2014-04-04Merge remote-tracking branch 'public/bug9841_024_v2' into bug9841_025Nick Mathewson
2014-04-04Fix to 9841 fix: setting a token to NULL should clear itNick Mathewson
2014-04-02Fix make_socket_reusable() on windows. Bug not in any released TorNick Mathewson
2014-04-02Merge remote-tracking branch 'public/bug10081'Nick Mathewson
2014-04-02Unit tests for connection_edge_process_resolved_cellNick Mathewson
2014-04-02Look at all of a RESOLVED cell; not just the first answer.Nick Mathewson
2014-04-02Drop MAX_REND_FAILURES to 8Nick Mathewson
2014-04-01Extract code to handle RESOLVED cellsNick Mathewson