Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-04-11 | Directory authorities should accept a descriptor as changed when the relay ↵ | Sebastian Hahn | |
operator changed the bandwithrate or bandwithburst settings. svn:r19259 | |||
2009-04-10 | commit sebastian's patch to not require contactinfo when testingtornetwork | Roger Dingledine | |
is set svn:r19257 | |||
2009-04-09 | Fix a few crash bugs related to malormed descriptors. Lark found one; ↵ | Nick Mathewson | |
fuzzing found the rest. svn:r19250 | |||
2009-04-09 | update to openssl 0.9.8k | Andrew Lewman | |
svn:r19248 | |||
2009-04-01 | log more verbosely when we accept or decline a router descriptor, | Roger Dingledine | |
to help track whether we received them when a relay operator claims they got sent. svn:r19213 | |||
2009-03-31 | if a directory authority declines our server descriptors because it's | Roger Dingledine | |
not new enough, write that in the logs. might be helpful one day. svn:r19195 | |||
2009-03-31 | Limit uploaded directory documents to be 16M rather than 500K. | Roger Dingledine | |
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 | |||
2009-03-31 | Directory authorities should never send a 503 "busy" response to | Roger Dingledine | |
requests for votes or keys. Bugfix on 0.2.0.8-alpha; exposed by bug 959. svn:r19189 | |||
2009-03-29 | move some of the items out of the 'phase one' section | Roger Dingledine | |
svn:r19180 | |||
2009-03-29 | put in the performance todo items that i marked as high-priority in | Roger Dingledine | |
the projects/performance/perf-todo file. svn:r19178 | |||
2009-03-29 | note some progress we've made on a few of them | Roger Dingledine | |
svn:r19177 | |||
2009-03-29 | put the 'phase 2' preliminary todo items in place | Roger Dingledine | |
svn:r19176 | |||
2009-03-23 | Add proposal 159 to index. | Karsten Loesing | |
svn:r19114 | |||
2009-03-23 | typo | Roger Dingledine | |
svn:r19109 | |||
2009-03-21 | Actually do that memarea_strndup fix right. Not only must you not examine ↵ | Nick Mathewson | |
unmapped ram, but you also must not copy it. From lark. svn:r19095 | |||
2009-03-21 | fix from lark: make memarea_strndup() work even at the end of a mmap chunk. ↵ | Nick Mathewson | |
Bug was harmless for now, I think. svn:r19094 | |||
2009-03-18 | figure out version numbers for ostag in suse and redflag | Andrew Lewman | |
svn:r19083 | |||
2009-03-18 | tag redflag linux rpms correctly. | Andrew Lewman | |
svn:r19082 | |||
2009-03-18 | Whitespace cleanup. | Nick Mathewson | |
svn:r19080 | |||
2009-03-18 | Do not generate the non-verbose circuit path when generating a circuit event ↵ | Nick Mathewson | |
unless we will use it. svn:r19079 | |||
2009-03-18 | If we have a routerstatus but no routerinfo to name a router, use the ↵ | Nick Mathewson | |
routerstatus instead when generating circuit events. Also refactor a little. svn:r19078 | |||
2009-03-18 | Add a function to get a LongName from a routerstatus. Needed for partial ↵ | Nick Mathewson | |
bug 941 fix. svn:r19077 | |||
2009-03-18 | Clarify that the nickname part of a LongName is indeed optional. | Nick Mathewson | |
svn:r19076 | |||
2009-03-18 | Add some asserts to try to catch bug 930 | Nick Mathewson | |
svn:r19074 | |||
2009-03-18 | Don't double-free successful_uploads. | Nick Mathewson | |
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 | |||
2009-03-16 | Free very-old descriptors that we do not want to add. Fix for bug 672. ↵ | Nick Mathewson | |
Backport candidate svn:r19057 | |||
2009-03-16 | The override file is always correct | Peter Palfrader | |
svn:r19053 | |||
2009-03-16 | Update translation doc with info on two options for new | Mike Perry | |
string creation workflow. It is unclear at this point which of the two are the lesser evil, so both are included. svn:r19037 | |||
2009-03-15 | remove the advocacy docs from tor/trunk | Andrew Lewman | |
svn:r19006 | |||
2009-03-15 | New upstream version | Peter Palfrader | |
svn:r18999 | |||
2009-03-13 | Set svn:mime-type property of PDF documents to "application/pdf" so that ↵ | Steven Murdoch | |
they open in the Acrobat plugin svn:r18962 | |||
2009-03-13 | cut out a lot of the external todo items, since they're done | Roger Dingledine | |
svn:r18959 | |||
2009-03-13 | add the doc files to a real doc directory. | Andrew Lewman | |
svn:r18952 | |||
2009-03-13 | add in the blurb | Roger Dingledine | |
svn:r18945 | |||
2009-03-12 | Add the pdf of the roadmap to the right section of docs. | Andrew Lewman | |
svn:r18941 | |||
2009-03-11 | Make directory usage recording work again. Fixing bug introduced in r17009. | Karsten Loesing | |
svn:r18924 | |||
2009-03-11 | when we get an unrecognized relay streamid, log it | Roger Dingledine | |
svn:r18919 | |||
2009-03-10 | Update the bundle installers for the MSI packages; these probably belong ↵ | Martin Peck | |
with the wxs files in the Vidalia repo. svn:r18849 | |||
2009-03-10 | In tor-resolve, when the Tor client to use is specified by ↵ | Steven Murdoch | |
<hostname>:<port>, actually use the specified port rather than defaulting to 9050 svn:r18833 | |||
2009-03-09 | Bugfix on r17756: | Roger Dingledine | |
Avoid trying to print raw memory to the logs when we decide to give up on downloading a given relay descriptor. Bugfix on 0.2.1.9-alpha. svn:r18831 | |||
2009-03-09 | bump to 0.2.1.13-alpha-dev | Roger Dingledine | |
svn:r18830 | |||
2009-03-09 | Log cached-at-exit exit policies to try to fix bug 672.tor-0.2.1.13-alpha | Nick Mathewson | |
svn:r18827 | |||
2009-03-09 | doxygen tweak | Roger Dingledine | |
svn:r18818 | |||
2009-03-09 | bump to 0.2.1.13-alpha | Roger Dingledine | |
svn:r18814 | |||
2009-03-09 | 3! 3 not 2. | Roger Dingledine | |
svn:r18813 | |||
2009-03-09 | We were already rejecting relay begin cells with destination port | Roger Dingledine | |
of 0. Now also reject extend cells with destination port or address of 0. Suggested by lark. svn:r18812 | |||
2009-03-09 | declare that i'm going to tag 0.2.1.13-alpha tonight | Roger Dingledine | |
svn:r18811 | |||
2009-03-08 | Build correctly from outside main source tree. Patch from Michael Gold. | Nick Mathewson | |
svn:r18809 | |||
2009-03-06 | Remove contrib/tor.wxs from AC_CONFIG_FILES. The file is gone. | Karsten Loesing | |
svn:r18791 | |||
2009-03-06 | Move wxs files to vidalia trunk for integration with existing bundle ↵ | Martin Peck | |
translations. svn:r18789 |