aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-01-02year updated in licenseRiccardo Spagni313-349/+302
2014-12-13Merge pull request #203Riccardo Spagni3-4/+41
2014-12-13Merge pull request #202Riccardo Spagni1-2/+0
2014-12-13Merge pull request #201Riccardo Spagni1-7/+9
2014-12-13Merge pull request #200Riccardo Spagni4-0/+125
2014-12-13Merge pull request #205Riccardo Spagni2-1/+53
2014-12-13Merge branch 'master' of https://github.com/fluffypony/bitmoneroRiccardo Spagni0-0/+0
2014-12-13added gpg key for warptangentRiccardo Spagni1-0/+52
2014-12-13revert the removal of the 'arch' flag from the release-static targetRiccardo Spagni1-1/+1
2014-12-13onwards to 0.8.8.7Riccardo Spagni1-1/+1
2014-12-11Document existing functionwarptangent1-0/+6
2014-12-11Repeat prompt for wallet path if invalidwarptangent3-4/+35
2014-12-10revert the removal of the 'arch' flag from the release-static targetRiccardo Spagni1-1/+1
2014-12-10wallet2::rewrite update to not require bin filewarptangent1-2/+0
2014-12-10wallet2::load correctly initialize m_blockchain for wallet loaded without bin...warptangent1-7/+9
2014-12-08Add simple_wallet::seed_set_language methodwarptangent2-0/+72
2014-12-08Add wallet2::verify_password methodwarptangent2-0/+53
2014-12-08version bump to 0.8.8.6v0.8.8.6Riccardo Spagni1-1/+1
2014-12-08Merge pull request #196Riccardo Spagni3-34/+67
2014-12-08Merge pull request #183Riccardo Spagni1-1/+5
2014-12-06wallet JSON update for non-deterministic wallet datawarptangent1-4/+10
2014-12-06Checking and handling for deterministic vs non-deterministic walletwarptangent1-19/+35
2014-12-06Extract check for deterministic keys to wallet2::is_deterministic()warptangent2-6/+20
2014-12-06indentationwarptangent1-1/+1
2014-12-06replace lines with call to recently added print_seed()warptangent1-4/+1
2014-12-04update unbound from upstreamRiccardo Spagni72-2655/+1261
2014-12-02increased version number for tagged releasev0.8.8.5Riccardo Spagni1-1/+1
2014-12-02fixed CMake version matchingRiccardo Spagni1-1/+1
2014-12-02Merge pull request #186Riccardo Spagni3-6/+3
2014-12-02Merge pull request #187Riccardo Spagni3-0/+24
2014-12-01prompt for seed language and error handlingwarptangent3-0/+24
2014-12-01remove unused display variablewarptangent1-3/+0
2014-12-01return true on successwarptangent1-1/+1
2014-12-01deterministic wallet use of twelve words fixedwarptangent1-1/+1
2014-12-01ensure that keccak is called on view spend key, not a possibly pre-sc_reduce3...warptangent1-1/+1
2014-12-01Merge pull request #192Riccardo Spagni29-30/+8198
2014-12-01moved rapidjson to external folder, fixed CMakeRiccardo Spagni25-1/+3
2014-12-01Merge pull request #1Riccardo Spagni29-30/+8196
2014-12-01Merge pull request #191Riccardo Spagni2-6/+15
2014-12-01don't build tests unless we're building all-* or *-test buildsRiccardo Spagni2-6/+15
2014-11-27updated readme to include libevent / libgtest depsRiccardo Spagni1-1/+1
2014-11-26Merge pull request #188Riccardo Spagni5-9/+10
2014-11-25Merge pull request #180Riccardo Spagni32-340/+2905
2014-11-18cmake: work around a bug with implicit link directoriesBen Boeckel1-0/+8
2014-11-18mingw: copy required libraries to the build treeBen Boeckel1-0/+16
2014-11-18cmake: place binaries together in the build treeBen Boeckel1-0/+3
2014-11-17msys: don't use LTOBen Boeckel1-0/+2
2014-11-17msys: factor out -Werror on msysBen Boeckel1-1/+4
2014-11-17msys: look in msys' directory for filesBen Boeckel1-0/+5
2014-11-11Disable legacy fees for nowiamsmooth2-2/+2
2014-11-10miniupnpc: bump the _POSIX_C_SOURCE feature macroBen Boeckel1-1/+1
2014-11-09Remove DEFAULT_FEE, add temporary acceptance of too-small per-kb fee >= 0.1, ...iamsmooth5-9/+10
2014-11-06Merge pull request #184Riccardo Spagni3-3/+22
2014-11-06per kb fees not passing correct fee to transfer()Thomas Winget1-2/+1
2014-11-06Should now properly do per-kb feeThomas Winget1-1/+2
2014-11-06per kb feesThomas Winget3-3/+22
2014-11-01Exception handling while refreshing in rpc wallet (credits to QCN)Sammy Libre1-1/+5
2014-10-24unbound: fix getaddrinfo detection for 32-bit windowsBen Boeckel1-1/+11
2014-10-24cmake: Windows and static builds need thisBen Boeckel1-1/+1
2014-10-24cmake: fix up link linesBen Boeckel5-3/+7
2014-10-24unbound: fix type checkingBen Boeckel1-2/+2
2014-10-24unbound: plumb the libdir upBen Boeckel2-1/+6
2014-10-24cmake: support 2.8.7Ben Boeckel22-28/+28
2014-10-23cmake: fix up miniupnpc's defineBen Boeckel2-6/+10
2014-10-23cmake: clean up EXTRA_LIBRARIESBen Boeckel1-3/+1
2014-10-23cmake: set the project nameBen Boeckel1-0/+2
2014-10-23cmake: prepend to CMAKE_MODULE_PATHBen Boeckel1-1/+2
2014-10-23cmake: remove scream-make (all-caps functions)Ben Boeckel1-15/+15
2014-10-23unbound: import cmake build systemBen Boeckel5-82/+1429
2014-10-23miniupnpc: clean up build systemBen Boeckel1-65/+5
2014-10-23cmake: minor cleanups (indentation and typos)Ben Boeckel2-15/+15
2014-10-23cmake: use option() for STATICBen Boeckel1-1/+1
2014-10-23cmake: clean up if auto-dereferencingBen Boeckel2-4/+4
2014-10-23build: inform the build of what generates version.hBen Boeckel1-1/+11
2014-10-23cmake: support git info in released tarballsBen Boeckel3-12/+25
2014-10-23cmake: fix up BOOST_IGNORE_SYSTEM_PATHSBen Boeckel1-2/+1
2014-10-23cmake: remove configuration variablesBen Boeckel2-12/+0
2014-10-23cmake: factor out error messagesBen Boeckel2-10/+17
2014-10-23miniupnpc: clear out else/endfoo command argumentsBen Boeckel2-17/+17
2014-10-23daemon_tests: update cmake codeBen Boeckel1-4/+50
2014-10-23gtest: support an external gtestBen Boeckel3-9/+22
2014-10-23cmake: put each test executable in its own directoryBen Boeckel10-45/+562
2014-10-23cmake: handle private vs. public headersBen Boeckel11-20/+81
2014-10-23cmake: refactor common code with librariesBen Boeckel7-51/+18
2014-10-23cmake: refactor common code with executablesBen Boeckel5-72/+28
2014-10-23cmake: put each library into its own directoryBen Boeckel11-51/+691
2014-10-23Merge pull request #182Riccardo Spagni7-35/+47
2014-10-20Apple and BSD don't need malloc.hRiccardo Spagni1-1/+5
2014-10-19Prints seed after wallet upgrade. Removed iostream include.Oran Juice3-6/+26
2014-10-19Doxygen commentsOran Juice2-21/+40
2014-10-19Rewrites to old wallet file correctlyOran Juice3-3/+18
2014-10-18Doxygen comments inOran Juice2-5/+37
2014-10-18Writes seed language while generating wallet. Wallet open fix.Oran Juice3-22/+38
2014-10-18Stores seed language in wallet file. added rapidjson. Yet to test backward co...Oran Juice28-4/+8068
2014-10-15removed unecessary mnemonics testRiccardo Spagni1-13/+0
2014-10-15fixed errant >Riccardo Spagni1-1/+1
2014-10-15Merge pull request #178Riccardo Spagni5-101/+319
2014-10-15Merge pull request #176Riccardo Spagni9-50/+215
2014-10-15Merge pull request #174Riccardo Spagni1-2/+2
2014-10-15Merge branch 'moneromooo-monero-memmem'Riccardo Spagni3-11/+139
2014-10-15fixed conflict in tests CMakeListsRiccardo Spagni3-11/+139
2014-10-13Commented most of src/serialization/ going to read up more on variant's and f...jebes5-101/+319
2014-10-08fixed unit testsRiccardo Spagni5-35/+43
2014-10-08Added unit test. Fails for Japanese for some reason.Oran Juice3-5/+173
2014-10-07Remove iostream header put in during testingOran Juice1-2/+0
2014-10-07Variable unique prefix lengths for seedOran Juice7-47/+46
2014-10-07miniupnpc static define changeRiccardo Spagni2-0/+4
2014-10-07Merge pull request #175Riccardo Spagni10-248/+358
2014-10-07added hardcoded checkpoint at block 249380Riccardo Spagni1-0/+1
2014-10-06fixed miniupnpc dynamic targetRiccardo Spagni1-2/+4
2014-10-06capitalize Keccak everywhereDavid G. Andersen1-1/+1
2014-10-06typo fix - cryptonight, not cryptonoteDavid G. Andersen1-1/+1
2014-10-06mingw library tweaksRiccardo Spagni1-4/+1
2014-10-06fix for mingw not playing nicely with libunbound configure, fix for correctly...Riccardo Spagni5-16/+27
2014-10-06need to link with -ldl on Linux when building staticallyRiccardo Spagni1-0/+1
2014-10-06set the winsock variable differently on WindowsRiccardo Spagni1-1/+2
2014-10-06fixed configure_command for libunbound under mingwRiccardo Spagni1-1/+1
2014-10-06turns out mingw does actually produce .a libs and not .dll.aRiccardo Spagni1-3/+1
2014-10-06added bison/yacc static build dependencyRiccardo Spagni1-1/+1
2014-10-06quieten CMake when it can't find packagesRiccardo Spagni2-4/+4
2014-10-06removed required flags from miniupnp and unboundRiccardo Spagni1-2/+2
2014-10-06enforce static libraries when building staticallyRiccardo Spagni1-0/+8
2014-10-06Merge pull request #173Riccardo Spagni1-2/+2
2014-10-06Merge branch 'master' of http://github.com/fluffypony/bitmoneroRiccardo Spagni0-0/+0
2014-10-06include openssl in linbunbound static linking, added errors for openssl and e...Riccardo Spagni1-3/+14
2014-10-06reference the correct unbound static libRiccardo Spagni1-4/+3
2014-10-06added libtool's install commandRiccardo Spagni1-7/+10
2014-10-06use the correct CMake variable for static buildsRiccardo Spagni3-12/+12
2014-10-06build libunbound correctlyRiccardo Spagni1-21/+50
2014-10-06fix missing parenthesesRiccardo Spagni1-1/+1
2014-10-06build libunbound from external if no local libunbound or for static buildsRiccardo Spagni5-232/+270
2014-10-06added static build dependency instructions to READMERiccardo Spagni1-1/+12
2014-10-06include openssl in linbunbound static linking, added errors for openssl and e...Riccardo Spagni1-3/+14
2014-10-06reference the correct unbound static libRiccardo Spagni1-4/+3
2014-10-06added libtool's install commandRiccardo Spagni1-7/+10
2014-10-06Fix comment start for two functionsDavid G. Andersen1-2/+2
2014-10-06use the correct CMake variable for static buildsRiccardo Spagni3-12/+12
2014-10-06core_rpc_server: use do while(0) idiom in macros using ifmoneromooo-monero1-2/+2
2014-10-06tests: add a test for slow_memmemmoneromooo-monero2-1/+127
2014-10-06core_rpc_server: fix overreads in slow_memmemmoneromooo-monero1-8/+10
2014-10-06build libunbound correctlyRiccardo Spagni1-21/+50
2014-10-06fix missing parenthesesRiccardo Spagni1-1/+1
2014-10-06build libunbound from external if no local libunbound or for static buildsRiccardo Spagni5-232/+270
2014-10-06Merge branch 'master' of http://github.com/fluffypony/bitmoneroRiccardo Spagni0-0/+0
2014-10-06added static build dependency instructions to READMERiccardo Spagni1-1/+12
2014-10-06Merge pull request #170Riccardo Spagni1-5/+142
2014-10-06Merge pull request #167Riccardo Spagni1-2/+2
2014-10-06added static build dependency instructions to READMERiccardo Spagni1-1/+12
2014-10-06Merge pull request #171Riccardo Spagni397-23/+199322
2014-10-06added aabramov's gpg keyRiccardo Spagni1-0/+31
2014-10-06minor English wordlist tweaksRiccardo Spagni1-23/+23
2014-10-05another typo fixDavid G. Andersen1-1/+1
2014-10-05added unbound to external depsRiccardo Spagni394-0/+199264
2014-10-05split mnemonic printout over 3 linesRiccardo Spagni1-0/+4
2014-10-05fix for miniupnpc static compile under WindowsRiccardo Spagni1-2/+4
2014-10-05fix typoDavid G. Andersen1-1/+1
2014-10-05More documentationDavid G. Andersen1-10/+63
2014-10-05initial doxygen commenting of the CryptoNight proof-of-work codeDavid G. Andersen1-1/+85
2014-10-05added other skipped commitRiccardo Spagni1-1/+1
2014-10-05added skipped commitRiccardo Spagni1-0/+1
2014-10-05Merge branch 'oranjuice'Riccardo Spagni16-3464/+9243
2014-10-05added trim_length to language_base class, added license to langeuage_baseRiccardo Spagni5-1/+41
2014-10-05new English word list, trim length of 3, average word size of 6 letters, desi...Riccardo Spagni1-1288/+1288
2014-10-05fixed conflict in CMakeListsRiccardo Spagni16-3464/+9203
2014-10-05Uses new Japanese file. Gives credit to dabura667. English file indentation t...Oran Juice2-2096/+2096
2014-10-04Merge pull request #169Riccardo Spagni82-256/+779
2014-10-03fixed checkpointing bugRiccardo Spagni1-1/+1
2014-10-03quick hacky fix for broken TXT readsRiccardo Spagni1-1/+9
2014-10-03cleaned up OpenAlias messages in simplewalletRiccardo Spagni1-6/+6
2014-10-03Don't show Old English as an available optionOran Juice9-6653/+6653
2014-10-03MoneroPulse log wording tweaksRiccardo Spagni2-4/+5
2014-10-02fixed signed-unsigned issue from 166Thomas Winget1-2/+2
2014-10-03boost 1.56 kindly (and officially) patched in msys2 by Alexey PavlovRiccardo Spagni1-3/+2
2014-10-02forgot to add connection context to log lineRiccardo Spagni1-1/+1
2014-10-02moved checkpoint log levelRiccardo Spagni1-1/+1
2014-10-02moved file checkpointing log output to log1Riccardo Spagni1-6/+6
2014-10-02moved non-critical p2p errors to l2Riccardo Spagni2-2/+2
2014-10-02Had missed const and had to use .at instead of []Oran Juice1-5/+5
2014-10-02Merge branch 'master' of http://github.com/fluffypony/bitmoneroRiccardo Spagni0-0/+0
2014-10-02remove dangling upnp port mappings, updated miniupnpcRiccardo Spagni71-221/+728
2014-10-02fixed unbound static lib on mingw as libunbound.dll.aRiccardo Spagni1-1/+5
2014-10-02remove pthreads, successfully tested on gcc 4.9.1 without pthreadsRiccardo Spagni3-12/+16
2014-10-02remove dangling upnp port mappings, updated miniupnpcRiccardo Spagni71-221/+728
2014-10-02Stop copying word list files to build directoryOran Juice1-2/+0
2014-10-02Removed old word list fileOran Juice5-9399/+0
2014-10-02Use reference types on LHS when using language methodsOran Juice9-14/+114
2014-10-02Cut short word lists to 1626 words, added attribution to Electrum, some bug f...Oran Juice8-9604/+8511
2014-10-02Restructured language sources to be singletonsOran Juice13-9868/+9791
2014-10-02Separated word lists to header filesOran Juice6-0/+9653
2014-10-02Merge pull request #165Riccardo Spagni14-97/+425
2014-10-02fixed unbound static lib on mingw as libunbound.dll.aRiccardo Spagni1-1/+5
2014-10-02remove pthreads, successfully tested on gcc 4.9.1 without pthreadsRiccardo Spagni3-12/+16
2014-10-01simplewallet ignoring testnet port in RPC modeRiccardo Spagni1-1/+1
2014-09-30Daemon should now exit on conflicting checkpointsThomas Winget2-0/+13
2014-09-30various changes to runtime checkpoint updatingThomas Winget7-23/+113
2014-09-30Fixed segfault with checkpoints loadingThomas Winget3-2/+10
2014-09-30DNS checkpoint updating added, and daemon flag to enforce themThomas Winget7-16/+106
2014-09-30reload checkpoints file every ~hr and print if any failThomas Winget11-73/+174
2014-09-30updated DNSResolver/things that use it for DNSSECThomas Winget4-19/+40
2014-09-30Adding an identical existing checkpoint should not errorThomas Winget1-2/+7