summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2004-03-03bugfix: close_immediate called buf_clear but listeners don't have bufsRoger Dingledine
2004-03-03Nth time is the charm on list manip.Nick Mathewson
2004-03-02fix a pair of lurking segfaultsRoger Dingledine
2004-03-02Split out mark_for_close with circuits. Seems to work for me.Nick Mathewson
2004-03-02Fix assertion failure spotted by arma.Nick Mathewson
2004-03-02add --version, note that --help is probably obsoleteRoger Dingledine
2004-03-02make config_assign fail rather than warn for unrecognized config optionsRoger Dingledine
2004-03-02make parse_line_from_file fail rather than warn for malformed linesRoger Dingledine
2004-03-01note an assert trigger bugRoger Dingledine
2004-03-01make 'make test' exit(1) if a test fails.Nick Mathewson
2004-02-29put switch_id and start_daemon earlierRoger Dingledine
2004-02-29fix duplicate call to connection_mark_for_closeRoger Dingledine
2004-02-29bugfix: we were checking the wrong thing to see if 'reason'Roger Dingledine
2004-02-29when a stream is 15s late, print out the circuit at -l warnRoger Dingledine
2004-02-29print a statement when the first circ is finished,Roger Dingledine
2004-02-29bugfix: only warn about an unrouter router after we've fetched a directoryRoger Dingledine
2004-02-29disable buffer tests, until we rewrite them (one of them fails)Roger Dingledine
2004-02-29create a separate connection_edge_destroy() functionRoger Dingledine
2004-02-28bugfix: when we time out on a stream and detach, send an end firstRoger Dingledine
2004-02-28bugfix: in some cases, connection_mark_for_close wasn't marking the connRoger Dingledine
2004-02-28clearer warning messageRoger Dingledine
2004-02-28disallow changing from ORPort==0 to ORPort>0 on hupRoger Dingledine
2004-02-28cwd to datadir if it's defined, rather than /Roger Dingledine
2004-02-28bugfix: stop trying to write to a stderr that may not be thereRoger Dingledine
2004-02-28fix the function commentRoger Dingledine
2004-02-28Split dns_cancel_pending_resolve into dns_cancel_pending_resolve (kill aNick Mathewson
2004-02-28add a log_warn to notify us of yet another potential dns.c bugRoger Dingledine
2004-02-28Make dns_cancel_pending_resolve less agressive.Nick Mathewson
2004-02-28Fix bug on dns_found_answer from mark_to_close stuff.Nick Mathewson
2004-02-28remove assert from dns.c that's no longer true:Roger Dingledine
2004-02-28Stop trying to flush on broken sockets marked for close.Nick Mathewson
2004-02-28some comments to point nick at the latest bugsRoger Dingledine
2004-02-28better explain exit policies in the torrcRoger Dingledine
2004-02-28enable assert_connection_ok()Roger Dingledine
2004-02-28note bug in assert_connection_okRoger Dingledine
2004-02-28clean up some log messages and severitiesRoger Dingledine
2004-02-28make flush_buf have a sane return conventionRoger Dingledine
2004-02-28rename ExcludedNodes config option to ExcludeNodesRoger Dingledine
2004-02-28if a relay cell is unrecognized at the end of the circuit,Roger Dingledine
2004-02-28some more small fixesRoger Dingledine
2004-02-28make code more readable; arrbitrarily change a -1 to a 0.Nick Mathewson
2004-02-28Stop answering "end" with "end"Nick Mathewson
2004-02-28Push responsibility for connection marking down as far as possible; have only...Nick Mathewson
2004-02-28Make has_sent_end irrelevant: only try to send end if reason is nonzeroNick Mathewson
2004-02-27and another oneRoger Dingledine
2004-02-27patches/answers to nick's commitRoger Dingledine
2004-02-27Refactor mark_for_close, connection_edge_end and friends. Now, everybodyNick Mathewson
2004-02-27make 'connected' cells include the resolved IPRoger Dingledine
2004-02-27Fix a bug where you might flush some data on a tls connection, and thenRoger Dingledine
2004-02-27clean up an ia64 warningRoger Dingledine