Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-03-03 | commit the pre24 changelogtor-0.0.2pre24 | Roger Dingledine | |
svn:r1216 | |||
2004-03-03 | and a minor patch | Roger Dingledine | |
svn:r1215 | |||
2004-03-03 | holding until flush was borked | Roger Dingledine | |
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 | |||
2004-03-03 | better debugging for lonely flushes | Roger Dingledine | |
svn:r1213 | |||
2004-03-03 | close immediately when write() fails too, else things will turn bad | Roger Dingledine | |
svn:r1212 | |||
2004-03-03 | don't mark_for_close again when the destroy arrives after the end cell | Roger Dingledine | |
svn:r1211 | |||
2004-03-03 | use conn->hold_open_until_flushed for streams | Roger Dingledine | |
and also note/fix a variety of other stream-based bugs svn:r1210 | |||
2004-03-03 | Implement hold_open_until_flushed. I may have missed something important. | Nick Mathewson | |
svn:r1209 | |||
2004-03-03 | make socks5 not give a spurious warning | Roger Dingledine | |
also rename AP_CONN_STATE_CONNECTING to _CONNECT_WAIT svn:r1208 | |||
2004-03-03 | reenable part of assert_circuit_ok, leave some still disabled | Roger Dingledine | |
svn:r1207 | |||
2004-03-03 | make circuit-building less noisy when a node in your exclude/exit/entrynodes ↵ | Roger Dingledine | |
is down svn:r1206 | |||
2004-03-03 | Fix (maybe) assert_circuit_ok. leave it disabled till arma confirms | Nick Mathewson | |
svn:r1205 | |||
2004-03-03 | remove redundant check | Nick Mathewson | |
svn:r1204 | |||
2004-03-03 | warn more when losing data on closed/marked connections. | Nick Mathewson | |
svn:r1203 | |||
2004-03-03 | bugfix: close_immediate called buf_clear but listeners don't have bufs | Roger Dingledine | |
svn:r1202 | |||
2004-03-03 | Nth time is the charm on list manip. | Nick Mathewson | |
svn:r1201 | |||
2004-03-02 | fix the rpm spec description again | Roger Dingledine | |
svn:r1200 | |||
2004-03-02 | Integrate jbash's RPM spec into build process. (Requires "rpmbuild" to | Nick Mathewson | |
build properly. Works fine on redhat 9. YMMV.) svn:r1199 | |||
2004-03-02 | fix a pair of lurking segfaults | Roger Dingledine | |
svn:r1198 | |||
2004-03-02 | Split out mark_for_close with circuits. Seems to work for me. | Nick Mathewson | |
svn:r1197 | |||
2004-03-02 | Fix assertion failure spotted by arma. | Nick Mathewson | |
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 | |||
2004-03-02 | add --version, note that --help is probably obsolete | Roger Dingledine | |
svn:r1195 | |||
2004-03-02 | make config_assign fail rather than warn for unrecognized config options | Roger Dingledine | |
svn:r1194 | |||
2004-03-02 | make parse_line_from_file fail rather than warn for malformed lines | Roger Dingledine | |
svn:r1193 | |||
2004-03-01 | note an assert trigger bug | Roger Dingledine | |
nick, want to fix this? :) svn:r1192 | |||
2004-03-01 | update the todo | Roger Dingledine | |
svn:r1191 | |||
2004-03-01 | make 'make test' exit(1) if a test fails. | Nick Mathewson | |
svn:r1190 | |||
2004-03-01 | revise spec. It still needs more explanation to be intelligible by the ↵ | Nick Mathewson | |
uninitiated, but it is at least far less incorrect. svn:r1189 | |||
2004-02-29 | put switch_id and start_daemon earlier | Roger Dingledine | |
svn:r1188 | |||
2004-02-29 | fix duplicate call to connection_mark_for_close | Roger Dingledine | |
svn:r1187 | |||
2004-02-29 | bugfix: we were checking the wrong thing to see if 'reason' | Roger Dingledine | |
was out of range svn:r1186 | |||
2004-02-29 | New upstream release.debian-version-0.0.1+0.0.2pre23-1 | Peter Palfrader | |
Upstream tests got fixed svn:r1184 | |||
2004-02-29 | bump cvs to pre24 | Roger Dingledine | |
svn:r1183 | |||
2004-02-29 | changelog for pre23tor-0.0.2pre23 | Roger Dingledine | |
svn:r1181 | |||
2004-02-29 | when a stream is 15s late, print out the circuit at -l warn | Roger Dingledine | |
svn:r1180 | |||
2004-02-29 | print a statement when the first circ is finished, | Roger Dingledine | |
so the user knows it's working svn:r1179 | |||
2004-02-29 | bugfix: only warn about an unrouter router after we've fetched a directory | Roger Dingledine | |
svn:r1178 | |||
2004-02-29 | disable buffer tests, until we rewrite them (one of them fails) | Roger Dingledine | |
svn:r1177 | |||
2004-02-29 | create a separate connection_edge_destroy() function | Roger Dingledine | |
svn:r1176 | |||
2004-02-28 | bugfix: when we time out on a stream and detach, send an end first | Roger Dingledine | |
svn:r1175 | |||
2004-02-28 | bugfix: in some cases, connection_mark_for_close wasn't marking the conn | Roger Dingledine | |
svn:r1174 | |||
2004-02-28 | clearer warning message | Roger Dingledine | |
svn:r1173 | |||
2004-02-28 | disallow changing from ORPort==0 to ORPort>0 on hup | Roger Dingledine | |
svn:r1172 | |||
2004-02-28 | cwd to datadir if it's defined, rather than / | Roger Dingledine | |
this way people can get cores if they want to svn:r1171 | |||
2004-02-28 | bugfix: stop trying to write to a stderr that may not be there | Roger Dingledine | |
also, tell start_daemon our desired cwd svn:r1170 | |||
2004-02-28 | fix the function comment | Roger Dingledine | |
svn:r1169 | |||
2004-02-28 | Split dns_cancel_pending_resolve into dns_cancel_pending_resolve (kill a | Nick Mathewson | |
resolve in response to a DNS worker dying) and connection_dns_remove (remove a pending connection from the resolve structure.) svn:r1168 | |||
2004-02-28 | add a log_warn to notify us of yet another potential dns.c bug | Roger Dingledine | |
svn:r1167 | |||
2004-02-28 | Make dns_cancel_pending_resolve less agressive. | Nick Mathewson | |
svn:r1166 | |||
2004-02-28 | Fix bug on dns_found_answer from mark_to_close stuff. | Nick Mathewson | |
svn:r1165 |