Age | Commit message (Expand) | Author |
2005-04-07 | allow servers to publish descriptors from 12 hours in the future. | Roger Dingledine |
2005-04-07 | Change conn_(type|state)_to_string from const arrays to switch functions so w... | Nick Mathewson |
2005-04-07 | Remove implicit expiration date from tor-spec | Nick Mathewson |
2005-04-07 | add function comment | Roger Dingledine |
2005-04-07 | We have a bug that I can't find. Sometimes, very rarely, cpuworkers get | Roger Dingledine |
2005-04-07 | Try RB_TREE instead of SPLAY_TREE, but with a single-entry caching optimization. | Nick Mathewson |
2005-04-07 | Make compare_orconn_circid_entries marginally faster and inlined, if that helps | Nick Mathewson |
2005-04-06 | debian snapshot: 0.1.0.2-rc-cvs-200504062112-1debian-version-0.1.0.2-rc-cvs-200504062112-1 | Peter Palfrader |
2005-04-06 | Stop putting nodename in the Platform string of server descriptors. | Roger Dingledine |
2005-04-06 | When we connect and finish TLS negotiation with address:port, it is obvious t... | Nick Mathewson |
2005-04-06 | stop wasting time doing a case insensitive comparison for every dns name | Roger Dingledine |
2005-04-06 | blow away most calls to assert_all_pending_dns_resolves_ok, since | Roger Dingledine |
2005-04-06 | bugfix: chdir to your datadirectory at the *end* of the | Roger Dingledine |
2005-04-06 | quiet another instance where we whine to an innocent OR operator's | Roger Dingledine |
2005-04-06 | debian snapshot: 0.1.0.2-rc-cvs-200504061620-1debian-version-0.1.0.2-rc-cvs-200504061620-1 | Peter Palfrader |
2005-04-06 | oh, and accept() into the right place, too. | Roger Dingledine |
2005-04-06 | Forward-port the checking of | Roger Dingledine |
2005-04-06 | fix an assert trigger: when we have the rare case of accepting | Roger Dingledine |
2005-04-06 | Rename circuit_get_by_stream to circuit_get_by_edge_conn, and actually start ... | Nick Mathewson |
2005-04-06 | when using preferred entry or exit nodes, ignore whether | Roger Dingledine |
2005-04-06 | Add a pointer from edge connections to their corresponding circuit (ulp!); ad... | Nick Mathewson |
2005-04-06 | Fix bug in last commit when no circid can be found | Nick Mathewson |
2005-04-06 | Fix format warning | Nick Mathewson |
2005-04-06 | note some features we intend to add. | Roger Dingledine |
2005-04-06 | Hopefully, this will make ORs much faster, and not break them: keep a big spl... | Nick Mathewson |
2005-04-06 | a bit more data on gene's dns threading bug | Roger Dingledine |
2005-04-06 | update conn-type-state-strings to handle https states for ORs | Roger Dingledine |
2005-04-06 | Add missing comma. Oops | Nick Mathewson |
2005-04-06 | Handle changed router status correctly when reloading fingerprint file | Nick Mathewson |
2005-04-06 | Log msg spelling fix | Nick Mathewson |
2005-04-06 | When we're connecting to an OR and he's got a different nickname/key | Roger Dingledine |
2005-04-06 | Fix Tor for no-threading compilation: move connection_unregister from _connec... | Nick Mathewson |
2005-04-06 | Change replacement semantics for directory entries: fix bug 121. | Nick Mathewson |
2005-04-05 | Update TorControl to handle new event types. EVENT_WARN is obsolete, so renam... | Nick Mathewson |
2005-04-05 | Revise control spec and implementation to allow all log messages to be sent t... | Nick Mathewson |
2005-04-04 | Make last fix work on windows too. | Nick Mathewson |
2005-04-04 | Fix possible bug on threading platforms with running out of fds do to cpuwork... | Nick Mathewson |
2005-04-04 | don't point to the 0.0.9.x manual only | Roger Dingledine |
2005-04-04 | put a note in the torrc about abuse potential with the default | Roger Dingledine |
2005-04-04 | take some items off the todo | Roger Dingledine |
2005-04-04 | client now retries when streams end early for 'hibernating' or | Roger Dingledine |
2005-04-03 | debian snapshot: 0.1.0.2-rc-cvs-200504032300-1debian-version-0.1.0.2-rc-cvs-200504031300-1 | Peter Palfrader |
2005-04-03 | automatically approve nodes running 0.1.0.2-rc or later | Roger Dingledine |
2005-04-03 | Clarify a point related to bug 84 | Nick Mathewson |
2005-04-03 | I hear the smart kinds compile before committing. Then they never miss parens | Nick Mathewson |
2005-04-03 | Make smartlist_string_remove consistent with smartlist_string | Nick Mathewson |
2005-04-03 | Only warn once per nickname from add_nickname_list_to_smartlist per failure. | Nick Mathewson |
2005-04-03 | Add useful smartlist_string_remove function. | Nick Mathewson |
2005-04-03 | Adjust maximum skew and age for rendezvous descriptors: adjust code to make s... | Nick Mathewson |
2005-04-03 | clean up the circuit-mark-for-close patch | Roger Dingledine |