Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2009-03-05 | Update to the "February 26 2009" ip-to-country file | Roger Dingledine | |
svn:r18774 | |||
2009-03-03 | Actually use tor_sscanf() to parse untrusted input. | Nick Mathewson | |
svn:r18761 | |||
2009-03-03 | Add a simple locale-independent no-surprises sscanf replacement. | Nick Mathewson | |
tor_sscanf() only handles %u and %s for now, which will make it adequate to replace sscanf() for date/time/IP parsing. We want this to prevent attackers from constructing weirdly formed descriptors, cells, addresses, HTTP responses, etc, that validate under some locales but not others. svn:r18760 | |||
2009-03-02 | Add and use set/get_uint64 on onion tags. [bug 604; backportable] | Nick Mathewson | |
It seems that 64-bit Sparc Solaris demands 64-bit-aligned access to uint64_t, but does not 64-bit-align the stack-allocated char array we use for cpuworker tags. So this patch adds a set/get_uint64 pair, and uses them to access the conn_id field in the tag. svn:r18743 | |||
2009-02-27 | minor updates and questions. | Andrew Lewman | |
svn:r18705 | |||
2009-02-23 | Fix one case of bug 929. | Nick Mathewson | |
svn:r18683 | |||
2009-02-23 | Add some debugging code to try to catch the likely cause of bug 929 | Nick Mathewson | |
svn:r18682 |