index
:
tor
disths
master
[no description]
Gitolite user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
or
/
rendservice.c
Commit message (
Expand
)
Author
Age
...
*
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
*
It's amazing how wrong things look when you invert the booleans on your
•••
sanity checks. svn:r1487
Nick Mathewson
2004-04-05
*
Slightly more helpful msg on mismatched service pk digest in INTRODUCE2 cell
•••
svn:r1486
Nick Mathewson
2004-04-05
*
oaep uses 42 more bytes -- stop clobbering buffers
•••
also maybe fix some constants here and there -- nick? svn:r1484
Roger Dingledine
2004-04-05
*
Expect a 20-byte nul-padded-and-terminated nickname
•••
svn:r1480
Nick Mathewson
2004-04-05
*
Add some temporary log calls to try to debug the "Hash of session info was no...
•••
svn:r1479
Nick Mathewson
2004-04-05
*
Implement acks
•••
svn:r1470
Nick Mathewson
2004-04-03
*
Handle rendezvous relay cells
•••
svn:r1464
Nick Mathewson
2004-04-03
*
Use (set|get)_uint(16|32) in lieu of memcpy where reasonable.
•••
svn:r1462
Nick Mathewson
2004-04-03
*
Refactor the heck out of crypto interface: admit that we will stick with one ...
•••
svn:r1458
Nick Mathewson
2004-04-03
*
tabs
•••
svn:r1456
Roger Dingledine
2004-04-03
*
Hide smartlist internals
•••
svn:r1451
Nick Mathewson
2004-04-03
*
Finish renaming rend_service field
•••
svn:r1447
Nick Mathewson
2004-04-02
*
refactor; start adding debugging logs to midpoint rend stuff
•••
svn:r1445
Nick Mathewson
2004-04-02
*
Finish missing comment :p
•••
svn:r1444
Nick Mathewson
2004-04-02
*
Implement rennd_services_init
•••
svn:r1443
Nick Mathewson
2004-04-02
*
now circuit_get_newest returns an appropriate circ for your purpose
•••
connection_ap_handshake_attach_circuit attaches to a circ of the right purpose add a skeletal rendclient.c svn:r1441
Roger Dingledine
2004-04-02
*
Make preferred/excluded intro points configurable
•••
svn:r1440
Nick Mathewson
2004-04-02
*
Implement midpoint functionality for rendezvous points.
•••
svn:r1439
Nick Mathewson
2004-04-02
[prev]
[next]