summaryrefslogtreecommitdiff
Commit message (Expand)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
|\
| * 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 pre-sc_reduce3...warptangent2014-12-011-1/+1
* | Merge pull request #187Riccardo Spagni2014-12-023-0/+24
|\ \ | |/ |/|
| * prompt for seed language and error handlingwarptangent2014-12-013-0/+24
|/
* Merge pull request #192Riccardo Spagni2014-12-0129-30/+8198
|\
| * moved rapidjson to external folder, fixed CMakeRiccardo Spagni2014-12-0125-1/+3
| * Merge pull request #1Riccardo Spagni2014-12-0129-30/+8196
|/|
| * 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 co...Oran Juice2014-10-1828-4/+8068
* | Merge pull request #191Riccardo Spagni2014-12-012-6/+15
|\ \
| * | don't build tests unless we're building all-* or *-test buildsRiccardo Spagni2014-12-012-6/+15
|/ /
* | updated readme to include libevent / libgtest depsRiccardo Spagni2014-11-271-1/+1
* | Merge pull request #188Riccardo Spagni2014-11-265-9/+10
|\ \
| * | 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
* | | Merge pull request #180Riccardo Spagni2014-11-2532-340/+2905
|\ \ \ | |/ / |/| |
| * | cmake: work around a bug with implicit link directoriesBen Boeckel2014-11-181-0/+8
| * | mingw: copy required libraries to the build treeBen Boeckel2014-11-181-0/+16
| * | cmake: place binaries together in the build treeBen Boeckel2014-11-181-0/+3
| * | msys: don't use LTOBen Boeckel2014-11-171-0/+2
| * | msys: factor out -Werror on msysBen Boeckel2014-11-171-1/+4
| * | msys: look in msys' directory for filesBen Boeckel2014-11-171-0/+5
| * | miniupnpc: bump the _POSIX_C_SOURCE feature macroBen Boeckel2014-11-101-1/+1
| * | unbound: fix getaddrinfo detection for 32-bit windowsBen Boeckel2014-10-241-1/+11
| * | cmake: Windows and static builds need thisBen Boeckel2014-10-241-1/+1
| * | cmake: fix up link linesBen Boeckel2014-10-245-3/+7
| * | unbound: fix type checkingBen Boeckel2014-10-241-2/+2
| * | unbound: plumb the libdir upBen Boeckel2014-10-242-1/+6
| * | cmake: support 2.8.7Ben Boeckel2014-10-2422-28/+28
| * | cmake: fix up miniupnpc's defineBen Boeckel2014-10-232-6/+10
| * | cmake: clean up EXTRA_LIBRARIESBen Boeckel2014-10-231-3/+1
| * | cmake: set the project nameBen Boeckel2014-10-231-0/+2
| * | cmake: prepend to CMAKE_MODULE_PATHBen Boeckel2014-10-231-1/+2
| * | cmake: remove scream-make (all-caps functions)Ben Boeckel2014-10-231-15/+15
| * | unbound: import cmake build systemBen Boeckel2014-10-235-82/+1429
| * | miniupnpc: clean up build systemBen Boeckel2014-10-231-65/+5
| * | cmake: minor cleanups (indentation and typos)Ben Boeckel2014-10-232-15/+15
| * | cmake: use option() for STATICBen Boeckel2014-10-231-1/+1
| * | cmake: clean up if auto-dereferencingBen Boeckel2014-10-232-4/+4
| * | build: inform the build of what generates version.hBen Boeckel2014-10-231-1/+11
| * | cmake: support git info in released tarballsBen Boeckel2014-10-233-12/+25