Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-04-06 | fix an assert trigger: when we have the rare case of accepting | Roger Dingledine | |
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 | |||
2005-04-06 | Rename circuit_get_by_stream to circuit_get_by_edge_conn, and actually start ↵ | Nick Mathewson | |
using it. Watch out, kids! svn:r4026 | |||
2005-04-06 | when using preferred entry or exit nodes, ignore whether | Roger Dingledine | |
the circuit wants uptime or capacity. they asked for the nodes, they get the nodes. svn:r4025 | |||
2005-04-06 | Add a pointer from edge connections to their corresponding circuit (ulp!); ↵ | Nick Mathewson | |
add some debugging sanity-checking for cirid_orconn_map stuff svn:r4024 | |||
2005-04-06 | Fix bug in last commit when no circid can be found | Nick Mathewson | |
svn:r4023 | |||
2005-04-06 | Fix format warning | Nick Mathewson | |
svn:r4022 | |||
2005-04-06 | note some features we intend to add. | Roger Dingledine | |
svn:r4021 | |||
2005-04-06 | Hopefully, this will make ORs much faster, and not break them: keep a big ↵ | Nick Mathewson | |
splay tree of (circid,orconn)->circuit mappings to make circuit_get_by_circid_conn much faster. svn:r4020 | |||
2005-04-06 | a bit more data on gene's dns threading bug | Roger Dingledine | |
svn:r4019 | |||
2005-04-06 | update conn-type-state-strings to handle https states for ORs | Roger Dingledine | |
svn:r4018 | |||
2005-04-06 | Add missing comma. Oops | Nick Mathewson | |
svn:r4017 | |||
2005-04-06 | Handle changed router status correctly when reloading fingerprint file | Nick Mathewson | |
svn:r4016 | |||
2005-04-06 | Log msg spelling fix | Nick Mathewson | |
svn:r4015 | |||
2005-04-06 | When we're connecting to an OR and he's got a different nickname/key | Roger Dingledine | |
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 | |||
2005-04-06 | Fix Tor for no-threading compilation: move connection_unregister from ↵ | Nick Mathewson | |
_connection_free to connection_free. svn:r4013 | |||
2005-04-06 | Change replacement semantics for directory entries: fix bug 121. | Nick Mathewson | |
svn:r4012 | |||
2005-04-05 | Update TorControl to handle new event types. EVENT_WARN is obsolete, so ↵ | Nick Mathewson | |
rename it to EVENT_TYPE.OBSOLETE_LOG. svn:r4011 | |||
2005-04-05 | Revise control spec and implementation to allow all log messages to be sent ↵ | Nick Mathewson | |
to controller with their severities intact. svn:r4010 | |||
2005-04-04 | Make last fix work on windows too. | Nick Mathewson | |
svn:r4009 | |||
2005-04-04 | Fix possible bug on threading platforms with running out of fds do to ↵ | Nick Mathewson | |
cpuworkers and dnsworkers. svn:r4008 | |||
2005-04-04 | don't point to the 0.0.9.x manual only | Roger Dingledine | |
svn:r4007 | |||
2005-04-04 | put a note in the torrc about abuse potential with the default | Roger Dingledine | |
exit policy. svn:r4006 | |||
2005-04-04 | take some items off the todo | Roger Dingledine | |
svn:r4005 | |||
2005-04-04 | client now retries when streams end early for 'hibernating' or | Roger Dingledine | |
'resource limit' reasons; refactor. svn:r4004 | |||
2005-04-03 | debian snapshot: 0.1.0.2-rc-cvs-200504032300-1debian-version-0.1.0.2-rc-cvs-200504031300-1 | Peter Palfrader | |
svn:r4002 | |||
2005-04-03 | automatically approve nodes running 0.1.0.2-rc or later | Roger Dingledine | |
svn:r4001 | |||
2005-04-03 | Clarify a point related to bug 84 | Nick Mathewson | |
svn:r4000 | |||
2005-04-03 | I hear the smart kinds compile before committing. Then they never miss parens | Nick Mathewson | |
svn:r3999 | |||
2005-04-03 | Make smartlist_string_remove consistent with smartlist_string | Nick Mathewson | |
svn:r3998 | |||
2005-04-03 | Only warn once per nickname from add_nickname_list_to_smartlist per failure. | Nick Mathewson | |
svn:r3997 | |||
2005-04-03 | Add useful smartlist_string_remove function. | Nick Mathewson | |
svn:r3996 | |||
2005-04-03 | Adjust maximum skew and age for rendezvous descriptors: adjust code to make ↵ | Nick Mathewson | |
skew add to age. svn:r3995 | |||
2005-04-03 | clean up the circuit-mark-for-close patch | Roger Dingledine | |
svn:r3994 | |||
2005-04-03 | start sending 'truncated' cells back rather than destroy cells, | Roger Dingledine | |
if the circuit closes in front of you. svn:r3993 | |||
2005-04-03 | Move most of *_mark_for_close out of macros. | Nick Mathewson | |
svn:r3992 | |||
2005-04-03 | Fix unterminated comment | Nick Mathewson | |
svn:r3991 | |||
2005-04-02 | Give better warnings if connection_close_unattached_ap gets called twice or ↵ | Nick Mathewson | |
called on a marked connection; rename it to connection_mark_unattached_ap. svn:r3990 | |||
2005-04-02 | Better messages when POSTDESCRIPTOR fails | Nick Mathewson | |
svn:r3989 | |||
2005-04-02 | peertech has been dead forever | Roger Dingledine | |
stop recommending it svn:r3988 | |||
2005-04-02 | We're printing the host mask wrong in exit policies in server descriptors. | Roger Dingledine | |
I believe this isn't a critical bug tho, since we're still obeying the exit policy internally. svn:r3987 | |||
2005-04-02 | improved log error message | Roger Dingledine | |
svn:r3986 | |||
2005-04-01 | close my <li> | Roger Dingledine | |
svn:r3985 | |||
2005-04-01 | step five of running a server: subscribe to or-announce. | Roger Dingledine | |
svn:r3984 | |||
2005-04-01 | bump to 0.1.0.2-rc-cvs | Roger Dingledine | |
svn:r3983 | |||
2005-04-01 | update copyright notices. | Nick Mathewson | |
svn:r3982 | |||
2005-04-01 | minor correction: location of torrc on unix packages | Roger Dingledine | |
svn:r3981 | |||
2005-04-01 | clean up docs, point people to new release candidatetor-0.1.0.2-rc | Roger Dingledine | |
svn:r3979 | |||
2005-04-01 | Fix a couple of win32-related build issues when using latest libevent. | Nick Mathewson | |
svn:r3978 | |||
2005-04-01 | Fix typo in package_nsis.sh | Nick Mathewson | |
svn:r3977 | |||
2005-04-01 | 0.1.0.2-rc-200504011640-1 snapshotdebian-version-0.1.0.2-rc-200504011640-1 | Peter Palfrader | |
svn:r3975 |