summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2004-03-10actually, if recommendedversions is required for dirservers,Roger Dingledine
2004-03-10give a useful error message to clients when the dirserver hasn'tRoger Dingledine
2004-03-10Some stuff *should* be signedNick Mathewson
2004-03-10Make windows version correct; initialize windows foolishness so that gethostb...Nick Mathewson
2004-03-09Fix some bugs in parse_timeNick Mathewson
2004-03-09Fix DOS line endings; autoconfize checks for strptime and inet_atonNick Mathewson
2004-03-09Make tor build on windows again. More work still neededNick Mathewson
2004-03-09stop troubling router operators with unapproved router connect attemptsRoger Dingledine
2004-03-08bugfix: only set conn->hold_open_until_flushed after markingRoger Dingledine
2004-03-08when you get a desc from an unknown router, log its fingerprintRoger Dingledine
2004-03-08clarifying comment for crypto_pk_get_fingerprintRoger Dingledine
2004-03-07re-try streams at most 4 timesRoger Dingledine
2004-03-07improve comments for server operators (maybe)Roger Dingledine
2004-03-06fix a rare race condition: when we send a cell and thenRoger Dingledine
2004-03-06if a stream times out after 15s without a connected cell,Roger Dingledine
2004-03-06if the directory client hangs up before getting the directory,Roger Dingledine
2004-03-06stop asserting that computers always go forward in timeRoger Dingledine
2004-03-05New, more flexible directory parsing backend. Uses a bit more RAM, but implem...Nick Mathewson
2004-03-04make workers explain their death better when tor diesRoger Dingledine
2004-03-04bugfix: don't pass complex things to the connection_mark_for_close macroRoger Dingledine
2004-03-04Clean up dns->connection_mark_for_close->dns_remove pathNick Mathewson
2004-03-04Store options->Address as IP, not hostnameRoger Dingledine
2004-03-03Try to find out early if buffers get trashed or double-freed.Nick Mathewson
2004-03-03and a minor patchRoger Dingledine
2004-03-03holding until flush was borkedRoger Dingledine
2004-03-03better debugging for lonely flushesRoger Dingledine
2004-03-03close immediately when write() fails too, else things will turn badRoger Dingledine
2004-03-03don't mark_for_close again when the destroy arrives after the end cellRoger Dingledine
2004-03-03use conn->hold_open_until_flushed for streamsRoger Dingledine
2004-03-03Implement hold_open_until_flushed. I may have missed something important.Nick Mathewson
2004-03-03make socks5 not give a spurious warningRoger Dingledine
2004-03-03reenable part of assert_circuit_ok, leave some still disabledRoger Dingledine
2004-03-03make circuit-building less noisy when a node in your exclude/exit/entrynodes ...Roger Dingledine
2004-03-03Fix (maybe) assert_circuit_ok. leave it disabled till arma confirmsNick Mathewson
2004-03-03remove redundant checkNick Mathewson
2004-03-03warn more when losing data on closed/marked connections.Nick Mathewson
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