Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-09-20 | Add a temporary section to dir-spec reflecting what we actually do now. | Nick Mathewson | |
svn:r5097 | |||
2005-09-20 | a few more todo items done | Roger Dingledine | |
svn:r5096 | |||
2005-09-20 | make router_is_general_exit match its documentation | Roger Dingledine | |
but it's still wrong maybe svn:r5095 | |||
2005-09-20 | clean up new dir spec a bit more | Roger Dingledine | |
svn:r5094 | |||
2005-09-19 | bump version to 0.1.1.7-alpha-cvs | Nick Mathewson | |
svn:r5093 | |||
2005-09-18 | remove some debugging garbage | Nick Mathewson | |
svn:r5092 | |||
2005-09-18 | Make give-up-on-failure actually work: it seems the servers gave me a real ↵ | Nick Mathewson | |
test case. svn:r5091 | |||
2005-09-18 | Prevent a "try forever to download an unobtainable descriptor" bug. Still ↵ | Nick Mathewson | |
remaining: the "give up forever" bug. svn:r5090 | |||
2005-09-18 | Refactor new directory code a bit. Keep a big list of rolled-up router ↵ | Nick Mathewson | |
status info, including # of download failures (not yet used). Update this list from networkstatuses when they arrive, then update routers from this list. Only download 128 routers at a time, to avoid gargantuan URLs. svn:r5089 | |||
2005-09-18 | Move to new base64 digest functions. Switch to new router digest ↵ | Nick Mathewson | |
calculation. Make sure there are no duplicates in router status lists. svn:r5088 | |||
2005-09-18 | Helper functions to perform our truncated base64 encoding on hexdigests. | Nick Mathewson | |
svn:r5087 | |||
2005-09-18 | Make smartlist_add_all more efficient. | Nick Mathewson | |
svn:r5086 | |||
2005-09-18 | Specify exactly what we meant by "the digest of a descriptor". Fortunately, ↵ | Nick Mathewson | |
we dont depend on it being right yet. svn:r5085 | |||
2005-09-16 | add a couple of directory items | Nick Mathewson | |
svn:r5084 | |||
2005-09-16 | Remove a bunch of #if0d code that I no longer need to look at. | Nick Mathewson | |
svn:r5083 | |||
2005-09-16 | Resolve/expand some XXXXs and improve a log message or two | Nick Mathewson | |
svn:r5082 | |||
2005-09-16 | simplify | Roger Dingledine | |
svn:r5081 | |||
2005-09-16 | Fix the never-marked-anything-as-running bug. Now Tor builds circuts again. Woo. | Nick Mathewson | |
svn:r5080 | |||
2005-09-16 | Add a missing return | Nick Mathewson | |
svn:r5079 | |||
2005-09-16 | Fix the confusing bug where we were downloading only the first n/2-1 of the ↵ | Nick Mathewson | |
servers we actually wanted. svn:r5078 | |||
2005-09-16 | Unify our "figure out which fingerprints we were downloading" code. | Nick Mathewson | |
svn:r5077 | |||
2005-09-15 | Add some (notice, for now) log messages that imply confusing things are ↵ | Nick Mathewson | |
happening. svn:r5076 | |||
2005-09-15 | fix braino in dirserv. | Nick Mathewson | |
svn:r5075 | |||
2005-09-15 | Make authdirs smarter. Reject/invalidate by key and IP. Remember that not ↵ | Nick Mathewson | |
every authdir has to be a naming authdir. svn:r5074 | |||
2005-09-15 | And some documentation before bed. | Nick Mathewson | |
svn:r5073 | |||
2005-09-15 | make some functions static; clean dead networkstatus entries more often. | Nick Mathewson | |
svn:r5072 | |||
2005-09-15 | Make unittests not die | Nick Mathewson | |
svn:r5071 | |||
2005-09-15 | Stop downloading directories and download routers instead. This still needs ↵ | Nick Mathewson | |
some work, but at last clients are finally on the new architecture. Next comes the tuning and bugfixing. svn:r5070 | |||
2005-09-15 | separate validation from naming in authoritative directory servers; simplify ↵ | Nick Mathewson | |
some router-management code. svn:r5069 | |||
2005-09-14 | Fix a bunch of log messages. Deprecate some routerlist fields; remove ↵ | Nick Mathewson | |
others, and status_set_at from routerinfo_t. Compress routerlist.c cleanup functions. Update cached networkstatus mtime when we download the same one twice. Change some interfaces. svn:r5068 | |||
2005-09-14 | Add a touch_file() function to compat so we can update cache mtimes. | Nick Mathewson | |
svn:r5067 | |||
2005-09-14 | Oops. directory_set_dirty() needs to mark networkstatus as dirty too. | Nick Mathewson | |
svn:r5066 | |||
2005-09-14 | tweak punctuation | Roger Dingledine | |
svn:r5065 | |||
2005-09-14 | Would you believe that the software_versions field of routerlist_t was never ↵ | Nick Mathewson | |
actually used for anything? svn:r5064 | |||
2005-09-14 | Big commit: clients start downloading and using network-statuses. | Nick Mathewson | |
Only caches need to get running-routers; nobody needs to parse, store, or use it. Same for the router-status line in the directories. Add many #if 0's that can get removed once I'm convinced they don't contain anything I'm forgetting. Start all newly-parsed routers as non-running and non-valid; update them from the list of network statuses. Update all routers when a new networkstatus comes in. After 3 tries for a networkstatus, clients give up until they're told to try again. "Let's get those missles ready to **DESTROY THE UNIVERSE**!" -TMBG svn:r5063 | |||
2005-09-14 | Clean up a few warnings that make gcc twig out a bit. | Nick Mathewson | |
svn:r5062 | |||
2005-09-14 | Declare 0.1.1.7 as The Version With The Good Dirservers. | Nick Mathewson | |
svn:r5061 | |||
2005-09-14 | New experimental upstreamdebian-version-0.1.1.7-alpha-1 | Peter Palfrader | |
svn:r5059 | |||
2005-09-14 | update changelog with minor tweaks | Roger Dingledine | |
svn:r5057 | |||
2005-09-14 | Forward port to head | Peter Palfrader | |
svn:r5056 | |||
2005-09-14 | Merge 0.1.0.14+XXXX changestor-0.1.1.7-alphadebian-version-0.1.1.6-alpha-2 | Peter Palfrader | |
svn:r5053 | |||
2005-09-14 | update directory todos | Nick Mathewson | |
svn:r5052 | |||
2005-09-14 | bump to 0.1.1.7-alpha | Roger Dingledine | |
svn:r5051 | |||
2005-09-14 | bugfix: when we try to determine the reachability of our dirport, | Roger Dingledine | |
and it doesn't work, don't freak out and mark ourselves as down and try somewhere else. just calmly fail. svn:r5050 | |||
2005-09-14 | update todo a bit | Roger Dingledine | |
svn:r5049 | |||
2005-09-14 | a changelog for 0.1.1.7-alpha | Roger Dingledine | |
svn:r5048 | |||
2005-09-14 | document the new functionality that crept in: | Roger Dingledine | |
RESETCONF exitpolicy=foo is equivalent to SETCONF exitpolicy=foo unless foo is a linelist with a non-null default (we don't have any of those currently), in which it appends to the default rather than replacing. svn:r5047 | |||
2005-09-14 | Add new config.c function to set options that can fail, and roll back if ↵ | Nick Mathewson | |
they do. This should solve the setconf-an-impossible-port bug. svn:r5046 | |||
2005-09-14 | stop the call duplication inside config_assign() | Roger Dingledine | |
svn:r5045 | |||
2005-09-14 | note that routerstatus_t.entries is sorted. | Nick Mathewson | |
svn:r5044 |