Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-03-30 | Refactor directory servers | Roger Dingledine | |
* read all the time (before we would ignore eof sometimes, oops) * we can handle different urls now * send back 404 for an un-handled url * commands initiated by the client can handle payloads now * introduce conn->purpose to avoid exponential state-space explosion svn:r1400 | |||
2004-03-30 | Resolve type-punning warnings | Nick Mathewson | |
svn:r1399 | |||
2004-03-30 | Jump through a hoop, suppress a warning | Nick Mathewson | |
svn:r1398 | |||
2004-03-30 | Remove maximum-size field from smartlists | Nick Mathewson | |
svn:r1397 | |||
2004-03-30 | Add rendezvous-related metadata and code to circuits. Initially, we | Nick Mathewson | |
thought that a complicated adjunct structure would be necessary, but it doesn't look that way anymore. Of course, I might have forgotten something. svn:r1396 | |||
2004-03-30 | Add more key manipulation functions, and base32 functions, to crypto | Nick Mathewson | |
svn:r1395 | |||
2004-03-30 | Make smartlists start small and grow as needed. | Nick Mathewson | |
svn:r1394 | |||
2004-03-30 | Make service IDs 80 bits, not 128 | Nick Mathewson | |
svn:r1393 | |||
2004-03-30 | New upstream releasedebian-version-0.0.5-1 | Peter Palfrader | |
svn:r1391 | |||
2004-03-30 | commit a changelog for 0.0.5tor-0.0.5 | Roger Dingledine | |
svn:r1389 | |||
2004-03-30 | bump to 0.0.5 | Roger Dingledine | |
svn:r1388 | |||
2004-03-30 | Keep using torrc instead of torrc.sample as dpkg handles conffile upgrades. | Peter Palfrader | |
svn:r1387 | |||
2004-03-30 | bump to 0.0.5rc3 | Roger Dingledine | |
svn:r1386 | |||
2004-03-30 | update hacking to mention loglevel notice | Roger Dingledine | |
svn:r1385 | |||
2004-03-30 | use 'notice' loglevel for things the operator should hear | Roger Dingledine | |
but that aren't warnings svn:r1384 | |||
2004-03-30 | add in a 'notice' log level | Roger Dingledine | |
svn:r1383 | |||
2004-03-30 | guess some times on some tasks | Roger Dingledine | |
svn:r1382 | |||
2004-03-30 | switch tor-design to usenix format | Roger Dingledine | |
svn:r1381 | |||
2004-03-30 | break up initial rend tasks | Nick Mathewson | |
svn:r1380 | |||
2004-03-30 | Add reminder to debian/changelog: Upstream installs a torrc.sample file now, ↵ | Peter Palfrader | |
rather than torrc svn:r1379 | |||
2004-03-30 | don't freak people out as much with the warning message | Roger Dingledine | |
svn:r1378 | |||
2004-03-30 | clean up README to mention torrc.sample | Roger Dingledine | |
svn:r1377 | |||
2004-03-30 | re-enable recommendedversion checking (oops, thanks weasel) | Roger Dingledine | |
svn:r1376 | |||
2004-03-30 | rename torrc to torrc.sample | Roger Dingledine | |
now by default no torrc will be installed, so we'll just use the built-in defaults (we already do this on windows) svn:r1375 | |||
2004-03-29 | call it torrc.sample, not torrc | Roger Dingledine | |
svn:r1374 | |||
2004-03-29 | old or skewed descriptor doesn't mean we failed to parse it | Roger Dingledine | |
svn:r1373 | |||
2004-03-29 | bump to 0.0.5rc2 | Roger Dingledine | |
svn:r1372 | |||
2004-03-29 | refactor directories a smidgen | Roger Dingledine | |
svn:r1371 | |||
2004-03-29 | first guess at a set of circuit purposes | Roger Dingledine | |
svn:r1370 | |||
2004-03-29 | Remove automake files from cvs. Let's see whether it works for Roger too. | Peter Palfrader | |
svn:r1369 | |||
2004-03-29 | Make preliminary list of tasks for rendezvous service | Nick Mathewson | |
svn:r1368 | |||
2004-03-29 | Add more stuff to cvsignores | Nick Mathewson | |
svn:r1367 | |||
2004-03-29 | bugfix: we were closing socks-request connections immediately, rather | Roger Dingledine | |
than flushing them, if they were timing out before we marked them svn:r1366 | |||
2004-03-29 | clean up a few more bugs | Roger Dingledine | |
svn:r1365 | |||
2004-03-29 | fix typo | Roger Dingledine | |
svn:r1364 | |||
2004-03-29 | make normal exit nodes less likely to crash from the conn-munging bug | Roger Dingledine | |
but leave dirservers just as likely to crash svn:r1363 | |||
2004-03-29 | Re-enable unit tests for directory generation. | Nick Mathewson | |
svn:r1362 | |||
2004-03-29 | Remove descriptors that are older than 24 hours from the directory. Use ↵ | Nick Mathewson | |
strlcat instead of strncat to generate directories. svn:r1361 | |||
2004-03-29 | Possible fix for c99 aliasing warnings | Nick Mathewson | |
svn:r1360 | |||
2004-03-28 | make it less noisy for normal ORs when a server uses a false nickname | Roger Dingledine | |
svn:r1359 | |||
2004-03-28 | make dns resolves a lot faster | Roger Dingledine | |
(but only enable this once we've found the bug) svn:r1358 | |||
2004-03-28 | oh, i forgot to enable the find-munged-conn function | Roger Dingledine | |
svn:r1357 | |||
2004-03-28 | hold socks reply open until flushed (if possible) | Roger Dingledine | |
svn:r1356 | |||
2004-03-28 | Initial rendezvous spec version. Needs another review and revision; but ↵ | Nick Mathewson | |
first I must sleep svn:r1355 | |||
2004-03-28 | there is yet another dns-pending-conn-clobbering bug | Roger Dingledine | |
somewhere svn:r1354 | |||
2004-03-27 | update todo a bit farther | Roger Dingledine | |
svn:r1353 | |||
2004-03-27 | work around a tsocks bug | Roger Dingledine | |
when an AP connection dies early, be sure to do a socks reject for it. if you just hang up, tsocks goes into an infinite loop. svn:r1352 | |||
2004-03-27 | fix an assert trigger where an OP would fail to handshake, and we'd | Roger Dingledine | |
expect it to have a nickname. svn:r1351 | |||
2004-03-27 | only build circuits after we've fetched the directory | Roger Dingledine | |
this resolves a subtle bug where tor clients were preferentially using the directory servers, since when they start building circuits they know only about the directory servers on the other hand, it now takes longer after startup before there's a working circuit. so it goes. svn:r1350 | |||
2004-03-27 | make it less noisy to consider exit policies | Roger Dingledine | |
svn:r1349 |