summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-05-14fix a case error in suppressing a bogus libevent warning.Roger Dingledine
nick, was this lower-case for a reason? have both cases appeared? or was this just a typo. svn:r4206
2005-05-14if router_resolve fails on the descriptor the controllerRoger Dingledine
gives us, we shouldn't leave the routerinfo in the list. svn:r4205
2005-05-14move the periodic buffer shrinking interval from 3 mins to 1 minRoger Dingledine
svn:r4204
2005-05-14Fix script name in syntax msgNick Mathewson
svn:r4203
2005-05-14Check the right variable for the right value in order to default netbsd ↵Nick Mathewson
threads to "off". Fixes bug 122. svn:r4202
2005-05-14Append default exit policy before checking for implicit internal addresses: ↵Nick Mathewson
fix bug 129. svn:r4201
2005-05-13note that our os x package is only for 10.3 or laterRoger Dingledine
svn:r4200
2005-05-13clean up the docs some moreRoger Dingledine
svn:r4199
2005-05-12How to check the local IP added to tor-doc-{win32,osx}.htmlThomas Sjögren
svn:r4198
2005-05-12When setting up a server, make sure your clock is accurate.Thomas Sjögren
svn:r4197
2005-05-12clean up the man page to describe FooBindAddress better.Roger Dingledine
svn:r4196
2005-05-12Fix patch to TorControl.pyNick Mathewson
svn:r4195
2005-05-12Commit patch to resolve bug 140Nick Mathewson
svn:r4194
2005-05-11Only list showmyip and ipid as test sites since they are very user friendlyThomas Sjögren
svn:r4193
2005-05-11People need to know their IP or else they dont know if it has changed. Task #137Thomas Sjögren
svn:r4192
2005-05-11Fix a segfaultNick Mathewson
svn:r4191
2005-05-10Better error message when osx script is invoked without an argumentNick Mathewson
svn:r4190
2005-05-10Patch for task 133Nick Mathewson
svn:r4189
2005-05-10Apply patch from Geoff for bug 132. Clean it up a little to fix a memory ↵Nick Mathewson
leak and to avoid unnecessary parse/unparse code. svn:r4188
2005-05-10Implement --disable-threadsNick Mathewson
svn:r4187
2005-05-09Patch from goodell for task 131: Do not die on internal address if we are ↵Nick Mathewson
not publishing. svn:r4186
2005-05-08Fix debian/patches/03_tor_manpage_in_section_8.dpatch:debian-version-0.1.0.9-rc-1debian-version-0.1.0.8-rc-1debian-version-0.1.0.14-2debian-version-0.1.0.14-1debian-version-0.1.0.13-1debian-version-0.1.0.12-1debian-version-0.1.0.11-1debian-version-0.1.0.11-0-pre.1debian-version-0.1.0.10-0-pre.1Peter Palfrader
Change March to May for tor.1.in svn:r4185
2005-05-07Make Tor compile with no warnings with gcc4.0 on OSXNick Mathewson
svn:r4184
2005-05-07Functions work better when you call them. Resolve a bug which would prevent ↵Nick Mathewson
unreachable dirports from getting suppressed. svn:r4183
2005-05-07Implement --verify-config command-line option to fix bug 69.Nick Mathewson
svn:r4182
2005-05-06fix massive memory leakRoger Dingledine
(50 megabytes over a couple of days, on the dirservers) svn:r4181
2005-05-06log buffer sizes on kill -usr1 too.Roger Dingledine
svn:r4180
2005-05-06clean up some grammarRoger Dingledine
svn:r4179
2005-05-04whine at you if you're a server and you don't set your contactinfoRoger Dingledine
svn:r4178
2005-05-03fix compile error if you're not multithreadedRoger Dingledine
svn:r4177
2005-05-03remove archaic debugging aid that was probably unsafeRoger Dingledine
svn:r4176
2005-05-03cleanup now that 0.0.9pre1 is obsoleteRoger Dingledine
svn:r4175
2005-05-03first iteration of scrubbing sensitive strings from logs.Roger Dingledine
also generally clean up log messages. svn:r4174
2005-05-03Call tor_free_all instead of connections_free_all after forkingNick Mathewson
svn:r4173
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