Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fix typo and naming convention | Roger Dingledine | 2009-04-26 |
| | | | | svn:r19377 | ||
* | Initial thoughts on a TODO.022. | Nick Mathewson | 2009-04-24 |
| | | | | svn:r19369 | ||
* | Return -1 in the error case from read_bandwidth_usage. | Sebastian Hahn | 2009-04-23 |
| | | | | svn:r19367 | ||
* | Update the port knocking SPA document to have more details. Still needs a ↵ | Jacob Appelbaum | 2009-04-21 |
| | | | | | | packet filter. svn:r19356 | ||
* | A small set of ideas that Nick and Roger suggested I write up regarding ↵ | Jacob Appelbaum | 2009-04-21 |
| | | | | | | bridge detection. svn:r19355 | ||
* | New upstream version | Peter Palfrader | 2009-04-16 |
| | | | | svn:r19340 | ||
* | Documentation fix. | Karsten Loesing | 2009-04-16 |
| | | | | svn:r19337 | ||
* | Update to the "April 3 2009" ip-to-country file. | Roger Dingledine | 2009-04-12 |
| | | | | svn:r19307 | ||
* | bump to 0.2.1.14-rc | Roger Dingledine | 2009-04-12 |
| | | | | svn:r19306 | ||
* | Raise the minimum bandwidth to be a relay from 20000 bytes to 20480 | Roger Dingledine | 2009-04-12 |
| | | | | | | | | | | | 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 | ||
* | put HashedControlPassword and CookieAuthentication explicitly in the | Roger Dingledine | 2009-04-12 |
| | | | | | | | torrc.sample.in, so unix people don't shoot themselves in the foot. svn:r19304 | ||
* | For belt-and-suspenders, relays that don't set Address in their config | Roger Dingledine | 2009-04-11 |
| | | | | | | | now avoid using begin_dir for all direct connections. svn:r19296 | ||
* | make it compile too | Roger Dingledine | 2009-04-11 |
| | | | | svn:r19295 | ||
* | play make-believe that addr isn't a uint32_t | Roger Dingledine | 2009-04-11 |
| | | | | svn:r19293 | ||
* | fix the same bug in two more locations (thanks to lark for prodding | Roger Dingledine | 2009-04-11 |
| | | | | | | | me further) svn:r19292 | ||
* | Finally fix the bug where dynamic-IP relays disappear when their | Roger Dingledine | 2009-04-11 |
| | | | | | | | | | | | 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 | ||
* | only log that at loglevel notice if there's a problem with the | Roger Dingledine | 2009-04-11 |
| | | | | | | | | version. otherwise there's no reason to tell the user we're doing behind-the-scenes cleaning. svn:r19288 | ||
* | Clients replace entry guards that were chosen more than a few months | Roger Dingledine | 2009-04-11 |
| | | | | | | | | | 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 | ||
* | general changelog cleanups | Roger Dingledine | 2009-04-11 |
| | | | | svn:r19273 | ||
* | fix a comment | Roger Dingledine | 2009-04-11 |
| | | | | svn:r19262 | ||
* | a changelog entry for r19259 | Roger Dingledine | 2009-04-11 |
| | | | | svn:r19261 | ||
* | If the bridge config line doesn't specify a port, assume 443. | Roger Dingledine | 2009-04-11 |
| | | | | | | | | | | This makes bridge lines a bit smaller and easier for users to understand. Also, remove a duplicate changelog entry from the past. svn:r19260 | ||
* | Directory authorities should accept a descriptor as changed when the relay ↵ | Sebastian Hahn | 2009-04-11 |
| | | | | | | operator changed the bandwithrate or bandwithburst settings. svn:r19259 | ||
* | commit sebastian's patch to not require contactinfo when testingtornetwork | Roger Dingledine | 2009-04-10 |
| | | | | | | | is set svn:r19257 | ||
* | Fix a few crash bugs related to malormed descriptors. Lark found one; ↵ | Nick Mathewson | 2009-04-09 |
| | | | | | | fuzzing found the rest. svn:r19250 | ||
* | update to openssl 0.9.8k | Andrew Lewman | 2009-04-09 |
| | | | | svn:r19248 | ||
* | log more verbosely when we accept or decline a router descriptor, | Roger Dingledine | 2009-04-01 |
| | | | | | | | | to help track whether we received them when a relay operator claims they got sent. svn:r19213 | ||
* | if a directory authority declines our server descriptors because it's | Roger Dingledine | 2009-03-31 |
| | | | | | | | not new enough, write that in the logs. might be helpful one day. svn:r19195 | ||
* | Limit uploaded directory documents to be 16M rather than 500K. | Roger Dingledine | 2009-03-31 |
| | | | | | | | | | 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 | ||
* | Directory authorities should never send a 503 "busy" response to | Roger Dingledine | 2009-03-31 |
| | | | | | | | | requests for votes or keys. Bugfix on 0.2.0.8-alpha; exposed by bug 959. svn:r19189 | ||
* | move some of the items out of the 'phase one' section | Roger Dingledine | 2009-03-29 |
| | | | | svn:r19180 | ||
* | put in the performance todo items that i marked as high-priority in | Roger Dingledine | 2009-03-29 |
| | | | | | | | the projects/performance/perf-todo file. svn:r19178 | ||
* | note some progress we've made on a few of them | Roger Dingledine | 2009-03-29 |
| | | | | svn:r19177 | ||
* | put the 'phase 2' preliminary todo items in place | Roger Dingledine | 2009-03-29 |
| | | | | svn:r19176 | ||
* | Add proposal 159 to index. | Karsten Loesing | 2009-03-23 |
| | | | | svn:r19114 | ||
* | typo | Roger Dingledine | 2009-03-23 |
| | | | | svn:r19109 | ||
* | Actually do that memarea_strndup fix right. Not only must you not examine ↵ | Nick Mathewson | 2009-03-21 |
| | | | | | | unmapped ram, but you also must not copy it. From lark. svn:r19095 | ||
* | fix from lark: make memarea_strndup() work even at the end of a mmap chunk. ↵ | Nick Mathewson | 2009-03-21 |
| | | | | | | Bug was harmless for now, I think. svn:r19094 | ||
* | figure out version numbers for ostag in suse and redflag | Andrew Lewman | 2009-03-18 |
| | | | | svn:r19083 | ||
* | tag redflag linux rpms correctly. | Andrew Lewman | 2009-03-18 |
| | | | | svn:r19082 | ||
* | Whitespace cleanup. | Nick Mathewson | 2009-03-18 |
| | | | | svn:r19080 | ||
* | Do not generate the non-verbose circuit path when generating a circuit event ↵ | Nick Mathewson | 2009-03-18 |
| | | | | | | unless we will use it. svn:r19079 | ||
* | If we have a routerstatus but no routerinfo to name a router, use the ↵ | Nick Mathewson | 2009-03-18 |
| | | | | | | routerstatus instead when generating circuit events. Also refactor a little. svn:r19078 | ||
* | Add a function to get a LongName from a routerstatus. Needed for partial ↵ | Nick Mathewson | 2009-03-18 |
| | | | | | | bug 941 fix. svn:r19077 | ||
* | Clarify that the nickname part of a LongName is indeed optional. | Nick Mathewson | 2009-03-18 |
| | | | | svn:r19076 | ||
* | Add some asserts to try to catch bug 930 | Nick Mathewson | 2009-03-18 |
| | | | | svn:r19074 | ||
* | Don't double-free successful_uploads. | Nick Mathewson | 2009-03-18 |
| | | | | | | | | | | When we used smartlist_free to free the list of succesful uploads because we had succeeded in uploading everywhere, we did not actually set the successful_uploads field to NULL, so later it would get freed again in rend_service_descriptor_free. Fix for bug 948; bug introduced in 0.2.1.6-alpha. svn:r19073 | ||
* | Free very-old descriptors that we do not want to add. Fix for bug 672. ↵ | Nick Mathewson | 2009-03-16 |
| | | | | | | Backport candidate svn:r19057 | ||
* | The override file is always correct | Peter Palfrader | 2009-03-16 |
| | | | | svn:r19053 | ||
* | Update translation doc with info on two options for new | Mike Perry | 2009-03-16 |
| | | | | | | | | | string creation workflow. It is unclear at this point which of the two are the lesser evil, so both are included. svn:r19037 |