summaryrefslogtreecommitdiff
path: root/src/or/or.h
AgeCommit message (Expand)Author
2009-12-15Refactor the safe_str_*() API to make more sense.Nick Mathewson
2009-12-12Cache the parsed value of SafeLogging as an enum.Nick Mathewson
2009-12-12Allow SafeLogging to exclude client related informationSebastian Hahn
2009-11-21New config option "CircuitStreamTimeout"Roger Dingledine
2009-10-27Implement DisableAllSwap to avoid putting secret info in page files.Jacob Appelbaum
2009-10-27Fix bug 1113.Karsten Loesing
2009-10-19Fix compile with warnings problems on Snow LeopardSebastian Hahn
2009-10-18Add functions to serve microdescs and flavored consensuses.Nick Mathewson
2009-10-18Document the microdescriptor code better.Nick Mathewson
2009-10-18Fix various bugs in microdescriptor caching.Nick Mathewson
2009-10-15Actually remember all the consensus types when we are done generating them.Nick Mathewson
2009-10-15Parse detached signatures and microdesc networkstatuses correctly.Nick Mathewson
2009-10-15Implement signatures for microdesc consensuses right.Nick Mathewson
2009-10-15Generate all the flavors of consensuses when building consensuses.Nick Mathewson
2009-10-15Refactor consensus signature storage for multiple digests and flavors.Nick Mathewson
2009-10-15Code to generate, store, and parse microdescriptors and consensuses.Nick Mathewson
2009-10-15Add ability to parse one or more m line from a vote.Nick Mathewson
2009-10-15Functions to encode microdescriptors and their lines.Nick Mathewson
2009-10-15Make signature-generation code handle different key and digest lengths.Nick Mathewson
2009-10-11Merge commit 'public/android'Nick Mathewson
2009-10-07Tweak values for when to discard all of our history.Mike Perry
2009-09-29Include util.h and log.h as relative paths.Nathan Freitas
2009-09-24Fix a couple of smaller issues with gathering statistics.Karsten Loesing
2009-09-20Fix typos and comments, plus two bugsRoger Dingledine
2009-09-20Implement and document new network liveness algorithm.Mike Perry
2009-09-20Fix some precision-related asserts in unit tests.Mike Perry
2009-09-17give proposal 151 a changelog and other touchupsRoger Dingledine
2009-09-16Clarify use of magic number 0.98 with #define.Mike Perry
2009-09-16Change liveness value to be a function of the timeout.Mike Perry
2009-09-16Add log message so we have accurate build time values.Mike Perry
2009-09-16Address nickm's issues from his review #1.Mike Perry
2009-09-16Move circuitbuildtimeout config check.Mike Perry
2009-09-16Document functions and constants.Mike Perry
2009-09-16space/indent cleanups, plus point out three bugsRoger Dingledine
2009-09-16Use our variable directly for timeout.Mike Perry
2009-09-16Fix a couple of assert bugs.Mike Perry
2009-09-16Fix timeout edge case when we get enough samples.Mike Perry
2009-09-16Fix the math.h log() conflict.Mike Perry
2009-09-16Recover from changing network connections.Mike Perry
2009-09-16Write unit tests and fix issues they uncovered.Mike Perry
2009-09-16Implement the pareto fitting and timeout calculating bits.Mike Perry
2009-09-16Clean up Fallon's partially complete GSoC project.Mike Perry
2009-09-15Read "circwindow=x" from the consensus and use itRoger Dingledine
2009-09-15ConsensusParams config option lists key=value paramsRoger Dingledine
2009-09-14Parameter access function, with unit tests.Nick Mathewson
2009-09-14Implement proposal 167: Authorities vote on network parameters.Nick Mathewson
2009-08-26Merge commit 'karsten/proposal-166-impl-master'Nick Mathewson
2009-08-26A changelog entry and a bit more documentation for socks-clientNick Mathewson
2009-08-26Merge commit 'public/socks-client'Nick Mathewson
2009-08-21Add the first 8 bytes of the git commit digest to our versions.Nick Mathewson