aboutsummaryrefslogtreecommitdiff
path: root/src/or/or.h
Commit message (Expand)AuthorAge
...
| * | | | | Stop frobbing timestamp_dirty as our sole means to mark circuits unusableNick Mathewson2013-02-19
| | |_|_|/ | |/| | |
* | | | | Merge remote-tracking branch 'public/bug8062' into maint-0.2.4Nick Mathewson2013-03-18
|\ \ \ \ \
| * | | | | Increase link_proto field to 2 bytesNick Mathewson2013-03-11
| | |_|/ / | |/| | |
* | | | | Merge remote-tracking branch 'andrea/bug8435' into maint-0.2.4Nick Mathewson2013-03-18
|\ \ \ \ \
| * | | | | Ignore advertised bandwidths if we have enough measured bandwidths availableAndrea Shepard2013-03-18
| | |/ / / | |/| | |
* | | | | Merge remote-tracking branch 'public/no_dup_guards' into maint-0.2.4Nick Mathewson2013-03-18
|\ \ \ \ \
| * | | | | Be more robust when excluding existing nodes as new dirguardsNick Mathewson2013-02-14
| * | | | | Add some code to bluntly prevent duplicate guards from getting addedNick Mathewson2013-02-14
| | |_|/ / | |/| | |
* | | | | Merge remote-tracking branch 'public/unused_stuff' into maint-0.2.4Nick Mathewson2013-03-15
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Remove a bunch of unused macro definitionsNick Mathewson2013-02-23
| | |/ / | |/| |
* | | | randomize SSLKeyLifetime by defaultRoger Dingledine2013-03-10
* | | | parameterize SSLKeyLifetimeRoger Dingledine2013-03-10
* | | | Tweak bug6783 patch.Nick Mathewson2013-03-10
* | | | Add a DisableV2DirectoryInfo_ option to 404 all v2 ns requestsNick Mathewson2013-03-10
|/ / /
* | | Merge branch 'bug2286_unit_test_squashed'Nick Mathewson2013-02-19
|\ \ \
| * | | Refactor storing of measured_bw versus Unmeasured=1.Nick Mathewson2013-02-19
| * | | Tweak consensus method 17 based on arma's commentsNick Mathewson2013-02-19
* | | | Merge remote-tracking branch 'public/wide_circ_ids'Nick Mathewson2013-02-15
|\ \ \ \ | |_|/ / |/| | |
| * | | Replace magic constants for wide_circ_ids with inline function callsNick Mathewson2013-02-09
| * | | Allow a v4 link protocol for 4-byte circuit IDs.Nick Mathewson2012-11-06
* | | | Wrap more macro definitions in (parentheses)Nick Mathewson2013-02-09
| |/ / |/| |
* | | Merge remote-tracking branch 'public/feature7706'Nick Mathewson2013-02-01
|\ \ \
| * | | When excluding nodes by country, exclude {??} and {A1} tooNick Mathewson2013-01-17
* | | | Refactor code that rolls back the use stateMike Perry2013-02-01
* | | | Refactor the scaling parameter fetching into a single function.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
* | | | Merge branch 'bug5956_squashed'Nick Mathewson2013-01-30
|\ \ \ \
| * | | | Parameterize FRAC_USABLE_NEEDED for fraction of circuitsNick Mathewson2013-01-30
| |/ / /
* | | | Merge branch 'bug7802' of ssh://git-rw.torproject.org/mikeperry/torAndrea Shepard2013-01-28
|\ \ \ \
| * | | | Implement Path use bias accounting.Mike Perry2013-01-18
| |/ / /
* | | | Merge branch 'time_based_onionqueue_v2' of ssh://git-rw.torproject.org/nickm/torAndrea Shepard2013-01-24
|\ \ \ \ | |/ / / |/| | |
| * | | Use a TAILQ, not a singly-linked queue, for the onion queue.Nick Mathewson2013-01-03
| * | | Eliminate MaxOnionsPending; replace it with MaxOnionQueueDelayNick Mathewson2013-01-03
* | | | Merge branch '024_msvc_squashed'Nick Mathewson2013-01-16
|\ \ \ \
| * | | | Fix an instance of snprintf; don't use _snprintf directlyNick Mathewson2013-01-16
| * | | | When building with MSVC, call every enum bitfield unsignedNick Mathewson2013-01-16
* | | | | Update the copyright date to 201.Nick Mathewson2013-01-16
* | | | | Clean up odds and endsRoger Dingledine2013-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
| |/ / / |/| | |
* | | | Merge branch 'ntor-resquashed'Nick Mathewson2013-01-03
|\ \ \ \
| * | | | Enable the ntor handshake on the client side.Nick 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
| * | | | Code to parse and format CREATE{,2,_FAST} cells and their alliesNick 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
| * | | | Wrangle curve25519 onion keys: generate, store, load, publish, republishNick Mathewson2013-01-02