| Commit message (Expand) | Author | Age |
* | Change more files to new loggin interface. 3 left.•••svn:r5310
| Nick Mathewson | 2005-10-25 |
* | Efficiency hack: call tor_fix_source_file late, not early. Add "BUG" domain....•••svn:r5309
| Nick Mathewson | 2005-10-25 |
* | add more domains•••svn:r5300
| Nick Mathewson | 2005-10-24 |
* | Check for even more windows version flags, and note any we do not recognize.•••svn:r5297
| Nick Mathewson | 2005-10-24 |
* | Update more files to new log stuff.•••svn:r5286
| Nick Mathewson | 2005-10-18 |
* | Migrate a few more files to domained logging•••svn:r5285
| Nick Mathewson | 2005-10-18 |
* | Start dividing log messages into logging domains. No, LD_ is not the best of...•••svn:r5284
| Nick Mathewson | 2005-10-18 |
* | Add a "Map from digest to void*" abstraction, since we already faked it in 3 ...•••svn:r5278
| Nick Mathewson | 2005-10-18 |
* | stupid gcc. stupid nickm.•••svn:r5277
| Nick Mathewson | 2005-10-18 |
* | Make smartlist_foreach always use the fast versions.•••svn:r5275
| Nick Mathewson | 2005-10-18 |
* | Remove assert in sort-of c-itical path•••svn:r5267
| Nick Mathewson | 2005-10-18 |
* | Actually, use #defines for common case. Nothing to see here.•••svn:r5266
| Nick Mathewson | 2005-10-18 |
* | Inline key smartlist functions; use fast versions by default.•••svn:r5265
| Nick Mathewson | 2005-10-18 |
* | Downgrade a few INFO level logs to DEBUG again. Also add two or three new•••logs in cases where a calling function's log was downgraded and we wouldn't
get any log message otherwise.
svn:r5263
| Peter Palfrader | 2005-10-17 |
* | start the process of reducing clutter in server logs•••svn:r5253
| Roger Dingledine | 2005-10-17 |
* | Allow tor_gzip_uncompress to extract as much as possible from truncated compr...•••svn:r5247
| Nick Mathewson | 2005-10-13 |
* | Okay, try to use RAND_poll() from OpenSSL where available.•••svn:r5229
| Nick Mathewson | 2005-10-08 |
* | LOG_ERR is for when we know we're going to exit. use LOG_WARN in other•••cases.
svn:r5220
| Roger Dingledine | 2005-10-07 |
* | Win32 compilation/correctness fixes.•••svn:r5218
| Nick Mathewson | 2005-10-07 |
* | disable RAND_poll() for the alpha of the day; at least 24 hours of testing is...•••svn:r5216
| Nick Mathewson | 2005-10-07 |
* | Add half our entropy from RAND_poll in OpenSSL. These know how to use egd (i...•••svn:r5215
| Nick Mathewson | 2005-10-07 |
* | Once an hour (not just on startup) give OpenSSL some more entropy.•••Add entropy in 512-bit chunks, not 160-bit chunks. (This latter
change is voodoo.)
svn:r5211
| Nick Mathewson | 2005-10-06 |
* | Using RAND_pseudo_bytes instead of RAND_bytes is an accident waiting to happe...•••svn:r5210
| Nick Mathewson | 2005-10-06 |
* | Make doxygen marginally happier•••svn:r5208
| Nick Mathewson | 2005-10-06 |
* | Make windows platform detection smarter. {Untested.}•••svn:r5198
| Nick Mathewson | 2005-10-05 |
* | free EVP cipher information on shutdown to remove some spurious dmalloc compl...•••svn:r5180
| Nick Mathewson | 2005-10-03 |
* | Stop leaking storage for EVP keys. (This would be a critical bug if it had ev...•••svn:r5179
| Nick Mathewson | 2005-10-03 |
* | Reorganize some quick-and-dirty code to find out what openssl stuff is leakin...•••svn:r5178
| Nick Mathewson | 2005-10-03 |
* | Never call free() on tor_malloc()d memory. This is unlikely to be our current...•••svn:r5168
| Nick Mathewson | 2005-09-30 |
* | even better function start checks; give dmalloc a chance of working.•••svn:r5162
| Nick Mathewson | 2005-09-30 |
* | Reformat inconsistent function declarations.•••svn:r5160
| Nick Mathewson | 2005-09-30 |
* | Add a bunch more warnings to out warning suite; resolve them; pack structs a ...•••svn:r5150
| Nick Mathewson | 2005-09-29 |
* | Use EVP_CIPHER_CTX version of AES from openssl, so openssl can use engines (i...•••svn:r5146
| Nick Mathewson | 2005-09-27 |
* | Point readers of the code to opensslv.h, since everybody who sees 0x0090700f ...•••svn:r5140
| Nick Mathewson | 2005-09-24 |
* | Possible fix to make aes build on woody•••svn:r5139
| Nick Mathewson | 2005-09-24 |
* | Use OpenSSL AES when OpenSSL has version 0.9.7 or later.•••svn:r5129
| Nick Mathewson | 2005-09-23 |
* | Helper functions to perform our truncated base64 encoding on hexdigests.•••svn:r5087
| Nick Mathewson | 2005-09-18 |
* | Make smartlist_add_all more efficient.•••svn:r5086
| Nick Mathewson | 2005-09-18 |
* | Add a touch_file() function to compat so we can update cache mtimes.•••svn:r5067
| Nick Mathewson | 2005-09-14 |
* | Clean up a few warnings that make gcc twig out a bit.•••svn:r5062
| Nick Mathewson | 2005-09-14 |
* | Add documentation to a few functions in container.c; reformat function defini...•••svn:r5026
| Nick Mathewson | 2005-09-13 |
* | Two new functions like write_bytes_to_file: one takes a list of byte-and-len ...•••svn:r5024
| Nick Mathewson | 2005-09-13 |
* | make compile slightly happier on const-zealous compilers•••svn:r5015
| Nick Mathewson | 2005-09-12 |
* | We have so many special cases for smartlists of strings, why not add a sort f...•••svn:r5014
| Nick Mathewson | 2005-09-12 |
* | Fix a memory leak in smartlist_string_remove.•••svn:r5002
| Nick Mathewson | 2005-09-12 |
* | Document SMARTLIST_FOREACH macro, along with previously-naughty foo_sl_idx va...•••svn:r5000
| Nick Mathewson | 2005-09-11 |
* | Fix segfault in win32 unittests.•••svn:r4983
| Nick Mathewson | 2005-09-10 |
* | Use tor_listdir in test.c instead of duplicating ode.•••svn:r4981
| Nick Mathewson | 2005-09-10 |
* | Add sorting/searching to smartlist•••svn:r4977
| Nick Mathewson | 2005-09-09 |
* | Only do openssl accel stuff if version is at least 0.9.7•••svn:r4973
| Nick Mathewson | 2005-09-09 |