aboutsummaryrefslogtreecommitdiff
path: root/src/ext
Commit message (Expand)AuthorAge
* Add ATTR_UNUSED to HT_FINDNick Mathewson2014-06-14
* Fix numerous type errors in the unit testsNick Mathewson2014-05-08
* Mention siphash in src/ext/READMENick Mathewson2014-05-07
* Fix compilation with DEBUG_DNS_CACHENick Mathewson2014-05-06
* scan-build: truncate tinytest hexified outputs to 1024 bytes.Nick Mathewson2014-04-19
* scan-build: limit hashtable size so it always fits in SSIZE_MAXNick Mathewson2014-04-19
* Merge remote-tracking branch 'public/bug11426'Nick Mathewson2014-04-08
|\
| * Make csiphash use the proper endian-converter on solarisNick Mathewson2014-04-07
* | Merge remote-tracking branch 'public/bug10363_024_squashed'Nick Mathewson2014-04-07
|\ \ | |/ |/|
| * Another 10363 instance -- this one in the eventdns.c codeNick Mathewson2014-04-07
* | csiphash: don't attempt unaligned accessNick Mathewson2014-03-18
* | Update to latest tinytestNick Mathewson2014-03-14
* | Upgrade to the latest version of tinytest.Nick Mathewson2014-03-06
* | tinytest tt_{mem,str}_op now handle NULLs betterNick Mathewson2014-03-06
* | Merge remote-tracking branch 'public/bug8788'Nick Mathewson2014-03-05
|\ \
| * | eventdns.c: survive broken resolv.conf filesNick Mathewson2014-02-12
* | | Appropriately condition the _le64toh macro definition for OpenBSD.dana koch2014-02-17
* | | Merge branch 'bug4900_siphash_v2'Nick Mathewson2014-02-15
|\ \ \
| * | | Remove string hash in ht.h so we can't accidentally use itNick Mathewson2014-02-15
| * | | Randomize the global siphash key at startupNick Mathewson2014-02-12
| * | | Siphash-2-4 is now our hash in nearly all cases.Nick Mathewson2014-02-12
| * | | csiphash: Add functions to take a global key.Nick Mathewson2014-02-12
| * | | Tests for siphash, from reference implementation.Nick Mathewson2014-02-12
| * | | csiphash: avoid unaligned access on non-x86Nick Mathewson2014-02-12
| * | | Get csiphash better integrated with our build systemNick Mathewson2014-02-12
| * | | Raw import of Marek Majkowski's cisphash.cNick Mathewson2014-02-12
| |/ /
* | | Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson2014-02-15
|\ \ \ | |/ / |/| |
| * | gcc/clang: Mark macro-generated functions as possible unusedSebastian Hahn2014-02-14
| |/
* / Prepare patch for ticket 5129 for merging.Peter Retzlaff2013-08-02
|/
* Remove an unused local variable.Nick Mathewson2013-03-18
* Check return values from fcntl and setsockoptNick Mathewson2013-03-18
* Use torint.h in curve25519-donna*.cNick Mathewson2013-02-14
* Whoops: evdns_log, not tor_log, in src/ext/eventdns.cNick Mathewson2013-02-04
* Rename log() to tor_log() for loggingNick Mathewson2013-02-01
* Rename all of the macros in tor_queue.h to start with TOR_Nick Mathewson2013-01-30
* Update the copyright date to 201.Nick Mathewson2013-01-16
* Handle EWOULDBLOCK as EAGAIN if they happen to be different.Nick Mathewson2013-01-11
* Update our copy of curve25519-donna-c64.Nick Mathewson2013-01-03
* Use always_inline only with inline; otherwise GCC gripesNick Mathewson2013-01-03
* curve25519-donna-c64: make endian-neutralness fns staticNick Mathewson2013-01-02
* curve25519-donna-c64: work on bigendian and alignment-happy systemsNick Mathewson2013-01-02
* Make curve25519-donna work with our compiler warnings.Nick Mathewson2013-01-02
* Add fallback implementations for curve25519: curve25519_donnaNick Mathewson2013-01-02
* Add an SLIST_ENTRY definition back on non-win32Nick Mathewson2012-11-03
* Rename SLIST_ENTRY to TOR_SLIST_ENTRY to fix windows compilationNick Mathewson2012-11-01
* Add a copy of the queue(3) manpage to the git repository.Nick Mathewson2012-10-30
* Merge branch 'bsd_queue' of ssh://git-rw.torproject.org/nickm/torAndrea Shepard2012-10-30
|\
| * Add a copy of OpenBSD's sys/queue.h as tor_queue.hNick Mathewson2012-10-12
* | Fix a reserved identifier that my scripts missedNick Mathewson2012-10-15
* | Merge remote-tracking branch 'public/bug1031'Nick Mathewson2012-10-15
|\ \