aboutsummaryrefslogtreecommitdiff
path: root/src/or/rendservice.c
Commit message (Expand)AuthorAge
* fix a rare seg fault for people running hidden services on•••intermittent connections svn:r2353 Roger Dingledine2004-09-20
* Some platforms have weird translations when you open files in "test" mode; ma...•••svn:r2336 Nick Mathewson2004-09-08
* Revert dumb think-o. Just because _some_ INTRODUCE2 cells are now longer,•••doesn't mean we should raise the _minimum_ size. svn:r2273 Nick Mathewson2004-08-18
* Support new INTRODUCE2 cell format•••svn:r2270 Nick Mathewson2004-08-18
* use unverified routers in the desired positions•••svn:r2249 Roger Dingledine2004-08-17
* Update to new choose_random_node interface.•••svn:r2239 Nick Mathewson2004-08-15
* o clients choose nodes proportional to advertised bandwidth•••o and/or while avoiding unreliable nodes, depending on goals o 'fascistfirewall' option to pick dirservers on port 80 and ORs on port 443. o if a begin failed due to exit policy, but we believe the IP should have been allowed, switch that router to exitpolicy reject *:* until we get our next directory. svn:r2231 Roger Dingledine2004-08-15
* hex_encode is obsoleted by base16_encode, and never actually worked in the fi...•••svn:r2175 Nick Mathewson2004-08-07
* 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 Dingledine2004-07-22
* now base16_encode() and base32_encode() can't ever fail•••svn:r2103 Roger Dingledine2004-07-22
* More digest/nickname fixes•••svn:r2000 Nick Mathewson2004-07-02
* crank up some of our constants, for better scalability•••svn:r1938 Roger Dingledine2004-06-02
* router_choose_random_node() was ignoring its routerlist argument.•••so now we don't pass it one. svn:r1911 Roger Dingledine2004-05-20
* Resolve some XXXs•••svn:r1889 Nick Mathewson2004-05-18
* Only try to launch a fixed number of intro circuits for a service per 15-minu...•••svn:r1883 Nick Mathewson2004-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 Dingledine2004-05-13
* clean up directory.c API•••svn:r1860 Roger Dingledine2004-05-12
* Not every RSA decrypt should warn on failure.•••svn:r1853 Nick Mathewson2004-05-12
* Close rogue <b>s•••svn:r1838 Nick Mathewson2004-05-10
* More doxygenation.•••svn:r1832 Nick Mathewson2004-05-10
* more doxygen markup•••plenty more remains svn:r1824 Roger Dingledine2004-05-09
* Comments for nearly all non-tricky files•••svn:r1796 Nick Mathewson2004-05-05
* fix a seg fault (whoops)•••svn:r1755 Roger Dingledine2004-04-30
* Make Tor build on win32 with VC6 without warnings.•••svn:r1739 Nick Mathewson2004-04-28
* now assume all routers support rendezvous cells•••svn:r1699 Roger Dingledine2004-04-25
* use tor_assert•••remove obsolete BUF_OK macro svn:r1697 Roger Dingledine2004-04-25
* fix a pair of duplicate mark-for-closes•••svn:r1643 Roger Dingledine2004-04-16
* more useful logging for rend services and clients•••svn:r1641 Roger Dingledine2004-04-16
* Strings need room for a NUL.•••svn:r1630 Nick Mathewson2004-04-15
* Add a missing return -1•••svn:r1629 Nick Mathewson2004-04-15
* prune abandoned circs better•••add debugging info for the bug weasel found svn:r1626 Roger Dingledine2004-04-14
* Retry non-final-hop rendezvous failures•••svn:r1625 Nick Mathewson2004-04-14
* Do not segfault on missing intro points.•••svn:r1616 Nick Mathewson2004-04-14
* Mark service descriptors as dirty when we have lost an intro point•••svn:r1608 Nick Mathewson2004-04-13
* Separate "start-establishing-introduction" from "upload descriptors"; only up...•••svn:r1607 Nick Mathewson2004-04-13
* clean up circuit rebuilding some; fix some bugs we hadn't hit yet•••svn:r1606 Roger Dingledine2004-04-13
* Have find_intro_circuit return non-open circs•••svn:r1600 Nick Mathewson2004-04-13
* Use service id instead of hex id in rendservice.c log messages. Rendcommon a...•••svn:r1591 Nick Mathewson2004-04-12
* Dump introduction point status on kill -USR1•••svn:r1584 Nick Mathewson2004-04-09
* Be endianly-correct for rendezvous functionality•••svn:r1565 Nick Mathewson2004-04-08
* log which intro points we picked•••svn:r1564 Roger Dingledine2004-04-08
* Use CIRCUIT_IS_ORIGIN in favor of boolean circ->cpath•••svn:r1555 Nick Mathewson2004-04-08
* Set rend_query on exiting streams•••svn:r1551 Nick Mathewson2004-04-08
* don't log info when we asked for log warn•••svn:r1548 Roger Dingledine2004-04-08
* Do not crash when no desc is found•••svn:r1546 Nick Mathewson2004-04-08
* don't try to build intro circs until you've fetched the directory•••svn:r1541 Roger Dingledine2004-04-07
* Rebuild and re-upload service descriptors every 15 minutes•••svn:r1537 Nick Mathewson2004-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 Mathewson2004-04-07
* Set correct address and port mappings on outgoing rendezvous connections•••svn:r1513 Nick Mathewson2004-04-06
* set the circ windows on the middle hop of the rend circs•••svn:r1511 Roger Dingledine2004-04-06