Age | Commit message (Expand) | Author |
2005-08-06 | note another potential security problem with generating key material | Roger Dingledine |
2005-08-05 | 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-04 | oops, that array got biggertor-0.1.1.4-alpha | Nick Mathewson |
2005-08-04 | Discard special bignum values. | Nick Mathewson |
2005-06-20 | Load hardware acceleration options when/where available. Can anybody test this? | Nick Mathewson |
2005-06-15 | Remove code that has been #if-0ed for a long time. | Nick Mathewson |
2005-06-11 | flesh out the source file descriptions for doxygen | Roger Dingledine |
2005-06-09 | Change end-of-file NLNL convention. It turns out arma I and I agree. | Nick Mathewson |
2005-06-06 | Possible bugfix for 151: backport candidate. | Nick Mathewson |
2005-05-07 | Make Tor compile with no warnings with gcc4.0 on OSX | Nick Mathewson |
2005-04-01 | update copyright notices. | Nick Mathewson |
2005-04-01 | Try to make crash-on-shutdown bug harder to trigger. | Nick Mathewson |
2005-03-23 | Fix a few more instances of memory not freed on exit (found by weasel). | Nick Mathewson |
2005-02-13 | Tell openssl how to use locks and how to find thread ids -- this may prevent ... | Nick Mathewson |
2005-02-12 | Apply windows patch from Dmitri Bely | Nick Mathewson |
2005-01-03 | Bugfix: we've been using openssl's BIO_get_mem_data incorrectly. | Roger Dingledine |
2004-12-13 | Note that length checking on base64_decode is kinda conservative | Nick Mathewson |
2004-12-08 | 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-02 | Be more proactive about noticing underflows: size_t values greater than 0x800... | Nick Mathewson |
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-28 | Normalize space: add one between every control keyword and control clause. | 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-03 | Implement two flavors of authentication for control connections: one for trus... | Nick Mathewson |
2004-11-02 | 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-01 | Split util into util (general utilities), container (smartlist and strmap), a... | Nick Mathewson |
2004-10-30 | Move all util functions that need openssl into crypto.c; make non-openssl fun... | Nick Mathewson |
2004-10-27 | 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-16 | don't assert multiple things in the same tor_assert() | Roger Dingledine |
2004-10-16 | fix memory leak in router.c; start relying on NULL==(zero bytes) | Nick Mathewson |
2004-10-13 | a few more ints to size_ts | Roger Dingledine |
2004-10-12 | start the great migration from int to size_t | Roger Dingledine |
2004-10-12 | fix signed/unsigned comparison, plus typo | Roger Dingledine |
2004-10-07 | Turn tor_strpartion into a swiss-army-knife function, so it can terminate or ... | Nick Mathewson |
2004-10-07 | More complete docs for crypto.c; factor out string partitioning code | Nick Mathewson |
2004-10-07 | Make base-64-encoded DER work, including workaround for ugly openssl misfeatu... | Nick Mathewson |
2004-10-06 | Implement (temporarily) a base64-encoded-DER format for RSA keys; make it eas... | Nick Mathewson |
2004-09-21 | Stop using openssl functions that rely on stdio; they can apparently lead to ... | Nick Mathewson |
2004-09-08 | Some platforms have weird translations when you open files in "test" mode; ma... | Nick Mathewson |
2004-08-24 | agree with nick: this legal-chars-in-filename stuff gets us nothing | Roger Dingledine |
2004-08-24 | As far as I can tell, CONFIG_LEGAL_FILENAME_CHARACTERS is both pointless and ... | Nick Mathewson |
2004-07-22 | Fix base16_decode; trashing the stack is rude. | Nick Mathewson |