| Commit message (Expand) | Author | Age |
* | don't close all the fd's when you spawn a thread, only when you fork | Roger Dingledine | 2004-03-12 |
* | bugfix: we were caching transient dns failures | Roger Dingledine | 2004-03-12 |
* | get rid of those pesky tabs | Roger Dingledine | 2004-03-12 |
* | inform unapproved servers when we reject their descriptors | Roger Dingledine | 2004-03-12 |
* | more details when a conn is closed before it's done flushing | Roger Dingledine | 2004-03-12 |
* | start tracking the 'broken pipe' error | Roger Dingledine | 2004-03-11 |
* | Make all the other read/writes into recv/sends, except when they shouldn't be. | Nick Mathewson | 2004-03-11 |
* | UnDOSify CRLF->LF. | Nick Mathewson | 2004-03-11 |
* | Make OP work on windows! (Also misc logging tweaks) | Nick Mathewson | 2004-03-11 |
* | Get entropy in windows. | Nick Mathewson | 2004-03-11 |
* | actually, if recommendedversions is required for dirservers, | Roger Dingledine | 2004-03-10 |
* | give a useful error message to clients when the dirserver hasn't | Roger Dingledine | 2004-03-10 |
* | Make windows version correct; initialize windows foolishness so that gethostb... | Nick Mathewson | 2004-03-10 |
* | Fix some bugs in parse_time | Nick Mathewson | 2004-03-09 |
* | Fix DOS line endings; autoconfize checks for strptime and inet_aton | Nick Mathewson | 2004-03-09 |
* | Make tor build on windows again. More work still needed | Nick Mathewson | 2004-03-09 |
* | stop troubling router operators with unapproved router connect attempts | Roger Dingledine | 2004-03-09 |
* | bugfix: only set conn->hold_open_until_flushed after marking | Roger Dingledine | 2004-03-08 |
* | when you get a desc from an unknown router, log its fingerprint | Roger Dingledine | 2004-03-08 |
* | re-try streams at most 4 times | Roger Dingledine | 2004-03-07 |
* | fix a rare race condition: when we send a cell and then | Roger Dingledine | 2004-03-06 |
* | if a stream times out after 15s without a connected cell, | Roger Dingledine | 2004-03-06 |
* | if the directory client hangs up before getting the directory, | Roger Dingledine | 2004-03-06 |
* | stop asserting that computers always go forward in time | Roger Dingledine | 2004-03-06 |
* | New, more flexible directory parsing backend. Uses a bit more RAM, but implem... | Nick Mathewson | 2004-03-05 |
* | make workers explain their death better when tor dies | Roger Dingledine | 2004-03-04 |
* | bugfix: don't pass complex things to the connection_mark_for_close macro | Roger Dingledine | 2004-03-04 |
* | Clean up dns->connection_mark_for_close->dns_remove path | Nick Mathewson | 2004-03-04 |
* | Store options->Address as IP, not hostname | Roger Dingledine | 2004-03-04 |
* | Try to find out early if buffers get trashed or double-freed. | Nick Mathewson | 2004-03-03 |
* | and a minor patch | Roger Dingledine | 2004-03-03 |
* | holding until flush was borked | Roger Dingledine | 2004-03-03 |
* | better debugging for lonely flushes | Roger Dingledine | 2004-03-03 |
* | close immediately when write() fails too, else things will turn bad | Roger Dingledine | 2004-03-03 |
* | don't mark_for_close again when the destroy arrives after the end cell | Roger Dingledine | 2004-03-03 |
* | use conn->hold_open_until_flushed for streams | Roger Dingledine | 2004-03-03 |
* | Implement hold_open_until_flushed. I may have missed something important. | Nick Mathewson | 2004-03-03 |
* | make socks5 not give a spurious warning | Roger Dingledine | 2004-03-03 |
* | reenable part of assert_circuit_ok, leave some still disabled | Roger Dingledine | 2004-03-03 |
* | make circuit-building less noisy when a node in your exclude/exit/entrynodes ... | Roger Dingledine | 2004-03-03 |
* | Fix (maybe) assert_circuit_ok. leave it disabled till arma confirms | Nick Mathewson | 2004-03-03 |
* | remove redundant check | Nick Mathewson | 2004-03-03 |
* | warn more when losing data on closed/marked connections. | Nick Mathewson | 2004-03-03 |
* | bugfix: close_immediate called buf_clear but listeners don't have bufs | Roger Dingledine | 2004-03-03 |
* | Nth time is the charm on list manip. | Nick Mathewson | 2004-03-03 |
* | fix a pair of lurking segfaults | Roger Dingledine | 2004-03-02 |
* | Split out mark_for_close with circuits. Seems to work for me. | Nick Mathewson | 2004-03-02 |
* | Fix assertion failure spotted by arma. | Nick Mathewson | 2004-03-02 |
* | add --version, note that --help is probably obsolete | Roger Dingledine | 2004-03-02 |
* | make config_assign fail rather than warn for unrecognized config options | Roger Dingledine | 2004-03-02 |