Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-12-01 | return true on success | warptangent | 1 | -1/+1 | |
2014-12-01 | deterministic wallet use of twelve words fixed | warptangent | 1 | -1/+1 | |
2014-12-01 | ensure that keccak is called on view spend key, not a possibly ↵ | warptangent | 1 | -1/+1 | |
pre-sc_reduce32 version of it - for deriving view secret key | |||||
2014-12-01 | Merge pull request #192 | Riccardo Spagni | 29 | -30/+8198 | |
affde29 moved rapidjson to external folder, fixed CMake (Riccardo Spagni) f1eaf88 Prints seed after wallet upgrade. Removed iostream include. (Oran Juice) 70971be Doxygen comments (Oran Juice) 031ca23 Rewrites to old wallet file correctly (Oran Juice) 1f833dc Doxygen comments in (Oran Juice) 0bd88ff Writes seed language while generating wallet. Wallet open fix. (Oran Juice) 09a659e Stores seed language in wallet file. added rapidjson. Yet to test backward compatibility (Oran Juice) | |||||
2014-12-01 | moved rapidjson to external folder, fixed CMake | Riccardo Spagni | 25 | -1/+3 | |
2014-12-01 | Merge pull request #1 | Riccardo Spagni | 29 | -30/+8196 | |
f1eaf88 Prints seed after wallet upgrade. Removed iostream include. (Oran Juice) 70971be Doxygen comments (Oran Juice) 031ca23 Rewrites to old wallet file correctly (Oran Juice) 1f833dc Doxygen comments in (Oran Juice) 0bd88ff Writes seed language while generating wallet. Wallet open fix. (Oran Juice) 09a659e Stores seed language in wallet file. added rapidjson. Yet to test backward compatibility (Oran Juice) | |||||
2014-12-01 | Merge pull request #191 | Riccardo Spagni | 2 | -6/+15 | |
685dd4a don't build tests unless we're building all-* or *-test builds (Riccardo Spagni) | |||||
2014-12-01 | don't build tests unless we're building all-* or *-test builds | Riccardo Spagni | 2 | -6/+15 | |
2014-11-27 | updated readme to include libevent / libgtest deps | Riccardo Spagni | 1 | -1/+1 | |
2014-11-26 | Merge pull request #188 | Riccardo Spagni | 5 | -9/+10 | |
dde7897 Disable legacy fees for now (iamsmooth) cc74b43 Remove DEFAULT_FEE, add temporary acceptance of too-small per-kb fee >= 0.1, denominations based on DEFAULT_DUST_THRESHOLD, document fee arg to create_transactions as unused, se DEFAULT_DUST_THRESHOLD for wallet dust collection instead of calcualted tx fee (iamsmooth) | |||||
2014-11-25 | Merge pull request #180 | Riccardo Spagni | 32 | -340/+2905 | |
ce71c01 cmake: work around a bug with implicit link directories (Ben Boeckel) de4fc40 mingw: copy required libraries to the build tree (Ben Boeckel) ec54e2f cmake: place binaries together in the build tree (Ben Boeckel) 18c56ab msys: don't use LTO (Ben Boeckel) 5680c9c msys: factor out -Werror on msys (Ben Boeckel) 4751542 msys: look in msys' directory for files (Ben Boeckel) d855fe4 miniupnpc: bump the _POSIX_C_SOURCE feature macro (Ben Boeckel) c696492 unbound: fix getaddrinfo detection for 32-bit windows (Ben Boeckel) e377687 cmake: Windows and static builds need this (Ben Boeckel) 01895dd cmake: fix up link lines (Ben Boeckel) 4b6515c unbound: fix type checking (Ben Boeckel) d43a20f unbound: plumb the libdir up (Ben Boeckel) 7d708e4 cmake: support 2.8.7 (Ben Boeckel) 464c280 cmake: fix up miniupnpc's define (Ben Boeckel) 9689df9 cmake: clean up EXTRA_LIBRARIES (Ben Boeckel) 3b7bdcb cmake: set the project name (Ben Boeckel) 0f0efc4 cmake: prepend to CMAKE_MODULE_PATH (Ben Boeckel) 031e3da cmake: remove scream-make (all-caps functions) (Ben Boeckel) abbd5c0 unbound: import cmake build system (Ben Boeckel) e59b5b7 miniupnpc: clean up build system (Ben Boeckel) 475fe20 cmake: minor cleanups (indentation and typos) (Ben Boeckel) 799e8b2 cmake: use option() for STATIC (Ben Boeckel) c24d22b cmake: clean up if auto-dereferencing (Ben Boeckel) 9ed415a build: inform the build of what generates version.h (Ben Boeckel) eba180a cmake: support git info in released tarballs (Ben Boeckel) eeffac6 cmake: fix up BOOST_IGNORE_SYSTEM_PATHS (Ben Boeckel) a43f1a8 cmake: remove configuration variables (Ben Boeckel) a87ce09 cmake: factor out error messages (Ben Boeckel) 9aa48b6 miniupnpc: clear out else/endfoo command arguments (Ben Boeckel) 8a86ac8 daemon_tests: update cmake code (Ben Boeckel) fa3ff75 gtest: support an external gtest (Ben Boeckel) 7bfcffa cmake: put each test executable in its own directory (Ben Boeckel) f53f047 cmake: handle private vs. public headers (Ben Boeckel) 55ca7d3 cmake: refactor common code with libraries (Ben Boeckel) c773f46 cmake: refactor common code with executables (Ben Boeckel) 89cff7b cmake: put each library into its own directory (Ben Boeckel) | |||||
2014-11-18 | cmake: work around a bug with implicit link directories | Ben Boeckel | 1 | -0/+8 | |
Unfortunately, this is necessary because CMake doesn't detect whether mingw libraries are static or shared and doesn't put a -static flag around the -lfoo argument which then makes the shared library be linked to. | |||||
2014-11-18 | mingw: copy required libraries to the build tree | Ben Boeckel | 1 | -0/+16 | |
These are found as shared libraries and need to be copied so that PATH manipulation isn't necessary outside of an msys shell. | |||||
2014-11-18 | cmake: place binaries together in the build tree | Ben Boeckel | 1 | -0/+3 | |
This allows Windows to copy binaries to one place rather than to each executable directory. | |||||
2014-11-17 | msys: don't use LTO | Ben Boeckel | 1 | -0/+2 | |
This causes duplicate symbol errors on msys' mingw install. | |||||
2014-11-17 | msys: factor out -Werror on msys | Ben Boeckel | 1 | -1/+4 | |
There are Windows-related warnings turned into errors here. | |||||
2014-11-17 | msys: look in msys' directory for files | Ben Boeckel | 1 | -0/+5 | |
This tells find_path and find_library to look under this directory first which is what we want on msys2. | |||||
2014-11-11 | Disable legacy fees for now | iamsmooth | 2 | -2/+2 | |
2014-11-10 | miniupnpc: bump the _POSIX_C_SOURCE feature macro | Ben Boeckel | 1 | -1/+1 | |
FreeBSD doesn't expose IPv6 structures without this. | |||||
2014-11-09 | Remove DEFAULT_FEE, add temporary acceptance of too-small per-kb fee >= 0.1, ↵ | iamsmooth | 5 | -9/+10 | |
denominations based on DEFAULT_DUST_THRESHOLD, document fee arg to create_transactions as unused, se DEFAULT_DUST_THRESHOLD for wallet dust collection instead of calcualted tx fee | |||||
2014-11-06 | Merge pull request #184 | Riccardo Spagni | 3 | -3/+22 | |
d2287d3 per kb fees not passing correct fee to transfer() (Thomas Winget) dc67b12 Should now properly do per-kb fee (Thomas Winget) 557e27f per kb fees (Thomas Winget) | |||||
2014-11-06 | per kb fees not passing correct fee to transfer() | Thomas Winget | 1 | -2/+1 | |
2014-11-06 | Should now properly do per-kb fee | Thomas Winget | 1 | -1/+2 | |
I'm an idiot. | |||||
2014-11-06 | per kb fees | Thomas Winget | 3 | -3/+22 | |
2014-10-24 | unbound: fix getaddrinfo detection for 32-bit windows | Ben Boeckel | 1 | -1/+11 | |
On Windows, getaddrinfo is part of the Windows API and as such is __stdcall, not __cdecl, so check_function_exists fails because the declaration doesn't match the mangling __stdcall has. Instead, use a header to include the symbol as declared on the system and use check_symbol_exists instead. Tested-By: greatwolf on IRC | |||||
2014-10-24 | cmake: Windows and static builds need this | Ben Boeckel | 1 | -1/+1 | |
2014-10-24 | cmake: fix up link lines | Ben Boeckel | 5 | -3/+7 | |
2014-10-24 | unbound: fix type checking | Ben Boeckel | 1 | -2/+2 | |
2014-10-24 | unbound: plumb the libdir up | Ben Boeckel | 2 | -1/+6 | |
This is necessary for static builds where the linking is passed around to dependent targets, but the library is lost. | |||||
2014-10-24 | cmake: support 2.8.7 | Ben Boeckel | 22 | -28/+28 | |
Older versions of CMake support LINK_{PUBLIC,PRIVATE} while newer versions prefer PUBLIC and PRIVATE instead, but still support the LINK_ prefix. | |||||
2014-10-23 | cmake: fix up miniupnpc's define | Ben Boeckel | 2 | -6/+10 | |
It's only necessary on Windows builds and new versions renamed the define without any compatibility bridge. | |||||
2014-10-23 | cmake: clean up EXTRA_LIBRARIES | Ben Boeckel | 1 | -3/+1 | |
pthread is handled by CMAKE_THREAD_LIBS_INIT while libdl isn't needed. | |||||
2014-10-23 | cmake: set the project name | Ben Boeckel | 1 | -0/+2 | |
2014-10-23 | cmake: prepend to CMAKE_MODULE_PATH | Ben Boeckel | 1 | -1/+2 | |
2014-10-23 | cmake: remove scream-make (all-caps functions) | Ben Boeckel | 1 | -15/+15 | |
2014-10-23 | unbound: import cmake build system | Ben Boeckel | 5 | -82/+1429 | |
2014-10-23 | miniupnpc: clean up build system | Ben Boeckel | 1 | -65/+5 | |
Changes: - remove amiga and solaris conditionals - remove -fPIC hackery (use POSITION_INDEPENDENT_CODE instead) - remove tests - retab | |||||
2014-10-23 | cmake: minor cleanups (indentation and typos) | Ben Boeckel | 2 | -15/+15 | |
2014-10-23 | cmake: use option() for STATIC | Ben Boeckel | 1 | -1/+1 | |
2014-10-23 | cmake: clean up if auto-dereferencing | Ben Boeckel | 2 | -4/+4 | |
CMake will auto-dereference variable names in if statements, so there's no need to dereference them manually. | |||||
2014-10-23 | build: inform the build of what generates version.h | Ben Boeckel | 1 | -1/+11 | |
Without this, Ninja requires a two-step process because it doesn't know what generates version.h it sees from its depfile support and when it changes in one run, it has already pruned the dependent nodes from its internal graph and requires a second run to catch it. | |||||
2014-10-23 | cmake: support git info in released tarballs | Ben Boeckel | 3 | -12/+25 | |
2014-10-23 | cmake: fix up BOOST_IGNORE_SYSTEM_PATHS | Ben Boeckel | 1 | -2/+1 | |
The option was set twice when it only needs to be set once. Also fix a bogus dereference and spurious whitespace. | |||||
2014-10-23 | cmake: remove configuration variables | Ben Boeckel | 2 | -12/+0 | |
CMAKE_BUILD_TYPE is meant for single-config build tools (e.g., make and ninja) while CMAKE_CONFIGURATION_TYPES is meant for multi-config build tools (e.g., Xcode and Visual Studio). They should not be mixed or manually set. | |||||
2014-10-23 | cmake: factor out error messages | Ben Boeckel | 2 | -10/+17 | |
Instead of using BoldRed and ColourReset everywhere, wrap it up in a function. | |||||
2014-10-23 | miniupnpc: clear out else/endfoo command arguments | Ben Boeckel | 2 | -17/+17 | |
2014-10-23 | daemon_tests: update cmake code | Ben Boeckel | 1 | -4/+50 | |
It's still not valid, but it's commented out anyways; update to code so it matches the style at least. | |||||
2014-10-23 | gtest: support an external gtest | Ben Boeckel | 3 | -9/+22 | |
2014-10-23 | cmake: put each test executable in its own directory | Ben Boeckel | 10 | -45/+562 | |
2014-10-23 | cmake: handle private vs. public headers | Ben Boeckel | 11 | -20/+81 | |
2014-10-23 | cmake: refactor common code with libraries | Ben Boeckel | 7 | -51/+18 | |
2014-10-23 | cmake: refactor common code with executables | Ben Boeckel | 5 | -72/+28 | |
2014-10-23 | cmake: put each library into its own directory | Ben Boeckel | 11 | -51/+691 | |
This cleans up the CMake code and shows patterns more easily (to be refactored in the next commit). | |||||
2014-10-23 | Merge pull request #182 | Riccardo Spagni | 7 | -35/+47 | |
1795c38 fixed unit tests (Riccardo Spagni) bc537ac miniupnpc static define change (Riccardo Spagni) | |||||
2014-10-20 | Apple and BSD don't need malloc.h | Riccardo Spagni | 1 | -1/+5 | |
2014-10-19 | Prints seed after wallet upgrade. Removed iostream include. | Oran Juice | 3 | -6/+26 | |
2014-10-19 | Doxygen comments | Oran Juice | 2 | -21/+40 | |
2014-10-19 | Rewrites to old wallet file correctly | Oran Juice | 3 | -3/+18 | |
2014-10-18 | Doxygen comments in | Oran Juice | 2 | -5/+37 | |
2014-10-18 | Writes seed language while generating wallet. Wallet open fix. | Oran Juice | 3 | -22/+38 | |
2014-10-18 | Stores seed language in wallet file. added rapidjson. Yet to test backward ↵ | Oran Juice | 28 | -4/+8068 | |
compatibility | |||||
2014-10-15 | removed unecessary mnemonics test | Riccardo Spagni | 1 | -13/+0 | |
2014-10-15 | fixed errant > | Riccardo Spagni | 1 | -1/+1 | |
2014-10-15 | Merge pull request #178 | Riccardo Spagni | 5 | -101/+319 | |
b032619 Commented most of src/serialization/ going to read up more on variant's and finish off the job/add last touchs next (jebes) | |||||
2014-10-15 | Merge pull request #176 | Riccardo Spagni | 9 | -50/+215 | |
b94b8cd Added unit test. Fails for Japanese for some reason. (Oran Juice) 4c8a628 Remove iostream header put in during testing (Oran Juice) 9875f5b Variable unique prefix lengths for seed (Oran Juice) | |||||
2014-10-15 | Merge pull request #174 | Riccardo Spagni | 1 | -2/+2 | |
28dfb4b capitalize Keccak everywhere (David G. Andersen) ce2ad65 typo fix - cryptonight, not cryptonote (David G. Andersen) | |||||
2014-10-15 | Merge branch 'moneromooo-monero-memmem' | Riccardo Spagni | 3 | -11/+139 | |
2014-10-15 | fixed conflict in tests CMakeLists | Riccardo Spagni | 3 | -11/+139 | |
2014-10-13 | Commented most of src/serialization/ going to read up more on variant's and ↵ | jebes | 5 | -101/+319 | |
finish off the job/add last touchs next | |||||
2014-10-08 | fixed unit tests | Riccardo Spagni | 5 | -35/+43 | |
2014-10-08 | Added unit test. Fails for Japanese for some reason. | Oran Juice | 3 | -5/+173 | |
2014-10-07 | Remove iostream header put in during testing | Oran Juice | 1 | -2/+0 | |
2014-10-07 | Variable unique prefix lengths for seed | Oran Juice | 7 | -47/+46 | |
2014-10-07 | miniupnpc static define change | Riccardo Spagni | 2 | -0/+4 | |
2014-10-07 | Merge pull request #175 | Riccardo Spagni | 10 | -248/+358 | |
b419075 added hardcoded checkpoint at block 249380 (Riccardo Spagni) 7c1d3b5 fixed miniupnpc dynamic target (Riccardo Spagni) 26728d9 mingw library tweaks (Riccardo Spagni) 2cf94c1 fix for mingw not playing nicely with libunbound configure, fix for correctly finding static libs on various operating systems (Riccardo Spagni) b05e27f need to link with -ldl on Linux when building statically (Riccardo Spagni) e55982a set the winsock variable differently on Windows (Riccardo Spagni) 0586a27 fixed configure_command for libunbound under mingw (Riccardo Spagni) f8fd036 turns out mingw does actually produce .a libs and not .dll.a (Riccardo Spagni) 6be3d1d added bison/yacc static build dependency (Riccardo Spagni) 1afba73 quieten CMake when it can't find packages (Riccardo Spagni) 735a017 removed required flags from miniupnp and unbound (Riccardo Spagni) 6b7ac4b enforce static libraries when building statically (Riccardo Spagni) 1d5991e include openssl in linbunbound static linking, added errors for openssl and expat (Riccardo Spagni) 6ef8ae8 reference the correct unbound static lib (Riccardo Spagni) 23cc93c added libtool's install command (Riccardo Spagni) 409e9ba use the correct CMake variable for static builds (Riccardo Spagni) 3a0b00a build libunbound correctly (Riccardo Spagni) 75a616f fix missing parentheses (Riccardo Spagni) 59172ee build libunbound from external if no local libunbound or for static builds (Riccardo Spagni) 1dee71a added static build dependency instructions to README (Riccardo Spagni) ff3a766 added static build dependency instructions to README (Riccardo Spagni) 5829b35 include openssl in linbunbound static linking, added errors for openssl and expat (Riccardo Spagni) c70fa86 reference the correct unbound static lib (Riccardo Spagni) 954a244 added libtool's install command (Riccardo Spagni) fd52015 use the correct CMake variable for static builds (Riccardo Spagni) cc0f6a6 build libunbound correctly (Riccardo Spagni) 8c00098 fix missing parentheses (Riccardo Spagni) cee8747 build libunbound from external if no local libunbound or for static builds (Riccardo Spagni) add1a60 added static build dependency instructions to README (Riccardo Spagni) | |||||
2014-10-07 | added hardcoded checkpoint at block 249380 | Riccardo Spagni | 1 | -0/+1 | |
2014-10-06 | fixed miniupnpc dynamic target | Riccardo Spagni | 1 | -2/+4 | |
2014-10-06 | capitalize Keccak everywhere | David G. Andersen | 1 | -1/+1 | |
2014-10-06 | typo fix - cryptonight, not cryptonote | David G. Andersen | 1 | -1/+1 | |
2014-10-06 | mingw library tweaks | Riccardo Spagni | 1 | -4/+1 | |
2014-10-06 | fix for mingw not playing nicely with libunbound configure, fix for ↵ | Riccardo Spagni | 5 | -16/+27 | |
correctly finding static libs on various operating systems | |||||
2014-10-06 | need to link with -ldl on Linux when building statically | Riccardo Spagni | 1 | -0/+1 | |
2014-10-06 | set the winsock variable differently on Windows | Riccardo Spagni | 1 | -1/+2 | |
2014-10-06 | fixed configure_command for libunbound under mingw | Riccardo Spagni | 1 | -1/+1 | |
2014-10-06 | turns out mingw does actually produce .a libs and not .dll.a | Riccardo Spagni | 1 | -3/+1 | |
2014-10-06 | added bison/yacc static build dependency | Riccardo Spagni | 1 | -1/+1 | |
2014-10-06 | quieten CMake when it can't find packages | Riccardo Spagni | 2 | -4/+4 | |
2014-10-06 | removed required flags from miniupnp and unbound | Riccardo Spagni | 1 | -2/+2 | |
2014-10-06 | enforce static libraries when building statically | Riccardo Spagni | 1 | -0/+8 | |
2014-10-06 | Merge pull request #173 | Riccardo Spagni | 1 | -2/+2 | |
e4fb913 Fix comment start for two functions (David G. Andersen) | |||||
2014-10-06 | Merge branch 'master' of http://github.com/fluffypony/bitmonero | Riccardo Spagni | 0 | -0/+0 | |
2014-10-06 | include openssl in linbunbound static linking, added errors for openssl and ↵ | Riccardo Spagni | 1 | -3/+14 | |
expat | |||||
2014-10-06 | reference the correct unbound static lib | Riccardo Spagni | 1 | -4/+3 | |
2014-10-06 | added libtool's install command | Riccardo Spagni | 1 | -7/+10 | |
2014-10-06 | use the correct CMake variable for static builds | Riccardo Spagni | 3 | -12/+12 | |
2014-10-06 | build libunbound correctly | Riccardo Spagni | 1 | -21/+50 | |
2014-10-06 | fix missing parentheses | Riccardo Spagni | 1 | -1/+1 | |
2014-10-06 | build libunbound from external if no local libunbound or for static builds | Riccardo Spagni | 5 | -232/+270 | |
2014-10-06 | added static build dependency instructions to README | Riccardo Spagni | 1 | -1/+12 | |
2014-10-06 | include openssl in linbunbound static linking, added errors for openssl and ↵ | Riccardo Spagni | 1 | -3/+14 | |
expat | |||||
2014-10-06 | reference the correct unbound static lib | Riccardo Spagni | 1 | -4/+3 | |
2014-10-06 | added libtool's install command | Riccardo Spagni | 1 | -7/+10 | |
2014-10-06 | Fix comment start for two functions | David G. Andersen | 1 | -2/+2 | |
2014-10-06 | use the correct CMake variable for static builds | Riccardo Spagni | 3 | -12/+12 | |
2014-10-06 | core_rpc_server: use do while(0) idiom in macros using if | moneromooo-monero | 1 | -2/+2 | |
2014-10-06 | tests: add a test for slow_memmem | moneromooo-monero | 2 | -1/+127 | |
2014-10-06 | core_rpc_server: fix overreads in slow_memmem | moneromooo-monero | 1 | -8/+10 | |
It would read data outside the allocated space in a couple cases. | |||||
2014-10-06 | build libunbound correctly | Riccardo Spagni | 1 | -21/+50 | |
2014-10-06 | fix missing parentheses | Riccardo Spagni | 1 | -1/+1 | |
2014-10-06 | build libunbound from external if no local libunbound or for static builds | Riccardo Spagni | 5 | -232/+270 | |
2014-10-06 | Merge branch 'master' of http://github.com/fluffypony/bitmonero | Riccardo Spagni | 0 | -0/+0 | |
2014-10-06 | added static build dependency instructions to README | Riccardo Spagni | 1 | -1/+12 | |
2014-10-06 | Merge pull request #170 | Riccardo Spagni | 1 | -5/+142 | |
46f26ff another typo fix (David G. Andersen) ac6bc48 fix typo (David G. Andersen) d744dd1 More documentation (David G. Andersen) 4d493f6 initial doxygen commenting of the CryptoNight proof-of-work code (David G. Andersen) | |||||
2014-10-06 | Merge pull request #167 | Riccardo Spagni | 1 | -2/+2 | |
aeaa44f fixed signed-unsigned issue from 166 (Thomas Winget) | |||||
2014-10-06 | added static build dependency instructions to README | Riccardo Spagni | 1 | -1/+12 | |
2014-10-06 | Merge pull request #171 | Riccardo Spagni | 397 | -23/+199322 | |
32be6ae added aabramov's gpg key (Riccardo Spagni) 010bfcf minor English wordlist tweaks (Riccardo Spagni) 9ef094b added unbound to external deps (Riccardo Spagni) 732493c split mnemonic printout over 3 lines (Riccardo Spagni) | |||||
2014-10-06 | added aabramov's gpg key | Riccardo Spagni | 1 | -0/+31 | |
2014-10-06 | minor English wordlist tweaks | Riccardo Spagni | 1 | -23/+23 | |
2014-10-05 | another typo fix | David G. Andersen | 1 | -1/+1 | |
2014-10-05 | added unbound to external deps | Riccardo Spagni | 394 | -0/+199264 | |
2014-10-05 | split mnemonic printout over 3 lines | Riccardo Spagni | 1 | -0/+4 | |
2014-10-05 | fix for miniupnpc static compile under Windows | Riccardo Spagni | 1 | -2/+4 | |
2014-10-05 | fix typo | David G. Andersen | 1 | -1/+1 | |
2014-10-05 | More documentation | David G. Andersen | 1 | -10/+63 | |
2014-10-05 | initial doxygen commenting of the CryptoNight proof-of-work code | David G. Andersen | 1 | -1/+85 | |
2014-10-05 | added other skipped commit | Riccardo Spagni | 1 | -1/+1 | |
2014-10-05 | added skipped commit | Riccardo Spagni | 1 | -0/+1 | |
2014-10-05 | Merge branch 'oranjuice' | Riccardo Spagni | 16 | -3464/+9243 | |
2014-10-05 | added trim_length to language_base class, added license to langeuage_base | Riccardo Spagni | 5 | -1/+41 | |
2014-10-05 | new English word list, trim length of 3, average word size of 6 letters, ↵ | Riccardo Spagni | 1 | -1288/+1288 | |
designed to be a bit unusual and thus easier to memorise | |||||
2014-10-05 | fixed conflict in CMakeLists | Riccardo Spagni | 16 | -3464/+9203 | |
2014-10-05 | Uses new Japanese file. Gives credit to dabura667. English file indentation ↵ | Oran Juice | 2 | -2096/+2096 | |
tabs to spaces. | |||||
2014-10-04 | Merge pull request #169 | Riccardo Spagni | 82 | -256/+779 | |
1160505 fixed checkpointing bug (Riccardo Spagni) c4d6658 quick hacky fix for broken TXT reads (Riccardo Spagni) 2322a94 cleaned up OpenAlias messages in simplewallet (Riccardo Spagni) 1663089 MoneroPulse log wording tweaks (Riccardo Spagni) 1d515b8 boost 1.56 kindly (and officially) patched in msys2 by Alexey Pavlov (Riccardo Spagni) e3d2400 forgot to add connection context to log line (Riccardo Spagni) 6f7ed13 moved checkpoint log level (Riccardo Spagni) 3e644c2 moved file checkpointing log output to log1 (Riccardo Spagni) 0e1b7c9 moved non-critical p2p errors to l2 (Riccardo Spagni) a3332e7 remove dangling upnp port mappings, updated miniupnpc (Riccardo Spagni) 6b9a7fc fixed unbound static lib on mingw as libunbound.dll.a (Riccardo Spagni) bba217a remove pthreads, successfully tested on gcc 4.9.1 without pthreads (Riccardo Spagni) 18281f4 remove dangling upnp port mappings, updated miniupnpc (Riccardo Spagni) 9130e41 fixed unbound static lib on mingw as libunbound.dll.a (Riccardo Spagni) 8c37823 remove pthreads, successfully tested on gcc 4.9.1 without pthreads (Riccardo Spagni) | |||||
2014-10-03 | fixed checkpointing bug | Riccardo Spagni | 1 | -1/+1 | |
2014-10-03 | quick hacky fix for broken TXT reads | Riccardo Spagni | 1 | -1/+9 | |
2014-10-03 | cleaned up OpenAlias messages in simplewallet | Riccardo Spagni | 1 | -6/+6 | |
2014-10-03 | Don't show Old English as an available option | Oran Juice | 9 | -6653/+6653 | |
2014-10-03 | MoneroPulse log wording tweaks | Riccardo Spagni | 2 | -4/+5 | |
2014-10-02 | fixed signed-unsigned issue from 166 | Thomas Winget | 1 | -2/+2 | |
Loss of entropy can be discussed at a later time, but is not deemed a significant issue for now. | |||||
2014-10-03 | boost 1.56 kindly (and officially) patched in msys2 by Alexey Pavlov | Riccardo Spagni | 1 | -3/+2 | |
2014-10-02 | forgot to add connection context to log line | Riccardo Spagni | 1 | -1/+1 | |
2014-10-02 | moved checkpoint log level | Riccardo Spagni | 1 | -1/+1 | |
2014-10-02 | moved file checkpointing log output to log1 | Riccardo Spagni | 1 | -6/+6 | |
2014-10-02 | moved non-critical p2p errors to l2 | Riccardo Spagni | 2 | -2/+2 | |
2014-10-02 | Had missed const and had to use .at instead of [] | Oran Juice | 1 | -5/+5 | |
2014-10-02 | Merge branch 'master' of http://github.com/fluffypony/bitmonero | Riccardo Spagni | 0 | -0/+0 | |
2014-10-02 | remove dangling upnp port mappings, updated miniupnpc | Riccardo Spagni | 71 | -221/+728 | |
2014-10-02 | fixed unbound static lib on mingw as libunbound.dll.a | Riccardo Spagni | 1 | -1/+5 | |
2014-10-02 | remove pthreads, successfully tested on gcc 4.9.1 without pthreads | Riccardo Spagni | 3 | -12/+16 | |
2014-10-02 | remove dangling upnp port mappings, updated miniupnpc | Riccardo Spagni | 71 | -221/+728 | |
2014-10-02 | Stop copying word list files to build directory | Oran Juice | 1 | -2/+0 | |
2014-10-02 | Removed old word list file | Oran Juice | 5 | -9399/+0 | |
2014-10-02 | Use reference types on LHS when using language methods | Oran Juice | 9 | -14/+114 | |
2014-10-02 | Cut short word lists to 1626 words, added attribution to Electrum, some bug ↵ | Oran Juice | 8 | -9604/+8511 | |
fixes | |||||
2014-10-02 | Restructured language sources to be singletons | Oran Juice | 13 | -9868/+9791 | |
2014-10-02 | Separated word lists to header files | Oran Juice | 6 | -0/+9653 | |
2014-10-02 | Merge pull request #165 | Riccardo Spagni | 14 | -97/+425 | |
c0bdd51 Daemon should now exit on conflicting checkpoints (Thomas Winget) f0b4138 various changes to runtime checkpoint updating (Thomas Winget) 7568f89 Fixed segfault with checkpoints loading (Thomas Winget) b261d92 DNS checkpoint updating added, and daemon flag to enforce them (Thomas Winget) 30caebf reload checkpoints file every ~hr and print if any fail (Thomas Winget) 0e14491 updated DNSResolver/things that use it for DNSSEC (Thomas Winget) 6f2c2e1 Adding an identical existing checkpoint should not error (Thomas Winget) | |||||
2014-10-02 | fixed unbound static lib on mingw as libunbound.dll.a | Riccardo Spagni | 1 | -1/+5 | |
2014-10-02 | remove pthreads, successfully tested on gcc 4.9.1 without pthreads | Riccardo Spagni | 3 | -12/+16 | |
2014-10-01 | simplewallet ignoring testnet port in RPC mode | Riccardo Spagni | 1 | -1/+1 | |
2014-09-30 | Daemon should now exit on conflicting checkpoints | Thomas Winget | 2 | -0/+13 | |
If the "enforce DNS checkpoints" flag is not enabled, it should not exit if DNS checkpoints conflict with the others, but should still print a warning to the user. | |||||
2014-09-30 | various changes to runtime checkpoint updating | Thomas Winget | 7 | -23/+113 | |
json checkpoints will be checked every 10 minutes, dns every 60. json checkpoints always enforced, dns still with flag. conflicting checkpoints is hard fail, but soft if dns enforce flag not set and dns checkpoints are wonky. | |||||
2014-09-30 | Fixed segfault with checkpoints loading | Thomas Winget | 3 | -2/+10 | |
Bounds checking on blockchain_storage' m_blocks.size() when validating against checkpoints. Also moved initial json & DNS checkpoints load to after blockchain init. | |||||
2014-09-30 | DNS checkpoint updating added, and daemon flag to enforce them | Thomas Winget | 7 | -16/+106 | |
The daemon should now check for updated checkpoints from checkpoints.moneropulse.org as well as from the configured json file every ~1hr (and on launch). The daemon now has a flag to enable enforcing these checkpoints (rather than just printing a warning when they fail). TODO: an easily configurable list of DNS servers to check for checkpoints as opposed to the hard-coded "checkpoints.moneropulse.org" | |||||
2014-09-30 | reload checkpoints file every ~hr and print if any fail | Thomas Winget | 11 | -73/+174 | |
also some other minor bug squashing and code formatting | |||||
2014-09-30 | updated DNSResolver/things that use it for DNSSEC | Thomas Winget | 4 | -19/+40 | |
Note: DNSResolver does not yet *use* DNSSEC, but rather this commit is preparation for including DNSSEC validation. The function in src/wallet/wallet2.cpp that uses DNSResolver still needs its parameters updated accordingly. | |||||
2014-09-30 | Adding an identical existing checkpoint should not error | Thomas Winget | 1 | -2/+7 | |
For checkpoints being read at runtime to work correctly, the checkpoint add code needs to not return false if a checkpoint is added that already exists. In this case, instead return false if the checkpoint is for a height that already has a checkpoint and the hashes are different. | |||||
2014-09-30 | Added attribution to Electrum for their word-lists | Oran Juice | 4 | -0/+8 | |
2014-09-30 | Is forgiving of spelling mistakes beyond the 1st 4 characters. | Oran Juice | 2 | -32/+72 | |
2014-09-30 | Change seed message to '25' words from '24' words | Oran Juice | 1 | -2/+2 | |
2014-09-30 | Merge pull request #163 | Riccardo Spagni | 4 | -11/+24 | |
99945a5 dependencies enforced, send que error message log level moved (Riccardo Spagni) | |||||
2014-09-29 | dependencies enforced, send que error message log level moved | Riccardo Spagni | 4 | -11/+24 | |
2014-09-28 | Merge with origin/master | Oran Juice | 32 | -95/+1194 | |
2014-09-28 | Minor comment changes and code clean-up | Oran Juice | 3 | -5/+5 | |
2014-09-28 | Default to new style English seed | Oran Juice | 1 | -1/+1 | |
2014-09-28 | Minor code refactor and comment changes | Oran Juice | 1 | -4/+4 | |
2014-09-28 | CRC Checksum for word seed. Gives a new 25 word seed with checksum if one ↵ | Oran Juice | 3 | -41/+109 | |
without checksum is passed. Doxygen comment fix. | |||||
2014-09-27 | Doxygen comments in | Oran Juice | 4 | -21/+134 | |
2014-09-27 | Informs about old style mnemonics from older wallet and provides a new one. ↵ | Oran Juice | 8 | -6/+7792 | |
CMakeLists.txt update. | |||||
2014-09-27 | Throw error when word list file is empty and quick bug fix | Oran Juice | 2 | -12/+40 | |
2014-09-26 | Supports wallet restoration | Oran Juice | 2 | -19/+45 | |
2014-09-25 | Accepts seed language choice from user. | Oran Juice | 4 | -2/+59 | |
2014-09-25 | Revert "low risk, potentially varint overflow bug patched thanks to BBR" | Riccardo Spagni | 9 | -85/+14 | |
This reverts commit 4e2b2b942daa4206ec44c66e59863670dfe3fde4. | |||||
2014-09-24 | Merge pull request #160 from tewinget/remove_ldns_dep | Thomas Winget | 11 | -21/+97 | |
Remove ldns dependency | |||||
2014-09-24 | Remove LDNS dep and fix a bug in libunbound const correctness fix | Thomas Winget | 2 | -4/+4 | |
2014-09-24 | Removed ldns dependency | Thomas Winget | 2 | -4/+9 | |
ldns dependency was only still around for constants defined in ldns/rr.h, but those constants are RFC specified DNS constants, and to reduce deps have been replicated in dns_utils.h instead of including ldns/rr.h. | |||||
2014-09-24 | low risk, potentially varint overflow bug patched thanks to BBR | Riccardo Spagni | 9 | -14/+85 | |
2014-09-25 | Merge pull request #159 | Riccardo Spagni | 1 | -5/+19 | |
7383574 libunbound has const correctness issues... (Thomas Winget) | |||||
2014-09-24 | libunbound has const correctness issues... | Thomas Winget | 1 | -5/+19 | |
2014-09-25 | Added ability to read chechpoint hashes from json file in data folder | Tomer Konforty | 4 | -0/+65 | |
2014-09-24 | checkpoint | iamsmooth | 1 | -0/+1 | |
2014-09-24 | checkpoint | iamsmooth | 1 | -0/+2 | |
2014-09-24 | checkpoints | iamsmooth | 1 | -0/+5 | |
2014-09-24 | checkpoint | iamsmooth | 1 | -0/+1 | |
2014-09-24 | checkpoints | iamsmooth | 1 | -3/+5 | |
2014-09-24 | fixed FreeBSD miniupnpc niggly | Riccardo Spagni | 1 | -1/+14 | |
2014-09-24 | never use the baked-in miniupnpc on FreeBSD because explosions | Riccardo Spagni | 2 | -3/+1 | |
2014-09-24 | fixed unbound libs in test | Riccardo Spagni | 1 | -7/+7 | |
2014-09-24 | redo FindUnbound.cmake | Riccardo Spagni | 3 | -32/+34 | |
2014-09-24 | fixed cmake folder | Riccardo Spagni | 3 | -0/+0 | |