aboutsummaryrefslogtreecommitdiff
path: root/src/or
Commit message (Expand)AuthorAge
* doxygeny goodness from tyranixRoger Dingledine2005-05-17
* fix a comment that tyranix noticedRoger Dingledine2005-05-17
* free some memory that is still reachable on exitRoger Dingledine2005-05-16
* Normalize whitespaceNick Mathewson2005-05-16
* clean up some log entriesRoger Dingledine2005-05-15
* Add an explanatory commentNick Mathewson2005-05-15
* fix a case error in suppressing a bogus libevent warning.Roger Dingledine2005-05-14
* if router_resolve fails on the descriptor the controllerRoger Dingledine2005-05-14
* move the periodic buffer shrinking interval from 3 mins to 1 minRoger Dingledine2005-05-14
* Append default exit policy before checking for implicit internal addresses: f...Nick Mathewson2005-05-14
* Fix a segfaultNick Mathewson2005-05-11
* Patch for task 133Nick Mathewson2005-05-10
* Apply patch from Geoff for bug 132. Clean it up a little to fix a memory lea...Nick Mathewson2005-05-10
* Patch from goodell for task 131: Do not die on internal address if we are not...Nick Mathewson2005-05-09
* Make Tor compile with no warnings with gcc4.0 on OSXNick Mathewson2005-05-07
* Functions work better when you call them. Resolve a bug which would prevent u...Nick Mathewson2005-05-07
* Implement --verify-config command-line option to fix bug 69.Nick Mathewson2005-05-07
* fix massive memory leakRoger Dingledine2005-05-06
* log buffer sizes on kill -usr1 too.Roger Dingledine2005-05-06
* whine at you if you're a server and you don't set your contactinfoRoger Dingledine2005-05-04
* fix compile error if you're not multithreadedRoger Dingledine2005-05-03
* remove archaic debugging aid that was probably unsafeRoger Dingledine2005-05-03
* cleanup now that 0.0.9pre1 is obsoleteRoger Dingledine2005-05-03
* first iteration of scrubbing sensitive strings from logs.Roger Dingledine2005-05-03
* Call tor_free_all instead of connections_free_all after forkingNick Mathewson2005-05-03
* Change some >=s to >s in buf_resize, so that we do not denormalize buffers on...Nick Mathewson2005-05-03
* If DataDir is ~/.tor, and that expands to /.tor, then default to LOCALSTATEDI...Nick Mathewson2005-05-03
* Elaborate on buf_shrink comment.Nick Mathewson2005-05-02
* comment buf_shrinkRoger Dingledine2005-05-02
* Correct and simplify buf_shrink logicNick Mathewson2005-05-02
* When removing all bytes from a buffer, reset buf->cur=buf->memNick Mathewson2005-05-02
* Change buffer shrinking strategy: only try to shrink once every 3 minutes. D...Nick Mathewson2005-05-02
* Make buffer shrinking algorithm a little smarter.Nick Mathewson2005-05-02
* Actually, dont send CREATE_FAST cells at all for nowNick Mathewson2005-05-02
* New and frightening code to implement fast-path first-hop CREATE_FAST cells. ...Nick Mathewson2005-05-02
* also print the platform string for rejected descriptorsRoger Dingledine2005-05-02
* don't print nullsRoger Dingledine2005-05-02
* when we refuse a router descriptor, log contactinfo and source address.Roger Dingledine2005-05-02
* reformat routerparse a bitRoger Dingledine2005-05-02
* Remove support for looking at old directory/routerdesc elements; mark non-new...Nick Mathewson2005-05-02
* workaround for user error: some people were putting "Address " in theirRoger Dingledine2005-04-29
* Re-do fragmented control message handling to work with new buf_t system.Nick Mathewson2005-04-27
* Appease VC7. It has a strangely puritanical attitude about what programmers a...Nick Mathewson2005-04-27
* Turn SENTINELS back on; give NOINLINE a name and turn it off.Nick Mathewson2005-04-27
* turn off the mongo debugging stuff, for performance testsRoger Dingledine2005-04-27
* bump the default bandwidthrate from 1mb to 2mbRoger Dingledine2005-04-27
* Rename buf->start to buf->cur; fix bug in read_to_buf; still debug with paran...Nick Mathewson2005-04-27
* Add even more debugging code; temporarily disable inlines in buffers.cNick Mathewson2005-04-27
* stop re-reading and re-parsing the directory as soon as we make it.Roger Dingledine2005-04-27
* hidden service client connections were using some of theirRoger Dingledine2005-04-26