History of nano.c of f61852edde1b8208

History of the file that is called nano.c at check-in f61852edde1b8208

2019-01-23
07:36
Support getaddrinfo() checks on Windows file: [3c4ff0173f] check-in: [f61852edde] user: rkeene, branch: trunk, size: 20725 [annotate] [blame] [check-ins using] [diff]
2019-01-22
17:46
Treat all failures from getaddrinfo() as an empty list, rather than an error file: [df4af05b56] check-in: [75fb6dcec1] user: rkeene, branch: trunk, size: 20618 [annotate] [blame] [check-ins using] [diff]
2019-01-17
01:55
Support using OS resolvers file: [f5fc2eab10] check-in: [d5ffbea19a] user: rkeene, branch: trunk, size: 20761 [annotate] [blame] [check-ins using] [diff]
2019-01-11
16:08
Removed all heap-based memory allocations since they can be done on the stack now that they are constant sized file: [d9395b5407] check-in: [567d112dc6] user: rkeene, branch: monocypher, size: 17402 [annotate] [blame] [check-ins using] [diff]
15:53
Add AES256-CTR Tcl command file: [8a374b97c9] check-in: [ed43f19076] user: rkeene, branch: monocypher, size: 18127 [annotate] [blame] [check-ins using] [diff]
2019-01-10
09:55
Minor cleanup file: [aa5532a5f2] check-in: [78b6dd6345] user: rkeene, branch: monocypher, size: 16900 [annotate] [blame] [check-ins using] [diff]
09:45
Added untested argon2-based key derivation file: [2ca35184b8] check-in: [3872cde7b2] user: rkeene, branch: monocypher, size: 16877 [annotate] [blame] [check-ins using] [diff]
08:43
Added conversion to monocypher to main source file: [3e25e24c1a] check-in: [12e83a9916] user: rkeene, branch: monocypher, size: 17809 [annotate] [blame] [check-ins using] [diff]
2018-11-19
19:41
Use an unsigned type for the maximum seed file: [6d823f4967] check-in: [1db766b249] user: rkeene, branch: trunk, size: 17011 [annotate] [blame] [check-ins using] [diff]
2018-08-17
21:52
Ensure that the "work" is copied from the offload engine after it is updated and before it is used file: [6efa7f3405] check-in: [42237e5a18] user: rkeene, branch: trunk, size: 17009 [annotate] [blame] [check-ins using] [diff]
20:37
Start of work on OpenMP GPU offloading for work generation file: [11b3eba419] check-in: [f87706a75e] user: rkeene, branch: trunk, size: 16993 [annotate] [blame] [check-ins using] [diff]
13:49
Expose random buffer generation mechanism to the script level file: [ac5d19ee67] check-in: [40140fc849] user: rkeene, branch: trunk, size: 16919 [annotate] [blame] [check-ins using] [diff]
2018-07-06
02:35
Made API more consistent file: [5ea860caff] check-in: [6881dd597e] user: rkeene, branch: trunk, size: 15944 [annotate] [blame] [check-ins using] [diff]
2018-07-05
16:19
Consolidated constants file: [ec928b6713] check-in: [8ea3e826f3] user: rkeene, branch: trunk, size: 15833 [annotate] [blame] [check-ins using] [diff]
2018-07-03
19:03
Add support for computing and validating work file: [47a3dbb357] check-in: [78a7632dc9] user: rkeene, branch: trunk, size: 14222 [annotate] [blame] [check-ins using] [diff]
06:03
Ensure the correct version of the package is provided file: [7904158504] check-in: [0938293f53] user: rkeene, branch: trunk, size: 10072 [annotate] [blame] [check-ins using] [diff]
2018-07-02
21:24
Improved checking for entropy sources file: [3fe2cef44c] check-in: [8fd7944e81] user: rkeene, branch: trunk, size: 9954 [annotate] [blame] [check-ins using] [diff]
12:09
Added support for generating seeds and deriving keys from seeds file: [f56ecd10ff] check-in: [5ec19f7afb] user: rkeene, branch: trunk, size: 11145 [annotate] [blame] [check-ins using] [diff]
11:29
Support using a different sized hash result from BLAKE2b file: [a093ea96ca] check-in: [5b9fcbfff6] user: rkeene, branch: trunk, size: 9580 [annotate] [blame] [check-ins using] [diff]
07:20
Moved our patchwork to its own internal directories in preparation for a release cleanup file: [470015e0f0] check-in: [4168b04669] user: rkeene, branch: trunk, size: 9059 [annotate] [blame] [check-ins using] [diff]
06:41
Restructuring to get rid of SUPERCOP reference, it is incorrect file: [1242d36c58] check-in: [1f76e42a02] user: rkeene, branch: trunk, size: 9064 [annotate] [blame] [check-ins using] [diff]
06:22
Added some whitespace for readability file: [f4f5005da0] check-in: [de6758280f] user: rkeene, branch: trunk, size: 9068 [annotate] [blame] [check-ins using] [diff]
06:20
Removed some changes left over from debugging file: [fe2268da6a] check-in: [c947dc3c9c] user: rkeene, branch: trunk, size: 9067 [annotate] [blame] [check-ins using] [diff]
06:10
A bit of restructuring and cleanup file: [19478c9f83] check-in: [a1a2a058e2] user: rkeene, branch: trunk, size: 9151 [annotate] [blame] [check-ins using] [diff]
2018-07-01
22:12
Start of support for key generation file: [7bf0e59047] check-in: [28166744a1] user: rkeene, branch: trunk, size: 7851 [annotate] [blame] [check-ins using] [diff]
22:04
Added support for hashing arbitrary data file: [df3e692dc7] check-in: [54a51a61b6] user: rkeene, branch: trunk, size: 7136 [annotate] [blame] [check-ins using] [diff]
21:50
Added validation to verification file: [ca961d2702] check-in: [027525ece7] user: rkeene, branch: trunk, size: 6469 [annotate] [blame] [check-ins using] [diff]
20:55
Ensure we include the headers for memcpy() file: [6a8716cb4e] check-in: [f12cd8142a] user: rkeene, branch: trunk, size: 6516 [annotate] [blame] [check-ins using] [diff]
20:48
Added start of additional internal functions file: [d6f90a57ca] check-in: [eb360ae2a4] user: rkeene, branch: trunk, size: 6496 [annotate] [blame] [check-ins using] [diff]
2018-06-30
13:13
More work on an internal signing function file: [a802819e09] check-in: [8e2b1497b3] user: rkeene, branch: trunk, size: 2537 [annotate] [blame] [check-ins using] [diff]
03:41
Added: Added bare codebase file: [7748433431] check-in: [51a35940cd] user: rkeene, branch: trunk, size: 1287 [annotate] [blame] [check-ins using]