aboutsummaryrefslogtreecommitdiff
path: root/src/or/directory.c
Commit message (Expand)AuthorAge
* r17641@31-33-44: nickm | 2008-08-05 16:07:53 -0400••• Initial conversion of uint32_t addr to tor_addr_t addr in connection_t and related types. Most of the Tor wire formats using these new types are in, but the code to generate and use it is not. This is a big patch. Let me know what it breaks for you. svn:r16435 Nick Mathewson2008-08-05
* Send a bootstrap problem "warn" event on the first problem if the•••reason is NO_ROUTE (that is, our network is down). svn:r15443 Roger Dingledine2008-06-24
* check-spaces, fix a typo•••svn:r15355 Roger Dingledine2008-06-18
* Fix .z suffix for intrumented download stats once more•••svn:r15316 Peter Palfrader2008-06-16
* Fix .z suffix for intrumented download stats•••svn:r15315 Peter Palfrader2008-06-16
* Asking for a conditional consensus at .../consensus/<fingerprints> would crash•••a dirserver if it did not already have a consensus. svn:r15227 Peter Palfrader2008-06-13
* start sending "bootstrap problem" status events when we're having troubles•••reaching relays. svn:r15116 Roger Dingledine2008-06-11
* r16132@tombo: nickm | 2008-06-10 14:39:19 -0400••• Whitespace fix svn:r15101 Nick Mathewson2008-06-10
* Start noticing and reporting bootstrapping failures too. It looks like•••we never bothered learning why OR conns fail, so next step is to add some infrastructure for that. svn:r15091 Roger Dingledine2008-06-09
* also count number of downloads, not just the bytes•••svn:r15090 Peter Palfrader2008-06-09
* report partial bootstrapping progress as we fetch descriptors•••svn:r15083 Roger Dingledine2008-06-09
* Make note_request() accessible from outside of directory.c•••svn:r14899 Peter Palfrader2008-06-02
* Instrument all downloads that pass through connection_dir_client_reached_eof()•••svn:r14897 Peter Palfrader2008-06-02
* New code to implement proposal for local geoip stats. Only enabled with --ena...•••svn:r14802 Nick Mathewson2008-05-29
* Several geoip changes/fixes as requested.•••svn:r14780 Nick Mathewson2008-05-28
* r19496@catbus: nickm | 2008-05-02 19:10:29 -0400••• Even compile errors need closing quotes. svn:r14533 Nick Mathewson2008-05-02
* Only using v3 authorities and using the proper digest works better•••svn:r14455 Peter Palfrader2008-04-24
* I bet I screwed up while merging in the changes from the feature branch into ...•••svn:r14452 Peter Palfrader2008-04-24
* Merge conditional consensus downloading•••svn:r14451 Peter Palfrader2008-04-24
* Spec compliance: sort id fingerprints in consensus get requests•••svn:r14450 Peter Palfrader2008-04-24
* Enable conditional consensus downloading starting with 0.2.1.1-alpha servers•••svn:r14449 Peter Palfrader2008-04-24
* Fix doxygen comments to not use <> for metavars since they have to be valid HTML•••svn:r14447 Peter Palfrader2008-04-24
* and the client part of the consensus-by-authority-fpr proposal (ifdef'ed out)•••svn:r14446 Peter Palfrader2008-04-24
* Implement the server part of the consensus-by-authority-fpr proposal•••svn:r14445 Peter Palfrader2008-04-24
* forward-port the severity fixes•••svn:r14442 Roger Dingledine2008-04-24
* forward-port 14113-r14115•••svn:r14116 Roger Dingledine2008-03-18
* r18872@catbus: nickm | 2008-03-16 23:56:48 -0400••• Only dump all guard node status to the log when the guard node status actually changes. Downgrade the 4 most common remaining INFO log messages to DEBUG. svn:r14069 Nick Mathewson2008-03-17
* we should consider dumping the v1 directory stuff from 0.2.1.x.•••perhaps we would even replace the v1 directory with a static page saying 'this is a tor server, let me tell you what that is'. svn:r13797 Roger Dingledine2008-03-01
* r14399@tombo: nickm | 2008-02-22 14:09:38 -0500••• More 64-to-32 fixes. Partial backport candidate. still not done. svn:r13680 Nick Mathewson2008-02-22
* r14356@31-33-219: nickm | 2008-02-21 10:38:26 -0500••• Defer a couple of XXX020rc items, based on recommendation from arma. svn:r13654 Nick Mathewson2008-02-21
* Change the behavior of "getinfo status/good-server-descriptor"•••so it doesn't return failure when any authority disappears. svn:r13645 Roger Dingledine2008-02-21
* answer one of nick's XXX020rc's usefully•••svn:r13641 Roger Dingledine2008-02-21
* r18296@catbus: nickm | 2008-02-20 23:30:11 -0500••• Answer one xxx020 item; move 7 other ones to a new "XXX020rc" category: they should get fixed before we cut a release candidate. arma: please review these to see whether you have fixes/answers for any. Please check out the other 14 XXX020s to see if any look critical for the release candidate. svn:r13640 Nick Mathewson2008-02-21
* r18272@catbus: nickm | 2008-02-20 18:20:33 -0500••• add a flag to suppress overwriting the certificates file with new certificates, so we do not overwrite all certs when starting as an authority. svn:r13630 Nick Mathewson2008-02-20
* We were comparing the raw BridgePassword entry with a base64'ed•••version of it, when handling a "/tor/networkstatus-bridges" directory request. Now compare correctly. Noticed by Veracode. svn:r13609 Roger Dingledine2008-02-20
* maybe it should compile too.•••svn:r13585 Roger Dingledine2008-02-19
* If we only ever used Tor for hidden service lookups or posts, we•••would stop building circuits and start refusing connections after 24 hours, since we false believed that Tor was dormant. Reported by nwf; bugfix on 0.1.2.x. svn:r13583 Roger Dingledine2008-02-19
* patch from karsten:•••Resolved problems with (re-)fetching hidden service descriptors. Before, v0 descriptors were not fetched at all (fix on 0.2.0.18-alpha), re-fetching of v2 descriptors did not stop when a v0 descriptor was received (fix on 0.2.0.18-alpha), and re-fetching of v2 descriptors did not work in all cases (fix on 0.2.0.19-alpha). svn:r13540 Roger Dingledine2008-02-17
* r14182@tombo: nickm | 2008-02-15 17:20:51 -0500••• Defer, downgrade, or address more XXX020s. The remaining ones are all ones we should deal with before release. svn:r13530 Nick Mathewson2008-02-15
* r18068@catbus: nickm | 2008-02-13 11:33:19 -0500••• Patch from karsten: make hidden service code respect SafeLogging. svn:r13493 Nick Mathewson2008-02-13
* Directory mirrors no longer include a guess at the client's IP•••address if the connection appears to be coming from the same /24 network; it was producing too many wrong guesses. svn:r13464 Roger Dingledine2008-02-11
* Patch from "Andrew S. Lists" to catch when we contact a directory mirror•••at IP address X and he says we look like we're coming from IP address X. svn:r13442 Roger Dingledine2008-02-09
* doxygen and other cleanups•••svn:r13440 Roger Dingledine2008-02-09
* Update some copyright notices: it is now 2008.•••svn:r13412 Nick Mathewson2008-02-07
* r17929@catbus: nickm | 2008-02-05 17:10:26 -0500••• Fix or downgrade a few XXX020 items. svn:r13393 Nick Mathewson2008-02-05
* r17909@catbus: nickm | 2008-02-05 14:48:22 -0500••• As planned, rename networkstatus_vote_t to networkstatus_t, now that v3 networkstatuses are working and standard and v2 networkstatuses are obsolete. svn:r13383 Nick Mathewson2008-02-05
* r17863@catbus: nickm | 2008-02-01 00:27:07 -0500••• Bugfix from weasel: possible fix for 593: make connection_write_to_buf("") work when using zlib compression. svn:r13347 Nick Mathewson2008-02-01
* Fix bug 571: associate certificates with keys, not dirservers, so that we can...•••svn:r13304 Nick Mathewson2008-01-26
* "de" means to do something, and "in" means to undo it. right?•••help prevent future versions of bug 593. svn:r13288 Roger Dingledine2008-01-26
* move hidden-service stuff out of directory.c•••svn:r13287 Roger Dingledine2008-01-26