aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Documentation fix.Karsten Loesing2009-05-02
* Initial division of SHA1 uses by collision/preimage needs.•••More thought is needed on each collision opportunity to figure out how exploitable it is. Nick Mathewson2009-05-02
* delete trailing whitespace in xxx-what-uses-sha1.txtNick Mathewson2009-05-02
* More notes and an extra element in xxx-what-uses-sha1.txtMarian2009-05-02
* clean up distro detection and remove dead comment blocksphobos2009-05-01
* Remove the long-deprecated GETINFO addr-mappings/Nick Mathewson2009-05-01
* Changelog entry for Jake's torify patch.Nick Mathewson2009-04-29
* Make the torify script use torify when available.•••Update Torify to use torsocks by default and to warn when the user is using the older tsocks program. Update torify and the torify man page to refelect changes to torify. Add warnings in both. Jacob Appelbaum2009-04-29
* Command-line option to dump SHA1 digests of all source files.•••Now, when you call tor --digests, it dumps the SHA1 digest of each source file that Tor was built with. We support both 'sha1sum' and 'openssl sha1'. If the user is building from a tarball and they haven't edited anything, they don't need any program that calculates SHA1. If they _have_ modified a file but they don't have a program to calculate SHA1, we try to build so we do not output digests. Nick Mathewson2009-04-29
* Bump master version to 0.2.2.0-alpha-dev.Nick Mathewson2009-04-29
* Add foo.o and foo~ files to gitignore.Nick Mathewson2009-04-29
* Add an initial .gitignore to masterNick Mathewson2009-04-29
* fix typo and naming convention•••svn:r19377 Roger Dingledine2009-04-26
* Initial thoughts on a TODO.022.•••svn:r19369 Nick Mathewson2009-04-24
* Return -1 in the error case from read_bandwidth_usage.•••svn:r19367 Sebastian Hahn2009-04-23
* Update the port knocking SPA document to have more details. Still needs a pac...•••svn:r19356 Jacob Appelbaum2009-04-21
* A small set of ideas that Nick and Roger suggested I write up regarding bridg...•••svn:r19355 Jacob Appelbaum2009-04-21
* New upstream version•••svn:r19340 Peter Palfrader2009-04-16
* Documentation fix.•••svn:r19337 Karsten Loesing2009-04-16
* Update to the "April 3 2009" ip-to-country file.•••svn:r19307 Roger Dingledine2009-04-12
* bump to 0.2.1.14-rc•••svn:r19306 Roger Dingledine2009-04-12
* Raise the minimum bandwidth to be a relay from 20000 bytes to 20480•••bytes (aka 20KB/s), to match our documentation. Also update directory authorities so they always assign the Fast flag to relays with 20KB/s of capacity. Now people running relays won't suddenly find themselves not seeing any use, if the network gets faster on average. svn:r19305 Roger Dingledine2009-04-12
* put HashedControlPassword and CookieAuthentication explicitly in the•••torrc.sample.in, so unix people don't shoot themselves in the foot. svn:r19304 Roger Dingledine2009-04-12
* For belt-and-suspenders, relays that don't set Address in their config•••now avoid using begin_dir for all direct connections. svn:r19296 Roger Dingledine2009-04-11
* make it compile too•••svn:r19295 Roger Dingledine2009-04-11
* play make-believe that addr isn't a uint32_t•••svn:r19293 Roger Dingledine2009-04-11
* fix the same bug in two more locations (thanks to lark for prodding•••me further) svn:r19292 Roger Dingledine2009-04-11
* Finally fix the bug where dynamic-IP relays disappear when their•••IP address changes: directory mirrors were mistakenly telling them their old address if they asked via begin_dir, so they never got an accurate answer about their new address, so they just vanished after a day. Should fix bugs 827, 883, and 900 -- but alas, only after every directory mirror has upgraded. svn:r19291 Roger Dingledine2009-04-11
* only log that at loglevel notice if there's a problem with the•••version. otherwise there's no reason to tell the user we're doing behind-the-scenes cleaning. svn:r19288 Roger Dingledine2009-04-11
* Clients replace entry guards that were chosen more than a few months•••ago. This change should significantly improve client performance, especially once more people upgrade, since relays that have been a guard for a long time are currently overloaded. svn:r19287 Roger Dingledine2009-04-11
* general changelog cleanups•••svn:r19273 Roger Dingledine2009-04-11
* fix a comment•••svn:r19262 Roger Dingledine2009-04-11
* a changelog entry for r19259•••svn:r19261 Roger Dingledine2009-04-11
* If the bridge config line doesn't specify a port, assume 443.•••This makes bridge lines a bit smaller and easier for users to understand. Also, remove a duplicate changelog entry from the past. svn:r19260 Roger Dingledine2009-04-11
* Directory authorities should accept a descriptor as changed when the relay op...•••svn:r19259 Sebastian Hahn2009-04-11
* commit sebastian's patch to not require contactinfo when testingtornetwork•••is set svn:r19257 Roger Dingledine2009-04-10
* Fix a few crash bugs related to malormed descriptors. Lark found one; fuzzin...•••svn:r19250 Nick Mathewson2009-04-09
* update to openssl 0.9.8k•••svn:r19248 Andrew Lewman2009-04-09
* log more verbosely when we accept or decline a router descriptor,•••to help track whether we received them when a relay operator claims they got sent. svn:r19213 Roger Dingledine2009-04-01
* if a directory authority declines our server descriptors because it's•••not new enough, write that in the logs. might be helpful one day. svn:r19195 Roger Dingledine2009-03-31
* Limit uploaded directory documents to be 16M rather than 500K.•••The directory authorities were refusing v3 consensus votes from other authorities, since the votes are now 504K. Fixes bug 959; bugfix on 0.0.2pre17 (where we raised it from 50K to 500K ;). svn:r19194 Roger Dingledine2009-03-31
* Directory authorities should never send a 503 "busy" response to•••requests for votes or keys. Bugfix on 0.2.0.8-alpha; exposed by bug 959. svn:r19189 Roger Dingledine2009-03-31
* move some of the items out of the 'phase one' section•••svn:r19180 Roger Dingledine2009-03-29
* put in the performance todo items that i marked as high-priority in•••the projects/performance/perf-todo file. svn:r19178 Roger Dingledine2009-03-29
* note some progress we've made on a few of them•••svn:r19177 Roger Dingledine2009-03-29
* put the 'phase 2' preliminary todo items in place•••svn:r19176 Roger Dingledine2009-03-29
* Add proposal 159 to index.•••svn:r19114 Karsten Loesing2009-03-23
* typo•••svn:r19109 Roger Dingledine2009-03-23
* Actually do that memarea_strndup fix right. Not only must you not examine un...•••svn:r19095 Nick Mathewson2009-03-21
* fix from lark: make memarea_strndup() work even at the end of a mmap chunk. ...•••svn:r19094 Nick Mathewson2009-03-21