aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | Is forgiving of spelling mistakes beyond the 1st 4 characters.Oran Juice2014-09-302-32/+72
| * | Change seed message to '25' words from '24' wordsOran Juice2014-09-301-2/+2
| * | Merge with origin/masterOran Juice2014-09-2820-58/+700
| |\ \
| * | | 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
* | | | fixed checkpointing bugRiccardo Spagni2014-10-031-1/+1
* | | | quick hacky fix for broken TXT readsRiccardo Spagni2014-10-031-1/+9
* | | | cleaned up OpenAlias messages in simplewalletRiccardo Spagni2014-10-031-6/+6
* | | | MoneroPulse log wording tweaksRiccardo Spagni2014-10-032-4/+5
* | | | moved checkpoint log levelRiccardo Spagni2014-10-021-1/+1
* | | | moved file checkpointing log output to log1Riccardo Spagni2014-10-021-6/+6
* | | | remove dangling upnp port mappings, updated miniupnpcRiccardo Spagni2014-10-021-2/+10
* | | | remove pthreads, successfully tested on gcc 4.9.1 without pthreadsRiccardo Spagni2014-10-021-4/+4
| |_|/ |/| |
* | | Merge pull request #165Riccardo Spagni2014-10-0213-88/+407
|\ \ \
| * | | Daemon should now exit on conflicting checkpointsThomas Winget2014-09-302-0/+13
| * | | various changes to runtime checkpoint updatingThomas Winget2014-09-307-23/+113
| * | | Fixed segfault with checkpoints loadingThomas Winget2014-09-303-2/+10
| * | | DNS checkpoint updating added, and daemon flag to enforce themThomas Winget2014-09-307-16/+106
| * | | reload checkpoints file every ~hr and print if any failThomas Winget2014-09-3010-73/+173
| * | | updated DNSResolver/things that use it for DNSSECThomas Winget2014-09-303-10/+23
| * | | Adding an identical existing checkpoint should not errorThomas Winget2014-09-301-2/+7
| | |/ | |/|
* / | simplewallet ignoring testnet port in RPC modeRiccardo Spagni2014-10-011-1/+1
|/ /
* | Revert "low risk, potentially varint overflow bug patched thanks to BBR"Riccardo Spagni2014-09-258-54/+14
* | Remove LDNS dep and fix a bug in libunbound const correctness fixThomas Winget2014-09-242-4/+4
* | Removed ldns dependencyThomas Winget2014-09-242-4/+9
* | low risk, potentially varint overflow bug patched thanks to BBRRiccardo Spagni2014-09-248-14/+54
* | libunbound has const correctness issues...Thomas Winget2014-09-241-5/+19
* | Added ability to read chechpoint hashes from json file in data folderTomer Konforty2014-09-254-0/+65
* | checkpointiamsmooth2014-09-241-0/+1
* | checkpointiamsmooth2014-09-241-0/+2
* | checkpointsiamsmooth2014-09-241-0/+5
* | checkpointiamsmooth2014-09-241-0/+1
* | checkpointsiamsmooth2014-09-241-3/+5
* | redo FindUnbound.cmakeRiccardo Spagni2014-09-241-4/+4
* | use boost::asio::ip::address because cross-platform plzRiccardo Spagni2014-09-241-94/+25
* | temp commitThomas Winget2014-09-241-15/+42
* | Added function to check syntax of URL for DNS lookupThomas Winget2014-09-232-8/+44
* | Fixed artifacts from cherry-picking devel->masterThomas Winget2014-09-231-2/+2
* | change to allow (at least a bit) for multiple TXT recordsThomas Winget2014-09-235-23/+40