summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2005-08-26Make sure that cached-status directory exists.Nick Mathewson
2005-08-26fix some logs and commentsRoger Dingledine
2005-08-26Change the return values on dirserv_add_descriptorNick Mathewson
2005-08-26fix compile complaints (and a bug)Roger Dingledine
2005-08-26We no longer need dirserv_load_from_directory_string, so dirserv_add_descrip...Nick Mathewson
2005-08-26No need to load cached directory twiceNick Mathewson
2005-08-26disarm a trapRoger Dingledine
2005-08-26Fix assert failure on directory startup.Nick Mathewson
2005-08-26Make network-status strings wellformedNick Mathewson
2005-08-26Remove a field that nobody sets or uses.Nick Mathewson
2005-08-26Note that a descriptor has changed when we receive a new directory.Nick Mathewson
2005-08-26Remove descriptor_list and use routerlist instead. Make directories manage r...Nick Mathewson
2005-08-26stop freeing the new global options list whenever we update it.Roger Dingledine
2005-08-26make it clearer which elements of routerinfo_t are for reachabilityRoger Dingledine
2005-08-26if dirservers set assumereachable, it overrides their individualRoger Dingledine
2005-08-26fix an infinite loop at hupRoger Dingledine
2005-08-26Clean up the "add myself as a trusted dirserver" code.Nick Mathewson
2005-08-26The circus music begins playing as nickm and arma juggle an ntohl. Hoop-lah!Nick Mathewson
2005-08-26move a wandering ntohlNick Mathewson
2005-08-26Only free strmap if it is allocated.Nick Mathewson
2005-08-26Add quotes around filenames in src/orNick Mathewson
2005-08-26put quotes around user-supplied strings so they are more likely toRoger Dingledine
2005-08-26fix syntax errNick Mathewson
2005-08-26More documentingNick Mathewson
2005-08-26Remove accidentally added printfNick Mathewson
2005-08-26Add some documentation; move the signature generation logic into routerparse....Nick Mathewson
2005-08-26Make a new AssumeReachable config option that will publish anyway.Roger Dingledine
2005-08-26add a tor_dup_addr() function to simplify malloc()+tor_inet_ntoa()Roger Dingledine
2005-08-25Fall back to routerlist instead of descriptor_list when we are a cache.Nick Mathewson
2005-08-25Fix a segfault when starting a dir cacheNick Mathewson
2005-08-25Start implementing the server side of the new directory protocol.Nick Mathewson