summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-09-08Fix another reversed inet_atonNick Mathewson
2005-09-08Fix some more bugs; add a temporary log.Nick Mathewson
2005-09-08Ensure case match, not mismatch.Nick Mathewson
2005-09-08add strupper functionNick Mathewson
2005-09-08Stop dying when we get a directory from tor26; workaround for change in netwo...Nick Mathewson
2005-09-08fix spacingRoger Dingledine
2005-09-08Avoid assertion failureNick Mathewson
2005-09-08Clean up should-i-go-to-the-dirserv logic a little: All servers with DirPorts...Nick Mathewson
2005-09-08Make directory download code slightly less likely to segfault or assert.Nick Mathewson
2005-09-08make doxygen output look prettierRoger Dingledine
2005-09-08it really does help with the functions end.Roger Dingledine
2005-09-08if you give a config option in the torrc or the commandline with noRoger Dingledine
2005-09-08and fix grammarRoger Dingledine
2005-09-08add punctuationRoger Dingledine
2005-09-08don't crash now that LongLivedPorts can be nullRoger Dingledine
2005-09-08Make GCC v4 happy with heavy warnings enabled.Nick Mathewson
2005-09-08Download network-status at regular intervals. The code is probably iffy, and ...Nick Mathewson
2005-09-08MonthlyAccountingStart is dead.Roger Dingledine
2005-09-08dirserv_add_descriptor() doesn't chew up its argument anymore,Roger Dingledine
2005-09-08strip obsolete codeRoger Dingledine
2005-09-08clean up comments for router_is_general_exit()Roger Dingledine
2005-09-08add a RESETCONF controller command, and make setconf with a nullRoger Dingledine
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