Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-03-09 | stop troubling router operators with unapproved router connect attempts | Roger Dingledine | |
but give the dirserver operator more information svn:r1246 | |||
2004-03-08 | bugfix: only set conn->hold_open_until_flushed after marking | Roger Dingledine | |
svn:r1245 | |||
2004-03-08 | when you get a desc from an unknown router, log its fingerprint | Roger Dingledine | |
svn:r1244 | |||
2004-03-08 | clarifying comment for crypto_pk_get_fingerprint | Roger Dingledine | |
svn:r1243 | |||
2004-03-07 | re-try streams at most 4 times | Roger Dingledine | |
svn:r1242 | |||
2004-03-07 | improve comments for server operators (maybe) | Roger Dingledine | |
svn:r1241 | |||
2004-03-06 | fix a rare race condition: when we send a cell and then | Roger Dingledine | |
mark an OR connection expired, we might close it before finishing a flush if the other side isn't reading. svn:r1240 | |||
2004-03-06 | if a stream times out after 15s without a connected cell, | Roger Dingledine | |
don't try that circuit again. svn:r1239 | |||
2004-03-06 | if the directory client hangs up before getting the directory, | Roger Dingledine | |
then give up on him svn:r1238 | |||
2004-03-06 | bump cvs to pre26 | Roger Dingledine | |
svn:r1237 | |||
2004-03-06 | stop asserting that computers always go forward in time | Roger Dingledine | |
it's simply not true svn:r1236 | |||
2004-03-05 | New, more flexible directory parsing backend. Uses a bit more RAM, but ↵ | Nick Mathewson | |
implements the new spec. Uses more RAM, but not so you would notice. svn:r1235 | |||
2004-03-04 | changelog for pre25tor-0.0.2pre25 | Roger Dingledine | |
svn:r1233 | |||
2004-03-04 | make workers explain their death better when tor dies | Roger Dingledine | |
and make them say it at log level info rather than err svn:r1232 | |||
2004-03-04 | bugfix: don't pass complex things to the connection_mark_for_close macro | Roger Dingledine | |
svn:r1231 | |||
2004-03-04 | Clean up dns->connection_mark_for_close->dns_remove path | Nick Mathewson | |
svn:r1230 | |||
2004-03-04 | ok ok only requires root if it requires root | Roger Dingledine | |
svn:r1229 | |||
2004-03-04 | note that make install requires root | Roger Dingledine | |
svn:r1228 | |||
2004-03-04 | Make decriptor format more flexible and extensible | Nick Mathewson | |
svn:r1227 | |||
2004-03-04 | Store options->Address as IP, not hostname | Roger Dingledine | |
And figure it out while reading config, not every time you rebuild the descriptor svn:r1226 | |||
2004-03-03 | Try to find out early if buffers get trashed or double-freed. | Nick Mathewson | |
svn:r1225 | |||
2004-03-03 | Wait for tor to die in init stop. Let the user know if it doesn'tdebian-version-0.0.1+0.0.2pre24-1 | Peter Palfrader | |
svn:r1223 | |||
2004-03-03 | Always enable DataDirectory, requires dpatch | Peter Palfrader | |
svn:r1222 | |||
2004-03-03 | Add "# ulimit -c unlimited" to tor.default | Peter Palfrader | |
svn:r1221 | |||
2004-03-03 | Do not strip binaries for now | Peter Palfrader | |
svn:r1220 | |||
2004-03-03 | New upstream release | Peter Palfrader | |
svn:r1219 | |||
2004-03-03 | bump cvs to pre25 | Roger Dingledine | |
svn:r1218 | |||
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 |