| Commit message (Expand) | Author | Age |
* | Try to build with OpenSSL 0.9.6. Lets pay attention to see if anybody complains. | Nick Mathewson | 2005-11-16 |
* | Loops without an increment step can suck, even on windows. | Nick Mathewson | 2005-11-15 |
* | Make new logging stuff work on windows; fix a couple of windows typos. | Nick Mathewson | 2005-11-15 |
* | 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 |
* | Oops. It looks like there *was* an easy way to make openssl do what we wanted. | Nick Mathewson | 2005-11-14 |
* | When logging via syslog, include the pid whenever we provide | Roger Dingledine | 2005-11-13 |
* | correct nick's comment | Roger Dingledine | 2005-11-11 |
* | Note that much of check_dh_key is voodoo; make x in DH be only 320 bits for D... | Nick Mathewson | 2005-11-11 |
* | using an unsigned int for something that requires at least 3 bytes | Roger Dingledine | 2005-11-01 |
* | tor_assert had a misleading comment | Roger Dingledine | 2005-11-01 |
* | cleanups and a smidgen more docs | Roger Dingledine | 2005-11-01 |
* | Call ERR_remove_state() on the main thread on shutdown,too | Nick Mathewson | 2005-10-26 |
* | Per comments at the bottom of openssl/FAQ, call even more functions to | Nick Mathewson | 2005-10-25 |
* | Remove last vestiges of old logging interface. | Nick Mathewson | 2005-10-25 |
* | consistency is the hobgoblin of little armas | Roger Dingledine | 2005-10-25 |
* | Switch remaining files to new log interface. | Nick Mathewson | 2005-10-25 |
* | Also here. | Nick Mathewson | 2005-10-25 |
* | Fix log levels notice and warn for new logging stuff | Peter Palfrader | 2005-10-25 |
* | Change more files to new loggin interface. 3 left. | Nick Mathewson | 2005-10-25 |
* | Efficiency hack: call tor_fix_source_file late, not early. Add "BUG" domain.... | Nick Mathewson | 2005-10-25 |
* | add more domains | Nick Mathewson | 2005-10-24 |
* | Check for even more windows version flags, and note any we do not recognize. | Nick Mathewson | 2005-10-24 |
* | Update more files to new log stuff. | Nick Mathewson | 2005-10-18 |
* | Migrate a few more files to domained logging | Nick Mathewson | 2005-10-18 |
* | Start dividing log messages into logging domains. No, LD_ is not the best of... | Nick Mathewson | 2005-10-18 |
* | Add a "Map from digest to void*" abstraction, since we already faked it in 3 ... | Nick Mathewson | 2005-10-18 |
* | stupid gcc. stupid nickm. | Nick Mathewson | 2005-10-18 |
* | Make smartlist_foreach always use the fast versions. | Nick Mathewson | 2005-10-18 |
* | Remove assert in sort-of c-itical path | Nick Mathewson | 2005-10-18 |
* | Actually, use #defines for common case. Nothing to see here. | Nick Mathewson | 2005-10-18 |
* | Inline key smartlist functions; use fast versions by default. | 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 |
* | Allow tor_gzip_uncompress to extract as much as possible from truncated compr... | Nick Mathewson | 2005-10-13 |
* | Okay, try to use RAND_poll() from OpenSSL where available. | Nick Mathewson | 2005-10-08 |
* | LOG_ERR is for when we know we're going to exit. use LOG_WARN in other | Roger Dingledine | 2005-10-07 |
* | Win32 compilation/correctness fixes. | Nick Mathewson | 2005-10-07 |
* | disable RAND_poll() for the alpha of the day; at least 24 hours of testing is... | Nick Mathewson | 2005-10-07 |
* | Add half our entropy from RAND_poll in OpenSSL. These know how to use egd (i... | Nick Mathewson | 2005-10-07 |
* | Once an hour (not just on startup) give OpenSSL some more entropy. | Nick Mathewson | 2005-10-06 |
* | Using RAND_pseudo_bytes instead of RAND_bytes is an accident waiting to happe... | Nick Mathewson | 2005-10-06 |
* | Make doxygen marginally happier | Nick Mathewson | 2005-10-06 |
* | Make windows platform detection smarter. {Untested.} | Nick Mathewson | 2005-10-05 |
* | free EVP cipher information on shutdown to remove some spurious dmalloc compl... | Nick Mathewson | 2005-10-03 |
* | Stop leaking storage for EVP keys. (This would be a critical bug if it had ev... | Nick Mathewson | 2005-10-03 |
* | Reorganize some quick-and-dirty code to find out what openssl stuff is leakin... | 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 |