summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2005-05-24Fix not-freed-on-exit eventNick Mathewson
2005-05-23Bugfix: we were checking to see if you want to send a keepalive, basedRoger Dingledine
2005-05-23bump to 0.1.0.8-rcRoger Dingledine
2005-05-23i screwed up the dirport reachability testing when we don't yetRoger Dingledine
2005-05-23Always disable kqueue on OSX. It seems linked to kernel panicsNick Mathewson
2005-05-23test out commit mails againRoger Dingledine
2005-05-23put a tor version at the top of the torrc.sample fileRoger Dingledine
2005-05-23Make hashed controller password encoding use hex not base64; this makes it po...Nick Mathewson
2005-05-21If a socks connection ends because read fails, don't warn that you'reRoger Dingledine
2005-05-20we were leaking 616 bytes every time somebody established us asRoger Dingledine
2005-05-20a note for nick about other memory not freed at exitRoger Dingledine
2005-05-20add HttpProxyAuthenticator config option tooRoger Dingledine
2005-05-18bump to 0.1.0.7-rc-cvsRoger Dingledine
2005-05-18fix the assumption that uninitialized variables are 0Roger Dingledine
2005-05-18fix seg faults when router_load_single_router failsRoger Dingledine
2005-05-17Handle relay cells with rh.length too large.Nick Mathewson
2005-05-17allow the middle hop of the testing circuit to be runningRoger Dingledine
2005-05-17doxygeny goodness from tyranixRoger Dingledine
2005-05-17bump to 0.1.0.7-rcRoger Dingledine
2005-05-17fix a comment that tyranix noticedRoger Dingledine
2005-05-16free some memory that is still reachable on exitRoger Dingledine
2005-05-16Normalize whitespaceNick Mathewson
2005-05-15bump cvs to 0.1.0.6-rc-cvsRoger Dingledine
2005-05-15clean up some log entriesRoger Dingledine
2005-05-15fix url in comment in torrcRoger Dingledine
2005-05-15Add an explanatory commentNick Mathewson
2005-05-15bump to 0.1.0.6-rcRoger Dingledine
2005-05-15Add ENABLE_THREADS macro to windows orconfig.hNick Mathewson
2005-05-14fix a case error in suppressing a bogus libevent warning.Roger Dingledine
2005-05-14if router_resolve fails on the descriptor the controllerRoger Dingledine
2005-05-14move the periodic buffer shrinking interval from 3 mins to 1 minRoger Dingledine
2005-05-14Append default exit policy before checking for implicit internal addresses: f...Nick Mathewson
2005-05-11Fix a segfaultNick Mathewson
2005-05-10Patch for task 133Nick Mathewson
2005-05-10Apply patch from Geoff for bug 132. Clean it up a little to fix a memory lea...Nick Mathewson
2005-05-10Implement --disable-threadsNick Mathewson
2005-05-09Patch from goodell for task 131: Do not die on internal address if we are not...Nick Mathewson
2005-05-07Make Tor compile with no warnings with gcc4.0 on OSXNick Mathewson
2005-05-07Functions work better when you call them. Resolve a bug which would prevent u...Nick Mathewson
2005-05-07Implement --verify-config command-line option to fix bug 69.Nick Mathewson
2005-05-06fix massive memory leakRoger Dingledine
2005-05-06log buffer sizes on kill -usr1 too.Roger Dingledine
2005-05-04whine at you if you're a server and you don't set your contactinfoRoger Dingledine
2005-05-03fix compile error if you're not multithreadedRoger Dingledine
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-03If DataDir is ~/.tor, and that expands to /.tor, then default to LOCALSTATEDI...Nick Mathewson