Age | Commit message (Expand) | Author |
2005-09-08 | fix some typos | Roger Dingledine |
2005-09-07 | Logic to launch connections for new directory types. | Nick Mathewson |
2005-09-07 | add missing return | Nick Mathewson |
2005-09-07 | clean whitespace. | Nick Mathewson |
2005-09-07 | More stuff for new directories. | Nick Mathewson |
2005-09-06 | start the process of adding authentication/authorization mechanisms | Roger Dingledine |
2005-09-06 | stop using the v1 rend desc format. we're going to change v1 | Roger Dingledine |
2005-09-04 | Comment structs, reload a field, start making network status caches work | Nick Mathewson |
2005-09-03 | if you're an auth dir server, start yourself out as verified. | Roger Dingledine |
2005-09-03 | Add directory listing functions to util.[ch]. Watch the features creep! | Nick Mathewson |
2005-09-03 | remove redundant logs about unreachable servers | Roger Dingledine |
2005-09-03 | fix order of items in network-status | Nick Mathewson |
2005-09-03 | Fix another ntohl | Nick Mathewson |
2005-09-03 | and another byte counting error. | Nick Mathewson |
2005-09-03 | Excellent. We have at least 8 bytes, so I can safely get the 9th. | Nick Mathewson |
2005-09-03 | Note to self: htonl(htonl(X)) is *not* "twice as good as htonl(X)". Spotted ... | Nick Mathewson |
2005-09-02 | Describe approach to downloading status documents; update TODO a bit | Nick Mathewson |
2005-09-02 | Make structs for (v2) network-status and its per-router components. Add funct... | Nick Mathewson |
2005-09-02 | Add contact field to generated network-status objects | Nick Mathewson |
2005-09-02 | Make ContactInfo mandatory for authoritative directories. | Nick Mathewson |
2005-09-02 | Add fingerprint and contact fields to network-status specification | Nick Mathewson |
2005-09-02 | Add TTLs to RESOLVED, CONNECTED, and END_REASON_EXITPOLICY cells. Also, add ... | Nick Mathewson |
2005-09-02 | bugfix: moria2 wasn't listing itself as verified in its directory | Roger Dingledine |
2005-09-01 | when we're shutting down and we do something like try to post a | Roger Dingledine |
2005-09-01 | subtle change to avoid some false positives: | Roger Dingledine |
2005-08-31 | and notify the dirserver operator whenever we do | Roger Dingledine |
2005-08-31 | when we think a router is unreachable, pass the message back to the | Roger Dingledine |
2005-08-30 | Actually set is_hibernating when parsing router descriptors. | Nick Mathewson |
2005-08-30 | fix a pair of hard-coded urls | Roger Dingledine |
2005-08-30 | don't whine about reachability if the guy is hibernating now. | Roger Dingledine |
2005-08-30 | refactor -- no actual changes | Roger Dingledine |
2005-08-30 | a bit of cleanup | Roger Dingledine |
2005-08-29 | Update routerinfo_t.is_running when generating network status on authdirserver. | Nick Mathewson |
2005-08-29 | Allow tor_gzip_uncompress to handle multiple concatenated compressed strings. | Nick Mathewson |
2005-08-29 | formatting/numbering patch from matt edman | Roger Dingledine |
2005-08-28 | Change semantics of set_cached_dir; fix massive authdir memleak. | Nick Mathewson |
2005-08-27 | First cut at cleaning 0.1.1.x TODO | Nick Mathewson |
2005-08-26 | setting up your own network is now a faq entry where it belongs | Roger Dingledine |
2005-08-26 | More dir-spec tweaks: specify whether concatenation happens before or after c... | Nick Mathewson |
2005-08-26 | Make unit tests (and others) run without launching listeners, creating subdir... | Nick Mathewson |
2005-08-26 | Fix a warning, add an assert. | Nick Mathewson |
2005-08-26 | Crashing dirservers on startup is often considered bad form. | Nick Mathewson |
2005-08-26 | more servers will make it easier. who knows if it's really needed. | Roger Dingledine |
2005-08-26 | document the AssumeReachable config option | Roger Dingledine |
2005-08-26 | get the instructions closer to right | Roger Dingledine |
2005-08-26 | some better docs for setting up your own tor network | Roger Dingledine |
2005-08-26 | Log when falling back to nonfast/nonstabl routers | Nick Mathewson |
2005-08-26 | Set a variable that exists. That works better. | Nick Mathewson |
2005-08-26 | when we're trying to build a circuit and we're being picky about what | Roger Dingledine |
2005-08-26 | Remember to mark v2 networkstatus non-dirty when we generate it; also, fix sp... | Nick Mathewson |