summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2004-12-04React to eof immediately on non-open edge connections.Roger Dingledine
2004-12-04bugfix: When we were checking to see if an ap_conn should time outRoger Dingledine
2004-12-04whoopsRoger Dingledine
2004-12-04Add function to check that addr_policy_t is okay; change struct addr_policy_t...Nick Mathewson
2004-12-04bump us to 0.0.9rc6-cvsRoger Dingledine
2004-12-04make circuit building and router parsing less noisyRoger Dingledine
2004-12-03while hibernating, hup should not regrow our listeners.Roger Dingledine
2004-12-02Be more proactive about noticing underflows: size_t values greater than 0x800...Nick Mathewson
2004-12-02clean up 3 more underflow possibilitiesRoger Dingledine
2004-12-02fix redundant (and dangerous) NUL terminationRoger Dingledine
2004-12-01check for duplicate circuit ID _after_ updating circ_id_type.tor-0.0.9rc5Nick Mathewson
2004-12-01bump to 0.0.9rc5Roger Dingledine
2004-12-01move StatusFetchPeriod to 15 minutes so it's within bounds by defaultRoger Dingledine
2004-12-01one more typoRoger Dingledine
2004-12-01Fix windows build.Nick Mathewson
2004-12-01Spell-check strings and commentsNick Mathewson
2004-12-01If we are using select, make sure we stay within FD_SETSIZE.Nick Mathewson
2004-12-01do even less inside our signal handler,Roger Dingledine
2004-11-30Clarify chosen tag progressionNick Mathewson
2004-11-30clean obsolete circuit_log_path codeRoger Dingledine
2004-11-30clean up the other "Tell Roger" log that dfc keeps gettingRoger Dingledine
2004-11-30a few minor tweaksRoger Dingledine
2004-11-30write down our "how to have two defaults for dirfetchperiod"Roger Dingledine
2004-11-30Let resolve conns retry/expire also, rather than sticking around forever.Roger Dingledine
2004-11-30refuse .exit addresses immediately if the requested node wouldRoger Dingledine
2004-11-30Make tor-resolve accept x.y.exit addresses againNick Mathewson
2004-11-30use shorter minimum key lifetime until 008 is deadNick Mathewson
2004-11-30doxygen uses backslashes, not forward-slashesNick Mathewson
2004-11-30clarify why strlcpy is safe in truncated log messagesNick Mathewson
2004-11-30Fix last patchNick Mathewson
2004-11-30Rename parse_address to parse_extended_hostname (since we have other kinds of...Nick Mathewson
2004-11-30Make version parsing tests passNick Mathewson
2004-11-30Give an early error if you pass a .onion or a .exit hostname to tor-resolveNick Mathewson
2004-11-30Add casei versions of strcmpstart/strcmpendNick Mathewson
2004-11-30Enforce coding style.Nick Mathewson
2004-11-30If anybody set DirFetchPostPeriod, give them StatuFetchPeriod instead. Impos...Nick Mathewson
2004-11-29note possible alternative for how to do CVS versions; ask arma which he likes.Nick Mathewson
2004-11-29Implement new version format for post 0.1.Nick Mathewson
2004-11-29Suggestion from weasel: Make tor --version --version dump the cvs Id of every...Nick Mathewson
2004-11-29Fetch cached running-routers from servers that serve it (that is, authdirserv...Nick Mathewson
2004-11-29Remove needless -2 in log code. This was not an underflow risk, sinze we onl...Nick Mathewson
2004-11-29clean up the previous underflow check, and also point outRoger Dingledine
2004-11-29put in initial support for ".nickname.exit" addresses, to let aliceRoger Dingledine
2004-11-29After implementing a feature, remember to disable the error message you used ...Nick Mathewson
2004-11-29Disallow NDEBUG. It is very stupid.Nick Mathewson
2004-11-29fix integer underflow in tor_vsnprintf()Roger Dingledine
2004-11-29prevent integer underflowRoger Dingledine
2004-11-29bump to 0.0.9rc5-cvsRoger Dingledine
2004-11-28accept *:706 (silc) by defaultRoger Dingledine
2004-11-28wrong is ok, and right is fine, but in between is apparentlyRoger Dingledine