Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-05-14 | fix 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-14 | if router_resolve fails on the descriptor the controller | Roger Dingledine | |
gives us, we shouldn't leave the routerinfo in the list. svn:r4205 | |||
2005-05-14 | move the periodic buffer shrinking interval from 3 mins to 1 min | Roger Dingledine | |
svn:r4204 | |||
2005-05-14 | Append default exit policy before checking for implicit internal addresses: ↵ | Nick Mathewson | |
fix bug 129. svn:r4201 | |||
2005-05-11 | Fix a segfault | Nick Mathewson | |
svn:r4191 | |||
2005-05-10 | Patch for task 133 | Nick Mathewson | |
svn:r4189 | |||
2005-05-10 | Apply 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-10 | Implement --disable-threads | Nick Mathewson | |
svn:r4187 | |||
2005-05-09 | Patch from goodell for task 131: Do not die on internal address if we are ↵ | Nick Mathewson | |
not publishing. svn:r4186 | |||
2005-05-07 | Make Tor compile with no warnings with gcc4.0 on OSX | Nick Mathewson | |
svn:r4184 | |||
2005-05-07 | Functions work better when you call them. Resolve a bug which would prevent ↵ | Nick Mathewson | |
unreachable dirports from getting suppressed. svn:r4183 | |||
2005-05-07 | Implement --verify-config command-line option to fix bug 69. | Nick Mathewson | |
svn:r4182 | |||
2005-05-06 | fix massive memory leak | Roger Dingledine | |
(50 megabytes over a couple of days, on the dirservers) svn:r4181 | |||
2005-05-06 | log buffer sizes on kill -usr1 too. | Roger Dingledine | |
svn:r4180 | |||
2005-05-04 | whine at you if you're a server and you don't set your contactinfo | Roger Dingledine | |
svn:r4178 | |||
2005-05-03 | fix compile error if you're not multithreaded | Roger Dingledine | |
svn:r4177 | |||
2005-05-03 | remove archaic debugging aid that was probably unsafe | Roger Dingledine | |
svn:r4176 | |||
2005-05-03 | cleanup now that 0.0.9pre1 is obsolete | Roger Dingledine | |
svn:r4175 | |||
2005-05-03 | first iteration of scrubbing sensitive strings from logs. | Roger Dingledine | |
also generally clean up log messages. svn:r4174 | |||
2005-05-03 | Call tor_free_all instead of connections_free_all after forking | Nick Mathewson | |
svn:r4173 | |||
2005-05-03 | Change some >=s to >s in buf_resize, so that we do not denormalize buffers ↵ | Nick Mathewson | |
on resize. svn:r4172 | |||
2005-05-03 | If DataDir is ~/.tor, and that expands to /.tor, then default to ↵ | Nick Mathewson | |
LOCALSTATEDIR/tor instead. svn:r4170 | |||
2005-05-02 | Elaborate on buf_shrink comment. | Nick Mathewson | |
svn:r4169 | |||
2005-05-02 | comment buf_shrink | Roger Dingledine | |
svn:r4168 | |||
2005-05-02 | Correct and simplify buf_shrink logic | Nick Mathewson | |
svn:r4167 | |||
2005-05-02 | When removing all bytes from a buffer, reset buf->cur=buf->mem | Nick Mathewson | |
svn:r4166 | |||
2005-05-02 | Change 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-02 | Make buffer shrinking algorithm a little smarter. | Nick Mathewson | |
svn:r4164 | |||
2005-05-02 | Actually, dont send CREATE_FAST cells at all for now | Nick Mathewson | |
svn:r4163 | |||
2005-05-02 | New 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-02 | also print the platform string for rejected descriptors | Roger Dingledine | |
svn:r4160 | |||
2005-05-02 | don't print nulls | Roger Dingledine | |
svn:r4159 | |||
2005-05-02 | fix a comment | Roger Dingledine | |
svn:r4157 | |||
2005-05-02 | when we refuse a router descriptor, log contactinfo and source address. | Roger Dingledine | |
svn:r4156 | |||
2005-05-02 | reformat routerparse a bit | Roger Dingledine | |
svn:r4155 | |||
2005-05-02 | Remove 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-04-29 | workaround for user error: some people were putting "Address " in their | Roger Dingledine | |
torrc, and they had a buggy resolver that resolved " " to 0.0.0.0. Oops. svn:r4150 | |||
2005-04-28 | bump to 0.1.0.5-rc-cvs | Roger Dingledine | |
svn:r4149 | |||
2005-04-27 | Re-do fragmented control message handling to work with new buf_t system. | Nick Mathewson | |
svn:r4144 | |||
2005-04-27 | Appease VC7. It has a strangely puritanical attitude about what programmers ↵tor-0.1.0.5-rc | Nick Mathewson | |
are allowed to do a consenting void*. svn:r4140 | |||
2005-04-27 | Turn SENTINELS back on; give NOINLINE a name and turn it off.debian-version-0.1.0.5-rc-200504272000-1 | Nick Mathewson | |
svn:r4139 | |||
2005-04-27 | bump to 0.1.0.5-rc | Roger Dingledine | |
svn:r4138 | |||
2005-04-27 | turn off the mongo debugging stuff, for performance tests | Roger Dingledine | |
svn:r4137 | |||
2005-04-27 | bump the default bandwidthrate from 1mb to 2mb | Roger Dingledine | |
svn:r4131 | |||
2005-04-27 | Rename buf->start to buf->cur; fix bug in read_to_buf; still debug with ↵ | Nick Mathewson | |
paranoia. svn:r4130 | |||
2005-04-27 | Add even more debugging code; temporarily disable inlines in buffers.c | Nick Mathewson | |
svn:r4129 | |||
2005-04-27 | stop 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-26 | hidden service client connections were using some of their | Roger 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-26 | fix function prototype, fix typo | Roger Dingledine | |
svn:r4126 | |||
2005-04-26 | Avoid overflow on wrapping a TLS read. | Nick Mathewson | |
svn:r4125 |