Age | Commit message (Expand) | Author |
2005-05-03 | first iteration of scrubbing sensitive strings from logs. | Roger Dingledine |
2005-05-03 | Call tor_free_all instead of connections_free_all after forking | Nick Mathewson |
2005-05-03 | Change some >=s to >s in buf_resize, so that we do not denormalize buffers on... | Nick Mathewson |
2005-05-03 | Define LOCALSTATEDIR in orconfig.h | Nick Mathewson |
2005-05-03 | If DataDir is ~/.tor, and that expands to /.tor, then default to LOCALSTATEDI... | Nick Mathewson |
2005-05-02 | Elaborate on buf_shrink comment. | Nick Mathewson |
2005-05-02 | comment buf_shrink | Roger Dingledine |
2005-05-02 | Correct and simplify buf_shrink logic | Nick Mathewson |
2005-05-02 | When removing all bytes from a buffer, reset buf->cur=buf->mem | Nick Mathewson |
2005-05-02 | Change buffer shrinking strategy: only try to shrink once every 3 minutes. D... | Nick Mathewson |
2005-05-02 | Make buffer shrinking algorithm a little smarter. | Nick Mathewson |
2005-05-02 | Actually, dont send CREATE_FAST cells at all for now | Nick Mathewson |
2005-05-02 | New and frightening code to implement fast-path first-hop CREATE_FAST cells. ... | Nick Mathewson |
2005-05-02 | Specify CREATE_FAST and CREATED_FAST | Nick Mathewson |
2005-05-02 | also print the platform string for rejected descriptors | Roger Dingledine |
2005-05-02 | don't print nulls | Roger Dingledine |
2005-05-02 | correct changelog | Roger Dingledine |
2005-05-02 | fix a comment | Roger Dingledine |
2005-05-02 | when we refuse a router descriptor, log contactinfo and source address. | Roger Dingledine |
2005-05-02 | reformat routerparse a bit | Roger Dingledine |
2005-05-02 | Remove support for looking at old directory/routerdesc elements; mark non-new... | Nick Mathewson |
2005-05-02 | add a hint in the doc that we need ORPort to be defined. | Roger Dingledine |
2005-05-01 | The man file was updated in May | Thomas Sjögren |
2005-05-01 | clarify accountingmax in man page | Roger Dingledine |
2005-04-29 | workaround for user error: some people were putting "Address " in their | Roger Dingledine |
2005-04-28 | bump to 0.1.0.5-rc-cvs | Roger Dingledine |
2005-04-28 | TrackHostExists should be a comma-seperated list | Thomas Sjögren |
2005-04-27 | slight improvement on the declared syntax for trackhostexits | Roger Dingledine |
2005-04-27 | fix typos in changelog (too late now, but hey) | Roger Dingledine |
2005-04-27 | update package docs for 0.1.0.5-rc | Roger Dingledine |
2005-04-27 | Re-do fragmented control message handling to work with new buf_t system. | Nick Mathewson |
2005-04-27 | New tor snapshot: 0.1.0.5-rc | Peter Palfrader |
2005-04-27 | Appease VC7. It has a strangely puritanical attitude about what programmers a...tor-0.1.0.5-rc | Nick Mathewson |
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 |
2005-04-27 | bump to 0.1.0.5-rc | Roger Dingledine |
2005-04-27 | turn off the mongo debugging stuff, for performance tests | Roger Dingledine |
2005-04-27 | clean out the todo, add a few items. | Roger Dingledine |
2005-04-27 | a bigger changelog | Roger Dingledine |
2005-04-27 | a changelog for 0.1.0.5-rc | Roger Dingledine |
2005-04-27 | and correct the man page re: the defaults | Roger Dingledine |
2005-04-27 | bump the default bandwidthrate from 1mb to 2mb | Roger Dingledine |
2005-04-27 | Rename buf->start to buf->cur; fix bug in read_to_buf; still debug with paran... | Nick Mathewson |
2005-04-27 | Add even more debugging code; temporarily disable inlines in buffers.c | Nick Mathewson |
2005-04-27 | stop re-reading and re-parsing the directory as soon as we make it. | Roger Dingledine |
2005-04-26 | hidden service client connections were using some of their | Roger Dingledine |
2005-04-26 | fix function prototype, fix typo | Roger Dingledine |
2005-04-26 | Avoid overflow on wrapping a TLS read. | Nick Mathewson |
2005-04-26 | Fix unit tests for buffers. | Nick Mathewson |
2005-04-26 | bump to 0.1.0.4-rc-cvs while we're testing | Roger Dingledine |
2005-04-26 | Clean/renormalize whitespace | Nick Mathewson |