aboutsummaryrefslogtreecommitdiff
path: root/src/or
Commit message (Expand)AuthorAge
* fetch unknown descriptors if we see them in a voteRoger Dingledine2010-04-20
* minor cleanupsRoger Dingledine2010-04-20
* Switch geoip_get_request_history to asprintf; fix bug 1365Nick Mathewson2010-04-20
* fix "Got a certificate for ?? that we already have"Roger Dingledine2010-04-19
* Move the declaration of bandwidth_rate_rule_to_stringNick Mathewson2010-04-19
* parameterize update_consensus_router_descriptor_downloadsRoger Dingledine2010-04-19
* simplify a path in networkstatusRoger Dingledine2010-04-15
* Add --enable-static-zlib optionSebastian Hahn2010-04-14
* Merge branch 'correct_halflife'Nick Mathewson2010-04-13
|\
| * Rename CircPriorityHalflifeMsec to CircuitPriorityHalflifeMsecNick Mathewson2010-04-13
| * Fix a bug in reading CircPriorityHalflife from consensusNick Mathewson2010-04-12
* | Log bandwidth_weight_rule_t as a string, not an integer.Nick Mathewson2010-04-12
|/
* Merge branch 'maint-0.2.1'Roger Dingledine2010-04-03
|\
| * fetch relay descriptors from v3 authoritiesRoger Dingledine2010-04-03
* | Fix a segfault when a client is hup'd.Sebastian Hahn2010-04-03
* | Merge branch 'asprintf'Nick Mathewson2010-04-02
|\ \
| * | Tweak users of snprintf to use asprintf where appropriateNick Mathewson2010-02-28
| * | Add a tor_asprintf() function, and use it in a couple of places.Nick Mathewson2010-02-25
* | | Segfault less during consensus generation without paramsSebastian Hahn2010-03-29
* | | In the glorious future, all relays cache dir info.Roger Dingledine2010-03-16
* | | let people test the RefuseUnknownExits ideaRoger Dingledine2010-03-10
* | | commit my annotations while i was hunting down the host order bugRoger Dingledine2010-03-05
* | | Merge commit 'origin/maint-0.2.1'Nick Mathewson2010-03-04
|\ \ \ | | |/ | |/|
| * | Apply Roger's bug 1269 fix.Nick Mathewson2010-03-04
| * | Backport fix for time-goes-forward test. Fix bug 1267Nick Mathewson2010-03-02
* | | Merge remote branch 'mikeperry/bwweight-smartlistfix'Nick Mathewson2010-03-04
|\ \ \
| * | | Woops, forgot the second warn.Mike Perry2010-03-03
| * | | Demote warn to info, since it can happen.Mike Perry2010-03-03
| * | | Check for empty smartlists and no bandwidth during node selection.Mike Perry2010-02-26
* | | | Merge branch 'fix_routerparse_bug'Nick Mathewson2010-02-28
|\ \ \ \
| * | | | Fix a consensus-extension bug found by outofwordsNick Mathewson2010-02-27
* | | | | Update copyright dates for files not in maint-0.2.1Nick Mathewson2010-02-27
* | | | | Merge remote branch 'origin/maint-0.2.1'Nick Mathewson2010-02-27
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| |
| * | | Update Tor Project copyright yearsNick Mathewson2010-02-27
* | | | fix some wide lines in routerparse.cNick Mathewson2010-02-27
* | | | Merge remote branch 'origin/maint-0.2.1'Nick Mathewson2010-02-27
|\| | | | |/ / |/| |
| * | Properly handle non-terminated stringsSebastian Hahn2010-02-27
| * | Proper NULL checking in circuit_list_path_impl()Sebastian Hahn2010-02-26
| * | Proper NULL checking for hsdesc publicationSebastian Hahn2010-02-26
* | | Don't segfault when checking the consensusSebastian Hahn2010-02-26
* | | Don't believe unauthenticated info in a consensus.Nick Mathewson2010-02-26
* | | For integers, if !(E<G), then we can infer that E>=G.Nick Mathewson2010-02-25
* | | Fix 64-bit printf issues in consensus-bw-weights5-merge.Nick Mathewson2010-02-25
* | | Merge remote branch 'mikeperry/consensus-bw-weights5-merge'Nick Mathewson2010-02-25
|\ \ \ | |_|/ |/| |
| * | Check snprintf return values in format_networkstatus_vote.Mike Perry2010-02-25
| * | Cast our weights down to ints from int64.Mike Perry2010-02-25
| * | Make unit tests work.Mike Perry2010-02-24
| * | Add consensus method #defines.Mike Perry2010-02-22
| * | Remove misc unnecessary newlines found by new check.Mike Perry2010-02-22
| * | Always weight routers by bandwidth.Mike Perry2010-02-22