tor/src
Nick Mathewson 54a6a8f0ef Start implementing the server side of the new directory protocol.
Probably very buggy, since I can't actually run an authdir.

Features
- Generate and publish new network-status format
- Code to cache and re-serve network-status objects generated by others.
- Publish individual descriptors (by fingerprint, by "all", and by
  "tell me yours.")  [Still needs compression logic]
- Publish client and server recommended versions seprately.
- Add digest of descriptor to routerinfo_t, so we can track them better, and
  length, so we can server them more easily.

Cleanups
- Unify code to sign directory-like things
- Make resolve_my_address() able to tell you which name it wound up resolving.
- Unify code to store and serve directory-like things so it all uses
  cached_dir_t.
- Unify code to set the value of cached_dir_t objects.


svn:r4835
2005-08-25 20:33:17 +00:00
..
common Fix bug with tor_memmem finding a match at the end of the string. 2005-08-22 00:34:23 +00:00
config Initial complete config file. Organized into easily searchable 2005-08-16 02:14:40 +00:00
or Start implementing the server side of the new directory protocol. 2005-08-25 20:33:17 +00:00
tools clean up some more comments 2005-06-28 01:52:58 +00:00
win32 downgrade back to 0.1.1.5-alpha-cvs 2005-08-23 10:01:11 +00:00
.cvsignore First cut at cleaning out a lot of the extra stuff. 2002-06-29 00:54:00 +00:00
Makefile.am Link tools directory into rest of build system 2004-10-28 20:31:15 +00:00