Age | Commit message (Expand) | Author |
2005-10-25 | Efficiency hack: call tor_fix_source_file late, not early. Add "BUG" domain.... | Nick Mathewson |
2005-10-24 | 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-18 | 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-17 | 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-13 | Allow tor_gzip_uncompress to extract as much as possible from truncated compr... | Nick Mathewson |
2005-10-08 | Okay, try to use RAND_poll() from OpenSSL where available. | Nick Mathewson |
2005-10-07 | 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-06 | 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-05 | Make windows platform detection smarter. {Untested.} | Nick Mathewson |
2005-10-03 | 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-09-30 | 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-29 | Add a bunch more warnings to out warning suite; resolve them; pack structs a ... | Nick Mathewson |
2005-09-27 | Use EVP_CIPHER_CTX version of AES from openssl, so openssl can use engines (i... | Nick Mathewson |
2005-09-24 | 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-23 | Use OpenSSL AES when OpenSSL has version 0.9.7 or later. | Nick Mathewson |
2005-09-18 | 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-14 | 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-13 | 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-12 | 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-11 | Document SMARTLIST_FOREACH macro, along with previously-naughty foo_sl_idx va... | Nick Mathewson |
2005-09-10 | Fix segfault in win32 unittests. | Nick Mathewson |
2005-09-10 | Use tor_listdir in test.c instead of duplicating ode. | Nick Mathewson |
2005-09-09 | 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 |