aboutsummaryrefslogtreecommitdiff
path: root/src/or/circuitbuild.h
AgeCommit message (Expand)Author
2016-03-11Merge remote-tracking branch 'teor/bug8976_01_028'Nick Mathewson
2016-02-27Update the copyright year.Nick Mathewson
2015-12-08Don't allow a rendezvous point to have a private addressDavid Goulet
2015-02-11fix a compilation warningNick Mathewson
2015-02-11Merge branch 'bug12844'Nick Mathewson
2015-01-23whitespace fixesNick Mathewson
2015-01-07When closing circs build through a new guard, only close local onesNick Mathewson
2015-01-02Bump copyright dates to 2015, in case someday this matters.Nick Mathewson
2014-10-28Add another year to our copyright dates.Nick Mathewson
2014-09-15Implement Tor2webRendezvousPoints functionality.George Kadianakis
2014-05-07Basic tests for get_unique_circ_id_by_chan.Nick Mathewson
2013-10-31Move pathbias functions into a new file.Nick Mathewson
2013-02-19Downgrade an assert to LD_BUGNick Mathewson
2013-02-01Refactor code that rolls back the use stateMike Perry
2013-01-18Implement Path use bias accounting.Mike Perry
2013-01-16Update the copyright date to 201.Nick Mathewson
2013-01-08Bug 7691 review fixes.Mike Perry
2013-01-08Bug 7691: Send a probe cell down certain types of circs.Mike Perry
2013-01-03Merge branch 'ntor-resquashed'Nick Mathewson
2013-01-03Enable the ntor handshake on the client side.Nick Mathewson
2013-01-03Use created_cell_format where appropriateNick Mathewson
2013-01-03Teach cpuworker and others about create_cell_t and friendsNick Mathewson
2013-01-03Massive refactoring of the various handshake typesNick Mathewson
2012-12-09Space fixes.Mike Perry
2012-12-07Refactor path use bias code into own function.Mike Perry
2012-12-07Move a pathbias function that depends on entryguard_t.Mike Perry
2012-12-07Prop 209: Add path bias counts for timeouts and other mechanisms.Mike Perry
2012-12-07Update with code review changes from Nick.Mike Perry
2012-12-07Update pathbias parameters to match Proposal 209.Mike Perry
2012-10-22Fix more madness from the split_circuitbuild mergeNick Mathewson
2012-10-15Move the circuit build timeout code into its own file.Nick Mathewson
2012-10-12Convert all include-guard macros to avoid reserved identifiers.Nick Mathewson
2012-10-08Use channel_t rather than or_connection_t for circuitsAndrea Shepard
2012-10-03pass the reason from the truncated cell to the controllerRoger Dingledine
2012-09-07Merge remote-tracking branch 'asn/bug6788'Nick Mathewson
2012-09-07Remove redundant declaration of find_transport_name_by_bridge_addrport().George Kadianakis
2012-09-06Rename extend_info_alloc() --> _new()Nick Mathewson
2012-09-05Tweak code and pump the tor-fw-helper version.George Kadianakis
2012-08-23Move ipv6_preferred from routerinfo_t to node_t.Linus Nordberg
2012-07-19Avoid double-typedef of transport_t.Nick Mathewson
2012-07-12Address Nick's comments.George Kadianakis
2012-07-03Move transport-related functions from circuitbuild.c to transports.c.George Kadianakis
2012-06-14Merge remote-tracking branch 'asn-mytor/bug5589_take2'Nick Mathewson
2012-06-14Remove validate_pluggable_transports_config(): redundant since 9d9b5ed0.George Kadianakis
2012-06-13Move cbt->liveness.timeouts_after_firsthop free code into its own functionAndrea Shepard
2012-06-04Update copyright dates to 2012; add a few missing copyright statementsNick Mathewson
2012-06-04Add about 60 more DOCDOC comments to 0.2.3Nick Mathewson
2012-05-18Use a more helpful log message when we can't find a proxy.George Kadianakis
2012-01-25Allow 0.2.3.x clients to use 0.2.2.x bridges.Roger Dingledine
2012-01-18Rename nonconformant identifiers.Nick Mathewson