aboutsummaryrefslogtreecommitdiff
path: root/src/or/networkstatus.c
Commit message (Expand)AuthorAge
* Count unknown authorities as unknown only once, not once per signature.Nick Mathewson2010-09-20
* Merge branch 'bug911'Nick Mathewson2010-09-14
|\
| * Tweak some issues found by arma in bug911 review.Nick Mathewson2010-09-14
| * Move code for launching tests out of router_add_to_routerlist()Nick Mathewson2010-08-18
* | Merge remote branch 'public/pretty-signature-log'Nick Mathewson2010-09-13
|\ \
| * | Complicate the rules on WARN vs INFO in consensus verificationNick Mathewson2010-09-02
| * | Make the "2 unknown, 7 missing key..." messages easier to understandNick Mathewson2010-08-19
* | | Make authorities download consensuses if appropriateNick Mathewson2010-09-12
|/ /
* | Merge branch 'maint-0.2.1'Nick Mathewson2010-08-17
|\ \
| * | Scale CONSENSUS_MIN_SECONDS_BEFORE_CACHING by voting intervalNick Mathewson2010-08-17
* | | reinit per-conn token buckets on config or consensus changeRoger Dingledine2010-08-15
* | | fix a memory leak introduced by df1ef2f0f0856afRoger Dingledine2010-08-13
| |/ |/|
* | Create routerparse.hSebastian Hahn2010-07-27
* | Create relay.hSebastian Hahn2010-07-27
* | Create networkstatus.hSebastian Hahn2010-07-27
* | Create dirvote.hSebastian Hahn2010-07-27
* | Create dirserv.hSebastian Hahn2010-07-27
* | Create directory.hSebastian Hahn2010-07-27
* | Create control.hSebastian Hahn2010-07-27
* | Create connection.hSebastian Hahn2010-07-27
* | Create config.hSebastian Hahn2010-07-27
* | Create circuitbuild.hSebastian Hahn2010-07-27
* | Create routerlist.hSebastian Hahn2010-07-27
* | Create router.hSebastian Hahn2010-07-27
* | Fix getinfo_helper_networkstatus to return 0 on question-not-knownNick Mathewson2010-07-18
* | Make the controller act more usefully when GETINFO failsNick Mathewson2010-07-18
* | Alter how guard flags are chosen.Mike Perry2010-07-14
* | simplify a path in networkstatusRoger Dingledine2010-04-15
* | Merge remote branch 'origin/maint-0.2.1'Nick Mathewson2010-02-27
|\|
| * Update Tor Project copyright yearsNick Mathewson2010-02-27
| * read the "circwindow" parameter from the consensusRoger Dingledine2009-10-14
| * Code to parse and access network parameters.Nick Mathewson2009-10-14
* | Remove misc unnecessary newlines found by new check.Mike Perry2010-02-22
* | Add parsing+verification for bw weight values.Mike Perry2010-02-22
* | Perform calculation of consensus bandwidth weights.Mike Perry2010-02-22
* | Move CBT params into consensus.Mike Perry2010-02-18
* | Merge branch 'ewma'Nick Mathewson2009-12-18
|\ \
| * | Change interface for configuring cell ewma algorithm.Nick Mathewson2009-12-15
* | | Fix compile warning on Panther.Sebastian Hahn2009-12-14
* | | New controller command "getinfo config-text"Roger Dingledine2009-12-13
|/ /
* | Now that FOO_free(NULL) always works, remove checks before calling it.Nick Mathewson2009-12-12
* | *_free functions now accept NULLSebastian Hahn2009-12-12
* | 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
* | 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
* | Be more robust to bad circwindow valuesRoger Dingledine2009-09-22
* | some cleanups:Sebastian Hahn2009-09-15