summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-05-03remove archaic debugging aid that was probably unsafeRoger Dingledine
2005-05-03cleanup now that 0.0.9pre1 is obsoleteRoger Dingledine
2005-05-03first iteration of scrubbing sensitive strings from logs.Roger Dingledine
2005-05-03Call tor_free_all instead of connections_free_all after forkingNick Mathewson
2005-05-03Change some >=s to >s in buf_resize, so that we do not denormalize buffers on...Nick Mathewson
2005-05-03Define LOCALSTATEDIR in orconfig.hNick Mathewson
2005-05-03If DataDir is ~/.tor, and that expands to /.tor, then default to LOCALSTATEDI...Nick Mathewson
2005-05-02Elaborate on buf_shrink comment.Nick Mathewson
2005-05-02comment buf_shrinkRoger Dingledine
2005-05-02Correct and simplify buf_shrink logicNick Mathewson
2005-05-02When removing all bytes from a buffer, reset buf->cur=buf->memNick Mathewson
2005-05-02Change buffer shrinking strategy: only try to shrink once every 3 minutes. D...Nick Mathewson
2005-05-02Make buffer shrinking algorithm a little smarter.Nick Mathewson
2005-05-02Actually, dont send CREATE_FAST cells at all for nowNick Mathewson
2005-05-02New and frightening code to implement fast-path first-hop CREATE_FAST cells. ...Nick Mathewson
2005-05-02Specify CREATE_FAST and CREATED_FASTNick Mathewson
2005-05-02also print the platform string for rejected descriptorsRoger Dingledine
2005-05-02don't print nullsRoger Dingledine
2005-05-02correct changelogRoger Dingledine
2005-05-02fix a commentRoger Dingledine
2005-05-02when we refuse a router descriptor, log contactinfo and source address.Roger Dingledine
2005-05-02reformat routerparse a bitRoger Dingledine
2005-05-02Remove support for looking at old directory/routerdesc elements; mark non-new...Nick Mathewson
2005-05-02add a hint in the doc that we need ORPort to be defined.Roger Dingledine
2005-05-01The man file was updated in MayThomas Sjögren
2005-05-01clarify accountingmax in man pageRoger Dingledine
2005-04-29workaround for user error: some people were putting "Address " in theirRoger Dingledine
2005-04-28bump to 0.1.0.5-rc-cvsRoger Dingledine
2005-04-28TrackHostExists should be a comma-seperated listThomas Sjögren
2005-04-27slight improvement on the declared syntax for trackhostexitsRoger Dingledine
2005-04-27fix typos in changelog (too late now, but hey)Roger Dingledine
2005-04-27update package docs for 0.1.0.5-rcRoger Dingledine
2005-04-27Re-do fragmented control message handling to work with new buf_t system.Nick Mathewson
2005-04-27New tor snapshot: 0.1.0.5-rcPeter Palfrader
2005-04-27Appease VC7. It has a strangely puritanical attitude about what programmers a...tor-0.1.0.5-rcNick Mathewson
2005-04-27Turn SENTINELS back on; give NOINLINE a name and turn it off.debian-version-0.1.0.5-rc-200504272000-1Nick Mathewson
2005-04-27bump to 0.1.0.5-rcRoger Dingledine
2005-04-27turn off the mongo debugging stuff, for performance testsRoger Dingledine
2005-04-27clean out the todo, add a few items.Roger Dingledine
2005-04-27a bigger changelogRoger Dingledine
2005-04-27a changelog for 0.1.0.5-rcRoger Dingledine
2005-04-27and correct the man page re: the defaultsRoger Dingledine
2005-04-27bump the default bandwidthrate from 1mb to 2mbRoger Dingledine
2005-04-27Rename buf->start to buf->cur; fix bug in read_to_buf; still debug with paran...Nick Mathewson
2005-04-27Add even more debugging code; temporarily disable inlines in buffers.cNick Mathewson
2005-04-27stop re-reading and re-parsing the directory as soon as we make it.Roger Dingledine
2005-04-26hidden service client connections were using some of theirRoger Dingledine
2005-04-26fix function prototype, fix typoRoger Dingledine
2005-04-26Avoid overflow on wrapping a TLS read.Nick Mathewson
2005-04-26Fix unit tests for buffers.Nick Mathewson