aboutsummaryrefslogtreecommitdiff
path: root/src/or/circuitbuild.h
Commit message (Expand)AuthorAge
* Basic tests for get_unique_circ_id_by_chan.Nick Mathewson2014-05-07
* Move pathbias functions into a new file.Nick Mathewson2013-10-31
* Downgrade an assert to LD_BUGNick Mathewson2013-02-19
* Refactor code that rolls back the use stateMike Perry2013-02-01
* Implement Path use bias accounting.Mike Perry2013-01-18
* Update the copyright date to 201.Nick Mathewson2013-01-16
* Bug 7691 review fixes.Mike Perry2013-01-08
* Bug 7691: Send a probe cell down certain types of circs.Mike Perry2013-01-08
* Merge branch 'ntor-resquashed'Nick Mathewson2013-01-03
|\
| * Enable the ntor handshake on the client side.Nick Mathewson2013-01-03
| * Use created_cell_format where appropriateNick Mathewson2013-01-03
| * Teach cpuworker and others about create_cell_t and friendsNick Mathewson2013-01-03
| * Massive refactoring of the various handshake typesNick Mathewson2013-01-03
* | Space fixes.Mike Perry2012-12-09
* | Refactor path use bias code into own function.Mike Perry2012-12-07
* | Move a pathbias function that depends on entryguard_t.Mike Perry2012-12-07
* | Prop 209: Add path bias counts for timeouts and other mechanisms.Mike Perry2012-12-07
* | Update with code review changes from Nick.Mike Perry2012-12-07
* | Update pathbias parameters to match Proposal 209.Mike Perry2012-12-07
|/
* Fix more madness from the split_circuitbuild mergeNick Mathewson2012-10-22
* Move the circuit build timeout code into its own file.Nick Mathewson2012-10-15
* Convert all include-guard macros to avoid reserved identifiers.Nick Mathewson2012-10-12
* Use channel_t rather than or_connection_t for circuitsAndrea Shepard2012-10-08
* pass the reason from the truncated cell to the controllerRoger Dingledine2012-10-03
* Merge remote-tracking branch 'asn/bug6788'Nick Mathewson2012-09-07
|\
| * Remove redundant declaration of find_transport_name_by_bridge_addrport().George Kadianakis2012-09-07
* | Rename extend_info_alloc() --> _new()Nick Mathewson2012-09-06
|/
* Tweak code and pump the tor-fw-helper version.George Kadianakis2012-09-05
* Move ipv6_preferred from routerinfo_t to node_t.Linus Nordberg2012-08-23
* Avoid double-typedef of transport_t.Nick Mathewson2012-07-19
* Address Nick's comments.George Kadianakis2012-07-12
* Move transport-related functions from circuitbuild.c to transports.c.George Kadianakis2012-07-03
* Merge remote-tracking branch 'asn-mytor/bug5589_take2'Nick Mathewson2012-06-14
|\
| * Remove validate_pluggable_transports_config(): redundant since 9d9b5ed0.George Kadianakis2012-06-14
* | Move cbt->liveness.timeouts_after_firsthop free code into its own functionAndrea Shepard2012-06-13
|/
* Update copyright dates to 2012; add a few missing copyright statementsNick Mathewson2012-06-04
* Add about 60 more DOCDOC comments to 0.2.3Nick Mathewson2012-06-04
* Use a more helpful log message when we can't find a proxy.George Kadianakis2012-05-18
* Allow 0.2.3.x clients to use 0.2.2.x bridges.Roger Dingledine2012-01-25
* Rename nonconformant identifiers.Nick Mathewson2012-01-18
* First chunk of support for bridges on IPv6Linus Nordberg2011-11-30
* Merge remote-tracking branch 'asn2/bug3656'Nick Mathewson2011-10-07
|\
| * Don't warn of stray Bridges if managed proxies are still unconfigured.George Kadianakis2011-09-11
| * Prepare circuitbuild.[ch] and config.[ch] for SIGHUPs.George Kadianakis2011-09-11
| * Put some last missing pieces together.George Kadianakis2011-07-13
* | Merge remote-tracking branch 'public/bug2841'Nick Mathewson2011-07-11
|\|
| * Style and grammar tweaks on 2841 branchNick Mathewson2011-07-02
| * Small tweaks to 2841 codeNick Mathewson2011-07-02
| * Revised how we handle ClientTransportPlugin and Bridge lines.George Kadianakis2011-06-22
| * Fixes on circuitbuild.[ch] based on nick's comments.George Kadianakis2011-06-21