| Commit message (Expand) | Author | Age |
* | clean up some presentation and comments•••svn:r1294
| Roger Dingledine | 2004-03-18 |
* | make directory format tests quiet again•••svn:r1287
| Roger Dingledine | 2004-03-15 |
* | make it warn about internal IPs not only if we had to guess,•••but also if they used a hostname rather than an IP
svn:r1285
| Roger Dingledine | 2004-03-15 |
* | only complain about private IPs if we had to guess•••svn:r1279
| Roger Dingledine | 2004-03-15 |
* | and another one•••svn:r1278
| Roger Dingledine | 2004-03-15 |
* | bugfix: address that strcat vulnerability in circuit.c•••svn:r1273
| Roger Dingledine | 2004-03-14 |
* | prevent servers from publishing an internal IP as their address•••svn:r1272
| Roger Dingledine | 2004-03-14 |
* | bugfix: decrement OR connections from global_bucket too•••bugfix: don't return immediately for has_pending_tls_data unless
the conn is allowed to read
svn:r1270
| Roger Dingledine | 2004-03-14 |
* | refactor bandwidth-control token buckets•••this is a checkpoint commit; there still remain some
bugs, er, somewhere.
svn:r1269
| Roger Dingledine | 2004-03-14 |
* | don't close all the fd's when you spawn a thread, only when you fork•••svn:r1267
| Roger Dingledine | 2004-03-12 |
* | bugfix: we were caching transient dns failures•••svn:r1266
| Roger Dingledine | 2004-03-12 |
* | get rid of those pesky tabs•••svn:r1264
| Roger Dingledine | 2004-03-12 |
* | inform unapproved servers when we reject their descriptors•••svn:r1263
| Roger Dingledine | 2004-03-12 |
* | more details when a conn is closed before it's done flushing•••svn:r1262
| Roger Dingledine | 2004-03-12 |
* | start tracking the 'broken pipe' error•••svn:r1261
| Roger Dingledine | 2004-03-11 |
* | Make all the other read/writes into recv/sends, except when they shouldn't be.•••svn:r1260
| Nick Mathewson | 2004-03-11 |
* | UnDOSify CRLF->LF.•••svn:r1259
| Nick Mathewson | 2004-03-11 |
* | Make OP work on windows! (Also misc logging tweaks)•••svn:r1258
| Nick Mathewson | 2004-03-11 |
* | Get entropy in windows.•••svn:r1257
| Nick Mathewson | 2004-03-11 |
* | actually, if recommendedversions is required for dirservers,•••then require it.
svn:r1253
| Roger Dingledine | 2004-03-10 |
* | give a useful error message to clients when the dirserver hasn't•••defined any recommended versions
svn:r1252
| Roger Dingledine | 2004-03-10 |
* | Make windows version correct; initialize windows foolishness so that gethostb...•••svn:r1250
| Nick Mathewson | 2004-03-10 |
* | Fix some bugs in parse_time•••svn:r1249
| Nick Mathewson | 2004-03-09 |
* | Fix DOS line endings; autoconfize checks for strptime and inet_aton•••svn:r1248
| Nick Mathewson | 2004-03-09 |
* | Make tor build on windows again. More work still needed•••svn:r1247
| Nick Mathewson | 2004-03-09 |
* | stop troubling router operators with unapproved router connect attempts•••but give the dirserver operator more information
svn:r1246
| Roger Dingledine | 2004-03-09 |
* | bugfix: only set conn->hold_open_until_flushed after marking•••svn:r1245
| Roger Dingledine | 2004-03-08 |
* | when you get a desc from an unknown router, log its fingerprint•••svn:r1244
| Roger Dingledine | 2004-03-08 |
* | re-try streams at most 4 times•••svn:r1242
| Roger Dingledine | 2004-03-07 |
* | fix a rare race condition: when we send a cell and then•••mark an OR connection expired, we might close it before
finishing a flush if the other side isn't reading.
svn:r1240
| Roger Dingledine | 2004-03-06 |
* | if a stream times out after 15s without a connected cell,•••don't try that circuit again.
svn:r1239
| Roger Dingledine | 2004-03-06 |
* | if the directory client hangs up before getting the directory,•••then give up on him
svn:r1238
| Roger Dingledine | 2004-03-06 |
* | stop asserting that computers always go forward in time•••it's simply not true
svn:r1236
| Roger Dingledine | 2004-03-06 |
* | New, more flexible directory parsing backend. Uses a bit more RAM, but implem...•••svn:r1235
| Nick Mathewson | 2004-03-05 |
* | make workers explain their death better when tor dies•••and make them say it at log level info rather than err
svn:r1232
| Roger Dingledine | 2004-03-04 |
* | bugfix: don't pass complex things to the connection_mark_for_close macro•••svn:r1231
| Roger Dingledine | 2004-03-04 |
* | Clean up dns->connection_mark_for_close->dns_remove path•••svn:r1230
| Nick Mathewson | 2004-03-04 |
* | Store options->Address as IP, not hostname•••And figure it out while reading config, not every time you
rebuild the descriptor
svn:r1226
| Roger Dingledine | 2004-03-04 |
* | Try to find out early if buffers get trashed or double-freed.•••svn:r1225
| Nick Mathewson | 2004-03-03 |
* | and a minor patch•••svn:r1215
| Roger Dingledine | 2004-03-03 |
* | holding until flush was borked•••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
| Roger Dingledine | 2004-03-03 |
* | better debugging for lonely flushes•••svn:r1213
| Roger Dingledine | 2004-03-03 |
* | close immediately when write() fails too, else things will turn bad•••svn:r1212
| Roger Dingledine | 2004-03-03 |
* | don't mark_for_close again when the destroy arrives after the end cell•••svn:r1211
| Roger Dingledine | 2004-03-03 |
* | use conn->hold_open_until_flushed for streams•••and also note/fix a variety of other stream-based bugs
svn:r1210
| Roger Dingledine | 2004-03-03 |
* | Implement hold_open_until_flushed. I may have missed something important.•••svn:r1209
| Nick Mathewson | 2004-03-03 |
* | make socks5 not give a spurious warning•••also rename AP_CONN_STATE_CONNECTING to _CONNECT_WAIT
svn:r1208
| Roger Dingledine | 2004-03-03 |
* | reenable part of assert_circuit_ok, leave some still disabled•••svn:r1207
| Roger Dingledine | 2004-03-03 |
* | make circuit-building less noisy when a node in your exclude/exit/entrynodes ...•••svn:r1206
| Roger Dingledine | 2004-03-03 |
* | Fix (maybe) assert_circuit_ok. leave it disabled till arma confirms•••svn:r1205
| Nick Mathewson | 2004-03-03 |