Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Change end-of-file NLNL convention. It turns out arma I and I agree. | Nick Mathewson | 2005-06-09 | |
| | | | | svn:r4382 | |||
* | New whitespace normalization rule: no blank line at EOF. | Nick Mathewson | 2005-06-09 | |
| | | | | svn:r4378 | |||
* | first iteration of scrubbing sensitive strings from logs. | Roger Dingledine | 2005-05-03 | |
| | | | | | | | also generally clean up log messages. svn:r4174 | |||
* | Adjust maximum skew and age for rendezvous descriptors: adjust code to make ↵ | Nick Mathewson | 2005-04-03 | |
| | | | | | | skew add to age. svn:r3995 | |||
* | Clean up rend cache on shutdown | Nick Mathewson | 2005-02-28 | |
| | | | | svn:r3714 | |||
* | Handle unavailable hidden services better. We try each intro point | Roger Dingledine | 2005-01-19 | |
| | | | | | | | | | | until none are left, then we try to refetch the descriptor. If it's the same one we had before, then close streams right then. Whenever a new stream arrives, even if it's right after, optimistically try refetching the descriptor, just in case. svn:r3379 | |||
* | Suggestion from weasel: Make tor --version --version dump the cvs Id of ↵ | Nick Mathewson | 2004-11-29 | |
| | | | | | | every file. svn:r3019 | |||
* | Normalize space: add one between every control keyword and control clause. | Nick Mathewson | 2004-11-28 | |
| | | | | svn:r3003 | |||
* | remove emacs droppings, since nick says he doesn't need them anymore | Roger Dingledine | 2004-11-26 | |
| | | | | svn:r2989 | |||
* | Normalize whitespace; add a "tell me about all the unnormalized whitespace" ↵ | Nick Mathewson | 2004-11-09 | |
| | | | | | | target; fix a braino in dirserv.c svn:r2758 | |||
* | Clean up copyrights. | Roger Dingledine | 2004-11-07 | |
| | | | | | | | | Break connection_consider_empty_buckets() out of connection_read_bucket_decrement(). svn:r2698 | |||
* | canonicalize "src" and "dest" arg order in crypto.c (and others) | Roger Dingledine | 2004-11-02 | |
| | | | | svn:r2644 | |||
* | Use strlcpy, not strcpy. | Nick Mathewson | 2004-10-27 | |
| | | | | svn:r2610 | |||
* | Build without warnings on mac gcc 3.3 | Nick Mathewson | 2004-10-14 | |
| | | | | svn:r2487 | |||
* | more int to size_t conversions, fixing one or more amd64 bugs | Roger Dingledine | 2004-10-14 | |
| | | | | | | | plus a whitespace patch on config.c from vicman svn:r2482 | |||
* | now base16_encode() and base32_encode() can't ever fail | Roger Dingledine | 2004-07-22 | |
| | | | | svn:r2103 | |||
* | Resolve some XXXs | Nick Mathewson | 2004-05-18 | |
| | | | | svn:r1889 | |||
* | Make some functions static | Nick Mathewson | 2004-05-12 | |
| | | | | svn:r1857 | |||
* | More doxygenation. | Nick Mathewson | 2004-05-10 | |
| | | | | svn:r1832 | |||
* | more doxygen markup | Roger Dingledine | 2004-05-09 | |
| | | | | | | | plenty more remains svn:r1824 | |||
* | Comments for nearly all non-tricky files | Nick Mathewson | 2004-05-05 | |
| | | | | svn:r1796 | |||
* | use tor_assert | Roger Dingledine | 2004-04-25 | |
| | | | | | | | remove obsolete BUF_OK macro svn:r1697 | |||
* | ACK/NAK INTRODUCE1 requests. (We do no useful processing on them yet) | Nick Mathewson | 2004-04-12 | |
| | | | | svn:r1597 | |||
* | bump allowed rend desc skew from 60 mins to 90 mins | Roger Dingledine | 2004-04-12 | |
| | | | | svn:r1593 | |||
* | when rend_cache_store warns, give more detail | Roger Dingledine | 2004-04-08 | |
| | | | | svn:r1572 | |||
* | stop being so eager to have rend_cache_store reject the | Roger Dingledine | 2004-04-08 | |
| | | | | | | | service descriptor svn:r1566 | |||
* | Be endianly-correct for rendezvous functionality | Nick Mathewson | 2004-04-08 | |
| | | | | svn:r1565 | |||
* | Allow service descriptors with no intro points | Nick Mathewson | 2004-04-08 | |
| | | | | svn:r1557 | |||
* | Remember when we received which service desc. | Nick Mathewson | 2004-04-07 | |
| | | | | svn:r1536 | |||
* | checkpoint commit: rend closer to working, still not there yet | Roger Dingledine | 2004-04-06 | |
| | | | | svn:r1506 | |||
* | Document stuff, reduce magic numbers, add emacs magic | Nick Mathewson | 2004-04-06 | |
| | | | | svn:r1502 | |||
* | more alice-side infrastructure | Roger Dingledine | 2004-04-05 | |
| | | | | | | | | | | handle rendezvous acks, do rend begin cells right, send an introduction cell (sort of) receive a rendezvous2 cell (sort of) svn:r1475 | |||
* | alice can now look up bob's service descriptor, | Roger Dingledine | 2004-04-05 | |
| | | | | | | | | | | | | | | | | | choose an intro point, connect to it, choose a rend point, connect to it and establish a cookie, get an ack from the rendezvous point, and know when both circs are ready for her. APConns don't use conn->purpose anymore don't initiate a renddesc lookup if one is already in progress also fix a buffer overflow in nickname parsing (only exploitable by the operator though) svn:r1471 | |||
* | Implement acks | Nick Mathewson | 2004-04-03 | |
| | | | | svn:r1470 | |||
* | Strdup hates finding 0 bytes. | Nick Mathewson | 2004-04-03 | |
| | | | | svn:r1465 | |||
* | Handle rendezvous relay cells | Nick Mathewson | 2004-04-03 | |
| | | | | svn:r1464 | |||
* | publish and fetch the right rendezvous urls | Roger Dingledine | 2004-04-03 | |
| | | | | svn:r1463 | |||
* | Refactor the heck out of crypto interface: admit that we will stick with one ↵ | Nick Mathewson | 2004-04-03 | |
| | | | | | | ciphersuite at a time, make const things const, and stop putting openssl in the headers. svn:r1458 | |||
* | tabs | Roger Dingledine | 2004-04-03 | |
| | | | | svn:r1456 | |||
* | alice can intercept y.onion requests, do a lookup on them via tor, | Roger Dingledine | 2004-04-03 | |
| | | | | | | | and receive a 404 svn:r1455 | |||
* | remember to lower-case the y in y.onion | Roger Dingledine | 2004-04-03 | |
| | | | | svn:r1449 | |||
* | refactor; start adding debugging logs to midpoint rend stuff | Nick Mathewson | 2004-04-02 | |
| | | | | svn:r1445 | |||
* | now circuit_get_newest returns an appropriate circ for your purpose | Roger Dingledine | 2004-04-02 | |
| | | | | | | | | | | connection_ap_handshake_attach_circuit attaches to a circ of the right purpose add a skeletal rendclient.c svn:r1441 | |||
* | refactor to use new digest/checksig wrapper, add emacs magic, untabify | Nick Mathewson | 2004-04-01 | |
| | | | | svn:r1437 | |||
* | teach alice to recognize y.onion addresses | Roger Dingledine | 2004-04-01 | |
| | | | | svn:r1430 | |||
* | let alice recognize a y.onion address and, uhm, do something | Roger Dingledine | 2004-04-01 | |
| | | | | svn:r1422 | |||
* | rename hidserv_xx | Nick Mathewson | 2004-03-31 | |
| | | | | svn:r1406 | |||
* | 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 |