aboutsummaryrefslogtreecommitdiff
path: root/src/or/circuitbuild.c
Commit message (Expand)AuthorAge
...
| * | 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
* | Changes from Nick's code review 'part 1'Mike Perry2012-12-18
* | Tags on relay cells can result in certain reason codes.Mike Perry2012-12-11
* | Woops, this log message triggers with the 2-hop bias commit.Mike Perry2012-12-11
* | Add a missing comment.Mike Perry2012-12-10
* | More log message and space fixups.Mike Perry2012-12-10
* | Clean up some XXX comments.Mike Perry2012-12-09
* | Space fixes.Mike Perry2012-12-09
* | 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
* | 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
* | Fix another crash bug.Mike Perry2012-12-07
* | Remove n_chan codepaths for determinining guard.Mike Perry2012-12-07
* | Fix a crash due to NULL circ->n_chan.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
* | Bug 3443: Don't count ORconn setup in circuit build time.Mike Perry2012-12-07
|/
* Fix more madness from the split_circuitbuild mergeNick Mathewson2012-10-22
* Merge branch 'split_circuitbuild'Nick Mathewson2012-10-22
|\
| * Move the circuit build timeout code into its own file.Nick Mathewson2012-10-15
* | Fix mal-merge, don't | END_CIRC_REASON_CHANNEL_CLOSED into reason codes in ci...Andrea Shepard2012-10-17
|/
* Merge remote-tracking branch 'public/bug1031'Nick Mathewson2012-10-15
|\
| * Rename all reserved C identifiers we definedNick Mathewson2012-10-12
* | Merge remote-tracking branch 'arma/bug7029'Nick Mathewson2012-10-14
|\ \ | |/ |/|
| * Free some more still-in-use memory at exitRoger Dingledine2012-10-03