aboutsummaryrefslogtreecommitdiff
path: root/src/or
Commit message (Expand)AuthorAge
...
* 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
* 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
* 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
* 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
* 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
* Rename buf->start to buf->cur; fix bug in read_to_buf; still debug with paran...•••svn:r4130 Nick Mathewson2005-04-27
* Add even more debugging code; temporarily disable inlines in buffers.c•••svn:r4129 Nick Mathewson2005-04-27
* stop re-reading and re-parsing the directory as soon as we make it.•••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 Roger Dingledine2005-04-27
* hidden service client connections were using some of their•••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 Roger Dingledine2005-04-26
* fix function prototype, fix typo•••svn:r4126 Roger Dingledine2005-04-26
* Avoid overflow on wrapping a TLS read.•••svn:r4125 Nick Mathewson2005-04-26
* Fix unit tests for buffers.•••svn:r4124 Nick Mathewson2005-04-26
* Clean/renormalize whitespace•••svn:r4122 Nick Mathewson2005-04-26
* Change the implementation of buf_t a lot: make it a ring buffer to minimize m...•••svn:r4121 Nick Mathewson2005-04-26
* a bit more debug info•••svn:r4119 Roger Dingledine2005-04-26
* add more debugging info to help us find the weird dns freebsd pthreads bug.•••svn:r4117 Roger Dingledine2005-04-26
* clean up this TOR_FRAGILE business•••svn:r4116 Roger Dingledine2005-04-26
* Add basic HttpsProxyAuthenticator support, based on patch•••from Adam Langley. svn:r4115 Roger Dingledine2005-04-26
* help debug: when we close a conn due to timeout, tell us its•••file descriptor, not its connectionarray index. svn:r4113 Roger Dingledine2005-04-25