summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
2009-12-12Now that FOO_free(NULL) always works, remove checks before calling it.Nick Mathewson
2009-12-12*_free functions now accept NULLSebastian Hahn
2009-12-12Fix typo in a commentSebastian Hahn
2009-12-04Merge commit 'origin/maint-0.2.1'Nick Mathewson
2009-12-04Improved workaround for disabled OpenSSL renegotiation.Martin Peck
2009-11-22add a minimum for CircuitStreamTimeout, plus a man pageRoger Dingledine
2009-11-20Use the same mlockall checks with tor_set_max_memlockNick Mathewson
2009-11-20Fix compilation on OSX 10.3.Nick Mathewson
2009-11-14Fix compilation with with bionic libc.Jacob Appelbaum
2009-11-06Merge commit 'origin/maint-0.2.1'Nick Mathewson
2009-11-05Make Tor work with OpenSSL 0.9.8lNick Mathewson
2009-10-27Implement DisableAllSwap to avoid putting secret info in page files.Jacob Appelbaum
2009-10-27crypto_cipher_set_key cannot failSebastian Hahn
2009-10-26Remove checks for array existence. (CID 410..415)Nick Mathewson
2009-10-25Reduce log level for someone else sending us weak DH keys.Karsten Loesing
2009-10-19Fix two bugs found by Coverity scan.Nick Mathewson
2009-10-19Merge branch 'microdesc'Nick Mathewson
2009-10-19Document some formerly undocumented functions.Nick Mathewson
2009-10-18Document the microdescriptor code better.Nick Mathewson
2009-10-15Make start_writing_to_stdio_file() respect O_BINARY.Nick Mathewson
2009-10-15Parse detached signature documents with multiple flavors and algorithms.Nick Mathewson
2009-10-15Refactor consensus signature storage for multiple digests and flavors.Nick Mathewson
2009-10-15Code to generate, store, and parse microdescriptors and consensuses.Nick Mathewson
2009-10-15Add a function to get the most frequent member of a list.Nick Mathewson
2009-10-15Support for encoding and decoding 256-bit digests in base64Nick Mathewson
2009-10-14Code to parse and access network parameters.Nick Mathewson
2009-09-29Alter keygen function to generate keys of different lengths.Nick Mathewson
2009-09-29Disable OpenSSL engines when building for Android.Nathan Freitas
2009-09-29Include util.h and log.h as relative paths.Nathan Freitas
2009-09-25Describe how to regenerate the TLS state name table.Nick Mathewson
2009-09-24Fix compilation on OpenSSLs with unusual state lists.Nick Mathewson
2009-09-24Debugging logs for TLS handshakeNick Mathewson
2009-09-23Refactor unit tests to use the tinytest framework.Nick Mathewson
2009-09-20Fix compile on Snow LeopardSebastian Hahn
2009-09-20Add a couple of time helper functions.Mike Perry
2009-09-17Merge commit 'origin/maint-0.2.1'Nick Mathewson
2009-09-17Work around a memory leak in openssl 0.9.8g (and maybe others)Nick Mathewson
2009-09-15some cleanups:Sebastian Hahn
2009-09-14Implement proposal 167: Authorities vote on network parameters.Nick Mathewson
2009-09-14Add a median_int32 and find_nth_int32Nick Mathewson
2009-09-01Fix compile warnings on Snow LeopardSebastian Hahn
2009-09-01Merge commit 'origin/maint-0.2.1'Nick Mathewson
2009-09-01typoSebastian Hahn
2009-09-01Use an _actual_ fix for the byte-reverse warning.Nick Mathewson
2009-09-01Use a simpler fix for the byte-reversing warningNick Mathewson
2009-09-01Fix compile warnings on Snow LeopardSebastian Hahn
2009-08-31Revise parsing of time and memory units to handle spaces.Nick Mathewson
2009-08-27Merge branch 'maint-0.2.1'Roger Dingledine
2009-08-20Make crypto_digest_get_digest nondestructive again.Nick Mathewson
2009-08-20Fix a rare infinite-recursion bug when shutting down.Nick Mathewson