aboutsummaryrefslogtreecommitdiff
path: root/src
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
* don't point to the 0.0.9.x manual onlyRoger Dingledine2005-04-04
| | | | svn:r4007
* put a note in the torrc about abuse potential with the defaultRoger Dingledine2005-04-04
| | | | | | | exit policy. svn:r4006
* 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
* I hear the smart kinds compile before committing. Then they never miss parensNick Mathewson2005-04-03
| | | | svn:r3999
* Make smartlist_string_remove consistent with smartlist_stringNick Mathewson2005-04-03
| | | | svn:r3998
* Only warn once per nickname from add_nickname_list_to_smartlist per failure.Nick Mathewson2005-04-03
| | | | svn:r3997
* Add useful smartlist_string_remove function.Nick Mathewson2005-04-03
| | | | svn:r3996
* 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
* Fix unterminated commentNick Mathewson2005-04-03
| | | | svn:r3991
* 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
* bump to 0.1.0.2-rc-cvsRoger Dingledine2005-04-01
| | | | svn:r3983
* update copyright notices.Nick Mathewson2005-04-01
| | | | svn:r3982
* Fix a couple of win32-related build issues when using latest libevent.Nick Mathewson2005-04-01
| | | | svn:r3978
* Short-term fix: prevent possible segfault in connection_close_unattached_apNick Mathewson2005-04-01
| | | | svn:r3970
* bump version to 0.1.0.2-rcRoger Dingledine2005-04-01
| | | | svn:r3969
* 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
* Improve error msgs in tor-resolve.c; resolve bug 112Nick Mathewson2005-04-01
| | | | svn:r3947
* fix some log spacing problemsRoger Dingledine2005-04-01
| | | | svn:r3942
* Use recent libevent features when possibleNick Mathewson2005-04-01
| | | | svn:r3940
* Try to make crash-on-shutdown bug harder to trigger.Nick Mathewson2005-04-01
| | | | svn:r3939
* 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
* bump cvs version to 0.1.0.1-rc-cvsRoger Dingledine2005-03-31
| | | | svn:r3933
* ...and use it to make sure we only conclude reachability ifRoger Dingledine2005-03-31
| | | | | | | we didn't initiate the conn. svn:r3932
* add a tor_tls_is_server method to remember if conn->tlsRoger Dingledine2005-03-31
| | | | | | | was an initiator or a receiver svn:r3931