aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Minor comment changes and code clean-upOran Juice2014-09-283-5/+5
* Default to new style English seedOran Juice2014-09-281-1/+1
* Minor code refactor and comment changesOran Juice2014-09-281-4/+4
* CRC Checksum for word seed. Gives a new 25 word seed with checksum if one wit...Oran Juice2014-09-283-41/+109
* Doxygen comments inOran Juice2014-09-274-21/+134
* Informs about old style mnemonics from older wallet and provides a new one. C...Oran Juice2014-09-278-6/+7792
* Throw error when word list file is empty and quick bug fixOran Juice2014-09-272-12/+40
* Supports wallet restorationOran Juice2014-09-262-19/+45
* Accepts seed language choice from user.Oran Juice2014-09-254-2/+59
* Copies word lists directory to the location of the executableOran Juice2014-09-244-4/+11
* Check for error after opening word list fileOran Juice2014-09-231-6/+11
* Added code to separate old word list to raw input file and support for multip...Oran Juice2014-09-233-3273/+1688
* Moved mnemonics code to src/mnemonicsOran Juice2014-09-235-4/+8
* fix CMake for multiplatform versioningRiccardo Spagni2014-09-151-1/+6
* fixed incorrect version referenceRiccardo Spagni2014-09-151-1/+1
* Change testnet prefixZachary Michaels2014-09-151-2/+2
* Make P2P use the testnet data dirZachary Michaels2014-09-151-1/+3
* Replace macro with equivalent function callZachary Michaels2014-09-151-47/+43
* Separate testnet address prefixZachary Michaels2014-09-1517-54/+111
* Add testnet seed nodesZachary Michaels2014-09-151-3/+8
* Create testnet data dir if necessaryZachary Michaels2014-09-151-0/+1
* Separate testnet default data dirZachary Michaels2014-09-155-31/+44
* Add descriptions for RPC command line paramsZachary Michaels2014-09-151-3/+9
* Add testnet genesis tx as output by CN referenceZachary Michaels2014-09-151-1/+1
* Pass tx and nonce to genesis block constructorZachary Michaels2014-09-154-27/+42
* Separate network id for testnetZachary Michaels2014-09-152-3/+15
* Separate rpc port for testnetZachary Michaels2014-09-155-12/+44
* Separate p2p port for testnetZachary Michaels2014-09-152-5/+23
* Reorganize testnet constantsZachary Michaels2014-09-1510-71/+46
* Add testnet constantsZachary Michaels2014-09-151-0/+16
* Add testnet flagZachary Michaels2014-09-1513-50/+135
* fix logic in tag check, AND -> ORRiccardo Spagni2014-09-151-1/+1
* ignore tag check if we haven't pulled tagsRiccardo Spagni2014-09-151-1/+1
* new Makefile target: release-staticRiccardo Spagni2014-09-151-1/+1
* Merge pull request #136Riccardo Spagni2014-09-133-46/+49
|\
| * fix incorrect error message (obvious cut and paste bug from upstream)iamsmooth2014-09-131-1/+1
| * Change wallet to not try to extract tx public key when tx has no outputs (fix...iamsmooth2014-09-131-43/+47
| * output rng fix from boolberryiamsmooth2014-09-121-2/+1
* | fixed cmake variable matchingRiccardo Spagni2014-09-121-1/+1
* | versioning now includes the commit hash, or -final for tagged releasesRiccardo Spagni2014-09-126-18/+31
* | HOW DO I ENGLISH?jebes2014-09-111-1/+1
* | mispelled brief, corrected itjebes2014-09-112-14/+14
* | Merge remote-tracking branch 'upstream/master'jebes2014-09-1111-122/+204
|\|
| * added license to CMakefluffypony2014-09-111-0/+30
| * more dynamic miniupnp fixesfluffypony2014-09-101-2/+9
| * miniupnpc includes fixedfluffypony2014-09-101-2/+2
| * miniupnpc changes for freebsdfluffypony2014-09-101-2/+2
| * mmap on FreeBSD doesn't have MAP_HUGETLBfluffypony2014-09-101-1/+1
| * Include sys/time.h on BSDfluffypony2014-09-101-0/+2
| * replace ftime with gettimeofday on FreeBSD because lcompat is stupidfluffypony2014-09-102-4/+32