aboutsummaryrefslogtreecommitdiff
path: root/src/common
Commit message (Expand)AuthorAge
...
| * Decide whether to use SSL flags based on runtime OpenSSL version.Nick Mathewson2010-01-29
* | Detect the correct versions of openssl for tls negotiation fixNick Mathewson2010-01-29
* | Decide whether to use SSL flags based on runtime OpenSSL version.Nick Mathewson2010-01-29
* | Don't unlock a new log until done logging the tor version.Nick Mathewson2010-01-25
* | Merge remote branch 'origin/maint-0.2.1'Nick Mathewson2010-01-23
|\|
| * Avoid a possible crash in tls_log_errors.Nick Mathewson2010-01-22
* | Fix build on Solaris by disabling support for DisableAllSwapSebastian Hahn2010-01-19
* | don't list windows capabilities in windows unameRoger Dingledine2010-01-15
* | Merge branch 'ewma'Nick Mathewson2009-12-18
|\ \
| * | Fix comment typos in container.cNick Mathewson2009-12-15
| * | Enhance pqueue so we can remove items from the middle.Nick Mathewson2009-12-12
* | | Remove duplicate words and a duplicate newline.Karsten Loesing2009-12-18
* | | Refactor out the 'find string at start of any line' logic.Nick Mathewson2009-12-17
* | | Merge commit 'origin/maint-0.2.1'Nick Mathewson2009-12-15
|\ \ \ | | |/ | |/|
| * | Fix bug 1173: remove an assert(unsigned >= 0).Nick Mathewson2009-12-15
* | | Refactor a bit so that it is safe to include math.h, and mostly not needed.Nick Mathewson2009-12-15
| |/ |/|
* | Merge commit 'sebastian/fixes'Nick Mathewson2009-12-12
|\ \
| * | Fix typo in a commentSebastian Hahn2009-12-12
* | | Merge commit 'sebastian/coverity'Nick Mathewson2009-12-12
|\ \ \
| * | | crypto_cipher_set_key cannot failSebastian Hahn2009-10-27
* | | | Now that FOO_free(NULL) always works, remove checks before calling it.Nick Mathewson2009-12-12
* | | | *_free functions now accept NULLSebastian Hahn2009-12-12
| |/ / |/| |
* | | Merge commit 'origin/maint-0.2.1'Nick Mathewson2009-12-04
|\ \ \ | | |/ | |/|
| * | Improved workaround for disabled OpenSSL renegotiation.Martin Peck2009-12-04
* | | add a minimum for CircuitStreamTimeout, plus a man pageRoger Dingledine2009-11-22
* | | Use the same mlockall checks with tor_set_max_memlockNick Mathewson2009-11-20
* | | Fix compilation on OSX 10.3.Nick Mathewson2009-11-20
* | | Fix compilation with with bionic libc.Jacob Appelbaum2009-11-14
* | | Merge commit 'origin/maint-0.2.1'Nick Mathewson2009-11-06
|\| |
| * | Make Tor work with OpenSSL 0.9.8lNick Mathewson2009-11-05
| * | Code to parse and access network parameters.Nick Mathewson2009-10-14
* | | Implement DisableAllSwap to avoid putting secret info in page files.Jacob Appelbaum2009-10-27
| |/ |/|
* | Remove checks for array existence. (CID 410..415)Nick Mathewson2009-10-26
* | Reduce log level for someone else sending us weak DH keys.Karsten Loesing2009-10-25
* | Fix two bugs found by Coverity scan.Nick Mathewson2009-10-19
* | Merge branch 'microdesc'Nick Mathewson2009-10-19
|\ \
| * | Document the microdescriptor code better.Nick Mathewson2009-10-18
| * | Make start_writing_to_stdio_file() respect O_BINARY.Nick Mathewson2009-10-15
| * | Parse detached signature documents with multiple flavors and algorithms.Nick Mathewson2009-10-15
| * | Refactor consensus signature storage for multiple digests and flavors.Nick Mathewson2009-10-15
| * | Code to generate, store, and parse microdescriptors and consensuses.Nick Mathewson2009-10-15
| * | Add a function to get the most frequent member of a list.Nick Mathewson2009-10-15
| * | Support for encoding and decoding 256-bit digests in base64Nick Mathewson2009-10-15
* | | Document some formerly undocumented functions.Nick Mathewson2009-10-19
|/ /
* | Alter keygen function to generate keys of different lengths.Nick Mathewson2009-09-29
* | Disable OpenSSL engines when building for Android.Nathan Freitas2009-09-29
* | Include util.h and log.h as relative paths.Nathan Freitas2009-09-29
* | Describe how to regenerate the TLS state name table.Nick Mathewson2009-09-25
* | Fix compilation on OpenSSLs with unusual state lists.Nick Mathewson2009-09-24
* | Debugging logs for TLS handshakeNick Mathewson2009-09-24