aboutsummaryrefslogtreecommitdiff
path: root/src/or
Commit message (Collapse)AuthorAge
* Add missing comma. OopsNick Mathewson2005-04-06
| | | | svn:r4017
* Handle changed router status correctly when reloading fingerprint fileNick Mathewson2005-04-06
| | | | svn:r4016
* Log msg spelling fixNick Mathewson2005-04-06
| | | | svn:r4015
* When we're connecting to an OR and he's got a different nickname/keyRoger Dingledine2005-04-06
| | | | | | | | than we were expecting, only complain loudly if we're an OP or an authdirserver. Complaining loudly to OR admins just confuses people. svn:r4014
* Fix Tor for no-threading compilation: move connection_unregister from ↵Nick Mathewson2005-04-06
| | | | | | _connection_free to connection_free. svn:r4013
* Change replacement semantics for directory entries: fix bug 121.Nick Mathewson2005-04-06
| | | | svn:r4012
* Revise control spec and implementation to allow all log messages to be sent ↵Nick Mathewson2005-04-05
| | | | | | to controller with their severities intact. svn:r4010
* Make last fix work on windows too.Nick Mathewson2005-04-04
| | | | svn:r4009
* Fix possible bug on threading platforms with running out of fds do to ↵Nick Mathewson2005-04-04
| | | | | | cpuworkers and dnsworkers. svn:r4008
* client now retries when streams end early for 'hibernating' orRoger Dingledine2005-04-04
| | | | | | | 'resource limit' reasons; refactor. svn:r4004
* automatically approve nodes running 0.1.0.2-rc or laterRoger Dingledine2005-04-03
| | | | svn:r4001
* Only warn once per nickname from add_nickname_list_to_smartlist per failure.Nick Mathewson2005-04-03
| | | | svn:r3997
* Adjust maximum skew and age for rendezvous descriptors: adjust code to make ↵Nick Mathewson2005-04-03
| | | | | | skew add to age. svn:r3995
* clean up the circuit-mark-for-close patchRoger Dingledine2005-04-03
| | | | svn:r3994
* start sending 'truncated' cells back rather than destroy cells,Roger Dingledine2005-04-03
| | | | | | | if the circuit closes in front of you. svn:r3993
* Move most of *_mark_for_close out of macros.Nick Mathewson2005-04-03
| | | | svn:r3992
* Give better warnings if connection_close_unattached_ap gets called twice or ↵Nick Mathewson2005-04-02
| | | | | | called on a marked connection; rename it to connection_mark_unattached_ap. svn:r3990
* Better messages when POSTDESCRIPTOR failsNick Mathewson2005-04-02
| | | | svn:r3989
* We're printing the host mask wrong in exit policies in server descriptors.Roger Dingledine2005-04-02
| | | | | | | | I believe this isn't a critical bug tho, since we're still obeying the exit policy internally. svn:r3987
* improved log error messageRoger Dingledine2005-04-02
| | | | svn:r3986
* update copyright notices.Nick Mathewson2005-04-01
| | | | svn:r3982
* Short-term fix: prevent possible segfault in connection_close_unattached_apNick Mathewson2005-04-01
| | | | svn:r3970
* when you decide you're reachable, actually publish your descriptorRoger Dingledine2005-04-01
| | | | | | | right then. svn:r3968
* require exactly 0.0.9.7 for middle hops of testing circs, for nowRoger Dingledine2005-04-01
| | | | svn:r3967
* when building testing circuits, always use middle hopsRoger Dingledine2005-04-01
| | | | | | | running at least 0.0.9.7 svn:r3966
* fix assert: if our dirport isn't reachable yet, don't trickRoger Dingledine2005-04-01
| | | | | | | | *ourselves* into thinking the dirport is zero. but continue to tell other people that it is. svn:r3952
* when the or-connect succeeded and the tls handshake succeededRoger Dingledine2005-04-01
| | | | | | | | | but we didn't like the result, we were closing the connection without sending any destroys back for the pending circuits. now send those destroys anyway; i hope this doesn't break too much. svn:r3951
* fix typo in earlier libevent mmessage suppress patchNick Mathewson2005-04-01
| | | | svn:r3950
* authdirservers shouldn't do orport reachability detection,Roger Dingledine2005-04-01
| | | | | | | | since they're in clique mode, so it will be rare to find a server not already connected to them. svn:r3949
* Add code to suppress spurious libevent log msgs; use it to resolve bug 68.Nick Mathewson2005-04-01
| | | | svn:r3948
* fix some log spacing problemsRoger Dingledine2005-04-01
| | | | svn:r3942
* Use recent libevent features when possibleNick Mathewson2005-04-01
| | | | svn:r3940
* Patch: when extending to an unknown router, compare identity to expected ↵Nick Mathewson2005-03-31
| | | | | | identity; not nickname-to-expected identity. svn:r3937
* spell recommended correctlyRoger Dingledine2005-03-31
| | | | svn:r3936
* still publish your descriptor if orport is reachable but dirport isn'tRoger Dingledine2005-03-31
| | | | | | | | | when building testing circs for orport testing, require high-bandwidth nodes, so fewer circs fail. complain about unreachable orport separately from unreachable dirport. svn:r3935
* redo the state descriptors now that we have a controller-wait stateRoger Dingledine2005-03-31
| | | | svn:r3934
* ...and use it to make sure we only conclude reachability ifRoger Dingledine2005-03-31
| | | | | | | we didn't initiate the conn. svn:r3932
* Fix bug in redirectstream.Nick Mathewson2005-03-31
| | | | svn:r3926
* mark two more bugs. nick, can you take a look?Roger Dingledine2005-03-29
| | | | svn:r3920
* don't check for reachability, and don't whine about it, while we'reRoger Dingledine2005-03-29
| | | | | | | hibernating. svn:r3919
* resolve another 'hasn't sent end yet' bugRoger Dingledine2005-03-29
| | | | svn:r3911
* Fix a couple more places where we use ->new_address without checking that it ↵Nick Mathewson2005-03-28
| | | | | | is there. svn:r3907
* make calls to address_is_in_virtual_range more bullet-proof.Roger Dingledine2005-03-28
| | | | | | | might fix the assert failure i just got. svn:r3906
* Clarify that we don't, and why we don't, need to redefine FD_SETSIZE.Nick Mathewson2005-03-28
| | | | svn:r3904
* we seem to have lost our define for FD_SETSIZE on win32 in the changeRoger Dingledine2005-03-27
| | | | | | | | from fakepoll to libevent. be sure to define it *before* we include winsock. svn:r3903
* but only do the rapid reachability testing if we're hoping to be a server.Roger Dingledine2005-03-27
| | | | svn:r3902
* forward-port the fixing of the crash bug.Roger Dingledine2005-03-27
| | | | svn:r3900
* if your server hasn't found itself to be reachable, complain everyRoger Dingledine2005-03-27
| | | | | | | 20 minutes, not just once. svn:r3897
* clean up socks reply stuff more.Roger Dingledine2005-03-27
| | | | | | | add a few more reasons so we can be more informative. svn:r3895
* Rename ManageConnections to LeaveStreamsUnattached. Apparently, there was a ↵Nick Mathewson2005-03-27
| | | | | | missing "TorShould" that was mistaken for an "IWantTo". svn:r3894