summaryrefslogtreecommitdiff
path: root/src/or
AgeCommit message (Expand)Author
2005-04-06update conn-type-state-strings to handle https states for ORsRoger Dingledine
2005-04-06Add missing comma. OopsNick Mathewson
2005-04-06Handle changed router status correctly when reloading fingerprint fileNick Mathewson
2005-04-06Log msg spelling fixNick Mathewson
2005-04-06When we're connecting to an OR and he's got a different nickname/keyRoger Dingledine
2005-04-06Fix Tor for no-threading compilation: move connection_unregister from _connec...Nick Mathewson
2005-04-06Change replacement semantics for directory entries: fix bug 121.Nick Mathewson
2005-04-05Revise control spec and implementation to allow all log messages to be sent t...Nick Mathewson
2005-04-04Make last fix work on windows too.Nick Mathewson
2005-04-04Fix possible bug on threading platforms with running out of fds do to cpuwork...Nick Mathewson
2005-04-04client now retries when streams end early for 'hibernating' orRoger Dingledine
2005-04-03automatically approve nodes running 0.1.0.2-rc or laterRoger Dingledine
2005-04-03Only warn once per nickname from add_nickname_list_to_smartlist per failure.Nick Mathewson
2005-04-03Adjust maximum skew and age for rendezvous descriptors: adjust code to make s...Nick Mathewson
2005-04-03clean up the circuit-mark-for-close patchRoger Dingledine
2005-04-03start sending 'truncated' cells back rather than destroy cells,Roger Dingledine
2005-04-03Move most of *_mark_for_close out of macros.Nick Mathewson
2005-04-02Give better warnings if connection_close_unattached_ap gets called twice or c...Nick Mathewson
2005-04-02Better messages when POSTDESCRIPTOR failsNick Mathewson
2005-04-02We're printing the host mask wrong in exit policies in server descriptors.Roger Dingledine
2005-04-02improved log error messageRoger Dingledine
2005-04-01update copyright notices.Nick Mathewson
2005-04-01Short-term fix: prevent possible segfault in connection_close_unattached_apNick Mathewson
2005-04-01when you decide you're reachable, actually publish your descriptorRoger Dingledine
2005-04-01require exactly 0.0.9.7 for middle hops of testing circs, for nowRoger Dingledine
2005-04-01when building testing circuits, always use middle hopsRoger Dingledine
2005-04-01fix assert: if our dirport isn't reachable yet, don't trickRoger Dingledine
2005-04-01when the or-connect succeeded and the tls handshake succeededRoger Dingledine
2005-04-01fix typo in earlier libevent mmessage suppress patchNick Mathewson
2005-04-01authdirservers shouldn't do orport reachability detection,Roger Dingledine
2005-04-01Add code to suppress spurious libevent log msgs; use it to resolve bug 68.Nick Mathewson
2005-04-01fix some log spacing problemsRoger Dingledine
2005-04-01Use recent libevent features when possibleNick Mathewson
2005-03-31Patch: when extending to an unknown router, compare identity to expected iden...Nick Mathewson
2005-03-31spell recommended correctlyRoger Dingledine
2005-03-31still publish your descriptor if orport is reachable but dirport isn'tRoger Dingledine
2005-03-31redo the state descriptors now that we have a controller-wait stateRoger Dingledine
2005-03-31...and use it to make sure we only conclude reachability ifRoger Dingledine
2005-03-31Fix bug in redirectstream.Nick Mathewson
2005-03-29mark two more bugs. nick, can you take a look?Roger Dingledine
2005-03-29don't check for reachability, and don't whine about it, while we'reRoger Dingledine
2005-03-29resolve another 'hasn't sent end yet' bugRoger Dingledine
2005-03-28Fix a couple more places where we use ->new_address without checking that it ...Nick Mathewson
2005-03-28make calls to address_is_in_virtual_range more bullet-proof.Roger Dingledine
2005-03-28Clarify that we don't, and why we don't, need to redefine FD_SETSIZE.Nick Mathewson
2005-03-27we seem to have lost our define for FD_SETSIZE on win32 in the changeRoger Dingledine
2005-03-27but only do the rapid reachability testing if we're hoping to be a server.Roger Dingledine
2005-03-27forward-port the fixing of the crash bug.Roger Dingledine
2005-03-27if your server hasn't found itself to be reachable, complain everyRoger Dingledine
2005-03-27clean up socks reply stuff more.Roger Dingledine