| Commit message (Expand) | Author | Age |
* | fix a misleading function comment | Roger Dingledine | 2006-07-04 |
* | if we're the server-side of the tls and there are problems, | Roger Dingledine | 2006-07-04 |
* | and now the exciting part: there is now no such thing as doing | Roger Dingledine | 2006-06-07 |
* | simplify the tortls api: we only support being a "server", that | Roger Dingledine | 2006-06-07 |
* | looks like we missed a piece of the 0.1.1.9 paranoia code. | Roger Dingledine | 2006-06-07 |
* | if we're a server and some peer has a broken tls certificate, don't | Roger Dingledine | 2006-05-26 |
* | Claim a commonname of Tor, rather than TOR, in tls handshakes. | Roger Dingledine | 2006-05-24 |
* | Add some functions to escape values from the network before sending them to t... | Nick Mathewson | 2006-03-05 |
* | Start the process of converting warn to log_warn and so on. | Roger Dingledine | 2006-02-13 |
* | Happy new year! | Roger Dingledine | 2006-02-09 |
* | Split 0119_PARANOIA into 0119_PARANOIA_[ABC]. A is "this is suspicious, and ... | Nick Mathewson | 2006-01-17 |
* | Add a (diabled by default) option in crypto.h to disable most of the interest... | Nick Mathewson | 2006-01-10 |
* | Bite the bullet and limit all our source lines to 80 characters, the way IBM ... | Nick Mathewson | 2005-12-14 |
* | Hm; looks like the callback business was unnecessary, since DHparams_dup() co... | Nick Mathewson | 2005-11-14 |
* | Use a callback to set our DH parameters; set SSL_OP_SINGLE_DH_USE. | Nick Mathewson | 2005-11-14 |
* | Efficiency hack: call tor_fix_source_file late, not early. Add "BUG" domain.... | Nick Mathewson | 2005-10-25 |
* | Check for even more windows version flags, and note any we do not recognize. | Nick Mathewson | 2005-10-24 |
* | Start dividing log messages into logging domains. No, LD_ is not the best of... | Nick Mathewson | 2005-10-18 |
* | Downgrade a few INFO level logs to DEBUG again. Also add two or three new | Peter Palfrader | 2005-10-17 |
* | start the process of reducing clutter in server logs | Roger Dingledine | 2005-10-17 |
* | Make doxygen marginally happier | Nick Mathewson | 2005-10-06 |
* | Never call free() on tor_malloc()d memory. This is unlikely to be our current... | Nick Mathewson | 2005-09-30 |
* | Reformat inconsistent function declarations. | Nick Mathewson | 2005-09-30 |
* | Add a bunch more warnings to out warning suite; resolve them; pack structs a ... | Nick Mathewson | 2005-09-29 |
* | put quotes around user-supplied strings so they are more likely to | Roger Dingledine | 2005-08-26 |
* | Try to resolve another reported solaris x86 warning | Nick Mathewson | 2005-08-12 |
* | Appease the hungry God of GCC: it hates K&R style unspecified args! | Nick Mathewson | 2005-06-21 |
* | Load hardware acceleration options when/where available. Can anybody test this? | Nick Mathewson | 2005-06-20 |
* | flesh out the source file descriptions for doxygen | Roger Dingledine | 2005-06-11 |
* | 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-06-09 |
* | Make Tor compile with no warnings with gcc4.0 on OSX | Nick Mathewson | 2005-05-07 |
* | Apparently, ASN1 failures are not treated as SSL connection errors, but are j... | Nick Mathewson | 2005-04-23 |
* | LOG_ERR is for when you're planning to die. | Roger Dingledine | 2005-04-23 |
* | Fix "JAP-client" hideous ASN1 bug, twice. (Fix1: check more thoroughly for TL... | Nick Mathewson | 2005-04-23 |
* | update copyright notices. | Nick Mathewson | 2005-04-01 |
* | add a tor_tls_is_server method to remember if conn->tls | Roger Dingledine | 2005-03-31 |
* | Try a little harder to avoid openssl SSL* double-free reports. | Nick Mathewson | 2005-02-28 |
* | give a better warning when tor points at an https server. | Nick Mathewson | 2005-02-28 |
* | Be specific about which "illegal character" we just saw in the cert. | Nick Mathewson | 2005-02-25 |
* | Patch to localtime/gmtime handling: use the _r variants where available. Use... | Nick Mathewson | 2005-02-22 |
* | Free tls resources on exit too | Nick Mathewson | 2005-02-11 |
* | Resolve task 42: find where 19-char nicknames were getting truncated when rea... | Nick Mathewson | 2005-01-03 |
* | Fix some memory leaks and unlikely segfaults | Nick Mathewson | 2004-12-07 |
* | Fix leakable rsa key | Nick Mathewson | 2004-12-07 |
* | Suggestion from weasel: Make tor --version --version dump the cvs Id of every... | Nick Mathewson | 2004-11-29 |
* | Normalize space: add one between every control keyword and control clause. | Nick Mathewson | 2004-11-28 |
* | remove emacs droppings, since nick says he doesn't need them anymore | Roger Dingledine | 2004-11-26 |
* | Clean up some logging and interfaces | Nick Mathewson | 2004-11-23 |
* | Whitespace normalization | Nick Mathewson | 2004-11-15 |