| Commit message (Expand) | Author | Age |
* | Whitespace normalization | Nick Mathewson | 2004-11-15 |
* | Split X509 certificate liveness checks into a separate function | Nick Mathewson | 2004-11-14 |
* | Normalize whitespace; add a "tell me about all the unnormalized whitespace" t... | Nick Mathewson | 2004-11-09 |
* | Tricksy compiler warnings! We hates them, hates them forever, my precious! | Nick Mathewson | 2004-10-27 |
* | Pass with -Wstrict-prototypes | Nick Mathewson | 2004-10-27 |
* | Use tor_snprintf, not snprintf | Nick Mathewson | 2004-10-27 |
* | Replace sprintf with snprintf | Nick Mathewson | 2004-10-27 |
* | Tolerate NULL nicknames better | Nick Mathewson | 2004-10-19 |
* | don't assert multiple things in the same tor_assert() | Roger Dingledine | 2004-10-16 |
* | Build without warnings on mac gcc 3.3 | Nick Mathewson | 2004-10-14 |
* | oh, and some more in common/ | Roger Dingledine | 2004-10-14 |
* | fix a seg fault on solaris | Roger Dingledine | 2004-08-25 |
* | tell the user what time _they_ are too, when a cert is expired | Roger Dingledine | 2004-07-22 |
* | Make tor_tls_new variant use alternative (certless) context | Nick Mathewson | 2004-07-22 |
* | fix our tls handshake chain cert bug | Roger Dingledine | 2004-07-21 |
* | Log certificate lifetime on failure. | Nick Mathewson | 2004-07-21 |
* | Log number of certs in wrong-length chains | Nick Mathewson | 2004-07-21 |
* | Misc small code cleanups; remove exit_server_mode(); change tor_tls_verify be... | Nick Mathewson | 2004-07-21 |
* | more useful warning messages | Roger Dingledine | 2004-07-19 |
* | Resolve some XXXs | Nick Mathewson | 2004-05-18 |
* | it's amazing what a bit of punctuation can do for appearances | Roger Dingledine | 2004-05-10 |
* | Doxygenate common. | Nick Mathewson | 2004-05-10 |
* | Working strerror for windows socket errors, plus some snide comments. | Nick Mathewson | 2004-05-02 |
* | some patches on the patches | Roger Dingledine | 2004-05-01 |
* | Handle windows socket errors correctly; comment most of common. | Nick Mathewson | 2004-05-01 |
* | Some versions of openssl have an SSL_pending function that erroneously | Nick Mathewson | 2004-04-26 |
* | Add a macro to catch unhandled openssl errors. | Nick Mathewson | 2004-04-26 |
* | log debug so nick can see it too | Roger Dingledine | 2004-04-26 |
* | Include strerror(errno) with tls syscall errors | Nick Mathewson | 2004-04-26 |
* | Log pending TLS errors in a couple more places, in case they are possible. | Nick Mathewson | 2004-04-26 |
* | Call tls_log_errors at a more appropriate location; we can remove the other c... | Nick Mathewson | 2004-04-26 |
* | Very blunt debugging code: log pending errors at start and end of tor_tls_verify | Nick Mathewson | 2004-04-26 |
* | use tor_assert and PUBLIC_KEY_OK | Roger Dingledine | 2004-04-25 |
* | Merge flagday into main branch. | Nick Mathewson | 2004-04-24 |
* | quiet a -l info that should be -l debug | Roger Dingledine | 2004-04-15 |
* | allow 90 minutes of clock skew, not 30 | Roger Dingledine | 2004-04-08 |
* | Document stuff, reduce magic numbers, add emacs magic | Nick Mathewson | 2004-04-06 |
* | Make "common" no longer depend on or.h | Nick Mathewson | 2004-04-03 |
* | Refactor the heck out of crypto interface: admit that we will stick with one ... | Nick Mathewson | 2004-04-03 |
* | Make tor build on windows again. More work still needed | Nick Mathewson | 2004-03-09 |
* | bugfix: stop trying to write to a stderr that may not be there | Roger Dingledine | 2004-02-28 |
* | fix typo | Roger Dingledine | 2004-01-20 |
* | Note discrepency between N bytes transmitted over TLS and actual bandwidth us... | Nick Mathewson | 2004-01-13 |
* | clean tabs, trailing whitespace | Roger Dingledine | 2003-12-17 |
* | Stop leaking X509 certs; those things are _nasty_ on the carpet | Nick Mathewson | 2003-11-18 |
* | fix a bug in handling clock skew | Roger Dingledine | 2003-11-11 |
* | resolve warning | Nick Mathewson | 2003-10-23 |
* | Two-pronged attack at my overzealous skew fixes. | Nick Mathewson | 2003-10-23 |
* | Clock skew fixes. | Nick Mathewson | 2003-10-22 |
* | introduce new tor_free() macro | Roger Dingledine | 2003-10-21 |