aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* bump cvs to 0.1.0.6-rc-cvs•••svn:r4231 Roger Dingledine2005-05-15
* clean up some log entries•••svn:r4228 Roger Dingledine2005-05-15
* fix url in comment in torrc•••svn:r4225 Roger Dingledine2005-05-15
* Add an explanatory comment•••svn:r4222 Nick Mathewson2005-05-15
* bump to 0.1.0.6-rc•••svn:r4217 Roger Dingledine2005-05-15
* Add ENABLE_THREADS macro to windows orconfig.h•••svn:r4212 Nick Mathewson2005-05-15
* fix a case error in suppressing a bogus libevent warning.•••nick, was this lower-case for a reason? have both cases appeared? or was this just a typo. svn:r4206 Roger Dingledine2005-05-14
* if router_resolve fails on the descriptor the controller•••gives us, we shouldn't leave the routerinfo in the list. svn:r4205 Roger Dingledine2005-05-14
* move the periodic buffer shrinking interval from 3 mins to 1 min•••svn:r4204 Roger Dingledine2005-05-14
* Append default exit policy before checking for implicit internal addresses: f...•••svn:r4201 Nick Mathewson2005-05-14
* Fix a segfault•••svn:r4191 Nick Mathewson2005-05-11
* Patch for task 133•••svn:r4189 Nick Mathewson2005-05-10
* Apply patch from Geoff for bug 132. Clean it up a little to fix a memory lea...•••svn:r4188 Nick Mathewson2005-05-10
* Implement --disable-threads•••svn:r4187 Nick Mathewson2005-05-10
* Patch from goodell for task 131: Do not die on internal address if we are not...•••svn:r4186 Nick Mathewson2005-05-09
* Make Tor compile with no warnings with gcc4.0 on OSX•••svn:r4184 Nick Mathewson2005-05-07
* Functions work better when you call them. Resolve a bug which would prevent u...•••svn:r4183 Nick Mathewson2005-05-07
* Implement --verify-config command-line option to fix bug 69.•••svn:r4182 Nick Mathewson2005-05-07
* fix massive memory leak•••(50 megabytes over a couple of days, on the dirservers) svn:r4181 Roger Dingledine2005-05-06
* log buffer sizes on kill -usr1 too.•••svn:r4180 Roger Dingledine2005-05-06
* whine at you if you're a server and you don't set your contactinfo•••svn:r4178 Roger Dingledine2005-05-04
* fix compile error if you're not multithreaded•••svn:r4177 Roger Dingledine2005-05-03
* remove archaic debugging aid that was probably unsafe•••svn:r4176 Roger Dingledine2005-05-03
* cleanup now that 0.0.9pre1 is obsolete•••svn:r4175 Roger Dingledine2005-05-03
* first iteration of scrubbing sensitive strings from logs.•••also generally clean up log messages. svn:r4174 Roger Dingledine2005-05-03
* Call tor_free_all instead of connections_free_all after forking•••svn:r4173 Nick Mathewson2005-05-03
* Change some >=s to >s in buf_resize, so that we do not denormalize buffers on...•••svn:r4172 Nick Mathewson2005-05-03
* If DataDir is ~/.tor, and that expands to /.tor, then default to LOCALSTATEDI...•••svn:r4170 Nick Mathewson2005-05-03
* Elaborate on buf_shrink comment.•••svn:r4169 Nick Mathewson2005-05-02
* comment buf_shrink•••svn:r4168 Roger Dingledine2005-05-02
* Correct and simplify buf_shrink logic•••svn:r4167 Nick Mathewson2005-05-02
* When removing all bytes from a buffer, reset buf->cur=buf->mem•••svn:r4166 Nick Mathewson2005-05-02
* Change buffer shrinking strategy: only try to shrink once every 3 minutes. D...•••svn:r4165 Nick Mathewson2005-05-02
* Make buffer shrinking algorithm a little smarter.•••svn:r4164 Nick Mathewson2005-05-02
* Actually, dont send CREATE_FAST cells at all for now•••svn:r4163 Nick Mathewson2005-05-02
* New and frightening code to implement fast-path first-hop CREATE_FAST cells. ...•••svn:r4162 Nick Mathewson2005-05-02
* also print the platform string for rejected descriptors•••svn:r4160 Roger Dingledine2005-05-02
* don't print nulls•••svn:r4159 Roger Dingledine2005-05-02
* fix a comment•••svn:r4157 Roger Dingledine2005-05-02
* when we refuse a router descriptor, log contactinfo and source address.•••svn:r4156 Roger Dingledine2005-05-02
* reformat routerparse a bit•••svn:r4155 Roger Dingledine2005-05-02
* Remove support for looking at old directory/routerdesc elements; mark non-new...•••svn:r4154 Nick Mathewson2005-05-02
* workaround for user error: some people were putting "Address " in their•••torrc, and they had a buggy resolver that resolved " " to 0.0.0.0. Oops. svn:r4150 Roger Dingledine2005-04-29
* bump to 0.1.0.5-rc-cvs•••svn:r4149 Roger Dingledine2005-04-28
* Re-do fragmented control message handling to work with new buf_t system.•••svn:r4144 Nick Mathewson2005-04-27
* Appease VC7. It has a strangely puritanical attitude about what programmers a...•••svn:r4140 Nick Mathewson2005-04-27
* Turn SENTINELS back on; give NOINLINE a name and turn it off.•••svn:r4139 Nick Mathewson2005-04-27
* bump to 0.1.0.5-rc•••svn:r4138 Roger Dingledine2005-04-27
* turn off the mongo debugging stuff, for performance tests•••svn:r4137 Roger Dingledine2005-04-27
* bump the default bandwidthrate from 1mb to 2mb•••svn:r4131 Roger Dingledine2005-04-27