aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-05-03Change some >=s to >s in buf_resize, so that we do not denormalize buffers ↵Nick Mathewson
on resize. svn:r4172
2005-05-03Define LOCALSTATEDIR in orconfig.hNick Mathewson
svn:r4171
2005-05-03If DataDir is ~/.tor, and that expands to /.tor, then default to ↵Nick Mathewson
LOCALSTATEDIR/tor instead. svn:r4170
2005-05-02Elaborate on buf_shrink comment.Nick Mathewson
svn:r4169
2005-05-02comment buf_shrinkRoger Dingledine
svn:r4168
2005-05-02Correct and simplify buf_shrink logicNick Mathewson
svn:r4167
2005-05-02When removing all bytes from a buffer, reset buf->cur=buf->memNick Mathewson
svn:r4166
2005-05-02Change buffer shrinking strategy: only try to shrink once every 3 minutes. ↵Nick Mathewson
Do not try to read over buffer size unless buffer is nearly empty. svn:r4165
2005-05-02Make buffer shrinking algorithm a little smarter.Nick Mathewson
svn:r4164
2005-05-02Actually, dont send CREATE_FAST cells at all for nowNick Mathewson
svn:r4163
2005-05-02New and frightening code to implement fast-path first-hop CREATE_FAST cells. ↵Nick Mathewson
Watch out when we bump the version to 0.1.0.6-rc! svn:r4162
2005-05-02Specify CREATE_FAST and CREATED_FASTNick Mathewson
svn:r4161
2005-05-02also print the platform string for rejected descriptorsRoger Dingledine
svn:r4160
2005-05-02don't print nullsRoger Dingledine
svn:r4159
2005-05-02correct changelogRoger Dingledine
svn:r4158
2005-05-02fix a commentRoger Dingledine
svn:r4157
2005-05-02when we refuse a router descriptor, log contactinfo and source address.Roger Dingledine
svn:r4156
2005-05-02reformat routerparse a bitRoger Dingledine
svn:r4155
2005-05-02Remove support for looking at old directory/routerdesc elements; mark ↵Nick Mathewson
non-new elements optional; switch to new format for dir-signing-key; start accepting newer elements so we can mark them as non-opt later; make tor-spec say the right stuff. svn:r4154
2005-05-02add a hint in the doc that we need ORPort to be defined.Roger Dingledine
people seem to not be doing it lately. svn:r4153
2005-05-01The man file was updated in MayThomas Sjögren
svn:r4152
2005-05-01clarify accountingmax in man pageRoger Dingledine
svn:r4151
2005-04-29workaround for user error: some people were putting "Address " in theirRoger Dingledine
torrc, and they had a buggy resolver that resolved " " to 0.0.0.0. Oops. svn:r4150
2005-04-28bump to 0.1.0.5-rc-cvsRoger Dingledine
svn:r4149
2005-04-28TrackHostExists should be a comma-seperated listThomas Sjögren
svn:r4148
2005-04-27slight improvement on the declared syntax for trackhostexitsRoger Dingledine
svn:r4147
2005-04-27fix typos in changelog (too late now, but hey)Roger Dingledine
svn:r4146
2005-04-27update package docs for 0.1.0.5-rcRoger Dingledine
svn:r4145
2005-04-27Re-do fragmented control message handling to work with new buf_t system.Nick Mathewson
svn:r4144
2005-04-27New tor snapshot: 0.1.0.5-rcPeter Palfrader
svn:r4142
2005-04-27Appease VC7. It has a strangely puritanical attitude about what programmers ↵tor-0.1.0.5-rcNick Mathewson
are allowed to do a consenting void*. svn:r4140
2005-04-27Turn SENTINELS back on; give NOINLINE a name and turn it off.debian-version-0.1.0.5-rc-200504272000-1Nick Mathewson
svn:r4139
2005-04-27bump to 0.1.0.5-rcRoger Dingledine
svn:r4138
2005-04-27turn off the mongo debugging stuff, for performance testsRoger Dingledine
svn:r4137
2005-04-27clean out the todo, add a few items.Roger Dingledine
svn:r4136
2005-04-27a bigger changelogRoger Dingledine
svn:r4135
2005-04-27a changelog for 0.1.0.5-rcRoger Dingledine
svn:r4134
2005-04-27and correct the man page re: the defaultsRoger Dingledine
svn:r4132
2005-04-27bump the default bandwidthrate from 1mb to 2mbRoger Dingledine
svn:r4131
2005-04-27Rename buf->start to buf->cur; fix bug in read_to_buf; still debug with ↵Nick Mathewson
paranoia. svn:r4130
2005-04-27Add even more debugging code; temporarily disable inlines in buffers.cNick Mathewson
svn:r4129
2005-04-27stop re-reading and re-parsing the directory as soon as we make it.Roger Dingledine
it was nice for checking if we've got bugs, but it's really quite expensive too. it was also nice for updating our routerinfo's immediately, but we'll update them like everybody else when we fetch a new dir from somebody else. svn:r4128
2005-04-26hidden service client connections were using some of theirRoger Dingledine
60 seconds fetching the hidserv descriptor, which made them more likely to fail on the first attempt, yet they work fine on the second. so now give them extra time for the first try. svn:r4127
2005-04-26fix function prototype, fix typoRoger Dingledine
svn:r4126
2005-04-26Avoid overflow on wrapping a TLS read.Nick Mathewson
svn:r4125
2005-04-26Fix unit tests for buffers.Nick Mathewson
svn:r4124
2005-04-26bump to 0.1.0.4-rc-cvs while we're testingRoger Dingledine
svn:r4123
2005-04-26Clean/renormalize whitespaceNick Mathewson
svn:r4122
2005-04-26Change the implementation of buf_t a lot: make it a ring buffer to minimize ↵Nick Mathewson
memmove on flush. This may break the universe, but it is probably Necessary For Perfomance. svn:r4121
2005-04-26add a note in the man page about using fascistfirewall withRoger Dingledine
httpsproxyauthenticator svn:r4120