Age | Commit message (Expand) | Author |
2006-09-24 | Oops. My last commit to the 1.1 branch somehow merged the whole stable branch... | Nick Mathewson |
2006-09-23 | r6362@totoro (orig r6361): arma | 2006-04-10 05:43:30 -0400 | Nick Mathewson |
2006-02-13 | the last of the log convention conversion. finally. | Roger Dingledine |
2006-02-09 | Happy new year! | Roger Dingledine |
2006-01-23 | Jan 23 02:39:44.856 [warn] rend_mid_rendezvous(): Rejecting RENDEZVOUS1 cell ... | Roger Dingledine |
2006-01-05 | Add reasons to DESTROY and RELAY_TRUNCATED cells. | Nick Mathewson |
2005-12-14 | Bite the bullet and limit all our source lines to 80 characters, the way IBM ... | Nick Mathewson |
2005-12-10 | when we changed from log_fn to debug/info/notice/warn/err, | Roger Dingledine |
2005-10-25 | Remove last vestiges of old logging interface. | Nick Mathewson |
2005-10-24 | Use LD_BUG as appropriate; convert rend* and router* to new logging interface... | Nick Mathewson |
2005-10-18 | Update more files to new log stuff. | Nick Mathewson |
2005-09-09 | clean up the rendezvous warn log msgs, and downgrade some to info | Roger Dingledine |
2005-06-09 | Change end-of-file NLNL convention. It turns out arma I and I agree. | Nick Mathewson |
2005-06-09 | New whitespace normalization rule: no blank line at EOF. | Nick Mathewson |
2005-05-20 | we were leaking 616 bytes every time somebody established us as | Roger Dingledine |
2005-05-03 | first iteration of scrubbing sensitive strings from logs. | Roger Dingledine |
2005-04-01 | update copyright notices. | Nick Mathewson |
2005-01-13 | start generating version 1 style introduce cells | Roger Dingledine |
2004-12-01 | Spell-check strings and comments | Nick Mathewson |
2004-11-29 | Suggestion from weasel: Make tor --version --version dump the cvs Id of every... | Nick Mathewson |
2004-11-26 | remove emacs droppings, since nick says he doesn't need them anymore | Roger Dingledine |
2004-11-09 | Normalize whitespace; add a "tell me about all the unnormalized whitespace" t... | Nick Mathewson |
2004-11-07 | Clean up copyrights. | Roger Dingledine |
2004-11-02 | canonicalize "src" and "dest" arg order in crypto.c (and others) | Roger Dingledine |
2004-10-24 | start generating new version of introduce1 cells | Roger Dingledine |
2004-10-14 | Build without warnings on mac gcc 3.3 | Nick Mathewson |
2004-10-14 | more int to size_t conversions, fixing one or more amd64 bugs | Roger Dingledine |
2004-08-07 | 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-07-22 | now base16_encode() and base32_encode() can't ever fail | Roger Dingledine |
2004-05-09 | more doxygen markup | Roger Dingledine |
2004-05-05 | Comments for nearly all non-tricky files | Nick Mathewson |
2004-04-27 | set Content-Type on the directory and hidserv descriptor | Roger Dingledine |
2004-04-26 | rendmid says it drops but actually sends nack | Roger Dingledine |
2004-04-12 | 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-08 | Be endianly-correct for rendezvous functionality | Nick Mathewson |
2004-04-06 | Document stuff, reduce magic numbers, add emacs magic | Nick Mathewson |
2004-04-05 | 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-03 | 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-02 | Finish renaming rend_service field | Nick Mathewson |
2004-04-02 | refactor; start adding debugging logs to midpoint rend stuff | Nick Mathewson |