aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Fix patch to TorControl.pyNick Mathewson2005-05-12
| | | | svn:r4195
* Commit patch to resolve bug 140Nick Mathewson2005-05-12
| | | | svn:r4194
* Only list showmyip and ipid as test sites since they are very user friendlyThomas Sjögren2005-05-11
| | | | svn:r4193
* People need to know their IP or else they dont know if it has changed. Task #137Thomas Sjögren2005-05-11
| | | | svn:r4192
* Fix a segfaultNick Mathewson2005-05-11
| | | | svn:r4191
* Better error message when osx script is invoked without an argumentNick Mathewson2005-05-10
| | | | svn:r4190
* Patch for task 133Nick Mathewson2005-05-10
| | | | svn:r4189
* Apply patch from Geoff for bug 132. Clean it up a little to fix a memory ↵Nick Mathewson2005-05-10
| | | | | | leak and to avoid unnecessary parse/unparse code. svn:r4188
* Implement --disable-threadsNick Mathewson2005-05-10
| | | | svn:r4187
* Patch from goodell for task 131: Do not die on internal address if we are ↵Nick Mathewson2005-05-09
| | | | | | not publishing. svn:r4186
* Fix debian/patches/03_tor_manpage_in_section_8.dpatch:Peter Palfrader2005-05-08
| | | | | | | Change March to May for tor.1.in svn:r4185
* Make Tor compile with no warnings with gcc4.0 on OSXNick Mathewson2005-05-07
| | | | svn:r4184
* Functions work better when you call them. Resolve a bug which would prevent ↵Nick Mathewson2005-05-07
| | | | | | unreachable dirports from getting suppressed. svn:r4183
* Implement --verify-config command-line option to fix bug 69.Nick Mathewson2005-05-07
| | | | svn:r4182
* fix massive memory leakRoger Dingledine2005-05-06
| | | | | | | (50 megabytes over a couple of days, on the dirservers) svn:r4181
* log buffer sizes on kill -usr1 too.Roger Dingledine2005-05-06
| | | | svn:r4180
* clean up some grammarRoger Dingledine2005-05-06
| | | | svn:r4179
* whine at you if you're a server and you don't set your contactinfoRoger Dingledine2005-05-04
| | | | svn:r4178
* fix compile error if you're not multithreadedRoger Dingledine2005-05-03
| | | | svn:r4177
* remove archaic debugging aid that was probably unsafeRoger Dingledine2005-05-03
| | | | svn:r4176
* cleanup now that 0.0.9pre1 is obsoleteRoger Dingledine2005-05-03
| | | | svn:r4175
* first iteration of scrubbing sensitive strings from logs.Roger Dingledine2005-05-03
| | | | | | | also generally clean up log messages. svn:r4174
* Call tor_free_all instead of connections_free_all after forkingNick Mathewson2005-05-03
| | | | svn:r4173
* Change some >=s to >s in buf_resize, so that we do not denormalize buffers ↵Nick Mathewson2005-05-03
| | | | | | on resize. svn:r4172
* Define LOCALSTATEDIR in orconfig.hNick Mathewson2005-05-03
| | | | svn:r4171
* If DataDir is ~/.tor, and that expands to /.tor, then default to ↵Nick Mathewson2005-05-03
| | | | | | LOCALSTATEDIR/tor instead. svn:r4170
* Elaborate on buf_shrink comment.Nick Mathewson2005-05-02
| | | | svn:r4169
* comment buf_shrinkRoger Dingledine2005-05-02
| | | | svn:r4168
* Correct and simplify buf_shrink logicNick Mathewson2005-05-02
| | | | svn:r4167
* When removing all bytes from a buffer, reset buf->cur=buf->memNick Mathewson2005-05-02
| | | | svn:r4166
* Change buffer shrinking strategy: only try to shrink once every 3 minutes. ↵Nick Mathewson2005-05-02
| | | | | | Do not try to read over buffer size unless buffer is nearly empty. svn:r4165
* Make buffer shrinking algorithm a little smarter.Nick Mathewson2005-05-02
| | | | svn:r4164
* Actually, dont send CREATE_FAST cells at all for nowNick Mathewson2005-05-02
| | | | svn:r4163
* New and frightening code to implement fast-path first-hop CREATE_FAST cells. ↵Nick Mathewson2005-05-02
| | | | | | Watch out when we bump the version to 0.1.0.6-rc! svn:r4162
* Specify CREATE_FAST and CREATED_FASTNick Mathewson2005-05-02
| | | | svn:r4161
* also print the platform string for rejected descriptorsRoger Dingledine2005-05-02
| | | | svn:r4160
* don't print nullsRoger Dingledine2005-05-02
| | | | svn:r4159
* correct changelogRoger Dingledine2005-05-02
| | | | svn:r4158
* fix a commentRoger Dingledine2005-05-02
| | | | svn:r4157
* when we refuse a router descriptor, log contactinfo and source address.Roger Dingledine2005-05-02
| | | | svn:r4156
* reformat routerparse a bitRoger Dingledine2005-05-02
| | | | svn:r4155
* Remove support for looking at old directory/routerdesc elements; mark ↵Nick Mathewson2005-05-02
| | | | | | 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
* add a hint in the doc that we need ORPort to be defined.Roger Dingledine2005-05-02
| | | | | | | people seem to not be doing it lately. svn:r4153
* The man file was updated in MayThomas Sjögren2005-05-01
| | | | svn:r4152
* clarify accountingmax in man pageRoger Dingledine2005-05-01
| | | | svn:r4151
* workaround for user error: some people were putting "Address " in theirRoger Dingledine2005-04-29
| | | | | | | torrc, and they had a buggy resolver that resolved " " to 0.0.0.0. Oops. svn:r4150
* bump to 0.1.0.5-rc-cvsRoger Dingledine2005-04-28
| | | | svn:r4149
* TrackHostExists should be a comma-seperated listThomas Sjögren2005-04-28
| | | | svn:r4148
* slight improvement on the declared syntax for trackhostexitsRoger Dingledine2005-04-27
| | | | svn:r4147
* fix typos in changelog (too late now, but hey)Roger Dingledine2005-04-27
| | | | svn:r4146