summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-09-21update tor-doc, recommend running server as a separate userRoger Dingledine
2004-09-21Attach dummy resolve connections to a circuit *before* calling dns_resolve()....Nick Mathewson
2004-09-21clean up/bugfix deflate logic and log messagesNick Mathewson
2004-09-21bugfix: when a resolve fails for a begin request, actually sendRoger Dingledine
2004-09-21slightly better warn messageRoger Dingledine
2004-09-21Warn the user when we mark ourself as down.Nick Mathewson
2004-09-21Bugfix: When a dns request failed, we would detach any "resolving" streams fr...Nick Mathewson
2004-09-21Stop using openssl functions that rely on stdio; they can apparently lead to ...Nick Mathewson
2004-09-20fix a rare seg fault for people running hidden services onRoger Dingledine
2004-09-12JI hates people who say "IP" when they mean "IP address"Roger Dingledine
2004-09-11fix some typosRoger Dingledine
2004-09-10prioritize todoRoger Dingledine
2004-09-10don't pick administrative-friends when picking your pathRoger Dingledine
2004-09-10LOG_ERR is for when we're going to exitRoger Dingledine
2004-09-10tab-man nick is going to learn elisp, he promisesRoger Dingledine
2004-09-10Revise TODO items for 009Nick Mathewson
2004-09-10a few more todo entriesRoger Dingledine
2004-09-10we should exit(1) if $HOME doesn't exist and we needed itRoger Dingledine
2004-09-10typos and tabsRoger Dingledine
2004-09-10Fix documentation about how not to be an OPNick Mathewson
2004-09-10Document rest of optionsNick Mathewson
2004-09-10bump us to 0.0.9pre1-cvsRoger Dingledine
2004-09-09Document most remaining undocumented optionsNick Mathewson
2004-09-09Note win32 tsocksalikes in tor-doc.htmlNick Mathewson
2004-09-09Note win32 tsocks workalikesNick Mathewson
2004-09-08Some platforms have weird translations when you open files in "test" mode; ma...Nick Mathewson
2004-09-08Flush more changes from sandboxNick Mathewson
2004-09-08Idiot-proof uncompress; make sure it always nul-terminates its output. Also, ...Nick Mathewson
2004-09-08Document more undocumented optionsNick Mathewson
2004-09-08fix a typo (spotted by weasel)Nick Mathewson
2004-09-02Document some previously undocumented config options; note which ones still a...Nick Mathewson
2004-09-02Move a paren 4 characters to the left; fix a bug in OutboundBindAddressNick Mathewson
2004-09-02Stop using separate defaults for no-config-file and empty-config-fileNick Mathewson
2004-09-02Keep a deflated version of each directory so we can deliver it when requestedNick Mathewson
2004-09-02Use new split function and strcmpstart correctlyNick Mathewson
2004-09-02Check for zlib; link with it.Nick Mathewson
2004-09-02Make split function smarter; add a strcmpstart function so we can stop bungli...Nick Mathewson
2004-09-02Add basic wrappers for zlib/gzipNick Mathewson
2004-08-27New upstream releasedebian-version-0.0.8-1Peter Palfrader
2004-08-26Bump windows version to 0.0.8tor-0.0.8.1tor-0.0.8Nick Mathewson
2004-08-25changelog for 0.0.8Roger Dingledine
2004-08-25Define LONG_MAX and UINT_MAX when they are missingNick Mathewson
2004-08-25bump us to 0.0.8 -- this is it. (well, soon)Roger Dingledine
2004-08-25add a hint for building on athenaRoger Dingledine
2004-08-25look for ssldir in /usr/athena tooRoger Dingledine
2004-08-25fix a seg fault on solarisRoger Dingledine
2004-08-25make the compile work (and not complain) on sunos 5.9Roger Dingledine
2004-08-25Fix a symptom for a bug that straycat found.Roger Dingledine
2004-08-24agree with nick: this legal-chars-in-filename stuff gets us nothingRoger Dingledine
2004-08-24As far as I can tell, CONFIG_LEGAL_FILENAME_CHARACTERS is both pointless and ...Nick Mathewson