aboutsummaryrefslogtreecommitdiff
path: root/src/or/or.h
Commit message (Expand)AuthorAge
* 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
* | | Merge remote-tracking branch 'mikeperry/209-path-bias-changes'Nick Mathewson2012-12-25
|\ \ \
| * | | Tags on relay cells can result in certain reason codes.Mike Perry2012-12-11
| * | | Rename first_hop to circ_attempt.Mike Perry2012-12-09
| * | | Refactor path use bias code into own function.Mike Perry2012-12-07
| * | | Document that care needs to be taken with any_streams_attached.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
| * | | Update with code review changes from Nick.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
* | | | Make ECDHE group configurable: 224 for public, 256 for bridges (default)Nick Mathewson2012-12-25
| |_|/ |/| |
* | | 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
* | | Add options to turn DNS cache use on or off per client port.Nick Mathewson2012-12-17
* | | Merge branch 'fallback_dirsource_v3'Nick Mathewson2012-12-13
|\ \ \ | |/ / |/| |
| * | Drop FallbackNetworkstatusFile; it never worked.Nick Mathewson2012-12-06
| * | Add an option to weight down authorities when choosing a fallbackNick Mathewson2012-12-06
| * | When choosing among dirserver_ts, consider their weightsNick Mathewson2012-12-06
| * | New FallbackDir option to add extra directories for bootstrapingNick Mathewson2012-12-06
| * | Refactor add_trusted_dir_serverNick Mathewson2012-12-06
| * | Rename trusted_dir_server_t to dir_server_t. Automatic renaming.Nick Mathewson2012-12-06
| * | Rename DirServer to DirAuthorityNick Mathewson2012-12-06
| * | Start refactoring trusted_dir_servers into trusted and fallback listsNick Mathewson2012-12-06
| |/
* / Bug 3443: Don't count ORconn setup in circuit build time.Mike Perry2012-12-07
|/
* Merge branch 'bug7013_take2_squashed'Nick Mathewson2012-11-27
|\
| * Add a torrc option to specify the bind address of managed proxies.George Kadianakis2012-11-27
* | Add some missing doxygen for ipv6 exit codeNick Mathewson2012-11-14
* | Implement a PreferIPv6 flag for SocksPortsNick Mathewson2012-11-14
* | Revise the DNS subsystem to handle IPv6 exits.Nick Mathewson2012-11-14