summaryrefslogtreecommitdiff
path: root/src/or
AgeCommit message (Expand)Author
2014-08-06Build circuits more readily when DisableNetwork goes to 0Roger Dingledine
2014-08-06fix three typos in commentsRoger Dingledine
2014-07-28Merge branch 'maint-0.2.4' into maint-0.2.5Roger Dingledine
2014-07-28Warn and drop the circuit if we receive an inbound 'relay early' cellRoger Dingledine
2014-07-27Confusing log message when circuit can't be extendedArlo Breault
2014-07-25circuit_build_failed: distinguish "first hop chan failed", "CREATE failed"Nick Mathewson
2014-07-25Implement proposal 221: Stop sending CREATE_FASTNick Mathewson
2014-07-24fix typo that crept in to 0.2.4.4-alphaRoger Dingledine
2014-07-24Raise guard threshold to top 25% or 2000 kilounitsRoger Dingledine
2014-07-24Merge branch 'maint-0.2.4' into maint-0.2.5Roger Dingledine
2014-07-24add a NumDirectoryGuards consensus param tooRoger Dingledine
2014-07-24Add and use a new NumEntryGuards consensus parameter.Roger Dingledine
2014-07-18Use safe_str in channel_dumpstats: improve 12184 diagnosticNick Mathewson
2014-07-16src/or/connection.c: expose bucket_millis_empty for bufferevents testAnthony G. Basile
2014-07-16diagnostic for 12184: Add a call to channel_dump_statisticsNick Mathewson
2014-07-16Add another 8387 diagnosticNick Mathewson
2014-07-16Merge remote-tracking branch 'public/bug8387_024' into maint-0.2.5Nick Mathewson
2014-07-09Fix a bug where streams would linger forever when we had no dirinfoNick Mathewson
2014-07-09Remove executable bit from control.c, router.cNick Mathewson
2014-06-16whitespace fixesNick Mathewson
2014-06-14Merge branch 'bug8746_v2_squashed'Nick Mathewson
2014-06-14New waitpid-handler functions to run callbacks when a child exits.Nick Mathewson
2014-06-14Merge branch 'bug12184_diagnostic_squashed'Nick Mathewson
2014-06-14Try to diagnose bug 12184Nick Mathewson
2014-06-13Merge branch 'bug12191_squashed'Nick Mathewson
2014-06-13Also raise the check for 0 circuit ID in created cell.Nick Mathewson
2014-06-13sandbox: Permit stat() of DataDir/statsNick Mathewson
2014-06-11whitespaces fixesNick Mathewson
2014-06-11Merge remote-tracking branch 'public/ticket6799_024_v2_squashed'Nick Mathewson
2014-06-11Replace last_added_nonpadding with last_had_circuitsNick Mathewson
2014-06-11Give each or_connection_t a slightly randomized idle_timeoutNick Mathewson
2014-06-11Merge remote-tracking branch 'public/bug11970'Nick Mathewson
2014-06-11Merge remote-tracking branch 'public/not_bug8093'Nick Mathewson
2014-06-10Move circuit-id-in-use check for CREATE cells to before all other checksNick Mathewson
2014-06-10Improved diagnostic log for bug 8387.Nick Mathewson
2014-06-04Merge remote-tracking branch 'public/bug12169_relay_check'Nick Mathewson
2014-06-04Merge remote-tracking branch 'andrea/bug10616'Nick Mathewson
2014-06-04Bulletproof our 11246 fix a little, based on recommendation from andrea.Nick Mathewson
2014-06-04Merge remote-tracking branch 'public/bug12195'Nick Mathewson
2014-06-03Fix ancient code that only checked circ_id, not circ_id and chanNick Mathewson
2014-06-03Squelch spurious LD_BUG message in connection_ap_handshake_socks_reply()Andrea Shepard
2014-06-02Don't try to fetch bridge descriptors when DisableNetwork is setNick Mathewson
2014-06-02Merge remote-tracking branch 'public/bug12170_024_v2'Nick Mathewson
2014-06-02Avoid needless router_dir_info_has_changed from router_set_statusNick Mathewson
2014-06-01Use uint32 !=, not tor_memneq, for relay cell integrity checkingNick Mathewson
2014-05-27sandbox: Allow DirPortFrontPage unconditionally if it's setNick Mathewson
2014-05-23sandbox: Correct fix for hs part of 12064Nick Mathewson
2014-05-23Merge branch 'bug11965_v2'Nick Mathewson
2014-05-23Postpone fetches based on should_delay_dir_fetch(), not DisableNetworkNick Mathewson
2014-05-22sandbox: allow reading of hidden service configuration files.Nick Mathewson