Age | Commit message (Expand) | Author |
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 | 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 | also print the platform string for rejected descriptors | Roger Dingledine |
2005-05-02 | don't print nulls | 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-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-27 | Re-do fragmented control message handling to work with new buf_t system. | Nick Mathewson |
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 | 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 |
2005-04-26 | Change the implementation of buf_t a lot: make it a ring buffer to minimize m... | Nick Mathewson |
2005-04-26 | a bit more debug info | Roger Dingledine |
2005-04-26 | add more debugging info to help us find the weird dns freebsd pthreads bug. | Roger Dingledine |
2005-04-26 | clean up this TOR_FRAGILE business | Roger Dingledine |
2005-04-26 | Add basic HttpsProxyAuthenticator support, based on patch | Roger Dingledine |
2005-04-25 | help debug: when we close a conn due to timeout, tell us its | Roger Dingledine |
2005-04-25 | only call the connection open once we've decided we like the cert. | Roger Dingledine |
2005-04-25 | bugfix: stop trying to print a null pointer if an OR conn fails | Roger Dingledine |
2005-04-25 | bugfix: make a debug log stop lying | Roger Dingledine |
2005-04-23 | only complain about wedged cpuworkers after an hour, not 100 secs | Roger Dingledine |
2005-04-23 | Apparently, ASN1 failures are not treated as SSL connection errors, but are j... | Nick Mathewson |
2005-04-23 | let NumCpus be singular without whining | Roger Dingledine |
2005-04-23 | bump experimental version to 0.1.0.4-rc | Roger Dingledine |
2005-04-23 | bump to 0.1.0.3-rc-cvs | Roger Dingledine |
2005-04-23 | LOG_ERR is for when you're planning to die. | Roger Dingledine |
2005-04-23 | Fix "JAP-client" hideous ASN1 bug, twice. (Fix1: check more thoroughly for TL...debian-version-0.1.0.3-rc-200504231430-1 | Nick Mathewson |