aboutsummaryrefslogtreecommitdiff
path: root/src/or/directory.c
Commit message (Expand)AuthorAge
...
* when printing x-forwarded-by headers, don't print the \r•••svn:r4959 Roger Dingledine2005-09-09
* Fix segfault and memleak when getting many compressed server descs.•••svn:r4956 Nick Mathewson2005-09-08
* Fix some messages that say "failing".•••svn:r4955 Nick Mathewson2005-09-08
* Clean up some more fingerprint-checking logic•••svn:r4954 Nick Mathewson2005-09-08
* make it work correctly when we download multiple network-status objects.•••svn:r4952 Nick Mathewson2005-09-08
* Resolve some XXXs. Add some others.•••svn:r4947 Nick Mathewson2005-09-08
* Fix an assert in directory.c. Check received network-status objects against ...•••svn:r4945 Nick Mathewson2005-09-08
* Only caches download network-status for now, and they use a different strateg...•••svn:r4944 Nick Mathewson2005-09-08
* when reporting results from a dirserver fetch/post, tell us the•••port for the dirserver too svn:r4942 Roger Dingledine2005-09-08
* Fix some more bugs; add a temporary log.•••svn:r4936 Nick Mathewson2005-09-08
* Clean up should-i-go-to-the-dirserv logic a little: All servers with DirPorts...•••svn:r4930 Nick Mathewson2005-09-08
* Make directory download code slightly less likely to segfault or assert.•••svn:r4929 Nick Mathewson2005-09-08
* Download network-status at regular intervals. The code is probably iffy, and ...•••svn:r4921 Nick Mathewson2005-09-08
* Logic to launch connections for new directory types.•••svn:r4914 Nick Mathewson2005-09-07
* clean whitespace.•••svn:r4912 Nick Mathewson2005-09-07
* More stuff for new directories.•••- Distinguish v1 authorities (all currently trusted directories) from v2 authorities (all trusted directories). - Add configuration option for which dirs are v1 authories. - Add configuration option for whether to be a v1 authority. - Make trusted dirserver selection functions take options to choose which functionality we need. - Remove option when getting directory cache to see whether they support running-routers; they all do now. Replace it with one to see whether caches support v2 stuff. - Parse, cache, and serve network-status objects properly. - Serve compressed groups of router descriptors. The compression logic here could be more memory-efficient. - svn:r4911 Nick Mathewson2005-09-07
* stop using the v1 rend desc format. we're going to change v1•••some more before we switch to it. svn:r4909 Roger Dingledine2005-09-06
* when we think a router is unreachable, pass the message back to the•••server's logs, and make it a 'warn'. also, fix a memory leak for rejected router descriptors. svn:r4889 Roger Dingledine2005-08-31
* fix a pair of hard-coded urls•••svn:r4887 Roger Dingledine2005-08-30
* fix some logs and comments•••svn:r4864 Roger Dingledine2005-08-26
* Change the return values on dirserv_add_descriptor•••svn:r4863 Nick Mathewson2005-08-26
* We no longer need dirserv_load_from_directory_string, so dirserv_add_descrip...•••svn:r4861 Nick Mathewson2005-08-26
* 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 Nick Mathewson2005-08-25
* ha ha, that infinite loop was fun.•••but dirservers aren't supposed to have infinite loops. svn:r4831 Roger Dingledine2005-08-24
* Dirservers now do their own external reachability testing of each•••Tor server, and only list them as running if they've been found to be reachable. Dirservers also log trouble servers, but only start complaining loudly after they've been up for an hour, to reduce false positives. We still need to do something about the fact that it is quite loud when there are many trouble servers. svn:r4829 Roger Dingledine2005-08-24
* check [X-]Forwarded-For headers in HTTP requests when generating log messages...•••svn:r4826 Nick Mathewson2005-08-23
* start using new renddesc code•••svn:r4769 Nick Mathewson2005-08-12
* Replace (Fascist)Firewall* with a new ReachableAddresses option that understa...•••svn:r4751 Nick Mathewson2005-08-08
* Note which directory server said 400 to a renddesc.•••svn:r4742 Nick Mathewson2005-08-08
* Generalize FirewallPorts to FirewallIPs so I can run happily when locked in n...•••svn:r4737 Nick Mathewson2005-08-07
* Initial, somewhat dodgy implementation of helper nodes. It has too many XXXX...•••svn:r4633 Nick Mathewson2005-07-22
* looks like we were never delivering deflated running-routers lists•••svn:r4536 Roger Dingledine2005-07-12
* Logic to implement rendezvous/introduction via unknown servers.•••- Add a new extend_info_t datatype to hold information needed to extend a circuit (addr,port,keyid,onion_key). Use it in cpath and build_state. Make appropriate functions take or return it instead of routerinfo_t or keyid. - #if 0 needless check in circuit_get_by_edge_conn; if nobody triggers this error in 0.1.0.10, nobody will trigger it. - Implement new hidden service descriptor format, which contains "extend info" for introduction points, along with protocol version list. - Parse new format. - Generate new format - Cache old and new formats alongside each other. - Directories serve "old" format if asked in old way, "newest available" format if asked in new way. - Use new format to find introduction points if possible; otherwise fall back. Keep nickname lists and extendinfo lists in sync. - Tests for new format. - Implement new "v2" INTRODUCE cell format. - Accept new format - Use new format if we have a versioned service descriptor that says the server accepts the new format. - Add documentation for functions and data types. svn:r4506 Nick Mathewson2005-06-29
* make the log message less scary when all the dirservers are•••temporarily unreachable svn:r4476 Roger Dingledine2005-06-22
* overall cleanup and streamlining and doccing•••also fix a DoS avenue on dirservers svn:r4468 Roger Dingledine2005-06-20
* Docment or add DOCDOC comments to undocumented functions in src/or. Make fun...•••svn:r4411 Nick Mathewson2005-06-11
* flesh out the source file descriptions for doxygen•••svn:r4404 Roger Dingledine2005-06-11
* Change end-of-file NLNL convention. It turns out arma I and I agree.•••svn:r4382 Nick Mathewson2005-06-09
* New whitespace normalization rule: no blank line at EOF.•••svn:r4378 Nick Mathewson2005-06-09
* clean up a few more log entries•••svn:r4304 Roger Dingledine2005-05-27
* i screwed up the dirport reachability testing when we don't yet•••have a cached version of the directory. hopefully now fixed. svn:r4284 Roger Dingledine2005-05-23
* add HttpProxyAuthenticator config option too•••svn:r4272 Roger Dingledine2005-05-20
* doxygeny goodness from tyranix•••svn:r4262 Roger Dingledine2005-05-17
* cleanup now that 0.0.9pre1 is obsolete•••svn:r4175 Roger Dingledine2005-05-03
* when we refuse a router descriptor, log contactinfo and source address.•••svn:r4156 Roger Dingledine2005-05-02
* clean up this TOR_FRAGILE business•••svn:r4116 Roger Dingledine2005-04-26
* only whine about clock skew from the dirserver if he's a trusted•••dirserver. svn:r4048 Roger Dingledine2005-04-07
* update copyright notices.•••svn:r3982 Nick Mathewson2005-04-01
* Report HTTP reasons to directory clients. (Also, fix format on new TODO items)•••svn:r3811 Nick Mathewson2005-03-22
* tell me the address of the guy who's trying to attack my dirserver•••svn:r3799 Roger Dingledine2005-03-22