Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Define LOCALSTATEDIR in orconfig.h | Nick Mathewson | |
svn:r4171 | |||
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 | Specify CREATE_FAST and CREATED_FAST | Nick Mathewson | |
svn:r4161 | |||
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 | correct changelog | Roger Dingledine | |
svn:r4158 | |||
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-05-02 | add a hint in the doc that we need ORPort to be defined. | Roger Dingledine | |
people seem to not be doing it lately. svn:r4153 | |||
2005-05-01 | The man file was updated in May | Thomas Sjögren | |
svn:r4152 | |||
2005-05-01 | clarify accountingmax in man page | Roger Dingledine | |
svn:r4151 | |||
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-28 | TrackHostExists should be a comma-seperated list | Thomas Sjögren | |
svn:r4148 | |||
2005-04-27 | slight improvement on the declared syntax for trackhostexits | Roger Dingledine | |
svn:r4147 | |||
2005-04-27 | fix typos in changelog (too late now, but hey) | Roger Dingledine | |
svn:r4146 | |||
2005-04-27 | update package docs for 0.1.0.5-rc | Roger Dingledine | |
svn:r4145 | |||
2005-04-27 | Re-do fragmented control message handling to work with new buf_t system. | Nick Mathewson | |
svn:r4144 | |||
2005-04-27 | New tor snapshot: 0.1.0.5-rc | Peter Palfrader | |
svn:r4142 | |||
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 | clean out the todo, add a few items. | Roger Dingledine | |
svn:r4136 | |||
2005-04-27 | a bigger changelog | Roger Dingledine | |
svn:r4135 | |||
2005-04-27 | a changelog for 0.1.0.5-rc | Roger Dingledine | |
svn:r4134 | |||
2005-04-27 | and correct the man page re: the defaults | Roger Dingledine | |
svn:r4132 | |||
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 | |||
2005-04-26 | Fix unit tests for buffers. | Nick Mathewson | |
svn:r4124 | |||
2005-04-26 | bump to 0.1.0.4-rc-cvs while we're testing | Roger Dingledine | |
svn:r4123 | |||
2005-04-26 | Clean/renormalize whitespace | Nick Mathewson | |
svn:r4122 | |||
2005-04-26 | Change the implementation of buf_t a lot: make it a ring buffer to minimize ↵ | Nick Mathewson | |
memmove on flush. This may break the universe, but it is probably Necessary For Perfomance. svn:r4121 | |||
2005-04-26 | add a note in the man page about using fascistfirewall with | Roger Dingledine | |
httpsproxyauthenticator svn:r4120 |