summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2004-09-23don't mind empty exit policy entriesRoger Dingledine
2004-09-23cleanup: use strcmpstart() in more placesRoger Dingledine
2004-09-23don't imply to people that they should store their hidden serviceRoger Dingledine
2004-09-23protect dirservers from overzealous descriptor uploadingRoger Dingledine
2004-09-23discourage people from setting their dirfetchpostperiod more oftenRoger Dingledine
2004-09-23make our tor_assert actually work when it's going to be triggered,Roger Dingledine
2004-09-23bugfix on the bugfixRoger Dingledine
2004-09-23bugfix: we were starting to daemonize before we opened our logs,Roger Dingledine
2004-09-23bugfix: when we run out of disk space, or other log writing error,Roger Dingledine
2004-09-22fix confusing cut-n-paste mistakeRoger Dingledine
2004-09-22people are starting to bump into the limit of 50 dns workers.Roger 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-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-10we should exit(1) if $HOME doesn't exist and we needed itRoger Dingledine
2004-09-10Fix documentation about how not to be an OPNick 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-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-26Bump windows version to 0.0.8tor-0.0.8.1tor-0.0.8Nick Mathewson
2004-08-25Define LONG_MAX and UINT_MAX when they are missingNick Mathewson
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
2004-08-24Improve log message to make it obvious _why_ reading the configuration has fa...Nick Mathewson
2004-08-20when picking unverified routers, skip those with bad uptime orRoger Dingledine
2004-08-19Workaround for oddity in cygwin autoconfNick Mathewson
2004-08-18Increment windows version to 0.0.8rc1Nick Mathewson
2004-08-18Fix some DOCDOCsNick Mathewson
2004-08-18fix a seg fault on hup when FascistFirewall is definedRoger Dingledine
2004-08-18if options.FascistFirewall but none are running on port 80, tryRoger Dingledine
2004-08-18remove last vestiges of this 'twin' conceptRoger Dingledine
2004-08-18be more aggressive about building circuits when we have noRoger Dingledine