summaryrefslogtreecommitdiff
path: root/src/or/circuitbuild.c
AgeCommit message (Expand)Author
2012-12-07Bug 3443: Don't count ORconn setup in circuit build time.Mike Perry
2012-10-22Fix more madness from the split_circuitbuild mergeNick Mathewson
2012-10-22Merge branch 'split_circuitbuild'Nick Mathewson
2012-10-17Fix mal-merge, don't | END_CIRC_REASON_CHANNEL_CLOSED into reason codes in ci...Andrea Shepard
2012-10-15Move the circuit build timeout code into its own file.Nick Mathewson
2012-10-15Merge remote-tracking branch 'public/bug1031'Nick Mathewson
2012-10-14Merge remote-tracking branch 'arma/bug7029'Nick Mathewson
2012-10-12Rename all reserved C identifiers we definedNick Mathewson
2012-10-10Merge branch 'bug7011'Nick Mathewson
2012-10-10Use fmt_addrport where appropriate.David Fifield
2012-10-10Use fmt_and_decorate_addr in log messages.David Fifield
2012-10-09Split channel_t into channel_t and channel_listener_t; get rid of that big unionAndrea Shepard
2012-10-08Use channel_t rather than or_connection_t for circuitsAndrea Shepard
2012-10-04Merge remote-tracking branch 'linus/bug6757'Nick Mathewson
2012-10-04Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson
2012-10-03pass the reason from the truncated cell to the controllerRoger Dingledine
2012-10-03properly free the return values of rate_limit_log()Roger Dingledine
2012-10-03Free some more still-in-use memory at exitRoger Dingledine
2012-09-19Set (and reset) node_t.ipv6_preferred for bridges based on Bridge lines.Linus Nordberg
2012-09-18Bump bug 6866 log messages back up to notice for 0.2.4Nick Mathewson
2012-09-18Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson
2012-09-18Whitespace fixesNick Mathewson
2012-09-18Print the correct address family in log printout.Linus Nordberg
2012-09-17Bug 6866: Convert pathbias asserts into log messages.Mike Perry
2012-09-14Split the routerset code out of routerlist.cNick Mathewson
2012-09-13Split the or_state_t portions of config.c into their own fileNick Mathewson
2012-09-13Split the generic config_fmt_t code into a new confparse.c fileNick Mathewson
2012-09-12Fix directory self-testing logicNick Mathewson
2012-09-07Remove version_supports checks for versions before 0.2.2.Nick Mathewson
2012-09-06Rename extend_info_alloc() --> _new()Nick Mathewson
2012-09-05Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson
2012-09-05Avoid segfault if EntryGuardPathBias precedes EntryGuardNick Mathewson
2012-09-04Use preferred OR for nodes with routerstatus and microdesc too.Linus Nordberg
2012-09-04Clients connect to public relays over IPv6.Linus Nordberg
2012-08-27Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson
2012-08-27Quiet "Set buildtimeout to low val" warnings: make them infoNick Mathewson
2012-08-27Merge remote-tracking branch 'mikeperry/bug6647'Nick Mathewson
2012-08-27Downgrade path-bias warning messages to INFO for now.Nick Mathewson
2012-08-27Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson
2012-08-27Disable extending to private/internal addresses by defaultNick Mathewson
2012-08-24Clarify docs on get_configured_bridge_by_*_digestNick Mathewson
2012-08-23Bug 6647: Use correct scale constant and prevent rounding errorMike Perry
2012-08-23Bug 6475: Demote pathbias log messages for 0.2.3.xMike Perry
2012-08-23Disable path bias accounting if we have no guards.Mike Perry
2012-08-23Move ipv6_preferred from routerinfo_t to node_t.Linus Nordberg
2012-08-17Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson
2012-08-17Whitespace and build fixes on 6475 patchNick Mathewson
2012-08-16Address Nick's comments from code review.Mike Perry
2012-08-15Bug 6475: Explicitly track our path bias state.Mike Perry
2012-07-18Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson