aboutsummaryrefslogtreecommitdiff
path: root/src/or/rendservice.c
Commit message (Collapse)AuthorAge
...
* clean up directory.c APIRoger Dingledine2004-05-12
| | | | svn:r1860
* Not every RSA decrypt should warn on failure.Nick Mathewson2004-05-12
| | | | svn:r1853
* Close rogue <b>sNick Mathewson2004-05-10
| | | | svn:r1838
* More doxygenation.Nick Mathewson2004-05-10
| | | | svn:r1832
* more doxygen markupRoger Dingledine2004-05-09
| | | | | | | plenty more remains svn:r1824
* Comments for nearly all non-tricky filesNick Mathewson2004-05-05
| | | | svn:r1796
* fix a seg fault (whoops)Roger Dingledine2004-04-30
| | | | svn:r1755
* Make Tor build on win32 with VC6 without warnings.Nick Mathewson2004-04-28
| | | | svn:r1739
* now assume all routers support rendezvous cellsRoger Dingledine2004-04-25
| | | | svn:r1699
* use tor_assertRoger Dingledine2004-04-25
| | | | | | | remove obsolete BUF_OK macro svn:r1697
* fix a pair of duplicate mark-for-closesRoger Dingledine2004-04-16
| | | | svn:r1643
* more useful logging for rend services and clientsRoger Dingledine2004-04-16
| | | | svn:r1641
* Strings need room for a NUL.Nick Mathewson2004-04-15
| | | | svn:r1630
* Add a missing return -1Nick Mathewson2004-04-15
| | | | svn:r1629
* prune abandoned circs betterRoger Dingledine2004-04-14
| | | | | | | add debugging info for the bug weasel found svn:r1626
* Retry non-final-hop rendezvous failuresNick Mathewson2004-04-14
| | | | svn:r1625
* Do not segfault on missing intro points.Nick Mathewson2004-04-14
| | | | svn:r1616
* Mark service descriptors as dirty when we have lost an intro pointNick Mathewson2004-04-13
| | | | svn:r1608
* Separate "start-establishing-introduction" from "upload descriptors"; only ↵Nick Mathewson2004-04-13
| | | | | | upload descriptors containing fully established intro points. svn:r1607
* clean up circuit rebuilding some; fix some bugs we hadn't hit yetRoger Dingledine2004-04-13
| | | | svn:r1606
* Have find_intro_circuit return non-open circsNick Mathewson2004-04-13
| | | | svn:r1600
* Use service id instead of hex id in rendservice.c log messages. Rendcommon ↵Nick Mathewson2004-04-12
| | | | | | and rendclient will follow tomorrow. svn:r1591
* Dump introduction point status on kill -USR1Nick Mathewson2004-04-09
| | | | svn:r1584
* Be endianly-correct for rendezvous functionalityNick Mathewson2004-04-08
| | | | svn:r1565
* log which intro points we pickedRoger Dingledine2004-04-08
| | | | svn:r1564
* Use CIRCUIT_IS_ORIGIN in favor of boolean circ->cpathNick Mathewson2004-04-08
| | | | svn:r1555
* Set rend_query on exiting streamsNick Mathewson2004-04-08
| | | | svn:r1551
* don't log info when we asked for log warnRoger Dingledine2004-04-08
| | | | svn:r1548
* Do not crash when no desc is foundNick Mathewson2004-04-08
| | | | svn:r1546
* don't try to build intro circs until you've fetched the directoryRoger Dingledine2004-04-07
| | | | svn:r1541
* Rebuild and re-upload service descriptors every 15 minutesNick Mathewson2004-04-07
| | | | svn:r1537
* Don't use Tor version 0.0.5 for intro/rendezvous points. (We don't needNick Mathewson2004-04-07
| | | | | | | to worry about 0.0.4 or earlier, because nobody is running them any more.) svn:r1533
* Set correct address and port mappings on outgoing rendezvous connectionsNick Mathewson2004-04-06
| | | | svn:r1513
* set the circ windows on the middle hop of the rend circsRoger Dingledine2004-04-06
| | | | svn:r1511
* router_choose_random_node wants a smartlist of routers, not of nicknames.Nick Mathewson2004-04-06
| | | | svn:r1510
* Set handshake_state to NULL before appending cpath hopsNick Mathewson2004-04-06
| | | | svn:r1505
* Document stuff, reduce magic numbers, add emacs magicNick Mathewson2004-04-06
| | | | svn:r1502
* fix the bob-can't-decode-relays bugRoger Dingledine2004-04-05
| | | | | | | now alice can send the begin and bob can receive it. svn:r1499
* Use correct payload lengths when sending RENDEZVOUS1 cellsNick Mathewson2004-04-05
| | | | svn:r1494
* Add a missing offsetNick Mathewson2004-04-05
| | | | svn:r1492
* Use symbolic constants; make padding types match.Nick Mathewson2004-04-05
| | | | svn:r1491
* Implement response to RENDEZVOUS2 cell.Nick Mathewson2004-04-05
| | | | svn:r1490
* It's amazing how wrong things look when you invert the booleans on yourNick Mathewson2004-04-05
| | | | | | | sanity checks. svn:r1487
* Slightly more helpful msg on mismatched service pk digest in INTRODUCE2 cellNick Mathewson2004-04-05
| | | | svn:r1486
* oaep uses 42 more bytes -- stop clobbering buffersRoger Dingledine2004-04-05
| | | | | | | also maybe fix some constants here and there -- nick? svn:r1484
* Expect a 20-byte nul-padded-and-terminated nicknameNick Mathewson2004-04-05
| | | | svn:r1480
* Add some temporary log calls to try to debug the "Hash of session info was ↵Nick Mathewson2004-04-05
| | | | | | not as expected" problem svn:r1479
* Implement acksNick Mathewson2004-04-03
| | | | svn:r1470
* Handle rendezvous relay cellsNick Mathewson2004-04-03
| | | | svn:r1464
* Use (set|get)_uint(16|32) in lieu of memcpy where reasonable.Nick Mathewson2004-04-03
| | | | svn:r1462