summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-04-11Directory authorities should accept a descriptor as changed when the relay ↵Sebastian Hahn
operator changed the bandwithrate or bandwithburst settings. svn:r19259
2009-04-10commit sebastian's patch to not require contactinfo when testingtornetworkRoger Dingledine
is set svn:r19257
2009-04-09Fix a few crash bugs related to malormed descriptors. Lark found one; ↵Nick Mathewson
fuzzing found the rest. svn:r19250
2009-04-09update to openssl 0.9.8kAndrew Lewman
svn:r19248
2009-04-01log 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-31if a directory authority declines our server descriptors because it'sRoger Dingledine
not new enough, write that in the logs. might be helpful one day. svn:r19195
2009-03-31Limit 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-31Directory authorities should never send a 503 "busy" response toRoger Dingledine
requests for votes or keys. Bugfix on 0.2.0.8-alpha; exposed by bug 959. svn:r19189
2009-03-29move some of the items out of the 'phase one' sectionRoger Dingledine
svn:r19180
2009-03-29put in the performance todo items that i marked as high-priority inRoger Dingledine
the projects/performance/perf-todo file. svn:r19178
2009-03-29note some progress we've made on a few of themRoger Dingledine
svn:r19177
2009-03-29put the 'phase 2' preliminary todo items in placeRoger Dingledine
svn:r19176
2009-03-23Add proposal 159 to index.Karsten Loesing
svn:r19114
2009-03-23typoRoger Dingledine
svn:r19109
2009-03-21Actually 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-21fix 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-18figure out version numbers for ostag in suse and redflagAndrew Lewman
svn:r19083
2009-03-18tag redflag linux rpms correctly.Andrew Lewman
svn:r19082
2009-03-18Whitespace cleanup.Nick Mathewson
svn:r19080
2009-03-18Do not generate the non-verbose circuit path when generating a circuit event ↵Nick Mathewson
unless we will use it. svn:r19079
2009-03-18If 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-18Add a function to get a LongName from a routerstatus. Needed for partial ↵Nick Mathewson
bug 941 fix. svn:r19077
2009-03-18Clarify that the nickname part of a LongName is indeed optional.Nick Mathewson
svn:r19076
2009-03-18Add some asserts to try to catch bug 930Nick Mathewson
svn:r19074
2009-03-18Don'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-16Free very-old descriptors that we do not want to add. Fix for bug 672. ↵Nick Mathewson
Backport candidate svn:r19057
2009-03-16The override file is always correctPeter Palfrader
svn:r19053
2009-03-16Update translation doc with info on two options for newMike 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-15remove the advocacy docs from tor/trunkAndrew Lewman
svn:r19006
2009-03-15New upstream versionPeter Palfrader
svn:r18999
2009-03-13Set svn:mime-type property of PDF documents to "application/pdf" so that ↵Steven Murdoch
they open in the Acrobat plugin svn:r18962
2009-03-13cut out a lot of the external todo items, since they're doneRoger Dingledine
svn:r18959
2009-03-13add the doc files to a real doc directory.Andrew Lewman
svn:r18952
2009-03-13add in the blurbRoger Dingledine
svn:r18945
2009-03-12Add the pdf of the roadmap to the right section of docs.Andrew Lewman
svn:r18941
2009-03-11Make directory usage recording work again. Fixing bug introduced in r17009.Karsten Loesing
svn:r18924
2009-03-11when we get an unrecognized relay streamid, log itRoger Dingledine
svn:r18919
2009-03-10Update the bundle installers for the MSI packages; these probably belong ↵Martin Peck
with the wxs files in the Vidalia repo. svn:r18849
2009-03-10In 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-09Bugfix 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-09bump to 0.2.1.13-alpha-devRoger Dingledine
svn:r18830
2009-03-09Log cached-at-exit exit policies to try to fix bug 672.tor-0.2.1.13-alphaNick Mathewson
svn:r18827
2009-03-09doxygen tweakRoger Dingledine
svn:r18818
2009-03-09bump to 0.2.1.13-alphaRoger Dingledine
svn:r18814
2009-03-093! 3 not 2.Roger Dingledine
svn:r18813
2009-03-09We were already rejecting relay begin cells with destination portRoger Dingledine
of 0. Now also reject extend cells with destination port or address of 0. Suggested by lark. svn:r18812
2009-03-09declare that i'm going to tag 0.2.1.13-alpha tonightRoger Dingledine
svn:r18811
2009-03-08Build correctly from outside main source tree. Patch from Michael Gold.Nick Mathewson
svn:r18809
2009-03-06Remove contrib/tor.wxs from AC_CONFIG_FILES. The file is gone.Karsten Loesing
svn:r18791
2009-03-06Move wxs files to vidalia trunk for integration with existing bundle ↵Martin Peck
translations. svn:r18789