aboutsummaryrefslogtreecommitdiff
path: root/src/or/circuitbuild.c
Commit message (Expand)AuthorAge
* Fix 8447: use %u to format circid_t.Nick Mathewson2013-03-10
* Downgrade an assert to LD_BUGNick Mathewson2013-02-19
* Merge remote-tracking branch 'public/wide_circ_ids'Nick Mathewson2013-02-15
|\
| * Allow a v4 link protocol for 4-byte circuit IDs.Nick Mathewson2012-11-06
* | Merge remote-tracking branch 'public/feature4994-rebased'Nick Mathewson2013-02-15
|\ \
| * | Restore the entry/dirguard distinction.Nick Mathewson2013-02-12
| * | generalize choose_random_entry()'s dirinfo parameterRoger Dingledine2013-02-02
| * | use microdescriptors if *any* of our bridges can handle themRoger Dingledine2013-02-02
* | | Avoid null-pointer deref in pathbias_is_new_circ_attemptNick Mathewson2013-02-11
* | | Mention a trac ticket relevant to an XXX comment.Mike Perry2013-02-07
* | | Better document an XXX comment about refactoring.Mike Perry2013-02-07
* | | Separate the flags for logging use bias.Mike Perry2013-02-07
* | | Lower path use bias thresholds.Mike Perry2013-02-04
* | | Reinstate some fixes/tweaks from 6e4a4002Nick Mathewson2013-02-04
|/ /
* | Fix a couple of warnings on the 8081 branch.Nick Mathewson2013-02-01
* | Increment an informational counter for use failed state.Mike Perry2013-02-01
* | Fix a log typo found by sysrqb.Mike Perry2013-02-01
* | Refactor code that rolls back the use stateMike Perry2013-02-01
* | Refactor and rename pathbias rate evaluation.Mike Perry2013-02-01
* | Refactor the scaling parameter fetching into a single function.Mike Perry2013-02-01
* | Mark entry guard state dirty everwhere the pathbias code touches it.Mike Perry2013-02-01
* | Add a tristate to guard against unexpected circ purpose transitionsMike Perry2013-02-01
* | Clarify state transition and related pathbias commentsMike Perry2013-02-01
* | Bug 8024: Check for null/closed channel before probing.Mike Perry2013-01-22
* | squash! Remove a source of error during path bias scalingMike Perry2013-01-20
* | squash! Implement Path use bias accounting.Mike Perry2013-01-20
* | squash! Remove a source of error during path bias scalingMike Perry2013-01-20
* | Remove a source of error during path bias scalingMike Perry2013-01-18
* | Don't immediately count cannibalized circs as used.Mike Perry2013-01-18
* | Implement Path use bias accounting.Mike Perry2013-01-18
* | Rename *_isin to *_containsNick Mathewson2013-01-16
* | Update the copyright date to 201.Nick Mathewson2013-01-16
* | Clean up odds and endsRoger Dingledine2013-01-15
* | Better log message to diagnose #7959Nick Mathewson2013-01-15
* | Bug 7691 review fixes.Mike Perry2013-01-08
* | Bug 7691: Send a probe cell down certain types of circs.Mike Perry2013-01-08
* | Fix bug 7341.Mike Perry2013-01-08
* | Merge branch 'ntor-resquashed'Nick Mathewson2013-01-03
|\ \
| * | Complete all DOCDOC entries from the ntor branchNick Mathewson2013-01-03
| * | Enable the ntor handshake on the client side.Nick Mathewson2013-01-03
| * | Don't check create cells too much when we're relaying themNick Mathewson2013-01-03
| * | Use created_cell_format where appropriateNick Mathewson2013-01-03
| * | Use new wrappers for making,sending,processing create/extend cellsNick Mathewson2013-01-03
| * | Teach cpuworker and others about create_cell_t and friendsNick Mathewson2013-01-03
| * | Rename handshake_digest to rend_circ_nonceNick Mathewson2013-01-03
| * | Massive refactoring of the various handshake typesNick Mathewson2013-01-03
| * | Refactor the CREATE_FAST handshake code to match the others.Nick Mathewson2013-01-03
| * | Split onion.[ch] into onion{,_fast,_tap}.[ch]Nick Mathewson2013-01-02
| |/
* | Fix whitespaceNick Mathewson2012-12-25
* | Nick's Code review #3 part 2.Mike Perry2012-12-18