Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | make workers explain their death better when tor dies | Roger Dingledine | 2004-03-04 |
| | | | | | | | and make them say it at log level info rather than err svn:r1232 | ||
* | bugfix: don't pass complex things to the connection_mark_for_close macro | Roger Dingledine | 2004-03-04 |
| | | | | svn:r1231 | ||
* | Clean up dns->connection_mark_for_close->dns_remove path | Nick Mathewson | 2004-03-04 |
| | | | | svn:r1230 | ||
* | Store options->Address as IP, not hostname | Roger Dingledine | 2004-03-04 |
| | | | | | | | | And figure it out while reading config, not every time you rebuild the descriptor svn:r1226 | ||
* | Try to find out early if buffers get trashed or double-freed. | Nick Mathewson | 2004-03-03 |
| | | | | svn:r1225 | ||
* | and a minor patch | Roger Dingledine | 2004-03-03 |
| | | | | svn:r1215 | ||
* | holding until flush was borked | Roger Dingledine | 2004-03-03 |
| | | | | | | | | | | we were never writing anything when hold_open_until_flushed was set, since conn_write returns early if marked_for_conn is set. seems a bit better now. svn:r1214 | ||
* | better debugging for lonely flushes | Roger Dingledine | 2004-03-03 |
| | | | | svn:r1213 | ||
* | close immediately when write() fails too, else things will turn bad | Roger Dingledine | 2004-03-03 |
| | | | | svn:r1212 | ||
* | don't mark_for_close again when the destroy arrives after the end cell | Roger Dingledine | 2004-03-03 |
| | | | | svn:r1211 | ||
* | use conn->hold_open_until_flushed for streams | Roger Dingledine | 2004-03-03 |
| | | | | | | | and also note/fix a variety of other stream-based bugs svn:r1210 | ||
* | Implement hold_open_until_flushed. I may have missed something important. | Nick Mathewson | 2004-03-03 |
| | | | | svn:r1209 | ||
* | make socks5 not give a spurious warning | Roger Dingledine | 2004-03-03 |
| | | | | | | | also rename AP_CONN_STATE_CONNECTING to _CONNECT_WAIT svn:r1208 | ||
* | reenable part of assert_circuit_ok, leave some still disabled | Roger Dingledine | 2004-03-03 |
| | | | | svn:r1207 | ||
* | make circuit-building less noisy when a node in your exclude/exit/entrynodes ↵ | Roger Dingledine | 2004-03-03 |
| | | | | | | is down svn:r1206 | ||
* | Fix (maybe) assert_circuit_ok. leave it disabled till arma confirms | Nick Mathewson | 2004-03-03 |
| | | | | svn:r1205 | ||
* | remove redundant check | Nick Mathewson | 2004-03-03 |
| | | | | svn:r1204 | ||
* | warn more when losing data on closed/marked connections. | Nick Mathewson | 2004-03-03 |
| | | | | svn:r1203 | ||
* | bugfix: close_immediate called buf_clear but listeners don't have bufs | Roger Dingledine | 2004-03-03 |
| | | | | svn:r1202 | ||
* | Nth time is the charm on list manip. | Nick Mathewson | 2004-03-03 |
| | | | | svn:r1201 | ||
* | fix a pair of lurking segfaults | Roger Dingledine | 2004-03-02 |
| | | | | svn:r1198 | ||
* | Split out mark_for_close with circuits. Seems to work for me. | Nick Mathewson | 2004-03-02 |
| | | | | svn:r1197 | ||
* | Fix assertion failure spotted by arma. | Nick Mathewson | 2004-03-02 |
| | | | | | | | | | | | Apparently, when a DNS failure was already cached, then when we tried to mark the exit connection as closed, we'd try to remove it from the pending queue anyway, and hit an assert. Now, we put failed-resolve connections in a separate state so that mark_for_close does the right thing. svn:r1196 | ||
* | add --version, note that --help is probably obsolete | Roger Dingledine | 2004-03-02 |
| | | | | svn:r1195 | ||
* | make config_assign fail rather than warn for unrecognized config options | Roger Dingledine | 2004-03-02 |
| | | | | svn:r1194 | ||
* | make parse_line_from_file fail rather than warn for malformed lines | Roger Dingledine | 2004-03-02 |
| | | | | svn:r1193 | ||
* | note an assert trigger bug | Roger Dingledine | 2004-03-01 |
| | | | | | | | nick, want to fix this? :) svn:r1192 | ||
* | make 'make test' exit(1) if a test fails. | Nick Mathewson | 2004-03-01 |
| | | | | svn:r1190 | ||
* | put switch_id and start_daemon earlier | Roger Dingledine | 2004-02-29 |
| | | | | svn:r1188 | ||
* | fix duplicate call to connection_mark_for_close | Roger Dingledine | 2004-02-29 |
| | | | | svn:r1187 | ||
* | bugfix: we were checking the wrong thing to see if 'reason' | Roger Dingledine | 2004-02-29 |
| | | | | | | | was out of range svn:r1186 | ||
* | when a stream is 15s late, print out the circuit at -l warn | Roger Dingledine | 2004-02-29 |
| | | | | svn:r1180 | ||
* | print a statement when the first circ is finished, | Roger Dingledine | 2004-02-29 |
| | | | | | | | so the user knows it's working svn:r1179 | ||
* | bugfix: only warn about an unrouter router after we've fetched a directory | Roger Dingledine | 2004-02-29 |
| | | | | svn:r1178 | ||
* | disable buffer tests, until we rewrite them (one of them fails) | Roger Dingledine | 2004-02-29 |
| | | | | svn:r1177 | ||
* | create a separate connection_edge_destroy() function | Roger Dingledine | 2004-02-29 |
| | | | | svn:r1176 | ||
* | bugfix: when we time out on a stream and detach, send an end first | Roger Dingledine | 2004-02-28 |
| | | | | svn:r1175 | ||
* | bugfix: in some cases, connection_mark_for_close wasn't marking the conn | Roger Dingledine | 2004-02-28 |
| | | | | svn:r1174 | ||
* | clearer warning message | Roger Dingledine | 2004-02-28 |
| | | | | svn:r1173 | ||
* | disallow changing from ORPort==0 to ORPort>0 on hup | Roger Dingledine | 2004-02-28 |
| | | | | svn:r1172 | ||
* | cwd to datadir if it's defined, rather than / | Roger Dingledine | 2004-02-28 |
| | | | | | | | this way people can get cores if they want to svn:r1171 | ||
* | bugfix: stop trying to write to a stderr that may not be there | Roger Dingledine | 2004-02-28 |
| | | | | | | | also, tell start_daemon our desired cwd svn:r1170 | ||
* | fix the function comment | Roger Dingledine | 2004-02-28 |
| | | | | svn:r1169 | ||
* | Split dns_cancel_pending_resolve into dns_cancel_pending_resolve (kill a | Nick Mathewson | 2004-02-28 |
| | | | | | | | | resolve in response to a DNS worker dying) and connection_dns_remove (remove a pending connection from the resolve structure.) svn:r1168 | ||
* | add a log_warn to notify us of yet another potential dns.c bug | Roger Dingledine | 2004-02-28 |
| | | | | svn:r1167 | ||
* | Make dns_cancel_pending_resolve less agressive. | Nick Mathewson | 2004-02-28 |
| | | | | svn:r1166 | ||
* | Fix bug on dns_found_answer from mark_to_close stuff. | Nick Mathewson | 2004-02-28 |
| | | | | svn:r1165 | ||
* | remove assert from dns.c that's no longer true: | Roger Dingledine | 2004-02-28 |
| | | | | | | | | | typically the resolve will be pending, but it could be failed if it just failed and we're working through the 'pending' list, or it could be valid if some other dnsworker raced us to fill in the entry. svn:r1164 | ||
* | Stop trying to flush on broken sockets marked for close. | Nick Mathewson | 2004-02-28 |
| | | | | svn:r1163 | ||
* | some comments to point nick at the latest bugs | Roger Dingledine | 2004-02-28 |
| | | | | svn:r1162 |