| Commit message (Expand) | Author | Age |
* | Fix misplaced labels | Sebastian Hahn | 2010-08-16 |
* | Fix a memory leak in dirvote_compute_consensuses() | Sebastian Hahn | 2010-08-16 |
* | Fix a memory leak | Sebastian Hahn | 2010-08-16 |
* | Create routerparse.h | Sebastian Hahn | 2010-07-27 |
* | Create rephist.h | Sebastian Hahn | 2010-07-27 |
* | Create policies.h | Sebastian Hahn | 2010-07-27 |
* | Create networkstatus.h | Sebastian Hahn | 2010-07-27 |
* | Create microdesc.h | Sebastian Hahn | 2010-07-27 |
* | Create dirvote.h | Sebastian Hahn | 2010-07-27 |
* | Create dirserv.h | Sebastian Hahn | 2010-07-27 |
* | Create directory.h | Sebastian Hahn | 2010-07-27 |
* | Create config.h | Sebastian Hahn | 2010-07-27 |
* | Create routerlist.h | Sebastian Hahn | 2010-07-27 |
* | Create router.h | Sebastian Hahn | 2010-07-27 |
* | immediate reachability check for new relays | Roger Dingledine | 2010-04-21 |
* | fetch unknown descriptors if we see them in a vote | Roger Dingledine | 2010-04-20 |
* | minor cleanups | Roger Dingledine | 2010-04-20 |
* | Merge branch 'asprintf' | Nick Mathewson | 2010-04-02 |
|\ |
|
| * | Tweak users of snprintf to use asprintf where appropriate | Nick Mathewson | 2010-02-28 |
* | | Segfault less during consensus generation without params | Sebastian Hahn | 2010-03-29 |
* | | Merge remote branch 'origin/maint-0.2.1' | Nick Mathewson | 2010-02-27 |
|\ \ |
|
| * | | Update Tor Project copyright years | Nick Mathewson | 2010-02-27 |
* | | | For integers, if !(E<G), then we can infer that E>=G. | Nick Mathewson | 2010-02-25 |
* | | | Fix 64-bit printf issues in consensus-bw-weights5-merge. | Nick Mathewson | 2010-02-25 |
* | | | Check snprintf return values in format_networkstatus_vote. | Mike Perry | 2010-02-25 |
* | | | Cast our weights down to ints from int64. | Mike Perry | 2010-02-25 |
* | | | Make unit tests work. | Mike Perry | 2010-02-24 |
* | | | Add consensus method #defines. | Mike Perry | 2010-02-22 |
* | | | Clearly mark directory footer so we parse the new weight line. | Mike Perry | 2010-02-22 |
* | | | Add parsing+verification for bw weight values. | Mike Perry | 2010-02-22 |
* | | | Perform calculation of consensus bandwidth weights. | Mike Perry | 2010-02-22 |
| |/
|/| |
|
* | | Now that FOO_free(NULL) always works, remove checks before calling it. | Nick Mathewson | 2009-12-12 |
* | | *_free functions now accept NULL | Sebastian Hahn | 2009-12-12 |
* | | Not everybody likes debugging printfs as much as I | Nick Mathewson | 2009-11-18 |
* | | Do not report a partially-successful detached signature add as failed. | Nick Mathewson | 2009-11-17 |
* | | Fix a memory leak on directory authorities during voting | Roger Dingledine | 2009-11-12 |
* | | Fix bug 1066. | Karsten Loesing | 2009-10-26 |
* | | Fix two bugs found by Coverity scan. | Nick Mathewson | 2009-10-19 |
* | | Fix compile with warnings problems on Snow Leopard | Sebastian Hahn | 2009-10-19 |
* | | Document the microdescriptor code better. | Nick Mathewson | 2009-10-18 |
* | | Actually remember all the consensus types when we are done generating them. | Nick Mathewson | 2009-10-15 |
* | | Implement signatures for microdesc consensuses right. | Nick Mathewson | 2009-10-15 |
* | | Generate all the flavors of consensuses when building consensuses. | Nick Mathewson | 2009-10-15 |
* | | Refactor consensus signature storage for multiple digests and flavors. | Nick Mathewson | 2009-10-15 |
* | | Code to generate, store, and parse microdescriptors and consensuses. | Nick Mathewson | 2009-10-15 |
* | | Functions to encode microdescriptors and their lines. | Nick Mathewson | 2009-10-15 |
* | | Make signature-generation code handle different key and digest lengths. | Nick Mathewson | 2009-10-15 |
* | | Fix compile on Snow Leopard | Sebastian Hahn | 2009-09-15 |
* | | Implement proposal 167: Authorities vote on network parameters. | Nick Mathewson | 2009-09-14 |
* | | Make consensus_method_is_supported() be the canonical source for its info. | Nick Mathewson | 2009-08-20 |