index
:
tor
disths
master
[no description]
Gitolite user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
or
/
rendmid.c
Commit message (
Expand
)
Author
Age
*
Always initialize hexid in rend_mid_rendezvous, no matter what
Nick Mathewson
2004-08-07
*
hex_encode is obsoleted by base16_encode, and never actually worked in the fi...
Nick Mathewson
2004-08-07
*
now base16_encode() and base32_encode() can't ever fail
Roger Dingledine
2004-07-22
*
more doxygen markup
Roger Dingledine
2004-05-09
*
Comments for nearly all non-tricky files
Nick Mathewson
2004-05-05
*
set Content-Type on the directory and hidserv descriptor
Roger Dingledine
2004-04-27
*
rendmid says it drops but actually sends nack
Roger Dingledine
2004-04-26
*
ACK/NAK INTRODUCE1 requests. (We do no useful processing on them yet)
Nick Mathewson
2004-04-12
*
Use service IDs in rendmid. (rendclient and common require no changes, it seems)
Nick Mathewson
2004-04-12
*
Be endianly-correct for rendezvous functionality
Nick Mathewson
2004-04-08
*
Document stuff, reduce magic numbers, add emacs magic
Nick Mathewson
2004-04-06
*
More symbolic constants for checking rendezvous1 cell lengths
Nick Mathewson
2004-04-05
*
Use symbolic constants; make padding types match.
Nick Mathewson
2004-04-05
*
oaep uses 42 more bytes -- stop clobbering buffers
Roger Dingledine
2004-04-05
*
use the right variable when comparing hashes; maybe fix "Hash of session" bug
Nick Mathewson
2004-04-05
*
Add some temporary log calls to try to debug the "Hash of session info was no...
Nick Mathewson
2004-04-05
*
more alice-side infrastructure
Roger Dingledine
2004-04-05
*
Implement acks
Nick Mathewson
2004-04-03
*
Handle rendezvous relay cells
Nick Mathewson
2004-04-03
*
Refactor the heck out of crypto interface: admit that we will stick with one ...
Nick Mathewson
2004-04-03
*
Hide smartlist internals
Nick Mathewson
2004-04-03
*
Finish renaming rend_service field
Nick Mathewson
2004-04-02
*
refactor; start adding debugging logs to midpoint rend stuff
Nick Mathewson
2004-04-02
*
Implement midpoint functionality for rendezvous points.
Nick Mathewson
2004-04-02
*
Add some hooks to handle rendezvous-related cells at ORs
Nick Mathewson
2004-04-01