summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2004-08-18tweak the [...truncated] string againRoger Dingledine
2004-08-18tolerate old 0.0.7 clients that demand a certain ip:port for a routerRoger Dingledine
2004-08-18when we try to exclude our routerinfo from being picked in theRoger Dingledine
2004-08-18even better, only print extend attempts if there are any.Roger Dingledine
2004-08-18stop taking strlen of an uninitialized bufferRoger Dingledine
2004-08-18remove crazy notion that clique_mode() means we areRoger Dingledine
2004-08-18don't add a spurious newline before [truncated]Roger Dingledine
2004-08-18be more aggressive about trying to make circuits:Roger Dingledine
2004-08-18bugfix: make intro circuits work againRoger Dingledine
2004-08-18Avoid segfault when freeing options_t without firewall_portsNick Mathewson
2004-08-18authdirservers don't need to be treated specially on hup forRoger Dingledine