Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-12 | Fix typos. | Samanta Navarro | |
Typos found with codespell. Please keep in mind that this should have impact on actual code and must be carefully evaluated: src/core/or/lttng_circuit.inc - ctf_enum_value("CONTROLER", CIRCUIT_PURPOSE_CONTROLLER) + ctf_enum_value("CONTROLLER", CIRCUIT_PURPOSE_CONTROLLER) | |||
2018-06-21 | Rectify include paths (automated) | Nick Mathewson | |
2018-06-20 | Run rectify_include_paths.py | Nick Mathewson | |
2016-07-28 | Fix a set of variable-shadowing warnings in curve25519-donna.c | Nick Mathewson | |
2014-07-15 | Small tweaks to make curve25519-donna32 compile with our warnings | Nick Mathewson | |
2014-07-15 | Update to latest curve25519-donna32 | Nick Mathewson | |
2013-02-14 | Use torint.h in curve25519-donna*.c | Nick Mathewson | |
This will get it building on systems that lack stdint.h | |||
2013-01-03 | Update our copy of curve25519-donna-c64. | Nick Mathewson | |
This now matches upstream at version 59a896970a1ad0a6cd7d0. (Adam took my patches.) | |||
2013-01-03 | Use always_inline only with inline; otherwise GCC gripes | Nick Mathewson | |
2013-01-02 | curve25519-donna-c64: make endian-neutralness fns static | Nick Mathewson | |
2013-01-02 | curve25519-donna-c64: work on bigendian and alignment-happy systems | Nick Mathewson | |
There was one place in curve25519-donna-c64 that was relying on unaligned access and relying on little-endian values. This patch fixes that. I've sent Adam a pull request. | |||
2013-01-02 | Make curve25519-donna work with our compiler warnings. | Nick Mathewson | |
2013-01-02 | Add fallback implementations for curve25519: curve25519_donna | Nick Mathewson | |
This is copied from Adam Langley's curve25519-donna package, as of commit 09427c9cab32075c06c3487aa01628030e1c5ae7. |