aboutsummaryrefslogtreecommitdiff
path: root/src/or
Commit message (Expand)AuthorAge
* and a minor patchRoger Dingledine2004-03-03
* holding until flush was borkedRoger Dingledine2004-03-03
* better debugging for lonely flushesRoger Dingledine2004-03-03
* close immediately when write() fails too, else things will turn badRoger Dingledine2004-03-03
* don't mark_for_close again when the destroy arrives after the end cellRoger Dingledine2004-03-03
* use conn->hold_open_until_flushed for streamsRoger Dingledine2004-03-03
* Implement hold_open_until_flushed. I may have missed something important.Nick Mathewson2004-03-03
* make socks5 not give a spurious warningRoger Dingledine2004-03-03
* reenable part of assert_circuit_ok, leave some still disabledRoger Dingledine2004-03-03
* make circuit-building less noisy when a node in your exclude/exit/entrynodes ...Roger Dingledine2004-03-03
* Fix (maybe) assert_circuit_ok. leave it disabled till arma confirmsNick Mathewson2004-03-03
* remove redundant checkNick Mathewson2004-03-03
* warn more when losing data on closed/marked connections.Nick Mathewson2004-03-03
* bugfix: close_immediate called buf_clear but listeners don't have bufsRoger Dingledine2004-03-03
* Nth time is the charm on list manip.Nick Mathewson2004-03-03
* fix a pair of lurking segfaultsRoger Dingledine2004-03-02
* Split out mark_for_close with circuits. Seems to work for me.Nick Mathewson2004-03-02
* Fix assertion failure spotted by arma.Nick Mathewson2004-03-02
* add --version, note that --help is probably obsoleteRoger Dingledine2004-03-02
* make config_assign fail rather than warn for unrecognized config optionsRoger Dingledine2004-03-02
* note an assert trigger bugRoger Dingledine2004-03-01
* make 'make test' exit(1) if a test fails.Nick Mathewson2004-03-01
* put switch_id and start_daemon earlierRoger Dingledine2004-02-29
* fix duplicate call to connection_mark_for_closeRoger Dingledine2004-02-29
* bugfix: we were checking the wrong thing to see if 'reason'Roger Dingledine2004-02-29
* when a stream is 15s late, print out the circuit at -l warnRoger Dingledine2004-02-29
* print a statement when the first circ is finished,Roger Dingledine2004-02-29
* bugfix: only warn about an unrouter router after we've fetched a directoryRoger Dingledine2004-02-29
* disable buffer tests, until we rewrite them (one of them fails)Roger Dingledine2004-02-29
* create a separate connection_edge_destroy() functionRoger Dingledine2004-02-29
* bugfix: when we time out on a stream and detach, send an end firstRoger Dingledine2004-02-28
* bugfix: in some cases, connection_mark_for_close wasn't marking the connRoger Dingledine2004-02-28
* clearer warning messageRoger Dingledine2004-02-28
* disallow changing from ORPort==0 to ORPort>0 on hupRoger Dingledine2004-02-28
* cwd to datadir if it's defined, rather than /Roger Dingledine2004-02-28
* fix the function commentRoger Dingledine2004-02-28
* Split dns_cancel_pending_resolve into dns_cancel_pending_resolve (kill aNick Mathewson2004-02-28
* add a log_warn to notify us of yet another potential dns.c bugRoger Dingledine2004-02-28
* Make dns_cancel_pending_resolve less agressive.Nick Mathewson2004-02-28
* Fix bug on dns_found_answer from mark_to_close stuff.Nick Mathewson2004-02-28
* remove assert from dns.c that's no longer true:Roger Dingledine2004-02-28
* Stop trying to flush on broken sockets marked for close.Nick Mathewson2004-02-28
* some comments to point nick at the latest bugsRoger Dingledine2004-02-28
* enable assert_connection_ok()Roger Dingledine2004-02-28
* note bug in assert_connection_okRoger Dingledine2004-02-28
* clean up some log messages and severitiesRoger Dingledine2004-02-28
* make flush_buf have a sane return conventionRoger Dingledine2004-02-28
* rename ExcludedNodes config option to ExcludeNodesRoger Dingledine2004-02-28
* if a relay cell is unrecognized at the end of the circuit,Roger Dingledine2004-02-28
* some more small fixesRoger Dingledine2004-02-28