50 check-ins occurring on or before 2019-01-23 06:53:46.
More ↑
2019-01-23
| ||
06:53 | Remove possible OpenMP flag that conflicts with output check-in: 6fe1f8ccea user: rkeene tags: trunk | |
06:41 | Support CryptGenRandom() on Windows check-in: 0037d24768 user: rkeene tags: trunk | |
06:16 | Check in more depth for OpenMP support check-in: 08306ae2ee user: rkeene tags: trunk | |
05:43 | Ensure random implementations are static check-in: f1e737d284 user: rkeene tags: trunk | |
05:40 | Cache local address for a long time, it is not likely to change check-in: b07aac060d user: rkeene tags: trunk | |
05:29 | Removed debugging code check-in: 6d73b93560 user: rkeene tags: trunk | |
05:27 | Better handling of looking up local IP address check-in: e82a0e097b user: rkeene tags: trunk | |
04:39 | Only pull in the http package when it is needed check-in: e817d93da0 user: rkeene tags: trunk | |
04:36 | Use built-in HTTP client to get local IP check-in: 52ff9de4cf user: rkeene tags: trunk | |
2019-01-22
| ||
18:32 | Clean up amalgamation coverage bits check-in: 224abfa34b user: rkeene tags: trunk | |
18:27 | Better formatting of checksums and publickeys check-in: 32a0f84a02 user: rkeene tags: trunk | |
18:26 | Better formatting of data from wallets check-in: c77f5a51cd user: rkeene tags: trunk | |
17:59 | Upgraded AES to get rid of a warning check-in: 4c806fd6da user: rkeene tags: trunk | |
17:55 | Check to see if -mmpx can actually be linked in check-in: ad21e0c8c7 user: rkeene tags: trunk | |
17:51 | Better peer tracking and block verification check-in: 995dbd8993 user: rkeene tags: trunk | |
17:47 | Updated kit building check-in: 572ef3e921 user: rkeene tags: trunk | |
17:46 | Treat all failures from getaddrinfo() as an empty list, rather than an error check-in: 75fb6dcec1 user: rkeene tags: trunk | |
17:40 | Fall back to vendored version of Tcl packages for testing check-in: cf50a21341 user: rkeene tags: trunk | |
17:40 | Added vendoring of Tcl-only packages from Tcllib check-in: 3dc3a41cee user: rkeene tags: trunk | |
2019-01-17
| ||
16:53 | Build many kits check-in: cf14f9815a user: rkeene tags: trunk | |
08:09 | Require C99 support check-in: cdf6ed48c2 user: rkeene tags: trunk | |
07:45 | Added start of kit maker, for easy binary distribution of application check-in: 0007db6527 user: rkeene tags: trunk | |
02:19 | Better prompt handling without readline check-in: 1a36ac65ca user: rkeene tags: trunk | |
01:57 | More stats work check-in: 008bdd4f8f user: rkeene tags: trunk | |
01:55 | Support using OS resolvers check-in: d5ffbea19a user: rkeene tags: trunk | |
2019-01-16
| ||
21:38 | Moved some of the argon2 patches to a patch file check-in: 4cee3b7e59 user: rkeene tags: trunk | |
2019-01-13
| ||
22:10 | Updated to make whether or not to use the amalgamation a separate configuration option check-in: 9532d401f5 user: rkeene tags: trunk | |
2019-01-12
| ||
21:59 | Fixed name of keepalive statistic for unique peers check-in: 173b00efe3 user: rkeene tags: trunk | |
21:48 | Better handling of stats -- keep them in a transient SQLite3 DB check-in: a010d6c0a7 user: rkeene tags: trunk | |
2019-01-11
| ||
18:03 | Reduce argon2 code a bit by removing features we do not use check-in: 483b914916 user: rkeene tags: trunk | |
17:50 | Add more TODO check-in: 91adaf3629 user: rkeene tags: trunk | |
17:50 | Use the user-supplied password check-in: b74e661b68 user: rkeene tags: trunk | |
17:47 | Added support for decoding wallet backups check-in: fe9b42ed61 user: rkeene tags: trunk | |
17:35 | randomSortList in the internal namespace check-in: 75052adbef user: rkeene tags: trunk | |
17:33 | Update argon2 to deal with the amalgamized version of things in monocypher check-in: b42f88c83c user: rkeene tags: trunk | |
17:33 | When compiling the amalgamized version of Tcl Nano, define a macro that can be used to detect this check-in: 28a8f24de6 user: rkeene tags: trunk | |
16:50 | Install man page into a man directory check-in: 5818311f51 user: rkeene tags: trunk | |
16:48 | Moved binaries and ensure that they are installed check-in: 19ed7cdd41 user: rkeene tags: trunk | |
16:45 | Integrated monocypher changes check-in: eb79ca52ec user: rkeene tags: trunk | |
16:45 | Many unrelated changes check-in: 5db79120e2 user: rkeene tags: trunk | |
16:43 | Use Tcl for free() and malloc() within argon2 Closed-Leaf check-in: e61a5fb78c user: rkeene tags: monocypher | |
16:08 | Removed all heap-based memory allocations since they can be done on the stack now that they are constant sized check-in: 567d112dc6 user: rkeene tags: monocypher | |
15:53 | Add AES256-CTR Tcl command check-in: ed43f19076 user: rkeene tags: monocypher | |
2019-01-10
| ||
21:14 | Compile AES as AES256 CTR check-in: 4131055ef7 user: rkeene tags: monocypher | |
21:09 | Added AES support check-in: fceff1713f user: rkeene tags: monocypher | |
21:03 | Update Makefile to make changing directories of vendor projects easier check-in: 57397abd17 user: rkeene tags: monocypher | |
20:54 | Move upstream packages into a "vendor" directory check-in: 51030d9980 user: rkeene tags: monocypher | |
09:55 | Minor cleanup check-in: 78b6dd6345 user: rkeene tags: monocypher | |
09:45 | Added untested argon2-based key derivation check-in: 3872cde7b2 user: rkeene tags: monocypher | |
09:18 | Added more Argon2 files, and try to build with as few public symbols as possible check-in: 489a16edb6 user: rkeene tags: monocypher | |