1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-keygen synced 2026-06-18 04:00:03 +02:00
Commit graph

52 commits

Author SHA1 Message Date
f0d3f355cc Version 1.0.2 2020-03-03 11:54:14 +01:00
f7858cb5bd adding core/isatty 2020-03-02 13:50:35 +01:00
9e9b3b7309 Version 1.0.1 2020-02-27 11:03:50 +01:00
787c5e4bf5 CMake: set minimum version to 3.15 (this version support cmake --install) 2020-02-27 10:46:04 +01:00
3bf42e5234 CMake: only install man page on *nix systems. 2020-02-21 12:07:07 +01:00
daa860d574 CMake: set additional install variables on windows. 2020-02-21 12:07:07 +01:00
6eaf32847c CMake: move "flat install" for windows to the top of the file. 2020-02-21 12:07:07 +01:00
f907beba35 CMake: set CMAKE_INSTALL_SHAREDIR 2020-02-21 12:07:07 +01:00
6edcd2d66a Version 1.0 2020-02-19 19:50:23 +01:00
3b55751022 CMake: move package stuff to CMakeModules/package.cmake 2020-02-19 13:40:10 +01:00
508d5639c5 CMake: set additional project information. 2020-02-19 13:39:08 +01:00
d6a4ae6db8 Organize source files into directory. 2020-02-19 13:09:53 +01:00
b88e613b54 adding core/file 2020-02-18 20:03:03 +01:00
f84f474290 Merge branch 'dictionary' into develop
# Conflicts:
#	CMakeLists.txt
#	src/main.cpp
2020-02-18 15:08:48 +01:00
f1f9eb5a66 console: add disable_color flag. 2020-02-18 14:29:53 +01:00
b03ad0b22d CMake: define _CRT_SECURE_NO_WARNINGS for MSVC compiler.
Otherwise build will fail if you use "non-secure" functions. like fopen()
2020-02-17 17:15:25 +01:00
ade4708b50 Adding config.h.in 2020-02-17 15:36:14 +01:00
34c24eb710 Adding core/dictionary 2020-02-17 14:26:03 +01:00
fcbe784fc8 CMakeLists.txt: add option to build extras. 2020-02-14 02:06:50 +01:00
8e7b132ca1 checksum.h: implement using templates instead of nasty macro + header only as we don't have openssl specific code there anymore. 2020-02-11 19:32:34 +01:00
fc5614eff2 adding crypto/hash.h and move openssl specific code from checksum.cpp to crypto/openssl/hash.cpp 2020-02-11 15:42:56 +01:00
bc0369f301 Move "ec" directory to "crypto" and move openssl implementation into crypto/openssl directory. 2020-02-11 15:42:56 +01:00
20a47d11b5 Version 0.1.6 2020-02-07 06:53:53 +01:00
4742096417 Merge branch 'man-page' into develop 2020-02-05 19:34:17 +01:00
c7802b2e56 move types.h and ec stuff to "ec" subdirectory. 2020-01-30 08:42:09 +01:00
3b916086d0 CMake: Install man page. 2020-01-30 07:34:37 +01:00
637ccd529f Adding docs/eosio-keygen.1.in 2020-01-30 07:34:37 +01:00
890e9841e8 Version 0.1.5 2020-01-29 11:48:18 +01:00
e310bb7ac0
Merge pull request #12 from eosswedenorg/benchmark
Closes #11
2020-01-29 10:53:05 +01:00
2d1696a0e4 Merge branch 'compiler-warnings' into develop 2020-01-29 10:50:37 +01:00
98a3d8b1d1 Adding benchmark module 2020-01-29 09:13:05 +01:00
1142b8d5e4 Version 0.1.4 2020-01-17 06:50:15 +01:00
8c8d88c631 Adding src/console_win32.cpp 2020-01-16 11:08:59 +01:00
92f2c4ffcc Adding console text color/attribute support (ansi) 2020-01-16 10:08:09 +01:00
1546d3c81c Version 0.1.3 2020-01-12 08:44:35 +01:00
6dcc897fcf key_search: refactor key_search_n() and key_search_nt() to proper names. 2020-01-10 10:56:32 +01:00
7e37f1ef8b key_search: refactor thread code into key_search_nt() function and key_search_nt.cpp file. 2020-01-10 10:30:16 +01:00
936378c69f Adding key_search_helpers module. 2020-01-10 10:28:55 +01:00
b9cb871a49 Version 1.1.2 2020-01-10 07:45:12 +01:00
b6ddf1ed24 CMakeLists.txt: Fix Windows build failure (the windows specific stuffs must come after PROGRAM_EXE target) 2020-01-09 12:22:04 +01:00
c8632c2806 Version 0.1.1 2020-01-09 12:12:21 +01:00
9701580b6f CMakeLists.txt: Use correct install paths. 2020-01-09 11:29:40 +01:00
b1ccc7a36b CMakeLists.txt: Some cleanup and restructure. 2020-01-09 11:19:25 +01:00
f5c44e043d Implement threads for key search. 2020-01-09 08:44:05 +01:00
a7e9b77a70 main.cpp: use key_search() 2020-01-09 08:12:26 +01:00
76e3d11747 Rename utils to string. 2020-01-09 06:33:20 +01:00
65710a8cd2 CMakeLists.txt: Only copy .deb package script on unix-like systems. 2019-12-23 15:18:04 +01:00
902869bcdf CMakeLists.txt: add "scripts/generate_deb.sh.in" in the build. 2019-12-23 15:05:38 +01:00
2efceabba1 CMakeLists.txt: Adding project version 2019-12-23 14:49:38 +01:00
279eb6672c Adding src/utils.cpp 2019-12-20 12:10:15 +01:00