Age | Commit message (Expand) | Author |
2005-09-08 | Only caches download network-status for now, and they use a different strateg... | Nick Mathewson |
2005-09-08 | Special-case for retrieving own networkstatus by fingerprint: regenerate if d... | Nick Mathewson |
2005-09-08 | when reporting results from a dirserver fetch/post, tell us the | Roger Dingledine |
2005-09-08 | Remove sneaky double declaration. | Nick Mathewson |
2005-09-08 | Write status to disk in the right place | Nick Mathewson |
2005-09-08 | oops -- that log should have been removed | Nick Mathewson |
2005-09-08 | Fix network-status parsing. | Nick Mathewson |
2005-09-08 | Fix another reversed inet_aton | Nick Mathewson |
2005-09-08 | Fix some more bugs; add a temporary log. | Nick Mathewson |
2005-09-08 | Ensure case match, not mismatch. | Nick Mathewson |
2005-09-08 | Stop dying when we get a directory from tor26; workaround for change in netwo... | Nick Mathewson |
2005-09-08 | fix spacing | Roger Dingledine |
2005-09-08 | Avoid assertion failure | Nick Mathewson |
2005-09-08 | Clean up should-i-go-to-the-dirserv logic a little: All servers with DirPorts... | Nick Mathewson |
2005-09-08 | Make directory download code slightly less likely to segfault or assert. | Nick Mathewson |
2005-09-08 | make doxygen output look prettier | Roger Dingledine |
2005-09-08 | it really does help with the functions end. | Roger Dingledine |
2005-09-08 | if you give a config option in the torrc or the commandline with no | Roger Dingledine |
2005-09-08 | and fix grammar | Roger Dingledine |
2005-09-08 | add punctuation | Roger Dingledine |
2005-09-08 | Make GCC v4 happy with heavy warnings enabled. | Nick Mathewson |
2005-09-08 | Download network-status at regular intervals. The code is probably iffy, and ... | Nick Mathewson |
2005-09-08 | MonthlyAccountingStart is dead. | Roger Dingledine |
2005-09-08 | dirserv_add_descriptor() doesn't chew up its argument anymore, | Roger Dingledine |
2005-09-08 | strip obsolete code | Roger Dingledine |
2005-09-08 | clean up comments for router_is_general_exit() | Roger Dingledine |
2005-09-08 | add a RESETCONF controller command, and make setconf with a null | Roger Dingledine |
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 | 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 | 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 | 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 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 |