Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add missing comma. Oops | Nick Mathewson | 2005-04-06 |
| | | | | svn:r4017 | ||
* | Handle changed router status correctly when reloading fingerprint file | Nick Mathewson | 2005-04-06 |
| | | | | svn:r4016 | ||
* | Log msg spelling fix | Nick Mathewson | 2005-04-06 |
| | | | | svn:r4015 | ||
* | When we're connecting to an OR and he's got a different nickname/key | Roger Dingledine | 2005-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 Mathewson | 2005-04-06 |
| | | | | | | _connection_free to connection_free. svn:r4013 | ||
* | Change replacement semantics for directory entries: fix bug 121. | Nick Mathewson | 2005-04-06 |
| | | | | svn:r4012 | ||
* | Revise control spec and implementation to allow all log messages to be sent ↵ | Nick Mathewson | 2005-04-05 |
| | | | | | | to controller with their severities intact. svn:r4010 | ||
* | Make last fix work on windows too. | Nick Mathewson | 2005-04-04 |
| | | | | svn:r4009 | ||
* | Fix possible bug on threading platforms with running out of fds do to ↵ | Nick Mathewson | 2005-04-04 |
| | | | | | | cpuworkers and dnsworkers. svn:r4008 | ||
* | client now retries when streams end early for 'hibernating' or | Roger Dingledine | 2005-04-04 |
| | | | | | | | 'resource limit' reasons; refactor. svn:r4004 | ||
* | automatically approve nodes running 0.1.0.2-rc or later | Roger Dingledine | 2005-04-03 |
| | | | | svn:r4001 | ||
* | Only warn once per nickname from add_nickname_list_to_smartlist per failure. | Nick Mathewson | 2005-04-03 |
| | | | | svn:r3997 | ||
* | Adjust maximum skew and age for rendezvous descriptors: adjust code to make ↵ | Nick Mathewson | 2005-04-03 |
| | | | | | | skew add to age. svn:r3995 | ||
* | clean up the circuit-mark-for-close patch | Roger Dingledine | 2005-04-03 |
| | | | | svn:r3994 | ||
* | start sending 'truncated' cells back rather than destroy cells, | Roger Dingledine | 2005-04-03 |
| | | | | | | | if the circuit closes in front of you. svn:r3993 | ||
* | Move most of *_mark_for_close out of macros. | Nick Mathewson | 2005-04-03 |
| | | | | svn:r3992 | ||
* | Give better warnings if connection_close_unattached_ap gets called twice or ↵ | Nick Mathewson | 2005-04-02 |
| | | | | | | called on a marked connection; rename it to connection_mark_unattached_ap. svn:r3990 | ||
* | Better messages when POSTDESCRIPTOR fails | Nick Mathewson | 2005-04-02 |
| | | | | svn:r3989 | ||
* | We're printing the host mask wrong in exit policies in server descriptors. | Roger Dingledine | 2005-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 message | Roger Dingledine | 2005-04-02 |
| | | | | svn:r3986 | ||
* | update copyright notices. | Nick Mathewson | 2005-04-01 |
| | | | | svn:r3982 | ||
* | Short-term fix: prevent possible segfault in connection_close_unattached_ap | Nick Mathewson | 2005-04-01 |
| | | | | svn:r3970 | ||
* | when you decide you're reachable, actually publish your descriptor | Roger Dingledine | 2005-04-01 |
| | | | | | | | right then. svn:r3968 | ||
* | require exactly 0.0.9.7 for middle hops of testing circs, for now | Roger Dingledine | 2005-04-01 |
| | | | | svn:r3967 | ||
* | when building testing circuits, always use middle hops | Roger Dingledine | 2005-04-01 |
| | | | | | | | running at least 0.0.9.7 svn:r3966 | ||
* | fix assert: if our dirport isn't reachable yet, don't trick | Roger Dingledine | 2005-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 succeeded | Roger Dingledine | 2005-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 patch | Nick Mathewson | 2005-04-01 |
| | | | | svn:r3950 | ||
* | authdirservers shouldn't do orport reachability detection, | Roger Dingledine | 2005-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 Mathewson | 2005-04-01 |
| | | | | svn:r3948 | ||
* | fix some log spacing problems | Roger Dingledine | 2005-04-01 |
| | | | | svn:r3942 | ||
* | Use recent libevent features when possible | Nick Mathewson | 2005-04-01 |
| | | | | svn:r3940 | ||
* | Patch: when extending to an unknown router, compare identity to expected ↵ | Nick Mathewson | 2005-03-31 |
| | | | | | | identity; not nickname-to-expected identity. svn:r3937 | ||
* | spell recommended correctly | Roger Dingledine | 2005-03-31 |
| | | | | svn:r3936 | ||
* | still publish your descriptor if orport is reachable but dirport isn't | Roger Dingledine | 2005-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 state | Roger Dingledine | 2005-03-31 |
| | | | | svn:r3934 | ||
* | ...and use it to make sure we only conclude reachability if | Roger Dingledine | 2005-03-31 |
| | | | | | | | we didn't initiate the conn. svn:r3932 | ||
* | Fix bug in redirectstream. | Nick Mathewson | 2005-03-31 |
| | | | | svn:r3926 | ||
* | mark two more bugs. nick, can you take a look? | Roger Dingledine | 2005-03-29 |
| | | | | svn:r3920 | ||
* | don't check for reachability, and don't whine about it, while we're | Roger Dingledine | 2005-03-29 |
| | | | | | | | hibernating. svn:r3919 | ||
* | resolve another 'hasn't sent end yet' bug | Roger Dingledine | 2005-03-29 |
| | | | | svn:r3911 | ||
* | Fix a couple more places where we use ->new_address without checking that it ↵ | Nick Mathewson | 2005-03-28 |
| | | | | | | is there. svn:r3907 | ||
* | make calls to address_is_in_virtual_range more bullet-proof. | Roger Dingledine | 2005-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 Mathewson | 2005-03-28 |
| | | | | svn:r3904 | ||
* | we seem to have lost our define for FD_SETSIZE on win32 in the change | Roger Dingledine | 2005-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 Dingledine | 2005-03-27 |
| | | | | svn:r3902 | ||
* | forward-port the fixing of the crash bug. | Roger Dingledine | 2005-03-27 |
| | | | | svn:r3900 | ||
* | if your server hasn't found itself to be reachable, complain every | Roger Dingledine | 2005-03-27 |
| | | | | | | | 20 minutes, not just once. svn:r3897 | ||
* | clean up socks reply stuff more. | Roger Dingledine | 2005-03-27 |
| | | | | | | | add a few more reasons so we can be more informative. svn:r3895 | ||
* | Rename ManageConnections to LeaveStreamsUnattached. Apparently, there was a ↵ | Nick Mathewson | 2005-03-27 |
| | | | | | | missing "TorShould" that was mistaken for an "IWantTo". svn:r3894 |