aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Dogecoin 1.5.2 (Mac)ummjackson2014-02-181-2/+2
|
* Dogecoin 1.5.2Jackson Palmer2014-02-182-2/+2
|
* update for forkbillym2k2014-02-171-0/+1
| | | added checkpoint for fork issue
* Merge pull request #242 from BlameByte/patch-1ummjackson2014-02-141-2/+1
|\ | | | | init.cpp
| * Update init.cppBlameByte2014-02-121-2/+1
| | | | | | Changed name from shutting down to dogecoin-shutoff from bitcoin-shutoff.
* | Finishing Pt-br translationThiago Pradi2014-02-121-12/+12
|/
* Aim for whole coin change, not just cent change to avoid fees if possible.Chris Moore2014-02-091-4/+4
|
* Version Update for 1.5.11.5.1Jackson Palmer2014-02-082-2/+2
|
* Update verson infoAlan Westbrook2014-02-081-2/+2
| | | | | | Delete the extraneous plist for bit coin that’s int he wrong place for Dogecoin Versions are now 1.5.1
* Will it build?Jackson Palmer2014-02-08138-452/+447
| | | | Find out next time on…. Corruption.
* Merge pull request #227 from dogecoin/developummjackson2014-02-083-6/+15
|\ | | | | let user select wallet file with -wallet=foo.dat
| * let user select wallet file with -wallet=foo.datJackson Palmer2014-02-073-6/+15
| | | | | | | | Ported from: https://github.com/bitcoin/bitcoin/pull/1889/commits
* | Merge pull request #224 from dogecoin/developummjackson2014-02-071-0/+1
|\| | | | | QUrl predec
| * QUrl predecAlan Westbrook2014-02-071-0/+1
| | | | | | | | This actually should not have worked for me. Oh Qt.
* | Merge pull request #223 from dogecoin/developummjackson2014-02-073-5/+13
|\| | | | | Develop
| * Fix some URI handling weirdness in QtAlan Westbrook2014-02-062-3/+11
| | | | | | | | | | | | | | remove whack paths like file:dogecoin: change out dogecoin:/D for dogecoin:D Add a local URI handler so it doesn’t have to go through the system if we try a local url.
| * Version updates and read me to include boost instructionsAlan Westbrook2014-02-061-2/+2
| | | | | | | | Nothing major
* | Merge pull request #219 from dooglus/change-1.5billym2k2014-02-061-0/+2
|\ \ | | | | | | Document the -change option.
| * | Document the -change option.Chris Moore2014-02-061-0/+2
| | |
* | | Merge pull request #187 from dooglus/change-1.5billym2k2014-02-041-0/+13
|\| | | | | | | | Allow a fixed list of change addresses.
| * | Allow a fixed list of change addresses.Chris Moore2014-02-011-0/+13
| | |
* | | Comment fixummjackson2014-02-041-2/+2
| | | | | | | | | | | | Luckynumeric? No idea...
* | | Fixing testnet crash in RPCJackson Palmer2014-02-041-3/+3
| | |
* | | Merge pull request #189 from sinemetu1/test-fixesummjackson2014-02-033-24/+21
|\ \ \ | |_|/ |/| | test - fixed tests that were failing because of bit/litecoin cruft
| * | test - fixed tests that were failing because of bit/litecoin cruftSam Garrett2014-02-013-24/+21
| | |
* | | Mac splash no longer tries to own the desktopAlan Westbrook2014-02-021-0/+4
| | | | | | | | | | | | Reset the window flags to the minimum necessary on Mac.
* | | Fix Transaction to string conversion and add shortcut for dogechainAlan Westbrook2014-02-024-3/+22
| | | | | | | | | | | | | | | | | | There was literally no reason to add -000 to transaction string conversion. The idx itself is used for sorting internally Add a menu item to load up a transaction in Dogechain.info
* | | URL handlingAlan Westbrook2014-02-024-9/+57
|/ / | | | | | | | | | | | | | | Well, carp. Both Qt and the code base were quite broken for this. I implemented workarounds and fixes such that things that weren’t broken before should stay working, for example, if qt4 worked for a lot of this, it still would, and if Qt on Windows / Linux worked for this before, it shall still work for it.
* | Debug logging changesAlan Westbrook2014-01-304-1/+16
| | | | | | | | | | | | | | | | Don’t write out logs by default unless you are using -server or -daemon flags Write debug logs out if you specify the -debuglog flag Do not write debug logs out if you specify -nodebuglog Write debug logs out if you specify -debug (overrides all other options)
* | Removing IRC for gathering addressesJackson Palmer2014-01-309-426/+1
| | | | | | | | Such DNS. Very seed.
* | fix ircBilly Markus2014-01-291-1/+1
| |
* | Small improvements in Polish translation.Zbigniew Siciarz2014-01-301-8/+8
| |
* | Change the lookup span modulo constant to something smallerAlan Westbrook2014-01-291-1/+3
|/ | | | Why? Not really sure, but whatever.
* Toolbar icon fix for Windows (system tray)v1.5.0ummjackson2014-01-281-0/+0
|
* Dogecoin v1.5.0Jackson Palmer2014-01-282-5/+5
|
* Update plist for 1.5 releaseAlan Westbrook2014-01-271-2/+2
| | | | versions are 1.5.0 and 1.5 for the description strings
* Adding official DNS seed (seed.dogecoin.com)ummjackson2014-01-281-1/+1
|
* Fix dogecoind build errorsAlan Westbrook2014-01-274-5/+7
| | | | | | * wildcard on mac makefile doesn’t work the way it works on other platforms =P * Add missing json_spirit_value objects for all the platform makefiles
* Fix warnings in Mac build1.5alpha2Alan Westbrook2014-01-271-1/+1
| | | | | | | | | Minor but annoying warnings from the mac build fixed. * Incorrect duplication of header causing moc build rule duplication in generated makefile * you aren’t supposed to use char as an array type, probably because it can be a signed type in some compilers. Negative array indexes are problematic.
* Fix warnings, update versionAlan Westbrook2014-01-264-4/+8
| | | | | | Fix a sprintf format warning without changing the actual functionality Putting statics in headers is re-tard-ed (json_spirit_value) This is alpha 3 of 1.5
* Merge branch 'Mac'Alan Westbrook2014-01-264-14/+50
| | | | Mac only specific changes.
* Merge branch 'Mac'Alan Westbrook2014-01-261-6/+12
| | | | Cherry pick the number display change
* Fix build_detect_platform permissionsEvan Anderson2014-01-261-0/+0
| | | | | | build_detect_platform was missing the executable bit which caused make to fail. Signed-off-by: Evan Anderson <[email protected]>
* RPC security tweaksJackson Palmer2014-01-261-2/+1
|
* Check for weak RPC passwords.Joshua Charles Campbell2014-01-251-2/+22
|
* Updates submitted from 1.4Jackson Palmer2014-01-262-65/+53
| | | | All cosmetic
* Fixed example address across entire projectJackson Palmer2014-01-2650-402/+402
|
* Revert 0163949..fc1a317Jackson Palmer2014-01-265-42/+13
| | | | This rolls back to commit 016394940ff1e746f0716f3250c2b3b1a0c974df.
* mac build updatesAlan Westbrook2014-01-243-0/+30
| | | | | | | | | | uses home-brew instead of macports uses static libs set the defines before we call out to leveldb compile make sure the leveldb script is executable update the plist appropriately use the correct MSG_NOSIGNAL value for Mac update the app icons for mac including all the retina versions.
* Changes to get it working with the current osx platformAlan Westbrook2014-01-232-13/+12
| | | | Fix some nomenclature in the Plist and set some flags for static builds