Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | stop using atexit() to remove our pid, since it's called•••immediately when we daemonize. also drop our retry period for hidserv desc uploads from 10m to 5m svn:r2111 | Roger Dingledine | 2004-07-22 | |
* | now base16_encode() and base32_encode() can't ever fail•••svn:r2103 | Roger Dingledine | 2004-07-22 | |
* | More digest/nickname fixes•••svn:r2000 | Nick Mathewson | 2004-07-02 | |
* | crank up some of our constants, for better scalability•••svn:r1938 | Roger Dingledine | 2004-06-02 | |
* | router_choose_random_node() was ignoring its routerlist argument.•••so now we don't pass it one. svn:r1911 | Roger Dingledine | 2004-05-20 | |
* | Resolve some XXXs•••svn:r1889 | Nick Mathewson | 2004-05-18 | |
* | Only try to launch a fixed number of intro circuits for a service per 15-minu...•••svn:r1883 | Nick Mathewson | 2004-05-18 | |
* | Break files apart into more modules••• * \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 | Roger Dingledine | 2004-05-13 | |
* | clean up directory.c API•••svn:r1860 | Roger Dingledine | 2004-05-12 | |
* | Not every RSA decrypt should warn on failure.•••svn:r1853 | Nick Mathewson | 2004-05-12 | |
* | Close rogue <b>s•••svn:r1838 | Nick Mathewson | 2004-05-10 | |
* | More doxygenation.•••svn:r1832 | Nick Mathewson | 2004-05-10 | |
* | more doxygen markup•••plenty more remains svn:r1824 | Roger Dingledine | 2004-05-09 | |
* | Comments for nearly all non-tricky files•••svn:r1796 | Nick Mathewson | 2004-05-05 | |
* | fix a seg fault (whoops)•••svn:r1755 | Roger Dingledine | 2004-04-30 | |
* | Make Tor build on win32 with VC6 without warnings.•••svn:r1739 | Nick Mathewson | 2004-04-28 | |
* | now assume all routers support rendezvous cells•••svn:r1699 | Roger Dingledine | 2004-04-25 | |
* | use tor_assert•••remove obsolete BUF_OK macro svn:r1697 | Roger Dingledine | 2004-04-25 | |
* | fix a pair of duplicate mark-for-closes•••svn:r1643 | Roger Dingledine | 2004-04-16 | |
* | more useful logging for rend services and clients•••svn:r1641 | Roger Dingledine | 2004-04-16 | |
* | Strings need room for a NUL.•••svn:r1630 | Nick Mathewson | 2004-04-15 | |
* | Add a missing return -1•••svn:r1629 | Nick Mathewson | 2004-04-15 | |
* | prune abandoned circs better•••add debugging info for the bug weasel found svn:r1626 | Roger Dingledine | 2004-04-14 | |
* | Retry non-final-hop rendezvous failures•••svn:r1625 | Nick Mathewson | 2004-04-14 | |
* | Do not segfault on missing intro points.•••svn:r1616 | Nick Mathewson | 2004-04-14 | |
* | Mark service descriptors as dirty when we have lost an intro point•••svn:r1608 | Nick Mathewson | 2004-04-13 | |
* | Separate "start-establishing-introduction" from "upload descriptors"; only up...•••svn:r1607 | Nick Mathewson | 2004-04-13 | |
* | clean up circuit rebuilding some; fix some bugs we hadn't hit yet•••svn:r1606 | Roger Dingledine | 2004-04-13 | |
* | Have find_intro_circuit return non-open circs•••svn:r1600 | Nick Mathewson | 2004-04-13 | |
* | Use service id instead of hex id in rendservice.c log messages. Rendcommon a...•••svn:r1591 | Nick Mathewson | 2004-04-12 | |
* | Dump introduction point status on kill -USR1•••svn:r1584 | Nick Mathewson | 2004-04-09 | |
* | Be endianly-correct for rendezvous functionality•••svn:r1565 | Nick Mathewson | 2004-04-08 | |
* | log which intro points we picked•••svn:r1564 | Roger Dingledine | 2004-04-08 | |
* | Use CIRCUIT_IS_ORIGIN in favor of boolean circ->cpath•••svn:r1555 | Nick Mathewson | 2004-04-08 | |
* | Set rend_query on exiting streams•••svn:r1551 | Nick Mathewson | 2004-04-08 | |
* | don't log info when we asked for log warn•••svn:r1548 | Roger Dingledine | 2004-04-08 | |
* | Do not crash when no desc is found•••svn:r1546 | Nick Mathewson | 2004-04-08 | |
* | don't try to build intro circs until you've fetched the directory•••svn:r1541 | Roger Dingledine | 2004-04-07 | |
* | Rebuild and re-upload service descriptors every 15 minutes•••svn:r1537 | Nick Mathewson | 2004-04-07 | |
* | Don't use Tor version 0.0.5 for intro/rendezvous points. (We don't need•••to worry about 0.0.4 or earlier, because nobody is running them any more.) svn:r1533 | Nick Mathewson | 2004-04-07 | |
* | Set correct address and port mappings on outgoing rendezvous connections•••svn:r1513 | Nick Mathewson | 2004-04-06 | |
* | set the circ windows on the middle hop of the rend circs•••svn:r1511 | Roger Dingledine | 2004-04-06 | |
* | router_choose_random_node wants a smartlist of routers, not of nicknames.•••svn:r1510 | Nick Mathewson | 2004-04-06 | |
* | Set handshake_state to NULL before appending cpath hops•••svn:r1505 | Nick Mathewson | 2004-04-06 | |
* | Document stuff, reduce magic numbers, add emacs magic•••svn:r1502 | Nick Mathewson | 2004-04-06 | |
* | fix the bob-can't-decode-relays bug•••now alice can send the begin and bob can receive it. svn:r1499 | Roger Dingledine | 2004-04-05 | |
* | Use correct payload lengths when sending RENDEZVOUS1 cells•••svn:r1494 | Nick Mathewson | 2004-04-05 | |
* | Add a missing offset•••svn:r1492 | Nick Mathewson | 2004-04-05 | |
* | Use symbolic constants; make padding types match.•••svn:r1491 | Nick Mathewson | 2004-04-05 | |
* | Implement response to RENDEZVOUS2 cell.•••svn:r1490 | Nick Mathewson | 2004-04-05 |