summaryrefslogtreecommitdiff
path: root/src/or/or.h
AgeCommit message (Expand)Author
2011-08-07Server transport proxies should bind on the same port each time, if possible.George Kadianakis
2011-07-13Add support for managed {Client,Server}TransportPlugin parsing.George Kadianakis
2011-07-03Refactor the interfaces of transport/proxy lookup fnsNick Mathewson
2011-06-21Various small tweaks around config.c and or.hGeorge Kadianakis
2011-06-14Our warning now is much more specific, mentioning proxy type/addr/port.George Kadianakis
2011-06-14We now warn the user if a proxy server is not up when we try to connect with it.George Kadianakis
2011-06-12Various trivial changes.George Kadianakis
2011-06-11ClientTransportPlugin parsing done.George Kadianakis
2011-06-03Use an autobool for UseBridges_Nick Mathewson
2011-06-03Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-06-02Add an "auto" option to UseBridgesNick Mathewson
2011-05-30Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-05-30Merge remote-tracking branch 'public/bug3270' into maint-0.2.2Nick Mathewson
2011-05-30Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-05-30Set timestamp_dirty on HS circuits as circuit_expire_building requiresRobert Ransom
2011-05-23Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-05-23Merge branch 'feature3049-v2' into maint-0.2.2Nick Mathewson
2011-05-23Use a 64-bit type to hold sockets on win64.Nick Mathewson
2011-05-20Implement TAKEOWNERSHIP commandRobert Ransom
2011-05-20Fix comment typoRobert Ransom
2011-05-20Implement __OwningControllerProcess optionRobert Ransom
2011-05-15Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-05-15Clean up the 2972 implementation a littleSebastian Hahn
2011-05-15Add UnixSocketsGroupWritable config flagJérémy Bobbio
2011-05-15Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-05-13Handle transitions in Automap*, VirtualAddrNetwork correctlyNick Mathewson
2011-05-13Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-05-13Add a ControlPortFileGroupWritable optionNick Mathewson
2011-05-13Write automatically-chosen control ports to a file.Nick Mathewson
2011-05-13"(Socks|Control|etc)Port auto" now tells Tor to open an arbitrary portNick Mathewson
2011-05-09Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-05-09Merge remote-tracking branch 'public/bug3022_v2' into maint-0.2.2Nick Mathewson
2011-05-09Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-05-09CONN_LOG_PROTECT()'s first argument may not be 0Sebastian Hahn
2011-05-05Code to make clients fetch and use microdescriptors for circuit buildingNick Mathewson
2011-05-05Replace _AUTHORITY enum values with _DIRINFO values (automted)Nick Mathewson
2011-05-05Automated rename from authority_type_t to dirinfo_type_tNick Mathewson
2011-05-05Add a new configuration type, "AUTOBOOL", to handle 1/0/auto typesNick Mathewson
2011-04-28Only authorities should automatically download v2 networkstatus documentsNick Mathewson
2011-04-27Merge maint-0.2.2 for the bug1090-part1-squashed branchNick Mathewson
2011-04-27warn if we launch too many circuits for a given streamRoger Dingledine
2011-04-26If EntryNodes and ExcludeNodes overlap, obey ExcludeNodes.Roger Dingledine
2011-04-26Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-04-15Make SIGNAL DUMP work on FreeBSDSebastian Hahn
2011-04-07Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-04-07Merge remote-tracking branch 'public/xxx_fixups' into maint-0.2.2Nick Mathewson
2011-04-05Tweaks to Cagara's CountPrivateBandwidth patch:Nick Mathewson
2011-04-05Patch from cagara: Add a CountPrivateBandwidth flagDaniel Cagara
2011-03-30Use timevals, not time_t, when expiring circuits.Nick Mathewson
2011-03-25Add XXX023s for our timestamp_dirty abuse.Nick Mathewson