Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Better error message when osx script is invoked without an argument | Nick Mathewson | 2005-05-10 |
| | | | | svn:r4190 | ||
* | Patch for task 133 | Nick Mathewson | 2005-05-10 |
| | | | | svn:r4189 | ||
* | Apply patch from Geoff for bug 132. Clean it up a little to fix a memory ↵ | Nick Mathewson | 2005-05-10 |
| | | | | | | leak and to avoid unnecessary parse/unparse code. svn:r4188 | ||
* | Implement --disable-threads | Nick Mathewson | 2005-05-10 |
| | | | | svn:r4187 | ||
* | Patch from goodell for task 131: Do not die on internal address if we are ↵ | Nick Mathewson | 2005-05-09 |
| | | | | | | not publishing. svn:r4186 | ||
* | Fix debian/patches/03_tor_manpage_in_section_8.dpatch: | Peter Palfrader | 2005-05-08 |
| | | | | | | | Change March to May for tor.1.in svn:r4185 | ||
* | Make Tor compile with no warnings with gcc4.0 on OSX | Nick Mathewson | 2005-05-07 |
| | | | | svn:r4184 | ||
* | Functions work better when you call them. Resolve a bug which would prevent ↵ | Nick Mathewson | 2005-05-07 |
| | | | | | | unreachable dirports from getting suppressed. svn:r4183 | ||
* | Implement --verify-config command-line option to fix bug 69. | Nick Mathewson | 2005-05-07 |
| | | | | svn:r4182 | ||
* | fix massive memory leak | Roger Dingledine | 2005-05-06 |
| | | | | | | | (50 megabytes over a couple of days, on the dirservers) svn:r4181 | ||
* | log buffer sizes on kill -usr1 too. | Roger Dingledine | 2005-05-06 |
| | | | | svn:r4180 | ||
* | clean up some grammar | Roger Dingledine | 2005-05-06 |
| | | | | svn:r4179 | ||
* | whine at you if you're a server and you don't set your contactinfo | Roger Dingledine | 2005-05-04 |
| | | | | svn:r4178 | ||
* | fix compile error if you're not multithreaded | Roger Dingledine | 2005-05-03 |
| | | | | svn:r4177 | ||
* | remove archaic debugging aid that was probably unsafe | Roger Dingledine | 2005-05-03 |
| | | | | svn:r4176 | ||
* | cleanup now that 0.0.9pre1 is obsolete | Roger Dingledine | 2005-05-03 |
| | | | | svn:r4175 | ||
* | first iteration of scrubbing sensitive strings from logs. | Roger Dingledine | 2005-05-03 |
| | | | | | | | also generally clean up log messages. svn:r4174 | ||
* | Call tor_free_all instead of connections_free_all after forking | Nick Mathewson | 2005-05-03 |
| | | | | svn:r4173 | ||
* | Change some >=s to >s in buf_resize, so that we do not denormalize buffers ↵ | Nick Mathewson | 2005-05-03 |
| | | | | | | on resize. svn:r4172 | ||
* | Define LOCALSTATEDIR in orconfig.h | Nick Mathewson | 2005-05-03 |
| | | | | svn:r4171 | ||
* | If DataDir is ~/.tor, and that expands to /.tor, then default to ↵ | Nick Mathewson | 2005-05-03 |
| | | | | | | LOCALSTATEDIR/tor instead. svn:r4170 | ||
* | Elaborate on buf_shrink comment. | Nick Mathewson | 2005-05-02 |
| | | | | svn:r4169 | ||
* | comment buf_shrink | Roger Dingledine | 2005-05-02 |
| | | | | svn:r4168 | ||
* | Correct and simplify buf_shrink logic | Nick Mathewson | 2005-05-02 |
| | | | | svn:r4167 | ||
* | When removing all bytes from a buffer, reset buf->cur=buf->mem | Nick Mathewson | 2005-05-02 |
| | | | | svn:r4166 | ||
* | Change buffer shrinking strategy: only try to shrink once every 3 minutes. ↵ | Nick Mathewson | 2005-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 Mathewson | 2005-05-02 |
| | | | | svn:r4164 | ||
* | Actually, dont send CREATE_FAST cells at all for now | Nick Mathewson | 2005-05-02 |
| | | | | svn:r4163 | ||
* | New and frightening code to implement fast-path first-hop CREATE_FAST cells. ↵ | Nick Mathewson | 2005-05-02 |
| | | | | | | Watch out when we bump the version to 0.1.0.6-rc! svn:r4162 | ||
* | Specify CREATE_FAST and CREATED_FAST | Nick Mathewson | 2005-05-02 |
| | | | | svn:r4161 | ||
* | also print the platform string for rejected descriptors | Roger Dingledine | 2005-05-02 |
| | | | | svn:r4160 | ||
* | don't print nulls | Roger Dingledine | 2005-05-02 |
| | | | | svn:r4159 | ||
* | correct changelog | Roger Dingledine | 2005-05-02 |
| | | | | svn:r4158 | ||
* | fix a comment | Roger Dingledine | 2005-05-02 |
| | | | | svn:r4157 | ||
* | when we refuse a router descriptor, log contactinfo and source address. | Roger Dingledine | 2005-05-02 |
| | | | | svn:r4156 | ||
* | reformat routerparse a bit | Roger Dingledine | 2005-05-02 |
| | | | | svn:r4155 | ||
* | Remove support for looking at old directory/routerdesc elements; mark ↵ | Nick Mathewson | 2005-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 Dingledine | 2005-05-02 |
| | | | | | | | people seem to not be doing it lately. svn:r4153 | ||
* | The man file was updated in May | Thomas Sjögren | 2005-05-01 |
| | | | | svn:r4152 | ||
* | clarify accountingmax in man page | Roger Dingledine | 2005-05-01 |
| | | | | svn:r4151 | ||
* | workaround for user error: some people were putting "Address " in their | Roger Dingledine | 2005-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-cvs | Roger Dingledine | 2005-04-28 |
| | | | | svn:r4149 | ||
* | TrackHostExists should be a comma-seperated list | Thomas Sjögren | 2005-04-28 |
| | | | | svn:r4148 | ||
* | slight improvement on the declared syntax for trackhostexits | Roger Dingledine | 2005-04-27 |
| | | | | svn:r4147 | ||
* | fix typos in changelog (too late now, but hey) | Roger Dingledine | 2005-04-27 |
| | | | | svn:r4146 | ||
* | update package docs for 0.1.0.5-rc | Roger Dingledine | 2005-04-27 |
| | | | | svn:r4145 | ||
* | Re-do fragmented control message handling to work with new buf_t system. | Nick Mathewson | 2005-04-27 |
| | | | | svn:r4144 | ||
* | New tor snapshot: 0.1.0.5-rc | Peter Palfrader | 2005-04-27 |
| | | | | svn:r4142 | ||
* | Appease VC7. It has a strangely puritanical attitude about what programmers ↵ | Nick Mathewson | 2005-04-27 |
| | | | | | | are allowed to do a consenting void*. svn:r4140 | ||
* | Turn SENTINELS back on; give NOINLINE a name and turn it off. | Nick Mathewson | 2005-04-27 |
| | | | | svn:r4139 |