| Commit message (Expand) | Author | Age |
... | |
* | Point readers of the code to opensslv.h, since everybody who sees 0x0090700f ... | Nick Mathewson | 2005-09-24 |
* | Possible fix to make aes build on woody | Nick Mathewson | 2005-09-24 |
* | Use OpenSSL AES when OpenSSL has version 0.9.7 or later. | Nick Mathewson | 2005-09-23 |
* | Helper functions to perform our truncated base64 encoding on hexdigests. | Nick Mathewson | 2005-09-18 |
* | Make smartlist_add_all more efficient. | Nick Mathewson | 2005-09-18 |
* | Add a touch_file() function to compat so we can update cache mtimes. | Nick Mathewson | 2005-09-14 |
* | Clean up a few warnings that make gcc twig out a bit. | Nick Mathewson | 2005-09-14 |
* | Add documentation to a few functions in container.c; reformat function defini... | Nick Mathewson | 2005-09-13 |
* | Two new functions like write_bytes_to_file: one takes a list of byte-and-len ... | Nick Mathewson | 2005-09-13 |
* | make compile slightly happier on const-zealous compilers | Nick Mathewson | 2005-09-12 |
* | We have so many special cases for smartlists of strings, why not add a sort f... | Nick Mathewson | 2005-09-12 |
* | Fix a memory leak in smartlist_string_remove. | Nick Mathewson | 2005-09-12 |
* | Document SMARTLIST_FOREACH macro, along with previously-naughty foo_sl_idx va... | Nick Mathewson | 2005-09-11 |
* | Fix segfault in win32 unittests. | Nick Mathewson | 2005-09-10 |
* | Use tor_listdir in test.c instead of duplicating ode. | Nick Mathewson | 2005-09-10 |
* | Add sorting/searching to smartlist | Nick Mathewson | 2005-09-09 |
* | Only do openssl accel stuff if version is at least 0.9.7 | Nick Mathewson | 2005-09-09 |
* | Add missing arg to windows tor_listdir() | Nick Mathewson | 2005-09-09 |
* | Implement tor_listdir on windows. Untested. | Nick Mathewson | 2005-09-09 |
* | add strupper function | Nick Mathewson | 2005-09-08 |
* | don't crash now that LongLivedPorts can be null | Roger Dingledine | 2005-09-08 |
* | Add directory listing functions to util.[ch]. Watch the features creep! | Nick Mathewson | 2005-09-03 |
* | Allow tor_gzip_uncompress to handle multiple concatenated compressed strings. | Nick Mathewson | 2005-08-29 |
* | put quotes around user-supplied strings so they are more likely to | Roger Dingledine | 2005-08-26 |
* | add a tor_dup_addr() function to simplify malloc()+tor_inet_ntoa() | Roger Dingledine | 2005-08-26 |
* | Fix bug with tor_memmem finding a match at the end of the string. | Nick Mathewson | 2005-08-22 |
* | a url for better reference | Roger Dingledine | 2005-08-15 |
* | Try to resolve another reported solaris x86 warning | Nick Mathewson | 2005-08-12 |
* | Make GCC very happy, even with lots of warnings set. Also, try to fix some re... | Nick Mathewson | 2005-08-12 |
* | fix whitespace issues | Nick Mathewson | 2005-08-08 |
* | disarm a trap that's lying in wait for us | Roger Dingledine | 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 |
* | parse_addr_port was vague about what to do when port_out was NULL. Make it b... | Nick Mathewson | 2005-08-05 |
* | oops, that array got bigger | Nick Mathewson | 2005-08-04 |
* | Discard special bignum values. | Nick Mathewson | 2005-08-04 |
* | Fix windows warning | Nick Mathewson | 2005-08-04 |
* | Make clients regenerate their keys when their IP address changes. | Nick Mathewson | 2005-08-03 |
* | Fix compile failures on tor_gettimeofday() fix for windows | Nick Mathewson | 2005-08-03 |
* | Probably broken attempt to improve tor_gettimeofday granularity on windows. | Nick Mathewson | 2005-08-03 |
* | Fix logic to set TIME_T_MAX; apparently, everybody had thought of the prospec... | Nick Mathewson | 2005-07-25 |
* | and a nearby define | Roger Dingledine | 2005-07-23 |
* | add parenthesis to U64_PRINTF_ARG macro | Nick Mathewson | 2005-07-23 |
* | Be consistent about preferring foo* to struct foo* | Nick Mathewson | 2005-07-22 |
* | cosmetic fixes | Roger Dingledine | 2005-07-18 |