summaryrefslogtreecommitdiff
path: root/src/ext
AgeCommit message (Expand)Author
2016-07-28Fix a huge pile of -Wshadow warnings.Nick Mathewson
2016-07-28Fix a set of variable-shadowing warnings in curve25519-donna.cNick Mathewson
2016-07-04Raise libevent dependency to 2.0.10-stable or newerSebastian Hahn
2016-06-17Use the Autoconf macro AC_USE_SYSTEM_EXTENSIONScypherpunks
2016-06-11Fix build on 32-bit systems.Nick Mathewson
2016-06-11Merge branch 'bug19180_easy_squashed'Nick Mathewson
2016-06-11Add -Wmissing-variable-declarations, with attendant fixesNick Mathewson
2016-06-11Use autoconf, not gcc version, to decide which warnings we haveNick Mathewson
2016-06-11Add -Wunused-const-variable=2 on GCC >=6.1Nick Mathewson
2016-06-11Enable -Wnull-dereference (GCC >=6.1), and fix the easy casesNick Mathewson
2016-05-30Replace nearly all XXX0vv comments with smarter onesNick Mathewson
2016-05-20Whoops. We use -Wmussing-prototypes.Nick Mathewson
2016-05-18Add __mulodi4 source to src/extNick Mathewson
2016-05-12Merge branch 'ftrapv_v3'Nick Mathewson
2016-05-12Add -ftrapv to gcc-hardening ... mostly!Nick Mathewson
2016-05-12Use tor_queue.h, not sys/queue.h, in timeouts.[ch].Nick Mathewson
2016-05-11fix 'make dist' which was broken by ticket 18365's mergeRoger Dingledine
2016-05-09Merge branch 'timeouts_v2_squashed'Nick Mathewson
2016-05-09Fix an OSX/clang compilation warningNick Mathewson
2016-05-09Add wrappers to tie the new timeouts into libevent.Nick Mathewson
2016-05-03Merge branch 'maint-0.2.8'Nick Mathewson
2016-05-03Fix keccak-tiny portability on `exotic` platforms.Yawning Angel
2016-04-15Disambiguate: Avoid defining two static functions both called gettweak()Nick Mathewson
2016-04-15Quick function to find out the timeout object's view of "now"Nick Mathewson
2016-04-15Fix compilation of timeout.c with our flags and warnings.Nick Mathewson
2016-04-15Add timeouts to libor-event.aNick Mathewson
2016-04-15Import timeouts.c directly from William Ahern's git.Nick Mathewson
2016-04-05Don't call the system toupper or tolower.Nick Mathewson
2016-02-24Silence clang-scan warnings in ed25519_donnateor (Tim Wilson-Brown)
2016-02-22Update to trunnel 1.4.4 to fix 18373Nick Mathewson
2016-02-16Merge branch 'bug17852_revised'Nick Mathewson
2015-12-20Repair "make distcheck".Nick Mathewson
2015-12-19Use tor specific headers and memwipe() instead of memset_s(), and build.Yawning Angel
2015-12-19Expose an incremental API in addition to the one-shot routines.Yawning Angel
2015-12-18Clean import of keccak-tiny (https://github.com/coruus/keccak-tiny)Yawning Angel
2015-12-15Replace usage of INLINE with inlinecypherpunks
2015-12-10Merge remote-tracking branch 'public/feature17694_strongest_027'Nick Mathewson
2015-12-08Always hash crypto_strongest_rand() along with some prngNick Mathewson
2015-12-01ext/eventdns.c multiple replacements of snprintf() with tor_snprintf() which ...Jeremy
2015-11-05Fix SipHash-2-4 performance for non multiple of 8 buffers.Yawning Angel
2015-09-16Don't enable SSE2 on X86-64.Sebastian Hahn
2015-09-04Fix an alignment issue in our extensions to ed25519_donnaNick Mathewson
2015-09-01Add a comment about CID 1311630 and why we won't worry about it.Nick Mathewson
2015-08-18Update to latest trunnelNick Mathewson
2015-08-17Fixup: Force enable SSE2 before undefining ALIGN if SSE2 is disabled.Yawning Angel
2015-08-17Enable ed25519-donna's SSE2 code when possible for 32 bit x86.Yawning Angel
2015-08-12Use ed25519-donna's batch verification support when applicable.Yawning Angel
2015-07-27Fix ed25519-donna with SSP on non-x86.Yawning Angel
2015-07-23Re-run trunnel to capture change for msvc.Nick Mathewson
2015-07-12Try to convince coverity not to worry about this loop eitherNick Mathewson