Age | Commit message (Expand) | Author |
2013-02-19 | Merge branch 'bug2286_unit_test_squashed' | Nick Mathewson |
2013-02-19 | Refactor storing of measured_bw versus Unmeasured=1. | Nick Mathewson |
2013-02-19 | Tweak consensus method 17 based on arma's comments | Nick Mathewson |
2013-02-15 | Merge remote-tracking branch 'public/wide_circ_ids' | Nick Mathewson |
2013-02-09 | Replace magic constants for wide_circ_ids with inline function calls | Nick Mathewson |
2013-02-09 | Wrap more macro definitions in (parentheses) | Nick Mathewson |
2013-02-01 | Merge remote-tracking branch 'public/feature7706' | Nick Mathewson |
2013-02-01 | Refactor code that rolls back the use state | Mike Perry |
2013-02-01 | Refactor the scaling parameter fetching into a single function. | Mike Perry |
2013-02-01 | Add a tristate to guard against unexpected circ purpose transitions | Mike Perry |
2013-02-01 | Clarify state transition and related pathbias comments | Mike Perry |
2013-01-30 | Merge branch 'bug5956_squashed' | Nick Mathewson |
2013-01-30 | Parameterize FRAC_USABLE_NEEDED for fraction of circuits | Nick Mathewson |
2013-01-28 | Merge branch 'bug7802' of ssh://git-rw.torproject.org/mikeperry/tor | Andrea Shepard |
2013-01-24 | Merge branch 'time_based_onionqueue_v2' of ssh://git-rw.torproject.org/nickm/tor | Andrea Shepard |
2013-01-18 | Implement Path use bias accounting. | Mike Perry |
2013-01-17 | When excluding nodes by country, exclude {??} and {A1} too | Nick Mathewson |
2013-01-16 | Merge branch '024_msvc_squashed' | Nick Mathewson |
2013-01-16 | Fix an instance of snprintf; don't use _snprintf directly | Nick Mathewson |
2013-01-16 | When building with MSVC, call every enum bitfield unsigned | Nick Mathewson |
2013-01-16 | Update the copyright date to 201. | Nick Mathewson |
2013-01-15 | Clean up odds and ends | Roger Dingledine |
2013-01-08 | Bug 7691 review fixes. | Mike Perry |
2013-01-08 | Bug 7691: Send a probe cell down certain types of circs. | Mike Perry |
2013-01-03 | Use a TAILQ, not a singly-linked queue, for the onion queue. | Nick Mathewson |
2013-01-03 | Eliminate MaxOnionsPending; replace it with MaxOnionQueueDelay | Nick Mathewson |
2013-01-03 | Merge branch 'ntor-resquashed' | Nick Mathewson |
2013-01-03 | Enable the ntor handshake on the client side. | Nick Mathewson |
2013-01-03 | Use new wrappers for making,sending,processing create/extend cells | Nick Mathewson |
2013-01-03 | Teach cpuworker and others about create_cell_t and friends | Nick Mathewson |
2013-01-03 | Code to parse and format CREATE{,2,_FAST} cells and their allies | Nick Mathewson |
2013-01-03 | Rename handshake_digest to rend_circ_nonce | Nick Mathewson |
2013-01-03 | Massive refactoring of the various handshake types | Nick Mathewson |
2013-01-03 | Refactor the CREATE_FAST handshake code to match the others. | Nick Mathewson |
2013-01-02 | Wrangle curve25519 onion keys: generate, store, load, publish, republish | Nick Mathewson |
2012-12-25 | Merge remote-tracking branch 'mikeperry/209-path-bias-changes' | Nick Mathewson |
2012-12-25 | Add configuration options for directory guards | Nick Mathewson |
2012-12-25 | Make ECDHE group configurable: 224 for public, 256 for bridges (default) | Nick Mathewson |
2012-12-17 | Add missing doxygen for DNS and automap code | Nick Mathewson |
2012-12-17 | Per-listener option to prefer IPv6 automaps when possible. | Nick Mathewson |
2012-12-17 | Build and test most of the machinery needed for IPv6 virtualaddrmaps | Nick Mathewson |
2012-12-17 | Add options to turn DNS cache use on or off per client port. | Nick Mathewson |
2012-12-13 | Merge branch 'fallback_dirsource_v3' | Nick Mathewson |
2012-12-11 | Tags on relay cells can result in certain reason codes. | Mike Perry |
2012-12-09 | Rename first_hop to circ_attempt. | Mike Perry |
2012-12-07 | Refactor path use bias code into own function. | Mike Perry |
2012-12-07 | Document that care needs to be taken with any_streams_attached. | Mike Perry |
2012-12-07 | Prop 209: Add in hidserv path bias counts for usage. | Mike Perry |
2012-12-07 | Prop 209: Add path bias counts for timeouts and other mechanisms. | Mike Perry |
2012-12-07 | Update with code review changes from Nick. | Mike Perry |