Changes In Branch monocypher Through [1dbc43abc9] Excluding Merge-Ins
This is equivalent to a diff from 542443e166 to 1dbc43abc9
2019-01-11
| ||
16:45 | Many unrelated changes check-in: 5db79120e2 user: rkeene tags: trunk | |
2019-01-10
| ||
08:43 | Added conversion to monocypher to main source check-in: 12e83a9916 user: rkeene tags: monocypher | |
08:41 | Started switching to monocypher check-in: 1dbc43abc9 user: rkeene tags: monocypher | |
2018-12-09
| ||
22:11 | Removed extra auto_paths check-in: 542443e166 user: rkeene tags: trunk | |
22:10 | Added an RPC client REPL check-in: e9fd1f6094 user: rkeene tags: trunk | |
Modified .fossil-settings/ignore-glob from [f9b9628d3b] to [59abf1089d].
1 2 3 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | - - - - - - - - + + + | nano.so nano.o randombytes.o |
Modified Makefile.in from [9775c9b8f5] to [074532d27e].
1 2 3 4 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 | - + - - + + - + - + - + - + - - + + - - + + | CC := @CC@ AR := @AR@ RANLIB := @RANLIB@ CFLAGS := @CFLAGS@ @SHOBJFLAGS@ |
︙ | |||
81 82 83 84 85 86 87 | 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 | - - - + + + - + - - + | $(INSTALL_PROGRAM) @EXTENSION_TARGET@ '$(DESTDIR)$(PACKAGE_INSTALL_DIR)' $(INSTALL_DATA) pkgIndex.tcl '$(DESTDIR)$(PACKAGE_INSTALL_DIR)' $(INSTALL_DATA) @srcdir@/nano.man '$(DESTDIR)$(PACKAGE_INSTALL_DIR)' clean: rm -f nano-amalgamation.c nano-amalgamation.o rm -f @EXTENSION_TARGET@ nano.o nano.gcda nano.gcno |
Modified autogen.sh from [50eb64ee31] to [daaff1df63].
︙ | |||
75 76 77 78 79 80 81 | 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 | - + - - - - - - + + | exit 1 fi autoconf rm -rf autom4te.cache |
︙ |
Added build/argon2/Makefile version [0f8aa4ebda].
|
Added build/argon2/monocypher-blake2b.h version [b2dc3556d1].
|
Added build/argon2/src/argon2.h version [0188db9d46].