| Commit message (Expand) | Author | Age |
... | |
* | Make doxygen marginally happier | Nick Mathewson | 2005-10-06 |
* | free EVP cipher information on shutdown to remove some spurious dmalloc compl... | Nick Mathewson | 2005-10-03 |
* | Never call free() on tor_malloc()d memory. This is unlikely to be our current... | Nick Mathewson | 2005-09-30 |
* | even better function start checks; give dmalloc a chance of working. | 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 |
* | Helper functions to perform our truncated base64 encoding on hexdigests. | Nick Mathewson | 2005-09-18 |
* | Only do openssl accel stuff if version is at least 0.9.7 | Nick Mathewson | 2005-09-09 |
* | put quotes around user-supplied strings so they are more likely to | Roger Dingledine | 2005-08-26 |
* | a url for better reference | Roger Dingledine | 2005-08-15 |
* | fix whitespace issues | Nick Mathewson | 2005-08-08 |
* | far far cleaner implementation of handshake checking logic. Backport candidate. | Nick Mathewson | 2005-08-07 |
* | ok, so now it was just redundant. nick, do you recall what rfc | Roger Dingledine | 2005-08-07 |
* | note another potential security problem with generating key material | Roger Dingledine | 2005-08-06 |
* | rfc 3536 "provides a glossary of terms used in the IETF when discussing | Roger Dingledine | 2005-08-05 |
* | Appease insane windows compiler. (Oh no, an extra semi, the sky is falling!) | Nick Mathewson | 2005-08-05 |
* | fix harmless copy-and-paste error | Nick Mathewson | 2005-08-05 |
* | cover a few more cases; needs testing and once-over | Nick Mathewson | 2005-08-05 |
* | oops, that array got bigger | Nick Mathewson | 2005-08-04 |
* | Discard special bignum values. | Nick Mathewson | 2005-08-04 |
* | Load hardware acceleration options when/where available. Can anybody test this? | Nick Mathewson | 2005-06-20 |
* | Remove code that has been #if-0ed for a long time. | Nick Mathewson | 2005-06-15 |
* | 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 |
* | Possible bugfix for 151: backport candidate. | Nick Mathewson | 2005-06-06 |
* | Make Tor compile with no warnings with gcc4.0 on OSX | Nick Mathewson | 2005-05-07 |
* | update copyright notices. | Nick Mathewson | 2005-04-01 |
* | Try to make crash-on-shutdown bug harder to trigger. | Nick Mathewson | 2005-04-01 |
* | Fix a few more instances of memory not freed on exit (found by weasel). | Nick Mathewson | 2005-03-23 |
* | Tell openssl how to use locks and how to find thread ids -- this may prevent ... | Nick Mathewson | 2005-02-13 |
* | Apply windows patch from Dmitri Bely | Nick Mathewson | 2005-02-12 |
* | Bugfix: we've been using openssl's BIO_get_mem_data incorrectly. | Roger Dingledine | 2005-01-03 |
* | Note that length checking on base64_decode is kinda conservative | Nick Mathewson | 2004-12-13 |
* | Belt *or* suspenders will be sufficient when casting things to unsigned char. | Nick Mathewson | 2004-12-08 |
* | Solaris CC freaks out if isspace and friends get anything other than an int. ... | Nick Mathewson | 2004-12-08 |
* | Be more proactive about noticing underflows: size_t values greater than 0x800... | Nick Mathewson | 2004-12-02 |
* | Spell-check strings and comments | Nick Mathewson | 2004-12-01 |
* | 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 |
* | Normalize whitespace; add a "tell me about all the unnormalized whitespace" t... | Nick Mathewson | 2004-11-09 |
* | Implement two flavors of authentication for control connections: one for trus... | Nick Mathewson | 2004-11-03 |
* | Use a stricter set of warnings; make them all pass. | Nick Mathewson | 2004-11-02 |
* | canonicalize "src" and "dest" arg order in crypto.c (and others) | Roger Dingledine | 2004-11-02 |
* | Split util into util (general utilities), container (smartlist and strmap), a... | Nick Mathewson | 2004-11-01 |
* | Move all util functions that need openssl into crypto.c; make non-openssl fun... | Nick Mathewson | 2004-10-30 |
* | 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 strlcpy, not strncpy | Nick Mathewson | 2004-10-27 |
* | don't assert multiple things in the same tor_assert() | Roger Dingledine | 2004-10-16 |