summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2005-04-17Replace an infinite-stack-recursion bug with a generate-infinite-debug-messag...Nick Mathewson
2005-04-17zero-out errno before calling event_dispatch, just in case we have misdiagnos...Nick Mathewson
2005-04-12be willing to load balance over up to 2mB, not 1mB, of advertised capacityRoger Dingledine
2005-04-12those should be notices, not warnsRoger Dingledine
2005-04-11Fix postdescriptor behavior: on non-complete success, only say "done" once.Nick Mathewson
2005-04-08bump to 0.1.0.3-rcRoger Dingledine
2005-04-08remove some redundant codeRoger Dingledine
2005-04-08If it has not been 100 seconds since we told the cpuworker about an onion, co...Nick Mathewson
2005-04-08Make libevent_logging_callback static.Nick Mathewson
2005-04-08Add kludgy function to force controllers to flush EVENT_ERR_MSG events.Nick Mathewson
2005-04-08Move a quote, fix a log.Nick Mathewson
2005-04-08Fixs a signed/unsigned comparisonNick Mathewson
2005-04-08Add missing "char"Nick Mathewson
2005-04-07tie MAX_DIR_SIZE to MAX_BUF_SIZERoger Dingledine
2005-04-07fix format bugRoger Dingledine
2005-04-07only whine about clock skew from the dirserver if he's a trustedRoger Dingledine
2005-04-07Improve conn_*_to_string; add circuit_state_to_string; make skewed-descriptor...Nick Mathewson
2005-04-07allow servers to publish descriptors from 12 hours in the future.Roger Dingledine
2005-04-07Change conn_(type|state)_to_string from const arrays to switch functions so w...Nick Mathewson
2005-04-07add function commentRoger Dingledine
2005-04-07We have a bug that I can't find. Sometimes, very rarely, cpuworkers getRoger Dingledine
2005-04-07Try RB_TREE instead of SPLAY_TREE, but with a single-entry caching optimization.Nick Mathewson
2005-04-07Make compare_orconn_circid_entries marginally faster and inlined, if that helpsNick Mathewson
2005-04-06Stop putting nodename in the Platform string of server descriptors.Roger Dingledine
2005-04-06When we connect and finish TLS negotiation with address:port, it is obvious t...Nick Mathewson
2005-04-06stop wasting time doing a case insensitive comparison for every dns nameRoger Dingledine
2005-04-06blow away most calls to assert_all_pending_dns_resolves_ok, sinceRoger Dingledine
2005-04-06bugfix: chdir to your datadirectory at the *end* of theRoger Dingledine
2005-04-06quiet another instance where we whine to an innocent OR operator'sRoger Dingledine
2005-04-06oh, and accept() into the right place, too.Roger Dingledine
2005-04-06Forward-port the checking ofRoger Dingledine
2005-04-06fix an assert trigger: when we have the rare case of acceptingRoger Dingledine
2005-04-06Rename circuit_get_by_stream to circuit_get_by_edge_conn, and actually start ...Nick Mathewson
2005-04-06when using preferred entry or exit nodes, ignore whetherRoger Dingledine
2005-04-06Add a pointer from edge connections to their corresponding circuit (ulp!); ad...Nick Mathewson
2005-04-06Fix bug in last commit when no circid can be foundNick Mathewson
2005-04-06Fix format warningNick Mathewson
2005-04-06note some features we intend to add.Roger Dingledine
2005-04-06Hopefully, this will make ORs much faster, and not break them: keep a big spl...Nick Mathewson
2005-04-06a bit more data on gene's dns threading bugRoger Dingledine
2005-04-06update conn-type-state-strings to handle https states for ORsRoger Dingledine
2005-04-06Add missing comma. OopsNick Mathewson
2005-04-06Handle changed router status correctly when reloading fingerprint fileNick Mathewson
2005-04-06Log msg spelling fixNick Mathewson
2005-04-06When we're connecting to an OR and he's got a different nickname/keyRoger Dingledine
2005-04-06Fix Tor for no-threading compilation: move connection_unregister from _connec...Nick Mathewson
2005-04-06Change replacement semantics for directory entries: fix bug 121.Nick Mathewson
2005-04-05Revise control spec and implementation to allow all log messages to be sent t...Nick Mathewson
2005-04-04Make last fix work on windows too.Nick Mathewson
2005-04-04Fix possible bug on threading platforms with running out of fds do to cpuwork...Nick Mathewson