aboutsummaryrefslogtreecommitdiff
path: root/src/common/include.am
AgeCommit message (Expand)Author
2015-02-11Remove mempools and buf freelistsNick Mathewson
2015-01-14Initial workqueue implemention, with a simple test.Nick Mathewson
2015-01-14Split threading-related code out of compat.cNick Mathewson
2014-10-27Remove configure option to disable curve25519Sebastian Hahn
2014-09-25Merge branch 'ed25519_ref10_squashed'Nick Mathewson
2014-09-25Add Ed25519 support, wrappers, and tests.Nick Mathewson
2014-09-25Use trunnel for crypto_pwbox encoding/decoding.Nick Mathewson
2014-09-25Rudimentary-but-sufficient passphrase-encrypted box code.Nick Mathewson
2014-09-25More generic passphrase hashing code, including scrypt supportNick Mathewson
2014-08-28Move secret-to-key functionality into a separate moduleNick Mathewson
2014-06-14Merge branch 'bug8746_v2_squashed'Nick Mathewson
2014-06-14New waitpid-handler functions to run callbacks when a child exits.Nick Mathewson
2014-05-12Add --disable-mempools configure optionAndrea Shepard
2014-04-16Log the name of the failing syscall on failureNick Mathewson
2014-02-12Get csiphash better integrated with our build systemNick Mathewson
2013-11-18Basic backtrace abilityNick Mathewson
2013-07-15Merge remote-tracking branch 'public/fancy_test_tricks'Nick Mathewson
2013-07-14cosmetic cleanupsRoger Dingledine
2013-07-13put sandbox.h in the tarball, so the tarball buildsRoger Dingledine
2013-07-11Add a basic seccomp2 syscall filter on LinuxCristian Toader
2013-07-10Coverage support: build with --enable-coverage to have tests run with gcovNick Mathewson
2013-07-10Start work on fancy compiler tricks to expose extra stuff to our testsNick Mathewson
2013-03-01Merge remote-tracking branch 'public/feature8109'Nick Mathewson
2013-02-04Fix compilation with --disable-curve25519 optionNick Mathewson
2013-01-30Build donna32 with -fomit-frame-pointerNick Mathewson
2013-01-03Make libcurve25519_donna get built as a .aNick Mathewson
2013-01-02Add a wrapper around, and test and build support for, curve25519.Nick Mathewson
2012-10-12Move strlcpy and strlcat into src/ext tooNick Mathewson
2012-10-11Move all externally maintained source files into src/extNick Mathewson
2012-09-12Drop support for openssl 0.9.7Nick Mathewson
2012-09-06Fix a dependency: sha256.c influences crypto.o, not crypto.cNick Mathewson
2012-09-06Fix a build-warning when building out-of-treeNick Mathewson
2012-08-27build: minimal adjustments to make out-of-tree build workJim Meyering
2012-08-23Make the _sha1.i file generation quieterNick Mathewson
2012-08-09Fix up make distcheck and greatly simplify docs dependencies (although it's s...Stewart Smith
2012-08-09fix dependencies for some generated filesStewart Smith
2012-08-09Move to non-recursive makeStewart Smith