Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-04-01 | Add new functions to wrap digest and sign/checksig. | Nick Mathewson | |
svn:r1436 | |||
2004-04-01 | teach directory servers to handle renddesc responses | Roger Dingledine | |
svn:r1434 | |||
2004-04-01 | alice chooses her rendezvous node from all running routers | Roger Dingledine | |
and she can set preferences in her options svn:r1433 | |||
2004-04-01 | Finish implementing what-bob-does-on-INTRODUCE2 | Nick Mathewson | |
svn:r1432 | |||
2004-04-01 | Separate "generate-DH-key" from "get-DH-key" without breaking old interface | Nick Mathewson | |
svn:r1431 | |||
2004-04-01 | teach alice to recognize y.onion addresses | Roger Dingledine | |
svn:r1430 | |||
2004-04-01 | Add some hooks to handle rendezvous-related cells at ORs | Nick Mathewson | |
svn:r1429 | |||
2004-04-01 | let the circuit-launcher choose the exit node (if he wants) | Roger Dingledine | |
svn:r1428 | |||
2004-04-01 | Make it compile. | Nick Mathewson | |
svn:r1427 | |||
2004-04-01 | Add a (also fragmentary) function to handle introduction requests | Nick Mathewson | |
svn:r1426 | |||
2004-04-01 | outline what bob does to initialize his hidden services | Roger Dingledine | |
let circuit_launch_new return the circ it just made svn:r1424 | |||
2004-04-01 | Add helpful hybrid encryption functions | Nick Mathewson | |
svn:r1423 | |||
2004-04-01 | let alice recognize a y.onion address and, uhm, do something | Roger Dingledine | |
svn:r1422 | |||
2004-04-01 | put in hooks for alice and bob logic when circuits finish/fail | Roger Dingledine | |
let you specify the purpose of circuits you launch bugfix: we used to be declaring the first successful circuit too early -- when the first hop finished. now we're more accurate. svn:r1421 | |||
2004-04-01 | Add relay command types for rendezvous | Nick Mathewson | |
svn:r1419 | |||
2004-03-31 | allow conns to demand to be attached to a clean circuit | Roger Dingledine | |
(nobody uses this yet) svn:r1417 | |||
2004-03-31 | make changes that ben laurie suggested | Roger Dingledine | |
(ben, was this what you had in mind?) svn:r1415 | |||
2004-03-31 | Add an ap_bridge function to do a socketpair and skip socks. | Roger Dingledine | |
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 | |||
2004-03-31 | Add missing file | Nick Mathewson | |
svn:r1411 | |||
2004-03-31 | Add code to configure hidden services, parse configuration, generate keys ↵ | Nick Mathewson | |
and service IDs, and store/load them from disk svn:r1410 | |||
2004-03-31 | Fix warning | Nick Mathewson | |
svn:r1409 | |||
2004-03-31 | better way: always nul-terminate. then sometimes use it, sometimes not. | Roger Dingledine | |
svn:r1408 | |||
2004-03-31 | let fetch_from_buf_http tolerate nuls in the http body | Roger Dingledine | |
teach directory.c about which places it needs to nul-terminate body before it uses it, and which places it must not svn:r1407 | |||
2004-03-31 | rename hidserv_xx | Nick Mathewson | |
svn:r1406 | |||
2004-03-31 | Implement hidserv_XX functions; there is still an XXX in ↵ | Nick Mathewson | |
directory_handle_command svn:r1404 | |||
2004-03-31 | Parse and generate service descriptors | Nick Mathewson | |
svn:r1403 | |||
2004-03-30 | add and use stubs for hidserv lookup and store | Roger Dingledine | |
svn:r1402 | |||
2004-03-30 | Make smartlist Do What Arma Expects. | Nick Mathewson | |
svn:r1401 | |||
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 | 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 | don't freak people out as much with the warning message | Roger Dingledine | |
svn:r1378 | |||
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 | old or skewed descriptor doesn't mean we failed to parse it | Roger Dingledine | |
svn:r1373 | |||
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 | 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 |