aboutsummaryrefslogtreecommitdiff
path: root/src/ext
AgeCommit message (Expand)Author
2014-03-18csiphash: don't attempt unaligned accessNick Mathewson
2014-03-14Update to latest tinytestNick Mathewson
2014-03-06Upgrade to the latest version of tinytest.Nick Mathewson
2014-03-06tinytest tt_{mem,str}_op now handle NULLs betterNick Mathewson
2014-03-05Merge remote-tracking branch 'public/bug8788'Nick Mathewson
2014-02-17Appropriately condition the _le64toh macro definition for OpenBSD.dana koch
2014-02-15Merge branch 'bug4900_siphash_v2'Nick Mathewson
2014-02-15Remove string hash in ht.h so we can't accidentally use itNick Mathewson
2014-02-15Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2014-02-14gcc/clang: Mark macro-generated functions as possible unusedSebastian Hahn
2014-02-12eventdns.c: survive broken resolv.conf filesNick Mathewson
2014-02-12Randomize the global siphash key at startupNick Mathewson
2014-02-12Siphash-2-4 is now our hash in nearly all cases.Nick Mathewson
2014-02-12csiphash: Add functions to take a global key.Nick Mathewson
2014-02-12Tests for siphash, from reference implementation.Nick Mathewson
2014-02-12csiphash: avoid unaligned access on non-x86Nick Mathewson
2014-02-12Get csiphash better integrated with our build systemNick Mathewson
2014-02-12Raw import of Marek Majkowski's cisphash.cNick Mathewson
2013-08-02Prepare patch for ticket 5129 for merging.Peter Retzlaff
2013-03-18Remove an unused local variable.Nick Mathewson
2013-03-18Check return values from fcntl and setsockoptNick Mathewson
2013-02-14Use torint.h in curve25519-donna*.cNick Mathewson
2013-02-04Whoops: evdns_log, not tor_log, in src/ext/eventdns.cNick Mathewson
2013-02-01Rename log() to tor_log() for loggingNick Mathewson
2013-01-30Rename all of the macros in tor_queue.h to start with TOR_Nick Mathewson
2013-01-16Update the copyright date to 201.Nick Mathewson
2013-01-11Handle EWOULDBLOCK as EAGAIN if they happen to be different.Nick Mathewson
2013-01-03Update our copy of curve25519-donna-c64.Nick Mathewson
2013-01-03Use always_inline only with inline; otherwise GCC gripesNick Mathewson
2013-01-02curve25519-donna-c64: make endian-neutralness fns staticNick Mathewson
2013-01-02curve25519-donna-c64: work on bigendian and alignment-happy systemsNick Mathewson
2013-01-02Make curve25519-donna work with our compiler warnings.Nick Mathewson
2013-01-02Add fallback implementations for curve25519: curve25519_donnaNick Mathewson
2012-11-03Add an SLIST_ENTRY definition back on non-win32Nick Mathewson
2012-11-01Rename SLIST_ENTRY to TOR_SLIST_ENTRY to fix windows compilationNick Mathewson
2012-10-30Add a copy of the queue(3) manpage to the git repository.Nick Mathewson
2012-10-30Merge branch 'bsd_queue' of ssh://git-rw.torproject.org/nickm/torAndrea Shepard
2012-10-15Fix a reserved identifier that my scripts missedNick Mathewson
2012-10-15Merge remote-tracking branch 'public/bug1031'Nick Mathewson
2012-10-12typo in src/ext/README; caught by rransom (thanks!)Nick Mathewson
2012-10-12Add a copy of OpenBSD's sys/queue.h as tor_queue.hNick Mathewson
2012-10-12Move strlcpy and strlcat into src/ext tooNick Mathewson
2012-10-12Distribute src/ext/README.Nick Mathewson
2012-10-12Add a README file for the src/ext directory.Nick Mathewson
2012-10-12Clean up reserved identifier usage in src/ext include guardsNick Mathewson
2012-10-11Move all externally maintained source files into src/extNick Mathewson