aboutsummaryrefslogtreecommitdiff
path: root/src/common
Commit message (Expand)AuthorAge
...
* LOG_ERR is for when we know we're going to exit. use LOG_WARN in otherRoger Dingledine2005-10-07
* Win32 compilation/correctness fixes.Nick Mathewson2005-10-07
* disable RAND_poll() for the alpha of the day; at least 24 hours of testing is...Nick Mathewson2005-10-07
* Add half our entropy from RAND_poll in OpenSSL. These know how to use egd (i...Nick Mathewson2005-10-07
* Once an hour (not just on startup) give OpenSSL some more entropy.Nick Mathewson2005-10-06
* Using RAND_pseudo_bytes instead of RAND_bytes is an accident waiting to happe...Nick Mathewson2005-10-06
* Make doxygen marginally happierNick Mathewson2005-10-06
* Make windows platform detection smarter. {Untested.}Nick Mathewson2005-10-05
* free EVP cipher information on shutdown to remove some spurious dmalloc compl...Nick Mathewson2005-10-03
* Stop leaking storage for EVP keys. (This would be a critical bug if it had ev...Nick Mathewson2005-10-03
* Reorganize some quick-and-dirty code to find out what openssl stuff is leakin...Nick Mathewson2005-10-03
* Never call free() on tor_malloc()d memory. This is unlikely to be our current...Nick Mathewson2005-09-30
* even better function start checks; give dmalloc a chance of working.Nick Mathewson2005-09-30
* Reformat inconsistent function declarations.Nick Mathewson2005-09-30
* Add a bunch more warnings to out warning suite; resolve them; pack structs a ...Nick Mathewson2005-09-29
* Use EVP_CIPHER_CTX version of AES from openssl, so openssl can use engines (i...Nick Mathewson2005-09-27
* Point readers of the code to opensslv.h, since everybody who sees 0x0090700f ...Nick Mathewson2005-09-24
* Possible fix to make aes build on woodyNick Mathewson2005-09-24
* Use OpenSSL AES when OpenSSL has version 0.9.7 or later.Nick Mathewson2005-09-23
* Helper functions to perform our truncated base64 encoding on hexdigests.Nick Mathewson2005-09-18
* Make smartlist_add_all more efficient.Nick Mathewson2005-09-18
* Add a touch_file() function to compat so we can update cache mtimes.Nick Mathewson2005-09-14
* Clean up a few warnings that make gcc twig out a bit.Nick Mathewson2005-09-14
* Add documentation to a few functions in container.c; reformat function defini...Nick Mathewson2005-09-13
* Two new functions like write_bytes_to_file: one takes a list of byte-and-len ...Nick Mathewson2005-09-13
* make compile slightly happier on const-zealous compilersNick Mathewson2005-09-12
* We have so many special cases for smartlists of strings, why not add a sort f...Nick Mathewson2005-09-12
* Fix a memory leak in smartlist_string_remove.Nick Mathewson2005-09-12
* Document SMARTLIST_FOREACH macro, along with previously-naughty foo_sl_idx va...Nick Mathewson2005-09-11
* Fix segfault in win32 unittests.Nick Mathewson2005-09-10
* Use tor_listdir in test.c instead of duplicating ode.Nick Mathewson2005-09-10
* Add sorting/searching to smartlistNick Mathewson2005-09-09
* Only do openssl accel stuff if version is at least 0.9.7Nick Mathewson2005-09-09
* Add missing arg to windows tor_listdir()Nick Mathewson2005-09-09
* Implement tor_listdir on windows. Untested.Nick Mathewson2005-09-09
* add strupper functionNick Mathewson2005-09-08
* don't crash now that LongLivedPorts can be nullRoger Dingledine2005-09-08
* Add directory listing functions to util.[ch]. Watch the features creep!Nick Mathewson2005-09-03
* Allow tor_gzip_uncompress to handle multiple concatenated compressed strings.Nick Mathewson2005-08-29
* put quotes around user-supplied strings so they are more likely toRoger Dingledine2005-08-26
* add a tor_dup_addr() function to simplify malloc()+tor_inet_ntoa()Roger Dingledine2005-08-26
* Fix bug with tor_memmem finding a match at the end of the string.Nick Mathewson2005-08-22
* a url for better referenceRoger Dingledine2005-08-15
* Try to resolve another reported solaris x86 warningNick Mathewson2005-08-12
* Make GCC very happy, even with lots of warnings set. Also, try to fix some re...Nick Mathewson2005-08-12
* fix whitespace issuesNick Mathewson2005-08-08
* disarm a trap that's lying in wait for usRoger Dingledine2005-08-08
* far far cleaner implementation of handshake checking logic. Backport candidate.Nick Mathewson2005-08-07
* ok, so now it was just redundant. nick, do you recall what rfcRoger Dingledine2005-08-07
* note another potential security problem with generating key materialRoger Dingledine2005-08-06