aboutsummaryrefslogtreecommitdiff
path: root/src/or
Commit message (Expand)AuthorAge
...
| * | Fix a rather serious use-count state bug.Mike Perry2012-12-09
| * | Convert to doubles for all pathbias state.Mike Perry2012-12-09
| * | Also shorten circuit_successes to circ_successes.Mike Perry2012-12-09
| * | Rename first_hop to circ_attempt.Mike Perry2012-12-09
| * | Change from first hop accounting to 2nd hop accountingMike Perry2012-12-09
| * | Add intro+rend cannibalize param..Mike Perry2012-12-09
| * | Flag cannibalized circs as used (non-ideal).Mike Perry2012-12-09
| * | Allow any valid 'end' cell to mean a circuit was used successfully.Mike Perry2012-12-08
| * | Sadly, we can't safely count client intro circ successMike Perry2012-12-08
| * | Fix some hidden service edge cases.Mike Perry2012-12-08
| * | Refactor path use bias code into own function.Mike Perry2012-12-07
| * | Actually, both nacks and acks indicate a valid pathMike Perry2012-12-07
| * | Note more potential issues.Mike Perry2012-12-07
| * | Note a strange case for SOCKS streams.Mike Perry2012-12-07
| * | Fix another crash bug.Mike Perry2012-12-07
| * | Fix a crash bug and pass down a remote reason code.Mike Perry2012-12-07
| * | Document that care needs to be taken with any_streams_attached.Mike Perry2012-12-07
| * | Remove n_chan codepaths for determinining guard.Mike Perry2012-12-07
| * | Move a pathbias function that depends on entryguard_t.Mike Perry2012-12-07
| * | Fix a crash due to NULL circ->n_chan.Mike Perry2012-12-07
| * | Prop209: Rend circuits weren't ever marked dirty.Mike Perry2012-12-07
| * | Prop 209: Add in hidserv path bias counts for usage.Mike Perry2012-12-07
| * | Prop 209: Add path bias counts for timeouts and other mechanisms.Mike Perry2012-12-07
| * | Be explicit about units for timeout.Mike Perry2012-12-07
| * | Fix an assert crash and an incorrectly placed return.Mike Perry2012-12-07
| * | Update with code review changes from Nick.Mike Perry2012-12-07
| * | Fix spaces.Mike Perry2012-12-07
| * | Refactor pathbias functions to use pathbias_should_count.Mike Perry2012-12-07
| * | Update Path Bias log messages to match Proposal 209.Mike Perry2012-12-07
| * | Add log message checks for different rates.Mike Perry2012-12-07
| * | Update pathbias parameters to match Proposal 209.Mike Perry2012-12-07
| * | Add the ability to count circuit timeouts for guards.Mike Perry2012-12-07
* | | Add configuration options for directory guardsNick Mathewson2012-12-25
* | | Directory guard implementation.Nick Mathewson2012-12-25
* | | Remember which of our guards are directory cachesNick Mathewson2012-12-25
* | | Split choosing a regular directory into its own fnNick Mathewson2012-12-25
* | | Make ECDHE group configurable: 224 for public, 256 for bridges (default)Nick Mathewson2012-12-25
* | | Let servers choose better ciphersuites when clients support themNick Mathewson2012-12-25
* | | When there are no dir_server_ts to choose, don't crashNick Mathewson2012-12-18
* | | Add packaged cell fullness to the heartbeat message.Nick Mathewson2012-12-18
* | | Merge branch 'ticket7570_7571'Nick Mathewson2012-12-17
|\ \ \
| * | | Drop the maximum attempts to get a virtual address to 1000.Nick Mathewson2012-12-17
| * | | Add missing doxygen for DNS and automap codeNick Mathewson2012-12-17
| * | | Per-listener option to prefer IPv6 automaps when possible.Nick Mathewson2012-12-17
| * | | Build and test most of the machinery needed for IPv6 virtualaddrmapsNick Mathewson2012-12-17
| * | | Refactor the code to check if an address is matched by automapsuffixesNick Mathewson2012-12-17
| * | | Fix another uninitialized var warning from GCCNick Mathewson2012-12-17
| * | | Fixed an unused-variable warningNick Mathewson2012-12-17
| * | | Don't use the cache when changing an IP address because of an exit policyNick Mathewson2012-12-17
| * | | Turn off by-default use of client-side DNS cacheing.Nick Mathewson2012-12-17