aboutsummaryrefslogtreecommitdiff
path: root/src/or/circuitbuild.c
AgeCommit message (Expand)Author
2015-02-23Avoid logging natural-language reports that are redundant with bootstrappingNick Mathewson
2015-02-11Merge branch 'bug12844'Nick Mathewson
2015-02-11Additional paranoia: do not even build tor2web stuff if not using.Nick Mathewson
2015-02-02Merge remote-tracking branch 'public/bug9635_warnings_025'Nick Mathewson
2015-02-02tweak based on comments from dgouletNick Mathewson
2015-01-21fix a commentNick Mathewson
2015-01-07When closing circs build through a new guard, only close local onesNick Mathewson
2015-01-07appease "make check-spaces"Nick Mathewson
2015-01-02Bump copyright dates to 2015, in case someday this matters.Nick Mathewson
2014-12-30Fix Reachability self-tests in test networksteor
2014-12-30Avoid excluding guards from path building in minimal test networksteor
2014-12-26Fix log messages in channeltls.cteor
2014-12-21Merge branch 'ticket7356_squashed'Nick Mathewson
2014-12-21Using CHANNEL_IS_OPEN macro in circuitbuild.crl1987
2014-11-27Merge remote-tracking branch 'andrea/cmux_refactor_configurable_threshold'Nick Mathewson
2014-11-20Make can_complete_circuits a static variable.Nick Mathewson
2014-11-02Apply new calloc coccinelle patchNick Mathewson
2014-10-28Add another year to our copyright dates.Nick Mathewson
2014-10-27Remove configure option to disable curve25519Sebastian Hahn
2014-10-16Downgrade 'invalid result from curve25519 handshake: 4' warningNick Mathewson
2014-09-30Expose get_unique_circ_id_by_chan() to test suiteAndrea Shepard
2014-09-22Scrub from logs the name of the RP we picked.George Kadianakis
2014-09-15Implement Tor2webRendezvousPoints functionality.George Kadianakis
2014-08-13Merge remote-tracking branch 'origin/maint-0.2.5'Nick Mathewson
2014-08-13Merge remote-tracking branch 'public/bug12848_024' into maint-0.2.5Nick Mathewson
2014-08-13Apply coccinelle script to replace malloc(a*b)->calloc(a,b)Nick Mathewson
2014-08-12Fix another case of 12848 in circuit_handle_first_hopNick Mathewson
2014-08-12Don't send DESTROY to circID 0 when circuit_deliver_create_cell failsNick Mathewson
2014-07-25Implement proposal 221: Stop sending CREATE_FASTNick Mathewson
2014-07-16diagnostic for 12184: Add a call to channel_dump_statisticsNick Mathewson
2014-06-14Try to diagnose bug 12184Nick Mathewson
2014-05-07Basic tests for get_unique_circ_id_by_chan.Nick Mathewson
2014-04-25Merge branch 'scanbuild_fixes'Nick Mathewson
2014-04-24whitespace fixNick Mathewson
2014-04-23Merge remote-tracking branch 'public/bug11553_024' into bug11553_025Nick Mathewson
2014-04-23Improvements to #11553 fix based on reviewNick Mathewson
2014-04-18scan-build: circuit_cpath_support_ntor had a dead initializationNick Mathewson
2014-04-18Merge remote-tracking branch 'public/bug11553_024' into bug11553_025Nick Mathewson
2014-04-18Add a rate-limiter for the other circuitID exhaustion warningNick Mathewson
2014-04-18Diagnostic warning to see if it's pending destroys causing 11553Nick Mathewson
2014-04-18Merge remote-tracking branch 'public/bug11553_024' into bug11553_025Nick Mathewson
2014-04-18Switch to random allocation on circuitIDs.Nick Mathewson
2014-04-18Supply better and less frequent warnings on circID exhaustionNick Mathewson
2014-03-05Merge remote-tracking branch 'arma/ticket5528'Nick Mathewson
2014-02-07Merge remote-tracking branch 'public/feature9777_024_squashed'Nick Mathewson
2014-02-07Discard circuit paths on which nobody supports ntorNick Mathewson
2013-11-01Merge branch 'prop221_squashed_024'Nick Mathewson
2013-11-01Implement proposal 221: Stop sending CREATE_FASTNick Mathewson
2013-10-31Make circpathbias and circuitbuild compile.Nick Mathewson
2013-10-31Move pathbias functions into a new file.Nick Mathewson