summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* increased version number for tagged releasev0.8.8.5Riccardo Spagni2014-12-021-1/+1
|
* fixed CMake version matchingRiccardo Spagni2014-12-021-1/+1
|
* Merge pull request #186Riccardo Spagni2014-12-023-6/+3
|\ | | | | | | | | | | | | 3300ae5 remove unused display variable (warptangent) 0e0e557 return true on success (warptangent) 2e11eb1 deterministic wallet use of twelve words fixed (warptangent) 21a3c46 ensure that keccak is called on view spend key, not a possibly pre-sc_reduce32 version of it - for deriving view secret key (warptangent)
| * remove unused display variablewarptangent2014-12-011-3/+0
| |
| * return true on successwarptangent2014-12-011-1/+1
| |
| * deterministic wallet use of twelve words fixedwarptangent2014-12-011-1/+1
| |
| * ensure that keccak is called on view spend key, not a possibly ↵warptangent2014-12-011-1/+1
| | | | | | | | | | | | pre-sc_reduce32 version of it - for deriving view secret key
* | prompt for seed language and error handlingwarptangent2014-12-013-0/+24
|/ | | | - "seed" simplewallet command was only displaying seed if wallet was newly generated
* moved rapidjson to external folder, fixed CMakeRiccardo Spagni2014-12-0124-8020/+0
|
* Merge pull request #1Riccardo Spagni2014-12-0128-30/+8195
|\ | | | | | | | | | | | | | | | | 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)
| * Prints seed after wallet upgrade. Removed iostream include.Oran Juice2014-10-193-6/+26
| |
| * Doxygen commentsOran Juice2014-10-192-21/+40
| |
| * Rewrites to old wallet file correctlyOran Juice2014-10-193-3/+18
| |
| * Doxygen comments inOran Juice2014-10-182-5/+37
| |
| * Writes seed language while generating wallet. Wallet open fix.Oran Juice2014-10-183-22/+38
| |
| * Stores seed language in wallet file. added rapidjson. Yet to test backward ↵Oran Juice2014-10-1827-4/+8067
| | | | | | | | compatibility
* | Merge pull request #188Riccardo Spagni2014-11-265-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)
| * | Disable legacy fees for nowiamsmooth2014-11-112-2/+2
| | |
| * | Remove DEFAULT_FEE, add temporary acceptance of too-small per-kb fee >= 0.1, ↵iamsmooth2014-11-095-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
* | | Merge pull request #180Riccardo Spagni2014-11-2512-53/+684
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
| * | cmake: place binaries together in the build treeBen Boeckel2014-11-181-0/+3
| | | | | | | | | | | | | | | This allows Windows to copy binaries to one place rather than to each executable directory.
| * | cmake: Windows and static builds need thisBen Boeckel2014-10-241-1/+1
| | |
| * | cmake: fix up link linesBen Boeckel2014-10-243-1/+3
| | |
| * | cmake: support 2.8.7Ben Boeckel2014-10-2410-12/+12
| | | | | | | | | | | | | | | | | | Older versions of CMake support LINK_{PUBLIC,PRIVATE} while newer versions prefer PUBLIC and PRIVATE instead, but still support the LINK_ prefix.
| * | cmake: fix up miniupnpc's defineBen Boeckel2014-10-231-3/+5
| | | | | | | | | | | | | | | It's only necessary on Windows builds and new versions renamed the define without any compatibility bridge.
| * | cmake: clean up if auto-dereferencingBen Boeckel2014-10-231-1/+1
| | | | | | | | | | | | | | | CMake will auto-dereference variable names in if statements, so there's no need to dereference them manually.
| * | cmake: handle private vs. public headersBen Boeckel2014-10-2311-20/+81
| | |
| * | cmake: refactor common code with librariesBen Boeckel2014-10-237-51/+18
| | |
| * | cmake: refactor common code with executablesBen Boeckel2014-10-235-72/+28
| | |
| * | cmake: put each library into its own directoryBen Boeckel2014-10-2311-51/+691
| | | | | | | | | | | | | | | This cleans up the CMake code and shows patterns more easily (to be refactored in the next commit).
* | | per kb fees not passing correct fee to transfer()Thomas Winget2014-11-061-2/+1
| | |
* | | Should now properly do per-kb feeThomas Winget2014-11-061-1/+2
| | | | | | | | | | | | I'm an idiot.
* | | per kb feesThomas Winget2014-11-063-3/+22
|/ /
* | Merge pull request #182Riccardo Spagni2014-10-231-0/+2
|\ \ | |/ |/| | | | | 1795c38 fixed unit tests (Riccardo Spagni) bc537ac miniupnpc static define change (Riccardo Spagni)
| * miniupnpc static define changeRiccardo Spagni2014-10-071-0/+2
| |
* | fixed errant >Riccardo Spagni2014-10-151-1/+1
| |
* | Merge pull request #178Riccardo Spagni2014-10-155-97/+315
|\ \ | | | | | | | | | b032619 Commented most of src/serialization/ going to read up more on variant's and finish off the job/add last touchs next (jebes)
| * | Commented most of src/serialization/ going to read up more on variant's and ↵jebes2014-10-135-97/+315
| | | | | | | | | | | | finish off the job/add last touchs next
* | | Merge pull request #176Riccardo Spagni2014-10-158-50/+48
|\ \ \ | | | | | | | | | | | | | | | | | | | | 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)
| * | | Added unit test. Fails for Japanese for some reason.Oran Juice2014-10-082-5/+6
| | | |
| * | | Remove iostream header put in during testingOran Juice2014-10-071-2/+0
| | | |
| * | | Variable unique prefix lengths for seedOran Juice2014-10-077-47/+46
| | | |
* | | | Merge pull request #174Riccardo Spagni2014-10-151-2/+2
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | 28dfb4b capitalize Keccak everywhere (David G. Andersen) ce2ad65 typo fix - cryptonight, not cryptonote (David G. Andersen)
| * | | | capitalize Keccak everywhereDavid G. Andersen2014-10-061-1/+1
| | | | |
| * | | | typo fix - cryptonight, not cryptonoteDavid G. Andersen2014-10-061-1/+1
| | | | |
* | | | | fixed conflict in tests CMakeListsRiccardo Spagni2014-10-151-10/+12
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | core_rpc_server: use do while(0) idiom in macros using ifmoneromooo-monero2014-10-061-2/+2
| | | | |
| * | | | core_rpc_server: fix overreads in slow_memmemmoneromooo-monero2014-10-061-8/+10
| | |/ / | |/| | | | | | | | | | It would read data outside the allocated space in a couple cases.
* | | | Merge pull request #175Riccardo Spagni2014-10-073-5/+7
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
| * | added hardcoded checkpoint at block 249380Riccardo Spagni2014-10-071-0/+1
| | |