- Apr 06, 2005
-
-
Peter Palfrader authored
svn:r4038
-
Roger Dingledine authored
It doesn't actually help, and it is confusing/upsetting some people. svn:r4037
-
Nick Mathewson authored
When we connect and finish TLS negotiation with address:port, it is obvious that any other key or nickname we might know about (as an authdirserver) does not actually exist at address:port. svn:r4036
-
Roger Dingledine authored
every time we do any lookup. canonicalize the names to lowercase and be done with it. svn:r4035
-
Roger Dingledine authored
they're eating our cpu. svn:r4034
-
Roger Dingledine authored
daemonize process, not the beginning. this was a problem because the first time you run tor, if your datadir isn't there, and you have runasdaemon set to 1, it will try to chdir to it before it tries to create it. oops. svn:r4033
-
Roger Dingledine authored
logs when some other server switches keys unexpectedly. svn:r4032
-
Peter Palfrader authored
svn:r4030
-
Roger Dingledine authored
svn:r4029
-
Roger Dingledine authored
sin_addr.s_addr == 0 || sin->sin_port == 0. This just happened on moria2, so I guess it happens rarely on Linux as well as OS X. We can't afford to accept OR conns from 0.0.0.0:0, since we send created cells back to the first addr:port that matches, and we'd better not send them to the wrong place. So, let's drop them all for now, and see if we can find a pattern later. svn:r4028
-
Roger Dingledine authored
a conn on 0.0.0.0:0, then when we look through the connection array, we'll find any of the workers. this is no good. svn:r4027
-
Nick Mathewson authored
Rename circuit_get_by_stream to circuit_get_by_edge_conn, and actually start using it. Watch out, kids! svn:r4026
-
Roger Dingledine authored
the circuit wants uptime or capacity. they asked for the nodes, they get the nodes. svn:r4025
-
Nick Mathewson authored
Add a pointer from edge connections to their corresponding circuit (ulp!); add some debugging sanity-checking for cirid_orconn_map stuff svn:r4024
-
Nick Mathewson authored
svn:r4023
-
Nick Mathewson authored
svn:r4022
-
Roger Dingledine authored
svn:r4021
-
Nick Mathewson authored
Hopefully, this will make ORs much faster, and not break them: keep a big splay tree of (circid,orconn)->circuit mappings to make circuit_get_by_circid_conn much faster. svn:r4020
-
Roger Dingledine authored
svn:r4019
-
Roger Dingledine authored
svn:r4018
-
Nick Mathewson authored
svn:r4017
-
Nick Mathewson authored
svn:r4016
-
Nick Mathewson authored
svn:r4015
-
Roger Dingledine authored
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
-
Nick Mathewson authored
Fix Tor for no-threading compilation: move connection_unregister from _connection_free to connection_free. svn:r4013
-
Nick Mathewson authored
svn:r4012
-
- Apr 05, 2005
-
-
Nick Mathewson authored
Update TorControl to handle new event types. EVENT_WARN is obsolete, so rename it to EVENT_TYPE.OBSOLETE_LOG. svn:r4011
-
Nick Mathewson authored
Revise control spec and implementation to allow all log messages to be sent to controller with their severities intact. svn:r4010
-
- Apr 04, 2005
-
-
Nick Mathewson authored
svn:r4009
-
Nick Mathewson authored
svn:r4008
-
Roger Dingledine authored
svn:r4007
-
Roger Dingledine authored
exit policy. svn:r4006
-
Roger Dingledine authored
svn:r4005
-
Roger Dingledine authored
'resource limit' reasons; refactor. svn:r4004
-
- Apr 03, 2005
-
-
Peter Palfrader authored
svn:r4002
-
Roger Dingledine authored
svn:r4001
-
Nick Mathewson authored
svn:r4000
-
Nick Mathewson authored
svn:r3999
-
Nick Mathewson authored
svn:r3998
-
Nick Mathewson authored
svn:r3997
-