Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | tweak rend spec | Roger Dingledine | 2004-03-31 |
| | | | | svn:r1413 | ||
* | Add an ap_bridge function to do a socketpair and skip socks. | Roger Dingledine | 2004-03-31 |
| | | | | | | | | | | | | | | | | | This allows us to do a directory connection *through* tor just as if we're doing it as an application. Make ap_conns tolerate it when the application sends stuff before The socks handshake is done (it just buffers it). Tell directory_initiate_command the length of the payload (because it might include nuls). Add a directory_has_arrived function to, for example, start building the rendezvous service descriptor. svn:r1412 | ||
* | Add missing file | Nick Mathewson | 2004-03-31 |
| | | | | svn:r1411 | ||
* | Add code to configure hidden services, parse configuration, generate keys ↵ | Nick Mathewson | 2004-03-31 |
| | | | | | | and service IDs, and store/load them from disk svn:r1410 | ||
* | Fix warning | Nick Mathewson | 2004-03-31 |
| | | | | svn:r1409 | ||
* | better way: always nul-terminate. then sometimes use it, sometimes not. | Roger Dingledine | 2004-03-31 |
| | | | | svn:r1408 | ||
* | let fetch_from_buf_http tolerate nuls in the http body | Roger Dingledine | 2004-03-31 |
| | | | | | | | | teach directory.c about which places it needs to nul-terminate body before it uses it, and which places it must not svn:r1407 | ||
* | rename hidserv_xx | Nick Mathewson | 2004-03-31 |
| | | | | svn:r1406 | ||
* | tweaks/patches on the rendezvous spec | Roger Dingledine | 2004-03-31 |
| | | | | svn:r1405 | ||
* | Implement hidserv_XX functions; there is still an XXX in ↵ | Nick Mathewson | 2004-03-31 |
| | | | | | | directory_handle_command svn:r1404 | ||
* | Parse and generate service descriptors | Nick Mathewson | 2004-03-31 |
| | | | | svn:r1403 | ||
* | add and use stubs for hidserv lookup and store | Roger Dingledine | 2004-03-30 |
| | | | | svn:r1402 | ||
* | Make smartlist Do What Arma Expects. | Nick Mathewson | 2004-03-30 |
| | | | | svn:r1401 | ||
* | Refactor directory servers | Roger Dingledine | 2004-03-30 |
| | | | | | | | | | | | * 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 | ||
* | Resolve type-punning warnings | Nick Mathewson | 2004-03-30 |
| | | | | svn:r1399 | ||
* | Jump through a hoop, suppress a warning | Nick Mathewson | 2004-03-30 |
| | | | | svn:r1398 | ||
* | Remove maximum-size field from smartlists | Nick Mathewson | 2004-03-30 |
| | | | | svn:r1397 | ||
* | Add rendezvous-related metadata and code to circuits. Initially, we | Nick Mathewson | 2004-03-30 |
| | | | | | | | | | | 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 | ||
* | Add more key manipulation functions, and base32 functions, to crypto | Nick Mathewson | 2004-03-30 |
| | | | | svn:r1395 | ||
* | Make smartlists start small and grow as needed. | Nick Mathewson | 2004-03-30 |
| | | | | svn:r1394 | ||
* | Make service IDs 80 bits, not 128 | Nick Mathewson | 2004-03-30 |
| | | | | svn:r1393 | ||
* | New upstream release | Peter Palfrader | 2004-03-30 |
| | | | | svn:r1391 | ||
* | commit a changelog for 0.0.5 | Roger Dingledine | 2004-03-30 |
| | | | | svn:r1389 | ||
* | bump to 0.0.5 | Roger Dingledine | 2004-03-30 |
| | | | | svn:r1388 | ||
* | Keep using torrc instead of torrc.sample as dpkg handles conffile upgrades. | Peter Palfrader | 2004-03-30 |
| | | | | svn:r1387 | ||
* | bump to 0.0.5rc3 | Roger Dingledine | 2004-03-30 |
| | | | | svn:r1386 | ||
* | update hacking to mention loglevel notice | Roger Dingledine | 2004-03-30 |
| | | | | svn:r1385 | ||
* | use 'notice' loglevel for things the operator should hear | Roger Dingledine | 2004-03-30 |
| | | | | | | | but that aren't warnings svn:r1384 | ||
* | add in a 'notice' log level | Roger Dingledine | 2004-03-30 |
| | | | | svn:r1383 | ||
* | guess some times on some tasks | Roger Dingledine | 2004-03-30 |
| | | | | svn:r1382 | ||
* | switch tor-design to usenix format | Roger Dingledine | 2004-03-30 |
| | | | | svn:r1381 | ||
* | break up initial rend tasks | Nick Mathewson | 2004-03-30 |
| | | | | svn:r1380 | ||
* | Add reminder to debian/changelog: Upstream installs a torrc.sample file now, ↵ | Peter Palfrader | 2004-03-30 |
| | | | | | | rather than torrc svn:r1379 | ||
* | don't freak people out as much with the warning message | Roger Dingledine | 2004-03-30 |
| | | | | svn:r1378 | ||
* | clean up README to mention torrc.sample | Roger Dingledine | 2004-03-30 |
| | | | | svn:r1377 | ||
* | re-enable recommendedversion checking (oops, thanks weasel) | Roger Dingledine | 2004-03-30 |
| | | | | svn:r1376 | ||
* | rename torrc to torrc.sample | Roger Dingledine | 2004-03-30 |
| | | | | | | | | 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 | ||
* | call it torrc.sample, not torrc | Roger Dingledine | 2004-03-29 |
| | | | | svn:r1374 | ||
* | old or skewed descriptor doesn't mean we failed to parse it | Roger Dingledine | 2004-03-29 |
| | | | | svn:r1373 | ||
* | bump to 0.0.5rc2 | Roger Dingledine | 2004-03-29 |
| | | | | svn:r1372 | ||
* | refactor directories a smidgen | Roger Dingledine | 2004-03-29 |
| | | | | svn:r1371 | ||
* | first guess at a set of circuit purposes | Roger Dingledine | 2004-03-29 |
| | | | | svn:r1370 | ||
* | Remove automake files from cvs. Let's see whether it works for Roger too. | Peter Palfrader | 2004-03-29 |
| | | | | svn:r1369 | ||
* | Make preliminary list of tasks for rendezvous service | Nick Mathewson | 2004-03-29 |
| | | | | svn:r1368 | ||
* | Add more stuff to cvsignores | Nick Mathewson | 2004-03-29 |
| | | | | svn:r1367 | ||
* | bugfix: we were closing socks-request connections immediately, rather | Roger Dingledine | 2004-03-29 |
| | | | | | | | than flushing them, if they were timing out before we marked them svn:r1366 | ||
* | clean up a few more bugs | Roger Dingledine | 2004-03-29 |
| | | | | svn:r1365 | ||
* | fix typo | Roger Dingledine | 2004-03-29 |
| | | | | svn:r1364 | ||
* | make normal exit nodes less likely to crash from the conn-munging bug | Roger Dingledine | 2004-03-29 |
| | | | | | | | but leave dirservers just as likely to crash svn:r1363 | ||
* | Re-enable unit tests for directory generation. | Nick Mathewson | 2004-03-29 |
| | | | | svn:r1362 |