aboutsummaryrefslogtreecommitdiff
path: root/src/or/or.h
Commit message (Expand)AuthorAge
* Optimize cell-ewma circuit priority algorithm.Nick Mathewson2009-12-13
* Favor quiet circuits when choosing which order to relay cells in.Can Tang2009-12-12
* New config option "CircuitStreamTimeout"Roger Dingledine2009-11-21
* Implement DisableAllSwap to avoid putting secret info in page files.Jacob Appelbaum2009-10-27
* Fix bug 1113.Karsten Loesing2009-10-27
* Fix compile with warnings problems on Snow LeopardSebastian Hahn2009-10-19
* Add functions to serve microdescs and flavored consensuses.Nick Mathewson2009-10-18
* Document the microdescriptor code better.Nick Mathewson2009-10-18
* Fix various bugs in microdescriptor caching.Nick Mathewson2009-10-18
* Actually remember all the consensus types when we are done generating them.Nick Mathewson2009-10-15
* Parse detached signatures and microdesc networkstatuses correctly.Nick Mathewson2009-10-15
* Implement signatures for microdesc consensuses right.Nick Mathewson2009-10-15
* Generate all the flavors of consensuses when building consensuses.Nick Mathewson2009-10-15
* Refactor consensus signature storage for multiple digests and flavors.Nick Mathewson2009-10-15
* Code to generate, store, and parse microdescriptors and consensuses.Nick Mathewson2009-10-15
* Add ability to parse one or more m line from a vote.Nick Mathewson2009-10-15
* Functions to encode microdescriptors and their lines.Nick Mathewson2009-10-15
* Make signature-generation code handle different key and digest lengths.Nick Mathewson2009-10-15
* Merge commit 'public/android'Nick Mathewson2009-10-11
|\
| * Include util.h and log.h as relative paths.Nathan Freitas2009-09-29
* | Tweak values for when to discard all of our history.Mike Perry2009-10-07
|/
* Fix a couple of smaller issues with gathering statistics.Karsten Loesing2009-09-24
* Fix typos and comments, plus two bugsRoger Dingledine2009-09-20
* Implement and document new network liveness algorithm.Mike Perry2009-09-20
* Fix some precision-related asserts in unit tests.Mike Perry2009-09-20
* give proposal 151 a changelog and other touchupsRoger Dingledine2009-09-17
* Clarify use of magic number 0.98 with #define.Mike Perry2009-09-16
* Change liveness value to be a function of the timeout.Mike Perry2009-09-16
* Add log message so we have accurate build time values.Mike Perry2009-09-16
* Address nickm's issues from his review #1.Mike Perry2009-09-16
* Move circuitbuildtimeout config check.Mike Perry2009-09-16
* Document functions and constants.Mike Perry2009-09-16
* space/indent cleanups, plus point out three bugsRoger Dingledine2009-09-16
* Use our variable directly for timeout.Mike Perry2009-09-16
* Fix a couple of assert bugs.Mike Perry2009-09-16
* Fix timeout edge case when we get enough samples.Mike Perry2009-09-16
* Fix the math.h log() conflict.Mike Perry2009-09-16
* Recover from changing network connections.Mike Perry2009-09-16
* Write unit tests and fix issues they uncovered.Mike Perry2009-09-16
* Implement the pareto fitting and timeout calculating bits.Mike Perry2009-09-16
* Clean up Fallon's partially complete GSoC project.Mike Perry2009-09-16
* Read "circwindow=x" from the consensus and use itRoger Dingledine2009-09-15
* ConsensusParams config option lists key=value paramsRoger Dingledine2009-09-15
* Parameter access function, with unit tests.Nick Mathewson2009-09-14
* Implement proposal 167: Authorities vote on network parameters.Nick Mathewson2009-09-14
* Merge commit 'karsten/proposal-166-impl-master'Nick Mathewson2009-08-26
|\
| * Write all statistics to disk exactly every 24 hours.Karsten Loesing2009-08-19
| * Clean up proposal 166 and its implementation.Karsten Loesing2009-08-18
| * Implement queue with O(1) operations, and correct some math.Karsten Loesing2009-08-17
| * Include contents of *-stats files in descriptor.Karsten Loesing2009-08-17