summaryrefslogtreecommitdiff
path: root/src/or/rendmid.c
AgeCommit message (Collapse)Author
2005-06-09New whitespace normalization rule: no blank line at EOF.Nick Mathewson
svn:r4378
2005-05-20we were leaking 616 bytes every time somebody established us asRoger Dingledine
an intro point for their hidden service. svn:r4276
2005-05-03first iteration of scrubbing sensitive strings from logs.Roger Dingledine
also generally clean up log messages. svn:r4174
2005-04-01update copyright notices.Nick Mathewson
svn:r3982
2005-01-13start generating version 1 style introduce cellsRoger Dingledine
svn:r3352
2004-12-01Spell-check strings and commentsNick Mathewson
svn:r3052
2004-11-29Suggestion from weasel: Make tor --version --version dump the cvs Id of ↵Nick Mathewson
every file. svn:r3019
2004-11-26remove emacs droppings, since nick says he doesn't need them anymoreRoger Dingledine
svn:r2989
2004-11-09Normalize whitespace; add a "tell me about all the unnormalized whitespace" ↵Nick Mathewson
target; fix a braino in dirserv.c svn:r2758
2004-11-07Clean up copyrights.Roger Dingledine
Break connection_consider_empty_buckets() out of connection_read_bucket_decrement(). svn:r2698
2004-11-02canonicalize "src" and "dest" arg order in crypto.c (and others)Roger Dingledine
svn:r2644
2004-10-24start generating new version of introduce1 cellsRoger Dingledine
svn:r2586
2004-10-14Build without warnings on mac gcc 3.3Nick Mathewson
svn:r2487
2004-10-14more int to size_t conversions, fixing one or more amd64 bugsRoger Dingledine
plus a whitespace patch on config.c from vicman svn:r2482
2004-08-07Always initialize hexid in rend_mid_rendezvous, no matter whatNick Mathewson
svn:r2176
2004-08-07hex_encode is obsoleted by base16_encode, and never actually worked in the ↵Nick Mathewson
first place. (Thanks to Timo Lindfors for noticing the never-actually-worked part.) svn:r2175
2004-07-22now base16_encode() and base32_encode() can't ever failRoger Dingledine
svn:r2103
2004-05-09more doxygen markupRoger Dingledine
plenty more remains svn:r1824
2004-05-05Comments for nearly all non-tricky filesNick Mathewson
svn:r1796
2004-04-27set Content-Type on the directory and hidserv descriptorRoger Dingledine
svn:r1731
2004-04-26rendmid says it drops but actually sends nackRoger Dingledine
fix log messages svn:r1725
2004-04-12ACK/NAK INTRODUCE1 requests. (We do no useful processing on them yet)Nick Mathewson
svn:r1597
2004-04-12Use service IDs in rendmid. (rendclient and common require no changes, it seems)Nick Mathewson
svn:r1594
2004-04-08Be endianly-correct for rendezvous functionalityNick Mathewson
svn:r1565
2004-04-06Document stuff, reduce magic numbers, add emacs magicNick Mathewson
svn:r1502
2004-04-05More symbolic constants for checking rendezvous1 cell lengthsNick Mathewson
svn:r1495
2004-04-05Use symbolic constants; make padding types match.Nick Mathewson
svn:r1491
2004-04-05oaep uses 42 more bytes -- stop clobbering buffersRoger Dingledine
also maybe fix some constants here and there -- nick? svn:r1484
2004-04-05use the right variable when comparing hashes; maybe fix "Hash of session" bugNick Mathewson
svn:r1481
2004-04-05Add some temporary log calls to try to debug the "Hash of session info was ↵Nick Mathewson
not as expected" problem svn:r1479
2004-04-05more alice-side infrastructureRoger Dingledine
handle rendezvous acks, do rend begin cells right, send an introduction cell (sort of) receive a rendezvous2 cell (sort of) svn:r1475
2004-04-03Implement acksNick Mathewson
svn:r1470
2004-04-03Handle rendezvous relay cellsNick Mathewson
svn:r1464
2004-04-03Refactor the heck out of crypto interface: admit that we will stick with one ↵Nick Mathewson
ciphersuite at a time, make const things const, and stop putting openssl in the headers. svn:r1458
2004-04-03Hide smartlist internalsNick Mathewson
svn:r1451
2004-04-02Finish renaming rend_service fieldNick Mathewson
svn:r1447
2004-04-02refactor; start adding debugging logs to midpoint rend stuffNick Mathewson
svn:r1445
2004-04-02Implement midpoint functionality for rendezvous points.Nick Mathewson
svn:r1439
2004-04-01Add some hooks to handle rendezvous-related cells at ORsNick Mathewson
svn:r1429