aboutsummaryrefslogtreecommitdiff
path: root/src/or/rendmid.c
Commit message (Expand)AuthorAge
* the last of the log convention conversion. finally.•••svn:r6005 Roger Dingledine2006-02-13
* Happy new year!•••svn:r5949 Roger Dingledine2006-02-09
* Jan 23 02:39:44.856 [warn] rend_mid_rendezvous(): Rejecting RENDEZVOUS1 cell ...•••This is not anything that the server admin can deal with, so don't complain this loudly. svn:r5851 Roger Dingledine2006-01-23
* Add reasons to DESTROY and RELAY_TRUNCATED cells.•••svn:r5734 Nick Mathewson2006-01-05
* Bite the bullet and limit all our source lines to 80 characters, the way IBM ...•••svn:r5582 Nick Mathewson2005-12-14
* when we changed from log_fn to debug/info/notice/warn/err,•••we screwed up the formatting in wild and unpredictable ways. fix it before it becomes convention to format logs in wild and unpredictable ways. still need to do src/common/ someday. svn:r5551 Roger Dingledine2005-12-10
* Remove last vestiges of old logging interface.•••svn:r5317 Nick Mathewson2005-10-25
* Use LD_BUG as appropriate; convert rend* and router* to new logging interface...•••svn:r5302 Nick Mathewson2005-10-24
* Update more files to new log stuff.•••svn:r5286 Nick Mathewson2005-10-18
* clean up the rendezvous warn log msgs, and downgrade some to info•••svn:r4964 Roger Dingledine2005-09-09
* Change end-of-file NLNL convention. It turns out arma I and I agree.•••svn:r4382 Nick Mathewson2005-06-09
* New whitespace normalization rule: no blank line at EOF.•••svn:r4378 Nick Mathewson2005-06-09
* we were leaking 616 bytes every time somebody established us as•••an intro point for their hidden service. svn:r4276 Roger Dingledine2005-05-20
* first iteration of scrubbing sensitive strings from logs.•••also generally clean up log messages. svn:r4174 Roger Dingledine2005-05-03
* update copyright notices.•••svn:r3982 Nick Mathewson2005-04-01
* start generating version 1 style introduce cells•••svn:r3352 Roger Dingledine2005-01-13
* Spell-check strings and comments•••svn:r3052 Nick Mathewson2004-12-01
* Suggestion from weasel: Make tor --version --version dump the cvs Id of every...•••svn:r3019 Nick Mathewson2004-11-29
* remove emacs droppings, since nick says he doesn't need them anymore•••svn:r2989 Roger Dingledine2004-11-26
* Normalize whitespace; add a "tell me about all the unnormalized whitespace" t...•••svn:r2758 Nick Mathewson2004-11-09
* Clean up copyrights.•••Break connection_consider_empty_buckets() out of connection_read_bucket_decrement(). svn:r2698 Roger Dingledine2004-11-07
* canonicalize "src" and "dest" arg order in crypto.c (and others)•••svn:r2644 Roger Dingledine2004-11-02
* start generating new version of introduce1 cells•••svn:r2586 Roger Dingledine2004-10-24
* Build without warnings on mac gcc 3.3•••svn:r2487 Nick Mathewson2004-10-14
* more int to size_t conversions, fixing one or more amd64 bugs•••plus a whitespace patch on config.c from vicman svn:r2482 Roger Dingledine2004-10-14
* Always initialize hexid in rend_mid_rendezvous, no matter what•••svn:r2176 Nick Mathewson2004-08-07
* hex_encode is obsoleted by base16_encode, and never actually worked in the fi...•••svn:r2175 Nick Mathewson2004-08-07
* now base16_encode() and base32_encode() can't ever fail•••svn:r2103 Roger Dingledine2004-07-22
* 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
* set Content-Type on the directory and hidserv descriptor•••svn:r1731 Roger Dingledine2004-04-27
* rendmid says it drops but actually sends nack•••fix log messages svn:r1725 Roger Dingledine2004-04-26
* ACK/NAK INTRODUCE1 requests. (We do no useful processing on them yet)•••svn:r1597 Nick Mathewson2004-04-12
* Use service IDs in rendmid. (rendclient and common require no changes, it seems)•••svn:r1594 Nick Mathewson2004-04-12
* Be endianly-correct for rendezvous functionality•••svn:r1565 Nick Mathewson2004-04-08
* Document stuff, reduce magic numbers, add emacs magic•••svn:r1502 Nick Mathewson2004-04-06
* More symbolic constants for checking rendezvous1 cell lengths•••svn:r1495 Nick Mathewson2004-04-05
* Use symbolic constants; make padding types match.•••svn:r1491 Nick Mathewson2004-04-05
* oaep uses 42 more bytes -- stop clobbering buffers•••also maybe fix some constants here and there -- nick? svn:r1484 Roger Dingledine2004-04-05
* use the right variable when comparing hashes; maybe fix "Hash of session" bug•••svn:r1481 Nick Mathewson2004-04-05
* Add some temporary log calls to try to debug the "Hash of session info was no...•••svn:r1479 Nick Mathewson2004-04-05
* more alice-side infrastructure•••handle rendezvous acks, do rend begin cells right, send an introduction cell (sort of) receive a rendezvous2 cell (sort of) svn:r1475 Roger Dingledine2004-04-05
* Implement acks•••svn:r1470 Nick Mathewson2004-04-03
* Handle rendezvous relay cells•••svn:r1464 Nick Mathewson2004-04-03
* Refactor the heck out of crypto interface: admit that we will stick with one ...•••svn:r1458 Nick Mathewson2004-04-03
* Hide smartlist internals•••svn:r1451 Nick Mathewson2004-04-03
* Finish renaming rend_service field•••svn:r1447 Nick Mathewson2004-04-02
* refactor; start adding debugging logs to midpoint rend stuff•••svn:r1445 Nick Mathewson2004-04-02
* Implement midpoint functionality for rendezvous points.•••svn:r1439 Nick Mathewson2004-04-02
* Add some hooks to handle rendezvous-related cells at ORs•••svn:r1429 Nick Mathewson2004-04-01