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