aboutsummaryrefslogtreecommitdiff
path: root/src/or/or.h
Commit message (Expand)AuthorAge
* 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
| * Remove ./configure option for cell statistics.Karsten Loesing2009-08-17
| * Remove ./configure option for entry and dir request statistics.Karsten Loesing2009-08-17
| * Remove ./configure option for exit port statistics.Karsten Loesing2009-08-14
* | A changelog entry and a bit more documentation for socks-clientNick Mathewson2009-08-26
* | Merge commit 'public/socks-client'Nick Mathewson2009-08-26
|\ \
| * | Change proxy-address type to tor_addr_t to allow ipv6 proxies.Nick Mathewson2009-06-19
| * | Move SOCKS reason-decoding switches into reasons.cNick Mathewson2009-06-19
| * | Enable Tor to connect through SOCKS 4/5 proxiesChristopher Davis2009-06-19
* | | Add the first 8 bytes of the git commit digest to our versions.Nick Mathewson2009-08-21
* | | Merge commit 'mikeperry/bandwidth-voting-final'Nick Mathewson2009-08-14
|\ \ \ | |_|/ |/| |
| * | Fix issues found by Nick in code review.Mike Perry2009-08-09
| * | Implement measured bw parsing + unit tests.Mike Perry2009-08-06
* | | Disable .exit notation unless AllowDotExit is 1.Roger Dingledine2009-08-07
|/ /
* | Merge commit 'origin/maint-0.2.1'Nick Mathewson2009-07-30
|\ \
| * | Fix a signed/unsigned compile warning in 0.2.1.19Roger Dingledine2009-07-28
* | | Merge branch 'maint-0.2.1' into masterRoger Dingledine2009-07-28
|\| |
| * | Changing MaxAdvertisedBW may not need a republishSebastian Hahn2009-07-27
| * | three hacks to workaround bug 1038Roger Dingledine2009-07-27
* | | Merge commit 'ioerror/DirFetchInfoExtraEarly'Nick Mathewson2009-07-25
|\ \ \
| * | | Add support for a new option: FetchDirInfoExtraEarlyJacob Appelbaum2009-07-13
* | | | Some tweaks to statistics.Karsten Loesing2009-07-15