Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | don't assert multiple things in the same tor_assert() | Roger Dingledine | 2004-10-16 | |
| | | | | svn:r2544 | |||
* | 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 | |||
* | better warn message for failed hidserv desc fetch | Roger Dingledine | 2004-10-03 | |
| | | | | svn:r2412 | |||
* | More digest/nickname fixes | Nick Mathewson | 2004-07-02 | |
| | | | | svn:r2000 | |||
* | Break files apart into more modules | Roger Dingledine | 2004-05-13 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | * \file circuitbuild.c * \brief The actual details of building circuits. * \file circuitlist.c * \brief Manage the global circuit list. * \file circuituse.c * \brief Launch the right sort of circuits, attach streams to them. * \file connection_edge.c * \brief Handle edge streams. * \file onion.c * \brief Functions to queue create cells, and handle onionskin * parsing and creation. * \file relay.c * \brief Handle relay cell encryption/decryption, plus packaging and * receiving from circuits. svn:r1863 | |||
* | clean up directory.c API | Roger Dingledine | 2004-05-12 | |
| | | | | svn:r1860 | |||
* | break connection_edge_end out of connection_mark_for_close | Roger Dingledine | 2004-05-12 | |
| | | | | svn:r1858 | |||
* | 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 | |||
* | when you get an intro ack, don't also count it as an intro nack | Roger Dingledine | 2004-04-18 | |
| | | | | svn:r1666 | |||
* | if an intro circ waiting for an ack dies before getting one, then | Roger Dingledine | 2004-04-18 | |
| | | | | | | | count it as a nack svn:r1665 | |||
* | fix another rare bug: when we had tried all the intro | Roger Dingledine | 2004-04-16 | |
| | | | | | | | | | points for a hidden service, we fetched the descriptor again, but we left our introcirc thinking it had already sent an intro, so it kept waiting for a response... svn:r1644 | |||
* | more useful logging for rend services and clients | Roger Dingledine | 2004-04-16 | |
| | | | | svn:r1641 | |||
* | i was wrong about one of my invariants | Roger Dingledine | 2004-04-16 | |
| | | | | | | | | | now it's commented this should fix asserts when you try an intro point, get a nack, and try a second one and it works. svn:r1637 | |||
* | put in an extra assert, might find a bug these way | Roger Dingledine | 2004-04-16 | |
| | | | | svn:r1636 | |||
* | make rendezvous points work again | Roger Dingledine | 2004-04-14 | |
| | | | | | | | (yay. now time to mess them up again.) svn:r1619 | |||
* | remove unused variable | Roger Dingledine | 2004-04-13 | |
| | | | | svn:r1615 | |||
* | let introcircs receive acks. rend streams now deal correctly again. | Roger Dingledine | 2004-04-13 | |
| | | | | | | | (i think) svn:r1614 | |||
* | clean up circuit rebuilding some; fix some bugs we hadn't hit yet | Roger Dingledine | 2004-04-13 | |
| | | | | svn:r1606 | |||
* | Handle the rendezvous-circ elements of retrying introductions. | Nick Mathewson | 2004-04-13 | |
| | | | | svn:r1604 | |||
* | <arma> you should make r and i and use r for r and i for i | Nick Mathewson | 2004-04-13 | |
| | | | | svn:r1603 | |||
* | Handle introduce naks. Arma: Is this right? | Nick Mathewson | 2004-04-13 | |
| | | | | svn:r1602 | |||
* | Get the rest of intro-ack/nak handling in ... except for the tricky "pick a ↵ | Nick Mathewson | 2004-04-13 | |
| | | | | | | new intro and re-extend and re-try" part. svn:r1601 | |||
* | ACK/NAK INTRODUCE1 requests. (We do no useful processing on them yet) | Nick Mathewson | 2004-04-12 | |
| | | | | svn:r1597 | |||
* | bugfix: alice would crash if bob advertised 0 intro points | Roger Dingledine | 2004-04-08 | |
| | | | | svn:r1559 | |||
* | Use CIRCUIT_IS_ORIGIN in favor of boolean circ->cpath | Nick Mathewson | 2004-04-08 | |
| | | | | svn:r1555 | |||
* | clean up rend_client_get_random_intro | Roger Dingledine | 2004-04-08 | |
| | | | | svn:r1552 | |||
* | if the rend desc cache entry was fetched more than 15 mins ago, | Roger Dingledine | 2004-04-07 | |
| | | | | | | | | then try to fetch a new one. but if the new fetch fails, use the old one. svn:r1540 | |||
* | Remember when we received which service desc. | Nick Mathewson | 2004-04-07 | |
| | | | | svn:r1536 | |||
* | set the circ windows on the middle hop of the rend circs | Roger Dingledine | 2004-04-06 | |
| | | | | svn:r1511 | |||
* | Force hybrid encryption on for key negotiation | Nick Mathewson | 2004-04-06 | |
| | | | | svn:r1509 | |||
* | checkpoint commit: rend closer to working, still not there yet | Roger Dingledine | 2004-04-06 | |
| | | | | svn:r1506 | |||
* | Set handshake_state to NULL before appending cpath hops | Nick Mathewson | 2004-04-06 | |
| | | | | svn:r1505 | |||
* | Document stuff, reduce magic numbers, add emacs magic | Nick Mathewson | 2004-04-06 | |
| | | | | svn:r1502 | |||
* | fix the bob-can't-decode-relays bug | Roger Dingledine | 2004-04-05 | |
| | | | | | | | now alice can send the begin and bob can receive it. svn:r1499 | |||
* | make rend apconn send to the right cpath layer | Roger Dingledine | 2004-04-05 | |
| | | | | | | | and fix circuit_log_path to know about rend circs svn:r1496 | |||
* | Spec conformance: KH|"INTRODUCE" is only for establishing intro pt | Nick Mathewson | 2004-04-05 | |
| | | | | svn:r1493 | |||
* | Use symbolic constants; make padding types match. | Nick Mathewson | 2004-04-05 | |
| | | | | svn:r1491 | |||
* | Implement response to RENDEZVOUS2 cell. | Nick Mathewson | 2004-04-05 | |
| | | | | svn:r1490 | |||
* | Do first half of Alice-side of DH handshake. | Nick Mathewson | 2004-04-05 | |
| | | | | svn:r1485 | |||
* | oaep uses 42 more bytes -- stop clobbering buffers | Roger Dingledine | 2004-04-05 | |
| | | | | | | | also maybe fix some constants here and there -- nick? svn:r1484 | |||
* | strdup the intro point when you pick it, so you | Roger Dingledine | 2004-04-05 | |
| | | | | | | | don't free it and then return it svn:r1483 | |||
* | complain early if we get an unrecognized nickname from | Roger Dingledine | 2004-04-05 | |
| | | | | | | | bob's rend service descriptor svn:r1482 | |||
* | send a destroy after we send an introduce | Roger Dingledine | 2004-04-05 | |
| | | | | svn:r1476 | |||
* | 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 |